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
.wrap { background-image:url(/img/courseware/index_bg.jpg); } .container { width: 100%; position: relative; text-align: center; } .container > header { padding: 10px 30px 10px 30px; margin: 0px 20px 10px 20px; position: relative; display: block; font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; font-weight: 400; font-size: 15px; color: #333; } .container > header:after { content: ''; height: 1px; width: 100%; position: absolute; bottom: 0px; left: 0px; background: rgba(0,0,0,0.1); box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7); } .container > header > h1 { font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; text-transform: uppercase; font-size: 50px; line-height: 50px; position: relative; font-weight: 400; color: #111; text-shadow: 0px 0px 1px rgba(0,0,0,0.7); padding: 0px 0px 5px 0px; margin: 0px; text-align: center; } .cws-container { position: relative; width: 800px; height: 100%; margin: 30px auto; display:table } .cws-container:before, .cws-container:after { content: ""; display: table; } Pseudo ::after element .cws-container:after { clear: both; } .cws-container:before, .cws-container:after { content: ""; display: table; } .cw-article { display: block; width: 140px; height: 220px; background: #fff; cursor: pointer; float: left; border: 10px solid #fff; text-align: left; text-transform: none; margin: 15px; z-index: 1; box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 1px 3px 10px rgba(0,0,0,0.2); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; } .article-active { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 11px 15px 10px rgba(0,0,0,0.4); z-index: 100; opacity: 1; } .article-blur { box-shadow: 0px 0px 20px 10px rgba(255,255,255,1); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */ -webkit-filter: blur(6px); /* Chrome, Opera */ -moz-filter: blur(6px); -ms-filter: blur(6px); filter: blur(6px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false); /* IE6~IE9 */ } .cw-title { font-size: 100%; font-weight: normal; display: block; font-size: 1.17em; margin: 1px; font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; } .cw-time { font-size: 10px; font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif; padding: 10px 0; display: block; color: #FFD252; color: rgba(255, 210, 82, 1); text-shadow: 0px 0px 0px rgba(255, 210, 82, 1); text-transform: uppercase; /*opacity: 0.8;*/ font-weight: 400; } .cw-content { font-family: Verdana, sans-serif; font-size: 10px; line-height: 13px; color: #333; color: rgba(51, 51, 51, 1); text-shadow: 0px 0px 0px rgba(51, 51, 51, 1); /*opacity: 0.8;*/ }
web/css/courseware/index.css
.wrap { background-image:url(/img/courseware/index_bg.jpg); } .container { width: 100%; position: relative; text-align: center; } .container > header { padding: 10px 30px 10px 30px; margin: 0px 20px 10px 20px; position: relative; display: block; font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; font-weight: 400; font-size: 15px; color: #333; } .container > header:after { content: ''; height: 1px; width: 100%; position: absolute; bottom: 0px; left: 0px; background: rgba(0,0,0,0.1); box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7); } .container > header > h1 { font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; text-transform: uppercase; font-size: 50px; line-height: 50px; position: relative; font-weight: 400; color: #111; text-shadow: 0px 0px 1px rgba(0,0,0,0.7); padding: 0px 0px 5px 0px; margin: 0px; text-align: center; } .cws-container { position: relative; width: 800px; height: 100%; margin: 30px auto; display:table } .cws-container:before, .cws-container:after { content: ""; display: table; } Pseudo ::after element .cws-container:after { clear: both; } .cws-container:before, .cws-container:after { content: ""; display: table; } .cw-article { display: block; width: 140px; height: 220px; background: #fff; cursor: pointer; float: left; border: 10px solid #fff; text-align: left; text-transform: none; margin: 15px; z-index: 1; box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 1px 3px 10px rgba(0,0,0,0.2); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; } .article-active { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 11px 15px 10px rgba(0,0,0,0.4); z-index: 100; opacity: 1; } .article-blur { box-shadow: 0px 0px 20px 10px rgba(255,255,255,1); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */ -webkit-filter: blur(6px); /* Chrome, Opera */ -moz-filter: blur(6px); -ms-filter: blur(6px); filter: blur(6px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false); /* IE6~IE9 */ } .cw-title { font-size: 100%; font-weight: normal; display: block; font-size: 1.17em; margin: 1px; font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; } .cw-time { font-size: 10px; font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif; padding: 10px 0; display: block; color: #FFD252; color: rgba(255, 210, 82, 1); text-shadow: 0px 0px 0px rgba(255, 210, 82, 1); text-transform: uppercase; /*opacity: 0.8;*/ font-weight: 400; } .cw-content { font-family: Verdana, sans-serif; font-size: 10px; line-height: 13px; color: #333; color: rgba(51, 51, 51, 1); text-shadow: 0px 0px 0px rgba(51, 51, 51, 1); /*opacity: 0.8;*/ }
0.279435
0.11158
h2.jGraduate_Title { font-family: Arial, Helvetica, Sans-Serif; font-size: 11px !important; font-weight: bold; margin: -13px 0px 0px 0px; padding: 0px; text-align: center; } .jGraduate_Picker { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; border-style: solid; border-color: lightgrey black black lightgrey; border-width: 1px; background-color: #EFEFEF; position: absolute; padding: 10px; } .jGraduate_tabs li { background-color: #ccc; display: inline; border: solid 1px grey; padding: 3px; margin: 2px; cursor: pointer; } li.jGraduate_tab_current { background-color: #EFEFEF; display: inline; padding: 3px; margin: 2px; border: solid 1px black; cursor: pointer; } .jGraduate_colPick { display: none; } .jGraduate_gradPick { display: none; border: outset 1px #666; padding: 10px 7px 5px 5px; overflow: auto; } .jGraduate_gradPick { display: none; border: outset 1px #666; padding: 10px 7px 5px 5px; overflow: auto; /* position: relative;*/ } .jGraduate_tabs { position: relative; background-color: #EFEFEF; padding: 0px; margin: 0px; margin-bottom: 5px; } div.jGraduate_Swatch { float: left; margin: 8px; } div.jGraduate_GradContainer { border: 2px inset #EEE; background-image: url(../images/map-opacity.png); background-position: 0px 0px; height: 256px; width: 256px; position: relative; } div.jGraduate_GradContainer div.grad_coord { background: #000; border: 1px solid #fff; width: 10px; height: 10px; position: absolute; margin: -5px -5px; top: 0; left: 0; text-align: center; font-size: xx-small; line-height: 10px; color: #fff; text-decoration: none; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; } .jGraduate_AlphaArrows { position: absolute; margin-top: -10px; margin-left: 250.5px; } div.jGraduate_Opacity { border: 2px inset #eee; margin-top: 14px; background-color: black; background-image: url(../images/Maps.png); background-position: 0px -2816px; height: 20px; cursor: ew-resize; } div.jGraduate_StopSlider { /* border: 2px inset #eee;*/ margin: 0 0 0 -10px; width: 276px; overflow: visible; background: #efefef; height: 45px; cursor: pointer; } div.jGraduate_StopSection { width: 120px; text-align: center; } input.jGraduate_Ok, input.jGraduate_Cancel { display: block; width: 100px; margin-left: -4px; margin-right: -4px; } input.jGraduate_Ok { margin: 9px -4px 5px -4px; } .colorBox { float: left; height: 16px; width: 16px; border: 1px solid #808080; cursor: pointer; margin: 4px 4px 4px 30px; } .colorBox + label { float: left; margin-top: 7px; } label.jGraduate_Form_Heading { position: relative; top: 10px; background-color: #EFEFEF; padding: 2px; font-weight: bold; font-size: 13px; } div.jGraduate_Form_Section { border-style: solid; border-width: 1px; border-color: grey; padding: 15px 5px 5px 5px; margin: 5px 2px; width: 110px; text-align: center; overflow: auto; } div.jGraduate_Form_Section label { padding: 0 2px; } div.jGraduate_StopSection input[type=text], div.jGraduate_Slider input[type=text] { width: 30px; } div.jGraduate_LightBox { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.5; display: none; } div.jGraduate_stopPicker { position: absolute; display: none; background: #E8E8E8; } .jGraduate_gradPick { width: 535px; } .jGraduate_gradPick div.jGraduate_OpacField { position: absolute; left: 0; bottom: 5px; /* width: 270px; left: 284px; width: 266px; height: 200px; top: 167px; margin: -3px 3px 0px 4px; */ } .jGraduate_gradPick .jGraduate_Form { float: left; width: 270px; position: absolute; left: 284px; width: 266px; height: 200px; top: 167px; margin: -3px 3px 0px 10px; } .jGraduate_gradPick .jGraduate_Points { position: static; width: 150px; margin-left: 0; } .jGraduate_SpreadMethod { position: absolute; right: 8px; top: 100px; } .jGraduate_Colorblocks { display: table; border-spacing: 0 5px; } .jGraduate_colorblock { display: table-row; } .jGraduate_Colorblocks .jGraduate_colorblock > * { display: table-cell; vertical-align: middle; margin: 0; float: none; } .jGraduate_gradPick div.jGraduate_StopSection { float: left; width: 133px; margin-top: -8px; } .jGraduate_gradPick .jGraduate_Form_Section { padding-top: 9px; } .jGraduate_Slider { text-align: center; float: left; width: 100%; } .jGraduate_Slider .jGraduate_Form_Section { border: none; width: 250px; padding: 0 2px; overflow: visible; } .jGraduate_Slider label { display: inline-block; float: left; line-height: 50px; padding: 0; } .jGraduate_Slider label.prelabel { width: 40px; text-align: left; } .jGraduate_SliderBar { width: 140px; float: left; margin-right: 5px; border:1px solid #BBB; height:20px; margin-top:14px; margin-left:5px; position: relative; } div.jGraduate_Slider input { margin-top: 5px; } div.jGraduate_Slider img { top: 0; left: 0; position: absolute; margin-top: -10px; cursor:ew-resize; } .jGraduate_gradPick .jGraduate_OkCancel { position: absolute; top: 39px; right: 10px; width: 113px; } .jGraduate_OpacField { position: absolute; right: -10px; bottom: 0; }
Texxtoor/Solution/Texxtoor.Portal/Scripts/svgedit/jgraduate/css/jgraduate.css
h2.jGraduate_Title { font-family: Arial, Helvetica, Sans-Serif; font-size: 11px !important; font-weight: bold; margin: -13px 0px 0px 0px; padding: 0px; text-align: center; } .jGraduate_Picker { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; border-style: solid; border-color: lightgrey black black lightgrey; border-width: 1px; background-color: #EFEFEF; position: absolute; padding: 10px; } .jGraduate_tabs li { background-color: #ccc; display: inline; border: solid 1px grey; padding: 3px; margin: 2px; cursor: pointer; } li.jGraduate_tab_current { background-color: #EFEFEF; display: inline; padding: 3px; margin: 2px; border: solid 1px black; cursor: pointer; } .jGraduate_colPick { display: none; } .jGraduate_gradPick { display: none; border: outset 1px #666; padding: 10px 7px 5px 5px; overflow: auto; } .jGraduate_gradPick { display: none; border: outset 1px #666; padding: 10px 7px 5px 5px; overflow: auto; /* position: relative;*/ } .jGraduate_tabs { position: relative; background-color: #EFEFEF; padding: 0px; margin: 0px; margin-bottom: 5px; } div.jGraduate_Swatch { float: left; margin: 8px; } div.jGraduate_GradContainer { border: 2px inset #EEE; background-image: url(../images/map-opacity.png); background-position: 0px 0px; height: 256px; width: 256px; position: relative; } div.jGraduate_GradContainer div.grad_coord { background: #000; border: 1px solid #fff; width: 10px; height: 10px; position: absolute; margin: -5px -5px; top: 0; left: 0; text-align: center; font-size: xx-small; line-height: 10px; color: #fff; text-decoration: none; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; } .jGraduate_AlphaArrows { position: absolute; margin-top: -10px; margin-left: 250.5px; } div.jGraduate_Opacity { border: 2px inset #eee; margin-top: 14px; background-color: black; background-image: url(../images/Maps.png); background-position: 0px -2816px; height: 20px; cursor: ew-resize; } div.jGraduate_StopSlider { /* border: 2px inset #eee;*/ margin: 0 0 0 -10px; width: 276px; overflow: visible; background: #efefef; height: 45px; cursor: pointer; } div.jGraduate_StopSection { width: 120px; text-align: center; } input.jGraduate_Ok, input.jGraduate_Cancel { display: block; width: 100px; margin-left: -4px; margin-right: -4px; } input.jGraduate_Ok { margin: 9px -4px 5px -4px; } .colorBox { float: left; height: 16px; width: 16px; border: 1px solid #808080; cursor: pointer; margin: 4px 4px 4px 30px; } .colorBox + label { float: left; margin-top: 7px; } label.jGraduate_Form_Heading { position: relative; top: 10px; background-color: #EFEFEF; padding: 2px; font-weight: bold; font-size: 13px; } div.jGraduate_Form_Section { border-style: solid; border-width: 1px; border-color: grey; padding: 15px 5px 5px 5px; margin: 5px 2px; width: 110px; text-align: center; overflow: auto; } div.jGraduate_Form_Section label { padding: 0 2px; } div.jGraduate_StopSection input[type=text], div.jGraduate_Slider input[type=text] { width: 30px; } div.jGraduate_LightBox { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.5; display: none; } div.jGraduate_stopPicker { position: absolute; display: none; background: #E8E8E8; } .jGraduate_gradPick { width: 535px; } .jGraduate_gradPick div.jGraduate_OpacField { position: absolute; left: 0; bottom: 5px; /* width: 270px; left: 284px; width: 266px; height: 200px; top: 167px; margin: -3px 3px 0px 4px; */ } .jGraduate_gradPick .jGraduate_Form { float: left; width: 270px; position: absolute; left: 284px; width: 266px; height: 200px; top: 167px; margin: -3px 3px 0px 10px; } .jGraduate_gradPick .jGraduate_Points { position: static; width: 150px; margin-left: 0; } .jGraduate_SpreadMethod { position: absolute; right: 8px; top: 100px; } .jGraduate_Colorblocks { display: table; border-spacing: 0 5px; } .jGraduate_colorblock { display: table-row; } .jGraduate_Colorblocks .jGraduate_colorblock > * { display: table-cell; vertical-align: middle; margin: 0; float: none; } .jGraduate_gradPick div.jGraduate_StopSection { float: left; width: 133px; margin-top: -8px; } .jGraduate_gradPick .jGraduate_Form_Section { padding-top: 9px; } .jGraduate_Slider { text-align: center; float: left; width: 100%; } .jGraduate_Slider .jGraduate_Form_Section { border: none; width: 250px; padding: 0 2px; overflow: visible; } .jGraduate_Slider label { display: inline-block; float: left; line-height: 50px; padding: 0; } .jGraduate_Slider label.prelabel { width: 40px; text-align: left; } .jGraduate_SliderBar { width: 140px; float: left; margin-right: 5px; border:1px solid #BBB; height:20px; margin-top:14px; margin-left:5px; position: relative; } div.jGraduate_Slider input { margin-top: 5px; } div.jGraduate_Slider img { top: 0; left: 0; position: absolute; margin-top: -10px; cursor:ew-resize; } .jGraduate_gradPick .jGraduate_OkCancel { position: absolute; top: 39px; right: 10px; width: 113px; } .jGraduate_OpacField { position: absolute; right: -10px; bottom: 0; }
0.243463
0.07208
*{ margin:0px; padding:0px; box-sizing: border-box; } .header_login{ width:100%; height:50px; color:#333; } .header_login .top{ width:1000px; height:50px; margin:0 auto; display: flex; align-items: center } .header_login .top .left img{ width:139px; } .header_login .top p{ display:inline-block; height:100%; margin:0px 20px; line-height:50px; } .header_login .top .right{ width:72px; display:inline-block; height:100%; line-height:54px; cursor: pointer; } .nav_login{ width:100%; background: #FFFBE4; display: block; height: 40px; line-height: 40px; color: #989898; text-align: center } .b_g{ width:100%; height:590px; background-image:linear-gradient(to right,#081638 0%,#081638 100%) } .middle{ width:1200px; height:590px; background-image:url(../../../public/images/background/login_default_bg.png); background-repeat: no-repeat; margin:0 auto; } .middle .login{ width:380px; height:477px; float: right; margin-top:50px; margin-right: 15%; position: relative; } .middle .login .one{ text-align:center; width:100%; height:46px; background:#fff; } .middle .login .one span{ float:left; padding:10px 35px; font-size:20px; color:#000; cursor: pointer; } .middle .login .one span:first-child.on{ color:#f00; } .middle .login .one span:last-child.on{ color:#f00; } .middle .login .two{ width:100%; box-sizing:border-box; } .middle .login .two span{ display: inline-block; margin:5px 0px 0px 20px; color:#fff; border-radius:5px; } .middle .login .two span.suc{ background: #6f0 } .middle .login .two span.fail{ background: #f00 } #zhanghao{ width:380px; background:#fff; padding:10px 0px; } #zhanghao .two input{ width:327px;; height:46px; display:block; border:0; border-bottom:1px solid #999; margin:0px 20px; outline:0; font-size:18px; } #zhanghao .varify{ margin:10px 0; padding:0px 20px; } #zhanghao .varify span{ font-size: 16px; color:#007dff; cursor: pointer; } .login button{ width:324px; height:44px; border-radius:20px; background-image:linear-gradient(to bottom,#B55555,#b40707); border:0px; margin:0 20px; font-size:20px; color:#fff; outline:0; cursor: pointer; } #zhanghao .three{ margin:10px 20px; } #zhanghao .three span:last-child{ margin-left:150px; } #zhanghao .four div{ width:180px; height:30px; margin:0 auto; text-align: center } #zhanghao .five{ height:35px; margin-top:10px; } #zhanghao .five p{ color:#CCC; font-size:18px; text-align:center; margin:0px; } #zhanghao .six{ width:100%; height:42px; text-align:center; } #zhanghao .six img{ width:40px; height:40px; margin:0px 18px; border-radius: 50%; } #zhanghao .six img:hover{ background:#007dff; } a{ text-decoration:none; } .bottom_login p{ text-align:center; color:#999; margin:0px; } .bottom_login p a{ text-decoration:none; color:#999; } #saoma{ width:380px; height:410px; position:absolute; top:46px; left:0px; background:#fff; padding:20px; box-sizing: border-box; } #saoma div{ width:100%; height:250px; text-align: center; } #saoma div img{ width:250px; height:250px; } #saoma p{ text-align:center; margin:0px; font-size:18px; color:#333; } #saoma p a{ color:#007dff; } #varify{ width:380px; height:450px; background: #fff; padding:0px 0px 0px 20px; position: absolute; top:0px; left:0px; box-sizing: border-box; } #varify span{ display: block; padding:30px 0px; } #varify div input:first-child{ width:327px;; height:46px; display:block; border:0; padding:0px 10px; border-bottom:1px solid #999; outline:0; font-size:18px; } #varify div input:last-child{ width:80px;; height:37px; margin:5px; background-image:linear-gradient(to bottom,#007dff,#007fff); color:#fff; border:0px; cursor: pointer; } #varify div input:nth-child(2){ width:230px;; height:46px; border:0; padding:0px 10px; border-bottom:1px solid #999; outline:0; font-size:18px; }
vueCli/hwvue/src/assets/css/login.css
*{ margin:0px; padding:0px; box-sizing: border-box; } .header_login{ width:100%; height:50px; color:#333; } .header_login .top{ width:1000px; height:50px; margin:0 auto; display: flex; align-items: center } .header_login .top .left img{ width:139px; } .header_login .top p{ display:inline-block; height:100%; margin:0px 20px; line-height:50px; } .header_login .top .right{ width:72px; display:inline-block; height:100%; line-height:54px; cursor: pointer; } .nav_login{ width:100%; background: #FFFBE4; display: block; height: 40px; line-height: 40px; color: #989898; text-align: center } .b_g{ width:100%; height:590px; background-image:linear-gradient(to right,#081638 0%,#081638 100%) } .middle{ width:1200px; height:590px; background-image:url(../../../public/images/background/login_default_bg.png); background-repeat: no-repeat; margin:0 auto; } .middle .login{ width:380px; height:477px; float: right; margin-top:50px; margin-right: 15%; position: relative; } .middle .login .one{ text-align:center; width:100%; height:46px; background:#fff; } .middle .login .one span{ float:left; padding:10px 35px; font-size:20px; color:#000; cursor: pointer; } .middle .login .one span:first-child.on{ color:#f00; } .middle .login .one span:last-child.on{ color:#f00; } .middle .login .two{ width:100%; box-sizing:border-box; } .middle .login .two span{ display: inline-block; margin:5px 0px 0px 20px; color:#fff; border-radius:5px; } .middle .login .two span.suc{ background: #6f0 } .middle .login .two span.fail{ background: #f00 } #zhanghao{ width:380px; background:#fff; padding:10px 0px; } #zhanghao .two input{ width:327px;; height:46px; display:block; border:0; border-bottom:1px solid #999; margin:0px 20px; outline:0; font-size:18px; } #zhanghao .varify{ margin:10px 0; padding:0px 20px; } #zhanghao .varify span{ font-size: 16px; color:#007dff; cursor: pointer; } .login button{ width:324px; height:44px; border-radius:20px; background-image:linear-gradient(to bottom,#B55555,#b40707); border:0px; margin:0 20px; font-size:20px; color:#fff; outline:0; cursor: pointer; } #zhanghao .three{ margin:10px 20px; } #zhanghao .three span:last-child{ margin-left:150px; } #zhanghao .four div{ width:180px; height:30px; margin:0 auto; text-align: center } #zhanghao .five{ height:35px; margin-top:10px; } #zhanghao .five p{ color:#CCC; font-size:18px; text-align:center; margin:0px; } #zhanghao .six{ width:100%; height:42px; text-align:center; } #zhanghao .six img{ width:40px; height:40px; margin:0px 18px; border-radius: 50%; } #zhanghao .six img:hover{ background:#007dff; } a{ text-decoration:none; } .bottom_login p{ text-align:center; color:#999; margin:0px; } .bottom_login p a{ text-decoration:none; color:#999; } #saoma{ width:380px; height:410px; position:absolute; top:46px; left:0px; background:#fff; padding:20px; box-sizing: border-box; } #saoma div{ width:100%; height:250px; text-align: center; } #saoma div img{ width:250px; height:250px; } #saoma p{ text-align:center; margin:0px; font-size:18px; color:#333; } #saoma p a{ color:#007dff; } #varify{ width:380px; height:450px; background: #fff; padding:0px 0px 0px 20px; position: absolute; top:0px; left:0px; box-sizing: border-box; } #varify span{ display: block; padding:30px 0px; } #varify div input:first-child{ width:327px;; height:46px; display:block; border:0; padding:0px 10px; border-bottom:1px solid #999; outline:0; font-size:18px; } #varify div input:last-child{ width:80px;; height:37px; margin:5px; background-image:linear-gradient(to bottom,#007dff,#007fff); color:#fff; border:0px; cursor: pointer; } #varify div input:nth-child(2){ width:230px;; height:46px; border:0; padding:0px 10px; border-bottom:1px solid #999; outline:0; font-size:18px; }
0.200832
0.053527
@charset "ISO-8859-1"; *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } header { position: fixed; top: 0; left: 0; width: 100%; padding: 10px 60px; z-index: 10000; transition: 0.5s; color: white; display: flex; justify-content: space-between; align-items: center; } header .logo { padding-right: 500px; } .logo p { font-family: 'Lobster', sans-serif; font-size: 50px; text-shadow: 2px 2px 10px black; } header ul { list-style: none; display: flex; justify-content: space-between; padding-right: 30px; text-align: right; } ul li { display: inline-block; list-style: none; padding-top: 20px; margin-right: 30px; cursor: pointer; } .underline-effect a { text-decoration: none; color: #fff; display: inline-block; padding-bottom: 0.25rem; position: relative; } .underline-effect a::before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: yellow; transition: width 0.25s ease-out; } .underline-effect a:hover::before { width: 100%; } .image-banner { margin: 0; width: 100%; height: 100vh; background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent), url("../images/img2.jpg"); background-size: cover; background-position: center; position: relative; padding: 0 8%; } .image-banner .content { display: flex; align-items: center; justify-content: flex-start; padding-top: 300px; } h1 { background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 40px; font-family: "Source Sans Pro", sans-serif; animation: reveal 3000ms ease-in-out forwards 200ms, glow 2300ms linear infinite 2000ms; } .btn { position: absolute; margin: 180px 0px 0px 20px; padding: 10px 20px 10px 20px; background-color: yellow; border-radius: 10px; cursor: pointer; } @keyframes reveal { 80% { letter-spacing: 2px; } 100% { background-size: 300% 300%; } } @keyframes glow { 40% { text-shadow: 0 0 6px #fff; } } a { text-decoration: none; color: black; } .sign-in { color: black; font-weight: bold; text-decoration: none; }
target/classes/static/assets/css/main.css
@charset "ISO-8859-1"; *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } header { position: fixed; top: 0; left: 0; width: 100%; padding: 10px 60px; z-index: 10000; transition: 0.5s; color: white; display: flex; justify-content: space-between; align-items: center; } header .logo { padding-right: 500px; } .logo p { font-family: 'Lobster', sans-serif; font-size: 50px; text-shadow: 2px 2px 10px black; } header ul { list-style: none; display: flex; justify-content: space-between; padding-right: 30px; text-align: right; } ul li { display: inline-block; list-style: none; padding-top: 20px; margin-right: 30px; cursor: pointer; } .underline-effect a { text-decoration: none; color: #fff; display: inline-block; padding-bottom: 0.25rem; position: relative; } .underline-effect a::before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: yellow; transition: width 0.25s ease-out; } .underline-effect a:hover::before { width: 100%; } .image-banner { margin: 0; width: 100%; height: 100vh; background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent), url("../images/img2.jpg"); background-size: cover; background-position: center; position: relative; padding: 0 8%; } .image-banner .content { display: flex; align-items: center; justify-content: flex-start; padding-top: 300px; } h1 { background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 40px; font-family: "Source Sans Pro", sans-serif; animation: reveal 3000ms ease-in-out forwards 200ms, glow 2300ms linear infinite 2000ms; } .btn { position: absolute; margin: 180px 0px 0px 20px; padding: 10px 20px 10px 20px; background-color: yellow; border-radius: 10px; cursor: pointer; } @keyframes reveal { 80% { letter-spacing: 2px; } 100% { background-size: 300% 300%; } } @keyframes glow { 40% { text-shadow: 0 0 6px #fff; } } a { text-decoration: none; color: black; } .sign-in { color: black; font-weight: bold; text-decoration: none; }
0.456652
0.079746
.bg-aesthetic-gradient { background: rgb(255, 185, 216); background: -moz-linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); background: -webkit-linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); background: linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb9d8",endColorstr="#3dfcff",GradientType=1); } @import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"); * { font-family: "Space Mono", mono space; } .simple { /* background: #91877b; */ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); } .otto { /* background: #0e8dbc; */ color: white; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .relief { /* background-color: #3a50d9; */ /* color: #e0eff2; */ /* font: italic bold 100px Georgia, Serif; */ text-shadow: -4px 2px 0 #3a50d9, -14px 7px 0 #0a0e27; } .close { /* background-color: #fff; */ color: #202c2d; text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5; } .printers { /* background-color: #edde9c; */ color: #bc2e1e; text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd; } .glow { color: #444; text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc; } .vamp { color: #92a5de; background: red; text-shadow: 0px 0px 0 rgb(137, 156, 213), 1px 1px 0 rgb(129, 148, 205), 2px 2px 0 rgb(120, 139, 196), 3px 3px 0 rgb(111, 130, 187), 4px 4px 0 rgb(103, 122, 179), 5px 5px 0 rgb(94, 113, 170), 6px 6px 0 rgb(85, 104, 161), 7px 7px 0 rgb(76, 95, 152), 8px 8px 0 rgb(68, 87, 144), 9px 9px 0 rgb(59, 78, 135), 10px 10px 0 rgb(50, 69, 126), 11px 11px 0 rgb(42, 61, 118), 12px 12px 0 rgb(33, 52, 109), 13px 13px 0 rgb(24, 43, 100), 14px 14px 0 rgb(15, 34, 91), 15px 15px 0 rgb(7, 26, 83), 16px 16px 0 rgb(-2, 17, 74), 17px 17px 0 rgb(-11, 8, 65), 18px 18px 0 rgb(-19, 0, 57), 19px 19px 0 rgb(-28, -9, 48), 20px 20px 0 rgb(-37, -18, 39), 21px 21px 20px rgba(0, 0, 0, 1), 21px 21px 1px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.2); }
templates/assets/css/custom.css
.bg-aesthetic-gradient { background: rgb(255, 185, 216); background: -moz-linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); background: -webkit-linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); background: linear-gradient( 90deg, rgba(255, 185, 216, 1) 0%, rgba(61, 252, 255, 1) 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb9d8",endColorstr="#3dfcff",GradientType=1); } @import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"); * { font-family: "Space Mono", mono space; } .simple { /* background: #91877b; */ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); } .otto { /* background: #0e8dbc; */ color: white; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .relief { /* background-color: #3a50d9; */ /* color: #e0eff2; */ /* font: italic bold 100px Georgia, Serif; */ text-shadow: -4px 2px 0 #3a50d9, -14px 7px 0 #0a0e27; } .close { /* background-color: #fff; */ color: #202c2d; text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5; } .printers { /* background-color: #edde9c; */ color: #bc2e1e; text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd; } .glow { color: #444; text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc; } .vamp { color: #92a5de; background: red; text-shadow: 0px 0px 0 rgb(137, 156, 213), 1px 1px 0 rgb(129, 148, 205), 2px 2px 0 rgb(120, 139, 196), 3px 3px 0 rgb(111, 130, 187), 4px 4px 0 rgb(103, 122, 179), 5px 5px 0 rgb(94, 113, 170), 6px 6px 0 rgb(85, 104, 161), 7px 7px 0 rgb(76, 95, 152), 8px 8px 0 rgb(68, 87, 144), 9px 9px 0 rgb(59, 78, 135), 10px 10px 0 rgb(50, 69, 126), 11px 11px 0 rgb(42, 61, 118), 12px 12px 0 rgb(33, 52, 109), 13px 13px 0 rgb(24, 43, 100), 14px 14px 0 rgb(15, 34, 91), 15px 15px 0 rgb(7, 26, 83), 16px 16px 0 rgb(-2, 17, 74), 17px 17px 0 rgb(-11, 8, 65), 18px 18px 0 rgb(-19, 0, 57), 19px 19px 0 rgb(-28, -9, 48), 20px 20px 0 rgb(-37, -18, 39), 21px 21px 20px rgba(0, 0, 0, 1), 21px 21px 1px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.2); }
0.364551
0.297508
body { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; font-size: 1.1em; } /* * Create dark grey header with a white logo */ header { background-color: #2B2B2B; height: 50px; width: 100%; opacity: .9; margin-bottom: 10px; font-size: 1.2em; } header h1.logo { margin-top: 10px; font-size: 1.4em; color: #fff; text-transform: uppercase; float: left; } header h1.logo:hover { color: #fff; text-decoration: none; } /* * Center the body content */ .container { width: 940px; margin: 0 auto; } div.jumbo { padding: 10px 0 30px 0; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } h2 { font-size: 2.2em; margin-top: 30px; text-align: center; letter-spacing: -2px; } h3 { font-size: 1.3em; font-weight: 100; margin-top: 25px; text-align: center; letter-spacing: -1px; color: #999; } /* * Display navigation links inline */ .menu { float: right; margin-top: 12px; } .menu li { display: inline; } .menu li + li { margin-left: 15px; } .menu li a { color: #999; text-decoration: none; } /* * Custom */ .val { border: 1px; border-radius: 8px; text-align: center; margin: 10pt; padding: 10pt; font-size: 1.3em; font-weight: bold; color: white; } .tmp { background-color: green; } .hum { background-color: blue; } .red { background-color: red; } .switch { background-color: dimgrey; font-variant: small-caps; padding: 10pt 30pt; } .left { float: left; margin-left: 25%; } .right { float: right; margin-right: 25%; } .soil { display: flex; justify-content: center; margin: 0 auto; width: 50%; font-variant: small-caps; } .warn { width: 75%; } .top { background-color: silver; width: 20%; font-size: 15pt; padding: 7pt; } .clearing { clear: both; } .infobox { border: 1px solid darkgrey; border-radius: 5px; width: 75%; margin: auto; padding: 0pt 20pt 10pt; margin-bottom: 10pt; font-size: 1.1em; } .weatherbox { border: 2px outset lightgray; border-radius: 5px; width: 80%; margin: auto; padding: 0pt 20pt; margin-bottom: 10pt; font-size: 1em; } .editorbuttons { margin: auto; font-size: .7em; text-align: center; } .copypastabox { box-shadow: 5px 10px 18px #888888; background: white; border-radius: 3px; width: 30%; margin: auto; padding: 10pt; margin-bottom: 10pt; font-size: 1em; } table.log { border: 2px solid black; border-radius: 5px; width: 90%; margin: auto auto 10pt; padding: 10pt; } table.kettlebattle { border: 1px solid darkgray; border-radius: 5px; width: 50%; margin: auto; padding: 10pt; margin-bottom: 20pt; } table.socket { border-collapse: collapse; table-layout: fixed; width: 60%; margin: auto; white-space: nowrap; } th, td { padding: 5pt; text-align: left; font-size: 1.1em; } td.sys { font-size: 1em; color: dimgrey; font-weight: bold; } th { background-color: lightgrey; } td.socket { height: 40px; padding: 0px; opacity: .4; } .on { background-color: Gold; } .off { background-color: SlateGray; } .start { border-radius: 8px 0px 0px 8px; } .end { border-radius: 0px 8px 8px 0px; } .bartext { font-size: 20pt; font-weight: bold; color: white; } img { max-width: 100%; } .sub { color: dimgrey; font-style: italic; font-size: 1.9em; } label.kb { margin-left: 30px; font-size: 1em; } input.kb { margin-left: 30px; font-size: 1em; width: 60%; } /* * styles for 3.2" Waveshare LCD */ div.lcd { border: 1px solid darkgrey; border-radius: 5px; width: 80%; margin: auto; padding: 5pt 5pt 5pt; margin-bottom: 5pt; font-size: 1.2em; line-height: 10pt; } h2.lcd { font-size: 1.4em; margin-top: 5pt; margin-bottom: 5pt; } .left_lcd { float: left; margin-left: 15%; } .right_lcd { float: right; margin-right: 15%; } .compact { line-height: 3pt; } /* * styles for Codemirror editor */ .CodeMirror { width: 100%; margin: auto; } /* * styles for calendar */ .calendar-wrapper { width: 360px; margin: 1.8em auto; padding: 1.2em; border: 1px solid #dcdcff; border-radius: 5px; background: #fff; } table.cal { clear: both; width: 100%; border: 1px solid #dcdcff; border-radius: 3px; border-collapse: collapse; color: #444; } td.cal { height: 40px; text-align: center; vertical-align: middle; border-right: 1px solid #dcdcff; border-top: 1px solid #dcdcff; width: 14.28571429%; } td.not-current { color: #c0c0c0; } td.today { font-weight: 700; color: #28283b; font-size: 1.5em; } thead.cal td.cal { height: 48px; border: none; color: #28283b; text-transform: uppercase; font-size: 1.5em; } td.info { background-color: powderblue; } #btnPrev { float: left; margin-bottom: 20px; } #btnPrev:before { padding-right: 4px; } #btnNext { float: right; margin-bottom: 20px; } #btnNext:after { padding-left: 4px; } #btnPrev, #btnNext, #btnDay { background: transparent; border: none; outline: none; font-size: 1em; color: #c0c0c0; cursor: pointer; text-transform: uppercase; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #btnPrev:hover, #btnNext:hover { color: #28283b; font-weight: bold; } #btnDay { font-size: inherit; color: inherit; }
app/static/css/main.css
body { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; font-size: 1.1em; } /* * Create dark grey header with a white logo */ header { background-color: #2B2B2B; height: 50px; width: 100%; opacity: .9; margin-bottom: 10px; font-size: 1.2em; } header h1.logo { margin-top: 10px; font-size: 1.4em; color: #fff; text-transform: uppercase; float: left; } header h1.logo:hover { color: #fff; text-decoration: none; } /* * Center the body content */ .container { width: 940px; margin: 0 auto; } div.jumbo { padding: 10px 0 30px 0; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } h2 { font-size: 2.2em; margin-top: 30px; text-align: center; letter-spacing: -2px; } h3 { font-size: 1.3em; font-weight: 100; margin-top: 25px; text-align: center; letter-spacing: -1px; color: #999; } /* * Display navigation links inline */ .menu { float: right; margin-top: 12px; } .menu li { display: inline; } .menu li + li { margin-left: 15px; } .menu li a { color: #999; text-decoration: none; } /* * Custom */ .val { border: 1px; border-radius: 8px; text-align: center; margin: 10pt; padding: 10pt; font-size: 1.3em; font-weight: bold; color: white; } .tmp { background-color: green; } .hum { background-color: blue; } .red { background-color: red; } .switch { background-color: dimgrey; font-variant: small-caps; padding: 10pt 30pt; } .left { float: left; margin-left: 25%; } .right { float: right; margin-right: 25%; } .soil { display: flex; justify-content: center; margin: 0 auto; width: 50%; font-variant: small-caps; } .warn { width: 75%; } .top { background-color: silver; width: 20%; font-size: 15pt; padding: 7pt; } .clearing { clear: both; } .infobox { border: 1px solid darkgrey; border-radius: 5px; width: 75%; margin: auto; padding: 0pt 20pt 10pt; margin-bottom: 10pt; font-size: 1.1em; } .weatherbox { border: 2px outset lightgray; border-radius: 5px; width: 80%; margin: auto; padding: 0pt 20pt; margin-bottom: 10pt; font-size: 1em; } .editorbuttons { margin: auto; font-size: .7em; text-align: center; } .copypastabox { box-shadow: 5px 10px 18px #888888; background: white; border-radius: 3px; width: 30%; margin: auto; padding: 10pt; margin-bottom: 10pt; font-size: 1em; } table.log { border: 2px solid black; border-radius: 5px; width: 90%; margin: auto auto 10pt; padding: 10pt; } table.kettlebattle { border: 1px solid darkgray; border-radius: 5px; width: 50%; margin: auto; padding: 10pt; margin-bottom: 20pt; } table.socket { border-collapse: collapse; table-layout: fixed; width: 60%; margin: auto; white-space: nowrap; } th, td { padding: 5pt; text-align: left; font-size: 1.1em; } td.sys { font-size: 1em; color: dimgrey; font-weight: bold; } th { background-color: lightgrey; } td.socket { height: 40px; padding: 0px; opacity: .4; } .on { background-color: Gold; } .off { background-color: SlateGray; } .start { border-radius: 8px 0px 0px 8px; } .end { border-radius: 0px 8px 8px 0px; } .bartext { font-size: 20pt; font-weight: bold; color: white; } img { max-width: 100%; } .sub { color: dimgrey; font-style: italic; font-size: 1.9em; } label.kb { margin-left: 30px; font-size: 1em; } input.kb { margin-left: 30px; font-size: 1em; width: 60%; } /* * styles for 3.2" Waveshare LCD */ div.lcd { border: 1px solid darkgrey; border-radius: 5px; width: 80%; margin: auto; padding: 5pt 5pt 5pt; margin-bottom: 5pt; font-size: 1.2em; line-height: 10pt; } h2.lcd { font-size: 1.4em; margin-top: 5pt; margin-bottom: 5pt; } .left_lcd { float: left; margin-left: 15%; } .right_lcd { float: right; margin-right: 15%; } .compact { line-height: 3pt; } /* * styles for Codemirror editor */ .CodeMirror { width: 100%; margin: auto; } /* * styles for calendar */ .calendar-wrapper { width: 360px; margin: 1.8em auto; padding: 1.2em; border: 1px solid #dcdcff; border-radius: 5px; background: #fff; } table.cal { clear: both; width: 100%; border: 1px solid #dcdcff; border-radius: 3px; border-collapse: collapse; color: #444; } td.cal { height: 40px; text-align: center; vertical-align: middle; border-right: 1px solid #dcdcff; border-top: 1px solid #dcdcff; width: 14.28571429%; } td.not-current { color: #c0c0c0; } td.today { font-weight: 700; color: #28283b; font-size: 1.5em; } thead.cal td.cal { height: 48px; border: none; color: #28283b; text-transform: uppercase; font-size: 1.5em; } td.info { background-color: powderblue; } #btnPrev { float: left; margin-bottom: 20px; } #btnPrev:before { padding-right: 4px; } #btnNext { float: right; margin-bottom: 20px; } #btnNext:after { padding-left: 4px; } #btnPrev, #btnNext, #btnDay { background: transparent; border: none; outline: none; font-size: 1em; color: #c0c0c0; cursor: pointer; text-transform: uppercase; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #btnPrev:hover, #btnNext:hover { color: #28283b; font-weight: bold; } #btnDay { font-size: inherit; color: inherit; }
0.338514
0.095223
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background:#fff; padding:0; margin:8px 8px 0 8px; } html {background:#fff;} td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} textarea {resize:none;outline:none;} a:link, a:visited {color:black;} a:hover {color:#2B6FB6;} .nowrap {white-space: nowrap} /* Forms */ fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;} legend {color:#2B6FB6; font-weight:bold;} label.msg {display:none;} label.invalid {color:#EE0000; display:inline;} input.invalid {border:1px solid #EE0000;} input {background:#FFF; border:1px solid #dfdfdf;} input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} input, select, textarea {border:1px solid #dfdfdf;} input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} .input_noborder {border:0;} /* Buttons */ #insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton { border: 1px solid #ccc; margin: 0 8px 0 0; padding: 0 8px 1px; font-weight: bold; font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', verdana sans-serif; font-size: 11px; min-width: 55px; height: 20px; line-height: 19px; color: #666; cursor:pointer; outline: none; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #fafafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWVhZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #fafafa 0%, #e9eaec 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9eaec)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* IE10+ */ background: linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9eaec',GradientType=0 ); /* IE6-8 */ -webkit-box-shadow: 0px 3px 3px 0px #d2d2d2; -moz-box-shadow: 0px 3px 3px 0px #d2d2d2; box-shadow: 0px 3px 3px 0px #d2d2d2; } #insert:hover, #cancel:hover, #apply:hover, .mceActionPanel .button:hover, input.mceButton:hover, .updateButton:hover { background: #fafafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #fafafa 0%, #c5c5c5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* IE10+ */ background: linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-8 */ } #insert:active, #cancel:active, #apply:active, .mceActionPanel .button:active, input.mceButton:active, .updateButton:active { outline: none; background: #e9eaec; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eaec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* IE10+ */ background: linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaec', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */ -webkit-box-shadow: 0px 0px 0px 0px #fff; -moz-box-shadow: 0px 0px 0px 0px #fff; box-shadow: 0px 0px 0px 0px #fff; } /* Browse */ a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} .mceOldBoxModel a.browse span {width:22px; height:20px;} a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} a.pickcolor:hover span {background-color:#B2BBD0;} a.pickcolor, a.browse {text-decoration:none} /* Charmap */ table.charmap {border:1px solid #AAA; text-align:center} td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;} #charmap a {display:block; color:#000; text-decoration:none; border:0} #charmap a:hover {background:#CCC;color:#2B6FB6} #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center} #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center} #charmap #charmapView {background-color:#fff;} /* Source */ .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;} .mceActionPanel {margin-top:5px;height:22px;} /* Tabs classes */ .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;} .tabs ul {margin:0; padding:0; list-style:none;} .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;} .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;} .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;} .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;} .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;} .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;} /* Panels */ .panel_wrapper div.panel {display:none;} .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;} .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;} /* Columns */ .column {float:left;} .properties {width:100%;} .properties .column1 {} .properties .column2 {text-align:left;} /* Titles */ h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;} h3 {font-size:14px;} .title {font-size:12px; font-weight:bold; color:#2B6FB6;} /* Dialog specific */ #link .panel_wrapper, #link div.current {height:125px;} #image .panel_wrapper, #image div.current {height:200px;} #plugintable thead {font-weight:bold; background:#DDD;} #plugintable, #about #plugintable td {border:1px solid #919B9C;} #plugintable {width:96%; margin-top:10px;} #pluginscontainer {height:290px; overflow:auto;} #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;} #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} #colorpicker #light div {overflow:hidden;} #colorpicker #previewblock {float:right; padding-left:10px; height:20px;} #colorpicker .panel_wrapper div.current {height:175px;} #colorpicker #namedcolors {width:150px;} #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} #colorpicker #colornamecontainer {margin-top:5px;} #colorpicker #picker_panel fieldset {margin:auto;width:325px;} iframe#iframe { border: 1px solid #707070 !important; background: #f4f4f4 !important; -moz-box-shadow: inset 5px 5px 5px #d6d6d6; -webkit-box-shadow: inset 5px 5px 5px #d6d6d6; box-shadow: inset 5px 5px 5px #d6d6d6; } iframe#iframe html { background: transparent !important; } #general_panel #class_list, #general_panel #target_list { width: 200px; }
_drupal/profiles/panopoly/libraries/tinymce/jscripts/tiny_mce/themes/advanced/skins/cirkuit/dialog.css
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background:#fff; padding:0; margin:8px 8px 0 8px; } html {background:#fff;} td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} textarea {resize:none;outline:none;} a:link, a:visited {color:black;} a:hover {color:#2B6FB6;} .nowrap {white-space: nowrap} /* Forms */ fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;} legend {color:#2B6FB6; font-weight:bold;} label.msg {display:none;} label.invalid {color:#EE0000; display:inline;} input.invalid {border:1px solid #EE0000;} input {background:#FFF; border:1px solid #dfdfdf;} input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} input, select, textarea {border:1px solid #dfdfdf;} input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} .input_noborder {border:0;} /* Buttons */ #insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton { border: 1px solid #ccc; margin: 0 8px 0 0; padding: 0 8px 1px; font-weight: bold; font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', verdana sans-serif; font-size: 11px; min-width: 55px; height: 20px; line-height: 19px; color: #666; cursor:pointer; outline: none; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #fafafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWVhZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #fafafa 0%, #e9eaec 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9eaec)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* IE10+ */ background: linear-gradient(top, #fafafa 0%,#e9eaec 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9eaec',GradientType=0 ); /* IE6-8 */ -webkit-box-shadow: 0px 3px 3px 0px #d2d2d2; -moz-box-shadow: 0px 3px 3px 0px #d2d2d2; box-shadow: 0px 3px 3px 0px #d2d2d2; } #insert:hover, #cancel:hover, #apply:hover, .mceActionPanel .button:hover, input.mceButton:hover, .updateButton:hover { background: #fafafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #fafafa 0%, #c5c5c5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* IE10+ */ background: linear-gradient(top, #fafafa 0%,#c5c5c5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-8 */ } #insert:active, #cancel:active, #apply:active, .mceActionPanel .button:active, input.mceButton:active, .updateButton:active { outline: none; background: #e9eaec; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eaec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* IE10+ */ background: linear-gradient(top, #e9eaec 0%,#ffffff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaec', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */ -webkit-box-shadow: 0px 0px 0px 0px #fff; -moz-box-shadow: 0px 0px 0px 0px #fff; box-shadow: 0px 0px 0px 0px #fff; } /* Browse */ a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} .mceOldBoxModel a.browse span {width:22px; height:20px;} a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} a.pickcolor:hover span {background-color:#B2BBD0;} a.pickcolor, a.browse {text-decoration:none} /* Charmap */ table.charmap {border:1px solid #AAA; text-align:center} td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;} #charmap a {display:block; color:#000; text-decoration:none; border:0} #charmap a:hover {background:#CCC;color:#2B6FB6} #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center} #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center} #charmap #charmapView {background-color:#fff;} /* Source */ .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;} .mceActionPanel {margin-top:5px;height:22px;} /* Tabs classes */ .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;} .tabs ul {margin:0; padding:0; list-style:none;} .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;} .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;} .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;} .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;} .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;} .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;} /* Panels */ .panel_wrapper div.panel {display:none;} .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;} .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;} /* Columns */ .column {float:left;} .properties {width:100%;} .properties .column1 {} .properties .column2 {text-align:left;} /* Titles */ h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;} h3 {font-size:14px;} .title {font-size:12px; font-weight:bold; color:#2B6FB6;} /* Dialog specific */ #link .panel_wrapper, #link div.current {height:125px;} #image .panel_wrapper, #image div.current {height:200px;} #plugintable thead {font-weight:bold; background:#DDD;} #plugintable, #about #plugintable td {border:1px solid #919B9C;} #plugintable {width:96%; margin-top:10px;} #pluginscontainer {height:290px; overflow:auto;} #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;} #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} #colorpicker #light div {overflow:hidden;} #colorpicker #previewblock {float:right; padding-left:10px; height:20px;} #colorpicker .panel_wrapper div.current {height:175px;} #colorpicker #namedcolors {width:150px;} #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} #colorpicker #colornamecontainer {margin-top:5px;} #colorpicker #picker_panel fieldset {margin:auto;width:325px;} iframe#iframe { border: 1px solid #707070 !important; background: #f4f4f4 !important; -moz-box-shadow: inset 5px 5px 5px #d6d6d6; -webkit-box-shadow: inset 5px 5px 5px #d6d6d6; box-shadow: inset 5px 5px 5px #d6d6d6; } iframe#iframe html { background: transparent !important; } #general_panel #class_list, #general_panel #target_list { width: 200px; }
0.235636
0.077973
body { width: 50%; margin: 100px auto; background-color: lightgray; font-family: 'Kanit', sans-serif; } .calendar-base { width: 900px; height: 500px; border-radius: 20px; background-color: white; position: relative; z-index: -1; color: black; } .year { color: #E8E8E8; font-size: 30px; float: right; position: relative; right: 75px; top: 20px; font-weight: bold; } .triangle-left { width: 0; height: 0; border-top: 5px solid transparent; border-right: 10px solid #E8E8E8; border-bottom: 5px solid transparent; float: right; position: relative; right: 90px; top: 36px; } .triangle-right { width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid #E8E8E8; border-bottom: 5px solid transparent; float: right; position: relative; left: 20px; top: 36px; } .triangle-left:hover{ border-right: 10px solid#2ECC71; } .triangle-right:hover{ border-left: 10px solid#2ECC71; } .month-color { color: #27AE60; } .month-hover:hover{ color:#27e879 !important; } .months { color: #AAAAAA; position: relative; left: 350px; top: 90px; word-spacing: 10px; } .month-line { border-color: #E8E8E8; position: relative; top: 85px; width: 57%; left: 178px; } .days { color: #AAAAAA; position: relative; font-size: 18px; left: 355px; top: 80px; word-spacing: 35px; font-weight: 600; } .num-dates { float: right; position: relative; top: 110px; right: 50px; z-index: 1; } .first-week { margin-bottom: 25px; word-spacing: 55px; } .second-week { margin-bottom: 25px; word-spacing: 53px; } .third-week { margin-bottom: 25px; word-spacing: 58px; } .fourth-week { margin-bottom: 25px; word-spacing: 58px; } .fifth-week { margin-bottom: 25px; word-spacing: 56px; } .sixth-week { margin-bottom: 25px; word-spacing: 55px; } .active-day { width: 35px; height: 35px; border-radius: 50%; background-color: #2ECC71; position: relative; top: 295px; left: 661px; } .white { color: white; } .event-indicator { width: 5px; height: 5px; border-radius: 50%; background-color: #2980B9; position: relative; top: 304px; left: 695px; } .two { position: relative; top: 168px; left: 535px; } .grey { color: #AAAAB1; } .calendar-left { width: 300px; height: 500px; border-radius: 20px 0px 0px 20px; background-color: #2ECC71; position: relative; z-index: -1; bottom: 500px; color: white; } .hamburger { position: relative; top: 25px; left: 25px; } .burger-line:hover, .hamburger:hover{ background-color:#27e879 !important; } .burger-line { width: 25px; height: 3px; background-color: white; border-radius: 15%; margin-bottom: 3px; } .num-date { font-size: 150px; width: 50%; margin: 0 auto; font-weight: 700; } .day { width: 50%; margin: 0px auto; font-size: 30px; position: relative; bottom: 60px; } .current-events { font-size: 15px; position: relative; margin-left: 25px; bottom: 30px; } .posts { text-decoration: underline dotted; } .posts:hover{ color:#27e879 !important; } .create-event { font-size: 18px; position: relative; margin-top: 30px; margin-left: 25px; } .event-line { width: 90%; } .add-event { width: 20px; height: 20px; padding: 0px; border-radius: 50%; border: solid white 2px; position: relative; bottom: 42px; left: 260px; } .add { font-size: 25px; position: relative; left: 4px; bottom: 10px; } .add:hover, .create-event:hover, .add-event:hover{ color:#27e879 !important; border-color: #27e879 !important; }
AdminAssets/css/calender.css
body { width: 50%; margin: 100px auto; background-color: lightgray; font-family: 'Kanit', sans-serif; } .calendar-base { width: 900px; height: 500px; border-radius: 20px; background-color: white; position: relative; z-index: -1; color: black; } .year { color: #E8E8E8; font-size: 30px; float: right; position: relative; right: 75px; top: 20px; font-weight: bold; } .triangle-left { width: 0; height: 0; border-top: 5px solid transparent; border-right: 10px solid #E8E8E8; border-bottom: 5px solid transparent; float: right; position: relative; right: 90px; top: 36px; } .triangle-right { width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid #E8E8E8; border-bottom: 5px solid transparent; float: right; position: relative; left: 20px; top: 36px; } .triangle-left:hover{ border-right: 10px solid#2ECC71; } .triangle-right:hover{ border-left: 10px solid#2ECC71; } .month-color { color: #27AE60; } .month-hover:hover{ color:#27e879 !important; } .months { color: #AAAAAA; position: relative; left: 350px; top: 90px; word-spacing: 10px; } .month-line { border-color: #E8E8E8; position: relative; top: 85px; width: 57%; left: 178px; } .days { color: #AAAAAA; position: relative; font-size: 18px; left: 355px; top: 80px; word-spacing: 35px; font-weight: 600; } .num-dates { float: right; position: relative; top: 110px; right: 50px; z-index: 1; } .first-week { margin-bottom: 25px; word-spacing: 55px; } .second-week { margin-bottom: 25px; word-spacing: 53px; } .third-week { margin-bottom: 25px; word-spacing: 58px; } .fourth-week { margin-bottom: 25px; word-spacing: 58px; } .fifth-week { margin-bottom: 25px; word-spacing: 56px; } .sixth-week { margin-bottom: 25px; word-spacing: 55px; } .active-day { width: 35px; height: 35px; border-radius: 50%; background-color: #2ECC71; position: relative; top: 295px; left: 661px; } .white { color: white; } .event-indicator { width: 5px; height: 5px; border-radius: 50%; background-color: #2980B9; position: relative; top: 304px; left: 695px; } .two { position: relative; top: 168px; left: 535px; } .grey { color: #AAAAB1; } .calendar-left { width: 300px; height: 500px; border-radius: 20px 0px 0px 20px; background-color: #2ECC71; position: relative; z-index: -1; bottom: 500px; color: white; } .hamburger { position: relative; top: 25px; left: 25px; } .burger-line:hover, .hamburger:hover{ background-color:#27e879 !important; } .burger-line { width: 25px; height: 3px; background-color: white; border-radius: 15%; margin-bottom: 3px; } .num-date { font-size: 150px; width: 50%; margin: 0 auto; font-weight: 700; } .day { width: 50%; margin: 0px auto; font-size: 30px; position: relative; bottom: 60px; } .current-events { font-size: 15px; position: relative; margin-left: 25px; bottom: 30px; } .posts { text-decoration: underline dotted; } .posts:hover{ color:#27e879 !important; } .create-event { font-size: 18px; position: relative; margin-top: 30px; margin-left: 25px; } .event-line { width: 90%; } .add-event { width: 20px; height: 20px; padding: 0px; border-radius: 50%; border: solid white 2px; position: relative; bottom: 42px; left: 260px; } .add { font-size: 25px; position: relative; left: 4px; bottom: 10px; } .add:hover, .create-event:hover, .add-event:hover{ color:#27e879 !important; border-color: #27e879 !important; }
0.531696
0.07921
body { overflow-x: hidden; margin: 0; padding: 0 !important; background-color: #000000!important; font-family: sans-serif; color:#DB5304!important; } thead th{ color:#DB5304!important; } .login-page{ background-color:#000000!important; } .bg-light{ background-color:#000000!important; } #login-section{ background-color:#000000!important; } * { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; word-wrap: break-word; } u { text-decoration: none; border-bottom: 1px solid; } img { display: block; margin: 0 auto; } ul { margin: 0; padding: 0; list-style: none; } ul li { font: 400 16px/26px 'Poppins'; color: #191919; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #DB5304; } h1, h2, h3, h4, h5, h6 { /*font-family: 'Poppins';*/ font-weight: 400; } h1 { font-size: 40px; line-height: 48px; } h2 { font-size: 35px; line-height: 42px; } h3 { font-size: 32px; line-height: 40px; } h4 { font-size: 24px; line-height: 34px; } h5 { font-size: 22px; line-height: 32px; } h6 { font-size: 20px; line-height: 30px; } p { /*font: 400 16px/26px 'Poppins';*/ color: #DB5304; } a, button { text-decoration: none !important; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; font-family: sans-serif; font-weight: 400; } p { margin-bottom: 24px; } p:last-child { margin-bottom: 0 !important; } .flex-box { display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; justify-content: center; -webkit-box-align: center; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; display: flex; align-items: center; } .bg-light{ background-color:#DB5304!important; } .flex-wrap { flex-wrap: wrap; } .flex-start { align-items: flex-start; } .flex-end { align-items: flex-end; } .white-font { color: #4fc3f7!important; } .site-container { display: block; width: 100%; max-width: 1600px; margin: 0 auto; } .cf { font-family: 'thumbreel' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .badge-success { background-color: #2f8e3a; } .badge-danger { background-color: #dc3545; } .badge-warning { background-color: #ffc107; } .badge-default { background-color: #17a2b8; } .badge-grey { background-color: #000000; } /*Header Styles*/ #app-header { padding: 15px 0; background-color: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.28); } #app-header .site-logo { margin-left: 0; } #app-header .nav { float: none; } #app-header .navbar-collapse.in { opacity: 1; visibility: visible; -webkit-transform: translate(0, 40px); -moz-transform: translate(0, 40px); transform: translate(0, 40px); } #app-header .navbar-toggle[aria-expanded="true"] { height: 27px; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-1 { display: none; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-2, #app-header .navbar-toggle[aria-expanded="true"] span.bar-3 { width: 25px !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; margin: 0; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-2 { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); } #app-header .navbar-toggle[aria-expanded="true"] span.bar-3 { -webkit-transform: translate(0, -1px) rotate(45deg); -moz-transform: translate(0, -1px) rotate(45deg); transform: translate(0, -1px) rotate(45deg); } #app-header .navbar-toggle .icon-bar { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color: #c9346a; } #app-header .nav li { flex-basis: 23%; } #app-header .nav li a { padding: 0; font-size: 16px; line-height: 26px; color: #191919; } #app-header .nav li a .caret { margin-left: 25px; border-top-color: #8c8c8c; } #app-header .nav li.active a, #app-header .nav li a:hover, #app-header .nav li a:focus, #app-header .nav li a:active, #app-header .nav .open a, #app-header .nav .open .sub-menu li a:hover, #app-header .user-info .open .user-option li a:hover { background-color: transparent; color: #c23164; } #app-header .nav .dropdown .sub-menu, #app-header .user-info .user-option { padding: 25px 20px; width: 250px; border-radius: 0; -webkit-transform: translate(-96px, 0); -moz-transform: translate(-96px, 0); transform: translate(-96px, 0); border: 1px solid #b7b7b7; box-shadow: 0 -1px 15px 5px rgba(0, 0, 0, .175); } #app-header .nav .open .sub-menu, #app-header .user-info .open .user-option { -webkit-transform: translate(-96px, 23px); -moz-transform: translate(-96px, 23px); transform: translate(-96px, 23px); } #app-header .nav .dropdown .sub-menu::before, #app-header .nav .dropdown .sub-menu::after, #app-header .user-info .user-option::before, #app-header .user-info .user-option::after { content: ""; border-bottom: 8px solid #fff; border-top-color: currentcolor; border-right: 8px solid transparent; border-left: 8px solid transparent; -webkit-transform: translate(139px, -33px); -moz-transform: translate(195px, -33px); transform: translate(195px, -33px); position: absolute; } #app-header .nav .dropdown .sub-menu::after, #app-header .user-info .user-option::after { /*border-bottom: 10px solid #b7b7b7;*/ -webkit-transform: translate(195px, -236.3px); -moz-transform: translate(195px, -236.3px); transform: translate(195px, -181.3px); z-index: -1; } #app-header .nav li.menu-item-3 .sub-menu::after { -webkit-transform: translate(195px, -181.3px); -moz-transform: translate(195px, -181.3px); transform: translate(195px, -181.3px); } #app-header .nav .sub-menu li a, #app-header .user-info .user-option li a { font-size: 16px; line-height: 16px; color: #191919; padding: 10px 0; } #app-header .user-info .user-name { text-align: right; margin-right: 18px; } #app-header .user-info .user-name span { display: block; color: #451e61; font: 600 18px/20px 'Poppins'; } #app-header .user-info li { flex-basis: 50%; } #app-header .user-info li img { display: inline-block; vertical-align: middle; margin-right: 10px; width: 100%; max-width: 60px; height: 60px; object-fit: cover; border-radius: 50%; } #app-header .user-info li .caret { border-top: 7px dashed #451e61; border-right: 7px solid transparent; border-left: 7px solid transparent; } #app-header .user-info li .caret:hover { border-top-color: #c9346a; } #app-header .user-info .user-option { width: 296px; margin-top: 0; -webkit-transform: translate(-133px, 0); -moz-transform: translate(-133px, 0); transform: translate(-133px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-133px, 10px); -moz-transform: translate(-133px, 10px); transform: translate(-133px, 10px); } #app-header .user-info .user-option::before { -webkit-transform: translate(230px, -33px); -moz-transform: translate(230px, -33px); transform: translate(230px, -33px); } #app-header .user-info .user-option::after { -webkit-transform: translate(230px, -380.3px); -moz-transform: translate(230px, -380.3px); transform: translate(230px, -380.3px); } /*End Header Styles*/ #main-content { padding: 45px 0 70px } /*Footer Styles*/ #app-footer { padding: 24px 0; position: relative; bottom: 0; left: 0; right: 0; } #app-footer .footer-menu .menu-item a { color: #666666; font: 500 14px/24px 'Poppins'; padding: 0 20px 0 0; margin-right: 20px; } #app-footer .footer-menu .menu-item a:hover { color: #c9346a; } #app-footer .footer-menu .menu-item a::after { content: ""; display: block; background-color: #666; width: 2px; position: absolute; top: 3px; bottom: 3px; right: 0; } #app-footer .footer-menu .menu-item:last-child a { padding-right: 0; margin-right: 0; } #app-footer .footer-menu .menu-item:last-child a::after { content: unset; } /*End Footer Styles*/ /*Popup Choose Account Styles*/ /* #choose-acc-popup.modal .modal-dialog { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); transform: translate(-100%, 0); } */ #choose-acc-popup.modal.in .modal-dialog, #choose-vid-popup.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } .modal .modal-dialog { width: 100%; max-width: 1120px; } .modal .modal-content { padding: 65px 185px; } .modal .modal-header { padding: 0; border-bottom: 2px solid #000; } .modal .modal-header h5 { font: 700 30px/40px 'Poppins'; } .modal .modal-header h5 span { color: #c9346a; } .modal .close { position: absolute; top: 35px; right: 40px; width: 23px; height: 23px; font-size: 45px; line-height: 0; color: #ccc; opacity: 1; } .modal .close:hover { color: #451e61; opacity: .5; } #select-share-popup .acc-list, #select-snap-popup .acc-list, #select-snap-popup .acc-list, #select-share-popup .acc-list, #thumb-popup .acc-list, #stats-popup .acc-list { margin: 50px 0 40px; } #choose-acc-popup .acc-list { margin: 50px 0 40px; } #choose-acc-popup .acc-list .acc-item, #select-share-popup .acc-list .acc-item, #choose-acc-popup .acc-list .acc-connect-item, #select-snap-popup .acc-list .acc-item, #select-snap-popup .acc-list .acc-connect-item, #select-share-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-item, #thumb-popup .acc-list .acc-connect-item, #select-share-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-item { flex-basis: 33.33%; } #choose-acc-popup .acc-list .remove-acc { position: absolute; top: 20px; right: 0; cursor: pointer; z-index: 1; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #choose-acc-popup .acc-list .acc-item:hover .remove-acc { opacity: 1; } #choose-acc-popup .acc-list .remove-acc i { font-size: 15px; color: #fff; padding: 9px; background-color: #4b0b6f; border-radius: 50%; } #choose-acc-popup .acc-list img, #select-snap-popup .acc-list img, #select-share-popup .acc-list img, #thumb-popup .acc-list img, #stats-popup .acc-list img { /*border: 1px solid #451e61;*/ border-radius: 50%; width: 157px; } #select-share-popup .acc-list .acc-item { flex-basis: 33.33%; } #select-share-popup .acc-list .remove-acc { position: absolute; top: 20px; right: 0; cursor: pointer; z-index: 1; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #choose-acc-popup .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font: 700 20px/30px 'Poppins'; color: #191919; } #choose-acc-popup .acc-list .active .accnt-name, #choose-acc-popup .acc-list .acc-item:hover .accnt-name, #choose-acc-popup .acc-connect-item:hover span, #choose-vid-popup .vid-list:hover h6 { color: #c9346a; } #choose-acc-popup .acc-connect { width: 100%; max-width: 33.33%; } /* #choose-vid-popup.modal .modal-dialog { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); transform: translate(100%, 0); } */ #choose-vid-popup .vid-list-container { height: 100%; max-height: 650px; overflow-y: auto; } #choose-vid-popup .vid-list { padding: 20px 0; border-bottom: 1px solid #858585; } #choose-vid-popup .vid-list .img-wrap { padding-left: 0; flex-basis: 32%; } #choose-vid-popup .vid-list .img-wrap img { width: 100%; border: 1px solid #999; } #choose-vid-popup .vid-list .vid-details { flex-basis: 68%; } #choose-vid-popup .vid-list h6 { font-family: 'Poppins'; font-weight: 700; } #choose-vid-popup .vid-list .vid-desc { font-size: 14px; line-height: 24px; } /*End Popup Choose Account Styles*/ /*Login Styles*/ #login-section .container-fluid, #app-footer .container-fluid { max-width: 1920px; width: 100%; display: block; margin: 0 auto; } #login-section .row { height: 100vh; } #login-section .row h3 span { /*color: #190974;*/ } #login-section .row .col { padding: 0 100px; } #login-section .form-wrap { padding: 30px 20px; border: 5px solid #f4f4f4; border-radius: 10px; background: #1f1f1f; /*background: -webkit-linear-gradient(top, #141e30 0%, #243b55 25%, #451e61 100%);*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2d5f', endColorstr='#451e61', GradientType=0); } #login-section .form-input { display: block; margin-bottom: 30px; } #login-section .form-input>.material-icons~input, #login-section .form-input>.material-icons~.label, #login-section .form-input>.material-icons~.underline { margin-left: 2.25rem; width: calc(100% - 2.25rem); } #login-section .form-input input { color: #4fc3f7; font: 400 16px/16px 'Poppins'; border: none; border-bottom: 1px solid #4fc3f7; box-shadow: none; outline-style: none; width: 100%; background-color: transparent; padding: 20px 0 5px; } #login-section .form-input input~.label { color:#4fc3f7; font-size: 14px; pointer-events: none; position: absolute; top: 22%; left: 0; transition: top .2s, font .2s; z-index: 1; transform: translate(0, -50%); } #login-section .form-input input~.underline { background-color: #572061; position: absolute; bottom: 0; right: 50%; left: 50%; height: 2px; -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; } #login-section .form-input input:focus~.underline { left: 0; right: 0; } #login-section .form-input input:focus~.label { color: #a1a1a1; } #login-section .form-input input:focus~.label, #login-section .form-input input:valid~.label { /* top: 0; font-size: 12px;*/ } #login-section .form-input input:-webkit-autofill~.label { top: 0; font-size: 12px; } #login-section #submit { font: 500 16px/16px; color: #4fc3f7!important; letter-spacing: 1.2px; width: 100%; max-width: 200px; padding: 15px; background-color: #fff; border: 1px solid transparent; border-radius: 50px; } #login-section #submit:hover { background-color: transparent; border-color: #ddd; } #login-footer { position: absolute; bottom: 0; left: 0; right: 0; } #login-footer .footer-menu li { text-align: center; } #login-footer .footer-menu li a { font: 500 14px/24px 'Poppins'; color: #666; border-right: 2px solid #666; padding-right: 20px; margin-right: 20px; } #login-footer .footer-menu li:last-child a { border-right: 0; padding-right: 0; margin-right: 0; } #login-footer .footer-menu li a:hover { color: #c73368; } #login-section .form-wrap .spinner, #login-section .form-wrap .spinner .loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; cursor: not-allowed; } #login-section .form-wrap .spinner { background-color: rgba(255, 255, 255, 0.4); } #login-section .form-wrap .spinner .loader { display: block; margin: 0 auto; font-size: 10px; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); } /*End Login Styles*/ /*Dashboard Styles*/ #dashboard-sec-1 .row-1 { margin-bottom: 30px; } .title-area h3 { font: 700 30px/40px 'Poppins'; color: #451e61; } .title-area h3 span { color: #c9346a; } #dashboard-sec-1 .vid-wrapper { width: 100%; max-width: 745px; height: auto; display: block; padding-bottom: 52.9%; border: 5px solid #636363; } #dashboard-sec-1 .ftr-vid iframe, #training .wt-vid-wrap iframe { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } #dashboard-sec-1 .data-card { flex-basis: 48%; background: transparent center/cover no-repeat; border-radius: 8px; padding: 65px 20px; width: 100%; max-width: 375px; max-height: 198px; } #dashboard-sec-1 .card-1, #dashboard-sec-1 .card-3 { margin-right: 4%; } #dashboard-sec-1 .card-1, #dashboard-sec-1 .card-2 { margin-bottom: 4%; } #dashboard-sec-1 .card-1 { background-image: url('../images/youtube-logo.png'); } #dashboard-sec-1 .card-2 { background-image: url('../images/thumb-bg.png'); } #dashboard-sec-1 .card-3 { background-image: url('../images/team-bg.png'); } #dashboard-sec-1 .card-4 { background-image: url('../images/client-bg.png'); } #dashboard-sec-1 .card-5 { background-image: url('../images/thumbnail-bg.jpg'); } #dashboard-sec-1 .card-6 { background-image: url('../images/clipsreel-bg.jpg'); padding: 50px 20px; flex-basis: 45.5%; max-height: 152px; min-height: 152px; } #dashboard-sec-1 .data-card .card-icon { flex-basis: 30%; padding-right: 20px; } #dashboard-sec-1 .data-card .card-label { flex-basis: 70%; padding-left: 20px; font-family: 'Poppins'; font-weight: 700; } #dashboard-sec-1 .card-1 .card-label, #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-card .card-label big { display: block; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 25px; line-height: 35px; } #dashboard-sec-1 .card-3 .card-label { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .inner-row { width: 100%; max-width: 1200px; } #dashboard-sec-1 .inner-row .img-wrapper img { box-shadow: 0 6px 60px 0 rgb(0, 0, 0, .3); border-radius: 8px; } #dashboard-sec-1 .data-table, #channel-sec-1 .data-table { background-color: #000000; padding: 65px 95px; border-radius: 12px; } #dashboard-sec-1 .row-3.data-table::after, #channel-sec-1 .row-2.data-table::after { content: ""; display: block; clear: both; width: 100%; } #dashboard-sec-1 .data-table h2, #channel-sec-1 .data-table h2 { font-family: 'Poppins'; font-weight: 700; color: #DB5304!important; } #dashboard-sec-1 .data-table select, #dashboard-sec-1 .data-table input { border-radius: 50px; margin: 0 5px; } #dashboard-sec-1 .data-table input { width: 100%; max-width: 180px; } #dashboard-sec-1 .data-table label, #dashboard-sec-1 .data-table .table thead th h6 { font-family: 'Poppins'; font-weight: 600; } #dashboard-sec-1 .data-table .table-foot .pagination { display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; justify-content: center; -webkit-box-align: center; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; display: flex; align-items: center; margin: 0; } #dashboard-sec-1 .data-table .table thead th { border-color: #451e61; } #dashboard-sec-1 .data-table .table thead tr th:first-child { padding-left: 0; } #dashboard-sec-1 .data-table .table tbody td { border-bottom: 1px solid rgba(69, 30, 97, 0.13); padding: 20px; } #dashboard-sec-1 .data-table .table tbody tr:last-child td { border-bottom: 2px solid #451e61; } #dashboard-sec-1 .data-table .table-hover tbody tr:hover { background-color: rgba(201, 52, 106, 0.05); } #dashboard-sec-1 .data-table .table tbody td .badge { font: 400 14px/14px 'Poppins'; padding: 8px; width: 100%; max-width: 85%; border-radius: 50px; } #dashboard-sec-1 .data-table .icon-btn { display: inline-block; vertical-align: middle; margin-right: 15px; } #dashboard-sec-1 .data-table .icon-btn:last-child { margin-right: 0; } #dashboard-sec-1 .data-table .table-foot { margin-top: 20px; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { padding: 0; font: 100 16px/26px 'Poppins'; color: #191919; } #dashboard-sec-1 .data-table .table-foot .pagination li a { background-color: transparent; border: 1px solid #000; font: 100 18px/28px 'Poppins'; color: #191919; padding: 2px 10px; border-radius: 8px; margin: 0 5px; width: 100%; max-width: 34px; text-align: center; cursor: pointer; } #dashboard-sec-1 .data-table .table-foot .pagination #dashboard-table_previous a, #dashboard-sec-1 .data-table .table-foot .pagination #dashboard-table_next a { background-color: transparent; max-width: 100%; border: none; width: auto; margin: 0; color: #191919 } #dashboard-sec-1 .data-table .table-foot .pagination li.disabled a { color: #999 !important; cursor: not-allowed; } #dashboard-sec-1 .data-table .table-foot .pagination li a:hover, #dashboard-sec-1 .data-table .table-foot .pagination li.active a { background-color: #c9346a; border-color: #c9346a; color: #fff; } /*End Dashboard Styles*/ /*Choose Template Styles */ #choose-temp .tags-row .tags { justify-content: flex-end; } #choose-temp .tags-row .col-1 { flex-basis: 49%; } #choose-temp .tags-row .col-2 { flex-basis: 51%; } .tags .border-tags, .more-btn a { padding: 2px 14px; background-color: #fff; margin: 3px 5px; border: 1px solid #999999; border-radius: 50px; } .tags .border-tags p { font: 500 10px/10px 'Poppins'; margin-bottom: 0; display: inline-block; vertical-align: middle; } .tags .border-tags span { font: 500 15px/15px 'Poppins'; color: #ccc; vertical-align: middle; margin-left: 3px; cursor: pointer; } #choose-temp .more-btn { flex-basis: 130px; } #choose-temp .more-btn a { font: 700 10px/20px 'Poppins'; color: #c9346a; margin-right: 0; display: block; text-align: center; } #choose-temp .more-btn a:hover { background-color: transparent; color: #451e61; } #choose-temp .tags-row { margin-bottom: 50px; } #choose-temp .temp-wrap .thumb-img, #thumb-rank .vid-wrap .vid-thumb-img { width: 100%; border: 2px solid #000; } #choose-temp .temp-wrap .thumb-overlay, #thumb-rank .vid-wrap .vid-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #191919; z-index: 1; opacity: 0; visibility: hidden; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; transition: all .8s ease-in-out; } #choose-temp .temp-wrap .img-wrap:hover .thumb-overlay, #thumb-rank .vid-wrap .img-wrap:hover .vid-overlay { opacity: .8; visibility: visible; } #choose-temp .thumb-overlay .icon, #thumb-rank .vid-wrap .vid-overlay .icon { opacity: 0; -webkit-transition: opacity .35s, -webkit-transform .35s; -moz-transition: opacity .35s, -moz-transform .35s; transition: opacity .35s, transform .35s; } #choose-temp .thumb-overlay .icon span, #thumb-rank .vid-wrap .vid-overlay .icon span { font: 500 12px/22px 'Poppins'; } #choose-temp .thumb-overlay .edit-icon, #thumb-rank .vid-overlay .create-icon { margin-right: 10px; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } #choose-temp .thumb-overlay .preview-icon, #thumb-rank .vid-overlay .upload-icon { margin-left: 10px; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } #choose-temp .temp-wrap .img-wrap:hover .icon, #thumb-rank .vid-wrap .img-wrap:hover .icon { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } #choose-temp .thumb-overlay .img-wrap, #thumb-rank .vid-overlay .img-wrap { padding: 15px; background-color: #fff; border-radius: 50%; } #choose-temp .thumb-overlay .img-wrap img, #thumb-rank .vid-overlay .img-wrap img { width: 100%; max-width: 30px; } #choose-temp .temp-title h6, #thumb-rank .vid-wrap .vid-details .vid-title { font: 500 16px/26px 'Poppins'; } #choose-temp .temp-wrap .temp-tags { justify-content: flex-start; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 12px; } #choose-temp .temp-wrap .temp-tags p { font-size: 10px; line-height: 10px; display: block; } .lightbox-modal { background-color: rgba(18, 10, 23, 0.45); } .lightbox-modal .modal-dialog { width: auto; max-width: unset; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) !important; margin: 0; background-color: transparent; } .lightbox-modal.in .modal-dialog { transform: translate(-50%, -50%) !important; } .lightbox-modal .lightbox-content { padding: 0 !important; background-color: transparent; box-shadow: none; border: 0; } .lightbox-modal .lightbox-content .close { right: -14px; top: 25px; z-index: 9; color: #cccbc4; font-size: 25px; } .lightbox-modal .lightbox-content .modal-header { border: 0; } .lightbox-modal .lightbox-content .modal-title { color: #fff; font: 500 18px/28px 'Poppins'; letter-spacing: 1px; } .lightbox-modal .lightbox-content .modal-body { padding: 0; border: 5px solid #9d9d9d; border-radius: 5px; } .lightbox-modal .lightbox-content .modal-body img { width: 100%; } /*End Choose Template Styles*/ /*Analysis Styles*/ #analysis { padding-bottom: 128px; } #analysis .title-area { margin-bottom: 50px; } #analysis .desc-area { width: 100%; max-width: 58%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #451e61; } #analysis .desc-area p { font-size: 18px; line-height: 35px; color: #333; } .note-area ul li { padding: 15px 0 15px 20px; } .note-area ul li::before { content: ""; display: block; width: 13px; height: 13px; border: 7px solid transparent; border-left-color: #c9346a; position: absolute; left: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); transform: translateY(50%); } .note-area ul li p { font-size: 20px; line-height: 30px; color: rgba(51, 51, 51, 0.6); } #analysis .desc-area h6 { font-family: 'Poppins'; font-weight: 700; } #upload-form .file-upload { width: 100%; max-width: 865px; margin: 0 auto; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { flex-basis: 100%; background: #dcdcdc url('../images/placeholder-img.jpg') right 50px center no-repeat; height: 100%; min-height: 235px; justify-content: flex-start; padding-left: 155px; background-color: #dcdcdc; border: 3px dashed #000000; border-radius: 3px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #upload-form .image-upload-wrap:hover, #upload-form .image-upload-wrap.image-dropping, #remove-bg .image-upload-wrap:hover, #remove-bg .image-upload-wrap.image-dropping { background-color: rgba(201, 52, 106, 0.2); border-color: #c9346a; } #upload-form .file-upload-input, #analysis .file-upload-container input, #remove-bg .image-upload-wrap input, #cinema .upload-imgs input, #image .upload-imgs input, #account .change-pic .upload-pic { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; z-index: 9; } #upload-form .drag-text h6, #remove-bg .drag-text h6 { color: #a2a2a2; width: 100%; max-width: 295px; text-align: left; } #upload-form .image-title-wrap, #upload-form .file-upload-content { display: none; } #upload-form .image-title, #remove-bg .image-title { font: 400 14px/24px 'Poppins'; } #upload-form .file-upload-content img { opacity: 0.5; } #upload-form .file-upload-content .loader { color: #c9346a; position: absolute; top: 45%; left: 50%; right: 0; bottom: 0; z-index: 1; margin: 0; transform: translate(-50%, -50%); font-size: 16px; } #analysis .output { flex-basis: 865px; } #analysis .output #tabs { padding: 0; border: 0; background-color: transparent; width: 100%; max-width: 865px; margin: 0 auto } #analysis .output #tabs .tab-cont { padding: 0; } #analysis .output #tabs .ui-tabs-nav { padding: 0; border: 0; margin-bottom: 15px; background-color: transparent; border-bottom: 1px solid #e0e0e0; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 25%; margin: 0; border: 0; padding: 0 12px; text-align: center; background-color: transparent; border-bottom: 3px solid transparent; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #analysis .output #tabs .ui-tabs-nav li.ui-tabs-active { border-bottom-color: #c9346a; } #analysis .output #tabs .ui-tabs-nav li a { text-align: center; float: none; padding: 10px; display: block; font-size: 15px; color: #737373; } #analysis .output #tabs .ui-tabs-nav li.ui-tabs-active a { color: #333; } #analysis .output .img-wrap.thumb-col { flex-basis: 55%; padding-right: 25px; } #analysis .output .img-wrap.thumb-col img { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4); } #analysis .output .img-wrap.thumb-col span { font: 500 13px/23px 'Poppins'; margin-top: 5px; display: block; } #analysis .output .data-result-col { flex-basis: 45%; } #analysis .output .data-result-col ul { height: 100%; max-height: 180px; min-height: 400px; overflow: auto; padding: 18px; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); border-radius: 2px; } #analysis .output .result { justify-content: flex-start; } #analysis .output .score { flex-grow: 1; text-align: right; } #analysis .output .score p, #analysis .output .name a { text-transform: capitalize; font-size: 14px; line-height: 24px; } #analysis .output #web .name a { display: block; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: 100%; max-width: 280px; overflow: hidden; } #analysis .output .progress { flex-basis: 100%; height: 4px; margin-top: 4px; } #analysis .output .progress .bg-success { background-color: #0f9d58; } #analysis .output .action-btns { justify-content: flex-end; margin-top: 35px; } #analysis .output .action-btns a { padding: 12px 20px; font: 400 16px/16px 'Poppins'; text-transform: uppercase; border: 1px solid transparent; border-radius: 5px; } #analysis .output .action-btns a.action-btn-1 { color: #333; background-color: #a4a0a066; margin-right: 5px; } #analysis .output .action-btns a.action-btn-2 { color: #fff; background-color: #4285f4; margin-left: 5px; } #analysis .output .action-btns a .tr-icon { margin-right: 8px; } #analysis .output .data-result-col .data-cont li { padding: 15px; } #analysis .output .data-result-col .data-cont li ul { padding: 0; min-height: 0; overflow: visible; box-shadow: none; border-radius: 6px; } #analysis .output #accordion-top { text-align: left; } #analysis .output #accordion-top .panel-heading { margin-top: -20px; width: 100%; max-width: 110px; text-align: center; padding: 2px 10px; border-radius: 50px; margin-left: 8px; margin-bottom: 10px; background-color: #af3b23; } #analysis .output #accordion-top #accordion-sub .panel-heading { background-color: #0288d1; } #analysis .output #accordion-top .panel-body { border: 0; padding: 20px 8px; } #analysis .output #accordion-top .panel-heading a { color: #fff; font: 500 18px/18px 'Poppins'; } #analysis .output #accordion-top .panel-heading a::before { content: "\ea0a"; font-family: 'thumbreel' !important; font-size: 12px; display: inline-block; vertical-align: middle; margin-right: 4px; } #analysis .output #accordion-top .panel-heading a.collapsed:before { content: "\ea0b"; } #analysis .output #accordion-top #accordion-sub .panel { background-color: #edf6f9; } #analysis .output #accordion-top #accordion-sub .panel p { padding: 8px; margin-bottom: 10px; background-color: #e7f7e8; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; line-height: 24px; letter-spacing: 3px; word-break: break-all; } #analysis .output #accordion-top #accordion-sub .panel p span { border-bottom: 1px dotted #ffaa0a; margin-left: 4px; } #analysis .output .data-result-col .color-wraper { height: 180px; } #analysis .output .data-result-col .color-wraper .color { height: 100%; } #analysis .output .data-result-col .color-row { margin-top: 10px; transition: color 300ms linear; } #analysis .output .data-result-col .color-text span { text-transform: uppercase; font: 400 14px/24px 'Poppins'; color: #616161; } #analysis .output .data-result-col .color-percent { flex-grow: 1; text-align: right; } #analysis .output .data-result-col .color-percent { font: 400 18px/28px 'Poppins'; color: #616161; } #analysis .output .data-result-col .color-block { flex-basis: 100%; height: 20px; margin-top: 6px; transition: background-color 300ms linear; } #analysis .output #properties .data-result-col ul li { text-align: left; } #analysis .output .data-result-col ul .crop-hint { margin-top: 30px; } #analysis .output .data-result-col ul .crop-ratio { font-size: 18px; line-height: 28px; color: #616161; margin: 5px 0; } #analysis .output .data-result-col ul .crop-row { margin: 12px 0; } .safe-search .row { justify-content: flex-start; padding: 10px 20px; text-align: left; } #analysis .output .data-result-col .safe-search .row .labels { font-size: 15px; line-height: 25px; color: #616161; padding-right: 12px; width: 80px; } #analysis .output .data-result-col .safe-search .row .meter { background-color: #f5f5f5; flex-grow: 1; } #analysis .output .data-result-col .safe-search .row .meter::after { background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 21%, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 41%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 61%, rgba(255, 255, 255, 0) 61%, rgba(52, 136, 194, 0) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 81%, rgba(255, 255, 255, 0) 81%); bottom: 0; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } #analysis .output .data-result-col .safe-search .row .meter .bar { height: 15px; } #analysis .output .data-result-col .safe-search .row .text { font-size: 12px; padding-left: 12px; color: #616161; width: 100px; line-height: 22px; } #analysis .output .data-result-col .safe-search .help { font-size: 12px; padding: 30px 30px 0 30px; line-height: 22px; text-align: left; color: #656565; } /*End Analysis Styles*/ /*Remove Background Styles*/ #remove-bg { padding-bottom: 153px; } #remove-bg .title-area { margin-bottom: 120px; } #remove-bg .content-wrap h1 { font: 700 60px/78px 'Poppins'; } #remove-bg .content-wrap h4 { color: #333; } .choose-img-btn { padding: 20px 0; background-color: #c9346a; font: 500 18px/18px 'Poppins'; color: #fff; width: 100%; max-width: 390px; display: block; margin: 0 auto; border: 2px solid #c9346a; border-radius: 3px; } .choose-img-btn:hover, .choose-img-btn:focus { background-color: transparent; color: #191919; } .img-choose.picked img { border: 3px solid #c9346a; } #remove-bg .remove-bg-upload { width: 100%; max-width: 865px; margin: 0 auto; } #remove-bg .image-upload-wrap { background: #dcdcdc url('../images/remove-bg-placeholder.jpg') right 50px center no-repeat; } #remove-bg #pop-up-loading-bar { display: none; z-index: -1; -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); transform: translate(0, -100%); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #remove-bg #pop-up-loading-bar.in, #remove-bg #bg-remove-success.in { -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); } #remove-bg .modal-dialog { width: 100%; max-width: 865px; } #remove-bg .modal-content { padding: 15px; } #remove-bg .modal-content .progress { margin: 0; } #remove-bg #bg-remove-success { width: 100%; display: none; -webkit-transform: translate(0, -80%); -moz-transform: translate(0, -80%); transform: translate(0, -80%); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #remove-bg #bg-remove-success .modal-content { padding: 25px; } #remove-bg #bg-remove-success .title p { line-height: 32px; font-family: 'Poppins'; font-weight: 100; color: #000000; } #remove-bg #bg-remove-success .row img { border-radius: 8px; } #remove-bg #bg-remove-success .btn-group .btn { border-radius: 5px; margin: 0 auto; max-width: 170px; } #remove-bg #bg-remove-success .btn-group .btn i { margin-right: 5px; } #remove-bg #bg-remove-success .rating span { font: 100 13px/27px 'Poppins'; color: #808080; margin-right: 10px; } #remove-bg #bg-remove-success .rating .emoticon { font-size: 16px; line-height: 0; padding: 6px 8px; border-radius: 5px; border: 1px solid #ccc; color: #333; margin: 4px; } #remove-bg #bg-remove-success .rated { background-color: #ccc; } #remove-bg #bg-remove-success .rating .emoticon:hover { background-color: #e6e6e6; border-color: #adadad; } #remove-bg #bg-remove-success .close { position: absolute; top: 15px; right: 25px; font-size: 36px; line-height: 36px; cursor: pointer; z-index: 1; } /*End Remove Background Styles*/ /*Snap From Video Styles*/ .btn-style-1 { display: block; padding: 13px; background-color: #a3234e; width: 100%; max-width: 180px; margin: 0 auto; border-radius: 7px; border: 2px solid transparent; color: #fff; } .btn-style-1:hover, .btn-style-1:focus { background-color: transparent; color: #451e61; border-color: #c9346a; } #snap-vid .btn-wrap { text-align: right; } #snap-vid .btn-wrap .btn-nxt { font: 700 20px/20px 'Poppins'; margin: 0 0 0 auto; } #snap-vid .vid-wrapper { width: 100%; max-width: 880px; height: auto; display: block; /* padding-bottom: 31.5%; */ margin: 0 auto; } #snap-vid .vid-btn { position: absolute; top: 20px; left: 20px; z-index: 9; font: 400 14px/14px 'Poppins'; padding: 12px; max-width: 140px; } #snap-vid .vid-btn:hover { color: #fff } #snap-vid .vid-wrapper iframe { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } #snap-vid .play-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #snap-vid .play-wrap .play-btn { display: block; background-color: #b8b8b8; width: 114px; height: 114px; margin: 0 auto 15px; border-radius: 50%; } #snap-vid .play-wrap .play-btn:hover { opacity: .7; } #snap-vid .play-wrap .play-btn::before { content: ""; display: block; border: 35px solid transparent; border-left: 50px solid #f4f4f4; position: absolute; top: 50%; left: 50%; transform: translate(-20%, -47%); } #snap-vid .play-wrap .info-txt { font: 400 14px/24px 'Poppins'; color: #f4f4f4; } #snap-vid .preview-wrap { margin-top: 35px; } #snap-vid .preview-wrap .prvw-img-wrap { display: inline-block; } #snap-vid .preview-wrap .prvw-img { border: 6px solid #999999; } #snap-vid .preview-wrap .selected { border-color: #06b306; } /*End Snap From Video Styles*/ /*ThumbRanker Styles*/ #thumb-rank .title-area { padding-bottom: 25px; border-bottom: 1px solid #ccc; } #thumb-rank .info-wrap { padding: 20px 25px; width: 100%; max-width: 882px; background-color: #e6f4fd; } #thumb-rank .info-wrap .info-text { font-size: 14px; line-height: 24px; } #thumb-rank .user-channel .user-details { justify-content: flex-end; } #thumb-rank .user-details .user-name { margin-right: 15px; } #thumb-rank .user-details .user-name p { font: 600 18px/28px 'Poppins'; color: #451e61; } #thumb-rank .vid-wrap .uploading-vid { opacity: .8; visibility: visible; } #thumb-rank .vid-wrap .uploading-vid .uploading-icon { display: block; opacity: 1; transform: unset !important; } #thumb-rank .vid-wrap .uploading-vid .img-wrap { background-color: unset; padding: 0; } #thumb-rank .vid-overlay .uploading-icon, #thumb-rank .vid-wrap .uploading-vid .create-icon, #thumb-rank .vid-wrap .uploading-vid .upload-icon { display: none; } #thumb-rank .vid-wrap .status-bar { display: block; position: absolute; top: 0; left: 0; right: 0; height: 6px; background-color: #d70000; z-index: 9; } #thumb-rank .vid-wrap .status-bar-success { display: block; position: absolute; top: 0; left: 0; right: 0; height: 6px; background-color: #15d761; z-index: 9; } #thumb-rank .vid-wrap .vid-details .vid-title { color: #ad2855; } #thumb-rank .vid-wrap .vid-details .vid-date { font: 100 12px/22px 'Poppins'; color: #666; } #upload-popup .modal-body, #choose-img .modal-body { padding: 40px 20px; } #upload-popup .thumb-list .thumb-item, #choose-img .thumb-list-row .thumb-item { padding: 0 10px; flex-basis: 33.33%; margin: 10px 0; overflow: hidden; } /* #choose-img .thumb-list-row .thumb-item { display: none; } */ #choose-img .thumb-list-row .thumb-item img { /*border: 2px solid rgba(201, 52, 106, 0.6);*/ border-radius: 5px; } #choose-img .thumb-list-row .thumb-item.picked img { border: 4px solid #c23164; } #choose-img .thumb-list-row .thumb-item .select-img { position: absolute; top: 0; bottom: 0; left: 10px; right: 10px; background-color: rgba(0, 0, 0, 0.3); z-index: 1; transform: translateY(100%); opacity: 0; cursor: default; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #choose-img .thumb-list-row .thumb-item .select-img i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; color: #d91456; background-color: #fff; padding: 10px; border-radius: 50%; cursor: pointer; } #choose-img .thumb-list-row .thumb-item:hover .select-img { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); opacity: 1; } #choose-img .thumb-list-row .btn-wrap { flex-basis: 100%; } #upload-popup #next, #choose-img #next { position: absolute; top: 25px; right: 25px; font-size: 30px; padding: 3px; line-height: 30px; background-color: #c9346a; color: #fff; border: 1px solid #c9346a; border-radius: 5px; } #upload-popup #next:hover, #choose-img #next:hover { background-color: transparent; color: #c9346a; } /*End ThumbRanker Styles*/ /*Video Stats Styles*/ #video-stats .vid-stats-tbl { padding: 35px 50px; background-color: #fff; border-radius: 10px; } #vid-stats-tbl_wrapper .row .col-xs-6 { display: none; } #vid-stats-tbl { margin: 0 !important; } #vid-stats-tbl tbody { border-bottom: 1px solid #666; } #vid-stats-tbl thead th, #vid-stats-tbl tbody td { text-align: center; } #vid-stats-tbl thead th { background-position: right 10px; border-bottom: 1px solid #666; } #vid-stats-tbl thead th h6 { font: 700 18px/28px 'Poppins'; margin-bottom: 12px; } #vid-stats-tbl #info-tooltip { border: 1px solid #000; padding: 2px 8.2px; border-radius: 50%; margin-left: 5px; font: 500 13px/13px 'Poppins'; vertical-align: middle; } #vid-stats-tbl tbody td { padding: 20px 5px; border-top-color: #ccc; } #vid-stats-tbl tbody td .data { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #vid-stats-tbl .title-wrap { justify-content: flex-start; } #vid-stats-tbl .title-wrap .col { text-align: left; } .stats-thumb { margin: 0; border: 2px solid #d70000; } .stats-thumb-success { margin: 0; border: 2px solid #15d761; } #vid-stats-tbl .heart { display: block; width: 27px; height: 23px; background: url('../images/heart-100.png') center/cover no-repeat; } #vid-stats-tbl .heart-fill { background: url('../images/heart-fill.svg') center/cover no-repeat; } /*End Video Stats Styles*/ /*Editor Styles*/ .editor-area { align-items: unset; margin: 0; } #editor .row-2 .col-1 { background-color: #e3e3e3; padding: 0 30px 30px; } #editor .preview-object { width: 100%; max-width: 100%; height: 100%; min-height: 641px; max-height: 641px; overflow: hidden; } #editor .row-2 .col-2 { padding: 0; background-color: #ccc; } #editor .preview-area .action-btns-area { padding: 10px 0 15px; } /* #editor .preview-area .edit-layers { justify-content: flex-start; pointer-events: none; opacity: .3; } */ /* #editor .preview-area .edit-layers.activate { pointer-events: all; opacity: 1; } */ #editor .preview-area .edit-layers .icon button { padding: 0; border: 0; background-color: transparent; } #layer-options #effect button[disabled], #layer-options #effect select[disabled], #layer-options #effect input[disabled] { cursor: not-allowed !important; opacity: .5; } #editor .edit-layers .icon button[disabled] { opacity: 0.5; cursor: not-allowed; } #editor .edit-layers .icon button[disabled] a { pointer-events: none; } #editor .preview-area .icon.disabled, #editor .preview-area .icon.disabled button { opacity: 0.5; cursor: not-allowed; } #editor .preview-area .icon.disabled a, #editor .preview-area .icon.disabled button { pointer-events: none; } #editor .preview-area .edit-layers .icon a { color: #252525; padding: 0 20px 0 12px; margin-right: 10px; border-right: 1px solid #252525; min-height: 23px; } #editor .preview-area .edit-layers .icon:last-child a { border: 0; } #editor .preview-area .edit-layers .icon .svg-layer { width: 16px; margin-right: 4px; } #editor .preview-area .edit-layers .icon a .fa-trash-o { font-size: 19px; vertical-align: middle; } #editor .preview-area .finish-actions { flex-grow: 1; justify-content: flex-end; } #editor .preview-area .finish-actions .icon { text-align: center; padding-right: 36px; } #editor .preview-area .finish-actions .icon a { font-size: 13px; line-height: 23px; color: #222; } #editor .preview-area .finish-actions .icon a .fa, #editor .preview-area .finish-actions .icon a .tr-share2-icon { color: #a1a1a1; font-size: 16px; margin-right: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } #editor .preview-area .finish-actions .icon a .tr-share2-icon { font-size: 14px; } #editor .preview-area .icon a:hover, #editor .preview-area .finish-actions .icon a:hover .fa, #editor .preview-area .finish-actions .icon a:hover .tr-share2-icon { color: #c9346a; } #editor .preview-object .canvas-wrapper { background-color: #999999; } #layer-options .nav li { flex-grow: 1; flex-basis: 58px; margin: 0; } #layer-options .nav li a { font: 100 12px/22px 'Poppins'; color: #fff; text-align: center; padding: 10px; background-color: #c9346a; border: 1px solid #d33971; border-radius: 0; } #layer-options .nav li.active a { border-color: #d6d6d6; background-color: #ccc; color: #222; } #layer-options .nav li a .icon { display: block; font-size: 20px; margin-bottom: 6px; } #layer-options .parent-tab { height: 600px; overflow: auto; } #extra-tab-pane { height: 100%; } #extra-tab-pane p { justify-content: flex-start; } #extra-tab-pane p b { flex-basis: 125px; } #borders { padding: 35px 15px 0; } #borders .border-style { display: block; min-height: 50px; margin-bottom: 45px; color: #222222; } #borders .solid-border { border: 3px solid #222222; } #borders .dashed-border { border: 3px dashed #222222; } #borders .dashed-border-light { border: 2px dashed #222222; } #borders .dotted-border { border: 3px dotted #222222; } #borders .border-style:hover { border-color: #c9346a; } #tbl .disabled, #shapes .disabled, #borders .disabled { opacity: 0.7; cursor: not-allowed; } #tbl .disabled button, #tbl .disabled input, #shapes .disabled button, #shapes .disabled input, #borders .disabled button, #borders .disabled input { pointer-events: none; } #shapes { padding: 50px 15px 0; } #shapes .shape-items .item-wrap { flex-grow: 1; padding: 10px; border: 1px solid transparent; } #shapes .shape-items .item { display: block; margin: 0 auto; } #shapes .shape-items .item-solid .item { background-color: #000; } #shapes .shape-items .item-bordered .item { border: 2px solid #000; } #shapes .shape-items .item svg { display: none; } #shapes .shape-items .square, #shapes .shape-items .square-round { width: 46px; height: 46px; } #shapes .shape-items .square-round, #shapes .shape-items .rectangle-round { border-radius: 5px } #shapes .shape-items .rectangle { width: 60px; height: 40px; } #shapes .shape-items .rectangle-round { width: 95px; height: 40px; } #shapes .cliped { background-color: #000; border: 0 !important; } #shapes .cliped:after { content: ""; top: 2px; left: 2px; right: 2px; bottom: 2px; position: absolute; background-color: #ccc; } #shapes .circle { width: 55px; height: 55px; border-radius: 50%; } #shapes .triangle { width: 61px; height: 53px; } #shapes .triangle, #shapes .triangle:after { -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); clip-path: polygon(50% 0%, 0% 100%, 100% 100%); } #shapes .triangle:after { top: 3px; left: 3px; right: 3px; } #shapes .pentagon, #shapes .item-bordered .pentagon::after { -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); } #shapes .pentagon { width: 55px; height: 55px; -webkit-transform: rotate(-21deg); -moz-transform: rotate(-21deg); transform: rotate(-21deg); } .hexagon { width: 55px; height: 55px; } #shapes .hexagon, #shapes .item-bordered .hexagon::after { -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); } #cinema { padding: 30px 15px 0; } #layer-options #cinema .nav { justify-content: left; } #layer-options #cinema .nav li { flex-basis: auto; } #layer-options #cinema .nav a, #layer-options #image .nav a { font: 500 14px/24px 'Poppins'; color: #525252; text-align: left; padding-bottom: 30px; background-color: transparent; border: none; } #layer-options #cinema .nav li:first-child a, #layer-options #image .nav li:first-child a { padding-left: 0; } #layer-options #cinema .nav li.active a, #layer-options #image .nav li.active a { color: #c9346a; } #layer-options #cinema .form-group, #layer-options #image .form-group { margin-bottom: 20px; } #layer-options #cinema .form-control, #layer-options #image .form-control { padding: 10px; border: 2px solid #afafaf; border-radius: 5px; } #layer-options #cinema .search-icon, #layer-options #image .search-icon { font-size: 16px; position: absolute; top: 50%; right: 0; z-index: 9; transform: translate(0, -50%); color: #808080; background-color: transparent; padding: 10px } #cinema .icon-items .icon { font-size: 50px; flex: 1 0 22%; text-align: center; color: #000; border: 1px solid transparent; } #cinema .icon-items .icon:hover, #shapes .shape-items .item-wrap:hover { border-color: #000000; } #cinema .emoji-items a, #image .item-wrap { margin: 5px; } #cinema .emoji-items a { flex-grow: 1; text-align: center; } #cinema .emoji-items .emoji { font: 400 40px/60px 'Poppins'; } #cinema .emoji-items .star-media, #image .star-media { border-radius: 2px 0 0 0; color: #454545; right: 0; bottom: 0; cursor: pointer; } .favorite .fa-star-o { color: #e4ad3c; } #cinema .emoji-items .star-media, #image .star-media { display: none; position: absolute; font-size: 16px; text-align: center; width: 22px; height: 22px; padding-top: 1px; background: rgba(255, 255, 255, .75); z-index: 1; } #cinema .emoji-items a:hover span, #image .item-wrap:hover span { display: block; } #cinema .upload-imgs, #image .upload-imgs { padding: 10px 12px; font-size: 14px; display: block; background: #451e61; color: #fff; border-radius: 3px; border: 1px solid rgba(0, 0, 0, .1); } #cinema .upload-imgs:hover, #image .upload-imgs:hover { background-color: transparent; color: #fff; } #cinema .divider, #image .divider { border-top: 1px solid rgba(69, 30, 97, 0.3); margin-top: 15px; padding-top: 15px; } #cinema .upload_preview { align-items: flex-start; justify-content: flex-start; } #cinema .upload_preview img { margin: 5px; cursor: pointer; } #tbl .bg-row { flex-basis: 100%; } #tbl .bg-row .top-layer-bg, #tbl .bg-row .bot-layer-bg { display: block; width: 100%; max-width: 100%; height: 35px; cursor: pointer; } #tbl .input-row { flex-grow: 1; justify-content: flex-start; } #tbl .input-row label { font: 400 16px/26px 'Poppins'; margin-right: 8px; } #shapes .input-wrap, #borders .input-wrap, #tbl .input-wrap { display: block; padding: 12px 12px 12px 40px; width: 100%; max-width: 130px; background-color: #fff; border-radius: 6px; } #shapes .input-wrap input, #borders .input-wrap input, #tbl .input-wrap input { width: 100%; border: 0; padding: 0; font: 400 16px/16px 'Poppins'; background-color: transparent !important; color: #191919 !important; } #shapes .input-wrap button, #borders .input-wrap button, #tbl .input-wrap .pick { padding: 0; width: 20px; height: 20px; border: 1px solid #a1a1a1; position: absolute; left: 10px; } #tbl .input-wrap .pick img { display: none; } #text { padding: 30px 15px; } #text .text-items .item { display: block; text-align: center; padding: 30px 0; border-bottom: 1px dashed #fff; color: #222; } #text .text-items .item-1 { font: 700 40px/50px 'Poppins'; } #text .text-items .item-2 { font: 400 26px/36px 'Poppins'; } #text .text-items .item-3 { font: 300 16px/26px 'Poppins'; } #text .text-items .item:hover { background-color: rgba(0, 0, 0, .05); } #text-styles { padding: 20px; position: absolute; top: 0; left: -750px; right: 0; width: 100%; background-color: #ccc; z-index: 9; } #text-styles #close { font: 500 22px/22px 'Poppins'; color: #333; margin-bottom: 10px; display: block; width: 100%; max-width: 30px; left: -10px; } #text-styles .font-style label { flex-basis: 100%; } #text-styles .font-style .bootstrap-select { flex-grow: 1; width: auto; border-radius: 6px; } #text-styles .font-style #font-family { flex-grow: 1; margin-right: 10px; padding: 10px; -webkit-appearance: none; width: auto; } #text-styles .font-style input, #text-styles .font-style #font-family { border: 1px solid #999; border-radius: 6px; font: 400 14px/17px 'Poppins'; height: auto; } #text-styles .font-style input { width: 100%; max-width: 50px; margin-left: 10px; padding: 10px 0 10px 10px; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: 35px; opacity: 1; align-self: auto; cursor: pointer; } #text-styles .font-variant .btn-group { flex-grow: 1; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 17px; font: 400 12px/12px 'Poppins'; border: 1px solid rgba(161, 161, 161, 0.8); } #text-styles .btn.enable { background-color: #b6b6b6; } #text-styles .font-variant .color-pick-row { width: 100%; max-width: 100px; background-color: #fff; padding: 6px 6px 6px 30px; border-radius: 5px; border: 1px solid #a1a1a1; } #text-styles .font-variant .color-pick-row input { padding: 0; border: 0; background-color: transparent; font-size: 16px; line-height: 16px; width: 100%; } #text-styles .font-variant .color-pick-row button { position: absolute; width: 15px; height: 15px; left: 7px; border: 0; border: 1px solid #ccc; border-radius: 3px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); } #text-styles .font-variant .color-pick-row input { padding: 0; border: 0; background-color: transparent !important; color: #191919 !important; font: 400 13px/13px 'Poppins'; width: 100%; } #text-styles .text-alignment .btn-group button { padding: 6px 10px; font: 400 20px/20px 'Poppins'; flex-grow: 1; } #text label { font: 400 14px/14px 'Poppins'; margin-bottom: 20px; } #effect { padding: 40px 20px; } #effect .effects-items .item-1, #effect .effects-items .item-2, #effect .effects-items .item-3 { border-bottom: 1px solid #d6d6d6; padding-bottom: 25px; margin-bottom: 25px; } #effect .range-slider, #text-styles .range-slider { margin-bottom: 25px; } #effect label, #effect .range-slider span { font: 400 13px/23px 'Poppins'; color: #222; margin-bottom: 8px; } #effect .range-slider input, #text-styles .range-slider input { order: 2; -webkit-appearance: none; width: 100%; height: 6px; background: transparent; border-radius: 5px; border: 1px solid #b9b9b9; outline: none; cursor: pointer; } #effect .range-slider .range-slider__value, #text-styles .range-slider .range-slider__value { order: 1; } #effect .range-slider .range-slider-title, #text-styles .range-slider .range-slider-title { flex-grow: 1; } #effect .range-slider__range::-moz-range-thumb, #text-styles .range-slider__range::-moz-range-thumb { width: 16px; height: 16px; border: 0; border-radius: 50%; background: #451e61; cursor: pointer; transition: background .15s ease-in-out; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: 0; height: 16px; width: 16px; border-radius: 50%; background: #451e61; cursor: pointer; -webkit-transition: background .15s ease-in-out; transition: background .15s ease-in-out; } input[type=range]:active::-webkit-slider-thumb { background: #c9346a; } #effect .range-slider__range:active::-moz-range-thumb, #text-styles .range-slider__range:active::-moz-range-thumb { background: #c9346a; } #effect .color-overlay button, #image .background-color button { width: 17px; height: 17px; border: 1px solid #a5a5a5; position: absolute; top: 50%; z-index: 1; -webkit-transform: translate(6px, -52%); -moz-transform: translate(6px, -52%); transform: translate(6px, -52%); } #effect .color-overlay input, #image .background-color input { padding: 13px 28px; border: 1px solid #a5a5a5; border-radius: 6px; background-color: #fff !important; color: #191919 !important; font: 400 13px/13px 'Poppins'; width: 100%; max-width: 122px; } #effect .color-overlay { justify-content: flex-start; } #effect .checkbox-wrap { flex-grow: 1; text-align: right; justify-content: flex-end; } #effect .checkbox-wrap input { width: auto; margin: 0 7px 0 0; } #effect .checkbox-wrap label { margin: 0; font: 500 12px/12px 'Poppins'; } #image { padding: 20px 20px 0; } #image .buttons-wrap .action-btn { flex-grow: 1; text-align: center; padding: 10px; background-color: #f4f4f4; border: 1px solid #afafaf; border-radius: 8px; margin-right: 8px; color: #737373; font-size: 14px; line-height: 14px; } #image .buttons-wrap .action-btn:last-child { margin-right: 0; } #image .buttons-wrap .action-btn .fa { margin-right: 4px; color: #42afe3; } #image .buttons-wrap .action-btn .fa.fa-times-circle { color: #ed6c63; } #image .buttons-wrap .action-btn img { width: 14px; } #layer-options #image .nav a { padding: 0 11px 15px; } #layer-options #image .nav li:last-child a { text-align: center; } #image .photos-items img, #image .searched-items img, #image .fav-items img { border-radius: 2px; width: 144px; height: 94px; object-fit: cover; } #image .photos-items .crop-media { top: 0; left: 0; color: #2386c7; border-radius: 2px 0 3px 0; } #layer-options #image .pattern-bg { margin: 5px; cursor: pointer; } #layer-options #image .pattern-bg img { width: 144px; height: 95px; object-fit: cover; } #layer-options #image .background-color span { font: 400 14px/24px 'Poppins'; margin-right: 5px; } #layer-options #image .favs { font: 500 14px/24px 'Poppins'; color: #444; } #image .load-more-btn .load-more-loader { flex-basis: 100%; } #image #loadmore { padding: 12px; border: 1px solid #c9346a; background-color: #c9346a; color: #fff; border-radius: 50px; display: block; margin: 15px auto 0; width: 100%; max-width: 150px; font: 500 14px/14px 'Poppins'; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #image #loadmore:hover { background-color: transparent; color: #191919; } /*End Editor Styles*/ /*Account Styles*/ #account .colored-bg, #training .colored-bg { padding: 15px; margin-bottom: 30px !important; background-color: rgba(119, 119, 119, 0.1); border-radius: 8px; justify-content: flex-start; } #account .title-area i.fa-tachometer, #training .title-area i.fa-tachometer { font-size: 20px; } #account .manage-data-wrap, #account .update-pass-row { padding-bottom: 35px; } #account .title-wrap h4 { text-transform: uppercase; } #account .title-area i, #account .bordered-title i, #dashboard-sec-1 .bordered-title i, #training .title-area i { font-size: 45px; background: #ba2d5f; background: -moz-linear-gradient(top, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); background: -webkit-linear-gradient(top, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); background: linear-gradient(to bottom, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2d5f', endColorstr='#451e61', GradientType=0); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .bordered-title::after { content: ""; display: block; position: absolute; bottom: 0; width: 35%; height: 1px; background-color: #a1a1a1; } #account .actions-row .col { flex-grow: 1; } #account .actions-row .col .action-btn { width: 100%; padding: 18px; font-size: 16px; line-height: 16px; text-transform: uppercase; white-space: unset; } #account .profile-info-row { align-items: unset; } #account .profile-info-row .bordered-title::after { width: 62%; } #account .profile-info-row .col { padding-bottom: 35px; border-radius: 0; } #account form { padding: 15px 15px 0 15px; } #account .form-input, #change-email .form-input { flex: 1; margin-bottom: 0; } #account input, #change-email input { background-color: transparent; border: 0; padding: 15px 8px; border-bottom: 1px solid #511f61; font: 400 16px/16px 'Poppins'; text-overflow: ellipsis; width: 100%; } #account .underline, #change-email .underline { display: block; height: 2px; background-color: #ba2d5f; position: absolute; bottom: 0; left: 50%; right: 50%; -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; } #account input:hover~.underline, #account input:focus~.underline, #change-email input:hover~.underline, #change-email input:focus~.underline { left: 0; right: 0; } #account .form-input .label, #change-email .form-input .label { display: block; font: 400 14px/24px 'Poppins'; color: #666; text-align: left; padding: 0; } #account .btn-wrap { flex-basis: 100%; margin-top: 30px; } #account .btn-wrap .btn, #change-email .btn-wrap .btn { padding: 12px; font: 500 15px/15px 'Poppins'; color: #fff; background-color: #ba2d5f; text-transform: uppercase; border: 1px solid #ba2d5f; border-radius: 50px; width: 100%; max-width: 140px; } #account .btn-wrap .btn:hover, #change-email .btn-wrap .btn:hover { background-color: transparent; color: #4a1f61; } #account .profile-pic-wrap .img-wrap { display: inline-block; overflow: hidden; } #account .profile-pic-wrap .change-pic { position: absolute; top: 10px; right: -10px; color: #fff; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #account .profile-pic-wrap .img-wrap:hover .change-pic { right: 10px; opacity: 1; } #account .profile-pic-wrap .change-pic .fa { background-color: #772460; padding: 10px; border-radius: 50%; font-size: 16px; } #account .update-pass-row input~.fa { position: absolute; top: 51%; right: 25px; font-size: 21px; color: #666; cursor: pointer; } #account .update-pass-row .btn { max-width: 200px; } #change-email .modal-dialog { max-width: 500px; } #change-email .modal-content { padding: 30px; } #change-email.modal .close { top: 20px; right: 10px; font-size: 30px; } #change-email .form-input { display: block; } /*End Account Styles*/ /*404 Styles*/ .page-404 { height: 100vh; width: 100%; background: url('../images/login-bg.jpg') center/cover no-repeat; letter-spacing: 1px; } .page-404 .st0 { font-family: 'Poppins'; font-weight: 500; } .page-404 .st1 { font-size: 83.0285px; } .page-404 .st2 { fill: gray; } .page-404 svg { width: 100%; max-width: 600px; height: 410px; text-align: center; fill: #c23164; } .page-404 #Calque_2 { -webkit-transform: translate(6px, 0); -moz-transform: translate(6px, 0); transform: translate(6px, 0); } .page-404 path#XMLID_5_ { fill: #c23164; filter: url(#blurFilter4); } .page-404 path#XMLID_11_, .page-404 path#XMLID_2_ { fill: #c23164; } .page-404 .circle { animation: out 2s infinite ease-out; fill: #a20d5a; } .page-404 .message:after { content: "]"; } .page-404 .message:before { content: "["; } .page-404 .message:after, .page-404 .message:before { color: #c23164; font-size: 25px; -webkit-animation-name: opacity; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: opacity; animation-name: opacity; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; margin: 0 50px; } .page-404 .btn-back-home { display: block; padding: 16px; font: 500 16px/16px 'Poppins'; background-color: #c23164; width: 100%; max-width: 210px; margin: 0 auto; color: #fff; border: 1px solid transparent; border-radius: 50px; text-transform: uppercase; } .page-404 .btn-back-home:hover { background-color: #fff; color: #c23164; box-shadow: 0 0 30px 0px #c23164; } /*End 404 Styles*/ /*Training Styles*/ #training .colored-bg { border-radius: 0; } #training .walk-through-vid-wrap { align-items: unset; } #training .walk-through-vid-wrap .col { background-color: #e7e7e7; } #training .walk-through-vid-wrap .desc-wrap { padding: 45px 45px 45px 30px; } #training .wt-vid-wrap { width: 100%; max-width: 1080px; height: auto; display: block; /* padding-bottom: 55.8%; */ } #training .vid-list-wrap, #training .docs-list-wrap { padding: 25px; background-color: #e7e7e7; } #training .vid-list-wrap .col, #training .docs-list-wrap .col { padding: 3px; } #training .vid-list-wrap .content-wrap, #training .docs-list-wrap .content-wrap { padding: 15px 15px 40px 15px; border: 1px solid #d7d7d7; } #training i { cursor: pointer; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #training .tut-vid-wrap img~i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.4); font-size: 35px; color: #fff; line-height: 35px; padding: 0px 10px; border-radius: 8px; } #training .tut-vid-wrap i:hover { background-color: #00adef; } #training .vid-list-wrap p, #training .docs-list-wrap p { font-family: 'Poppins'; font-weight: 500; color: #222; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #training .docs-list-wrap .content-wrap i { font-size: 150px; color: #333; } #training .docs-list-wrap i:hover { color: #c9346a; } /*End Training Styles*/ /* >>>>>> RESPONSIVE <<<<< */ @media screen and (max-width: 1700px) { .site-container { max-width: 1400px; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-105px, 0); -moz-transform: translate(-105px, 0); transform: translate(-105px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-105px, 23px); -moz-transform: translate(-105px, 23px); transform: translate(-105px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-145px, 0); -moz-transform: translate(-145px, 0); transform: translate(-145px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-195px, 10px); -moz-transform: translate(-195px, 10px); transform: translate(-195px, 10px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.7%; } #dashboard-sec-1 .data-card { max-width: 340px; max-height: 178px; } #dashboard-sec-1 .data-table { padding: 65px 85px; } /* #snap-vid .vid-wrapper { padding-bottom: 35.5%; } */ #editor .preview-object { min-height: 557px; max-height: 557px; } #layer-options .nav li { flex-basis: auto; } #layer-options .nav li a { font-size: 10px; line-height: 20px; padding: 10px 0; } #layer-options .parent-tab { max-height: 500px; } #image { padding: 20px 15px 0; } #shapes .shape-items .item-wrap { padding: 8px; } } @media screen and (max-width: 1500px) { .site-container { max-width: 1200px; } #app-header .nav li { flex-basis: 25%; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-113px, 0); -moz-transform: translate(-113px, 0); transform: translate(-113px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-113px, 23px); -moz-transform: translate(-113px, 23px); transform: translate(-113px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-158px, 0); -moz-transform: translate(-158px, 0); transform: translate(-158px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-195px, 10px); -moz-transform: translate(-195px, 10px); transform: translate(-195px, 10px); } #dashboard-sec-1 .data-card { padding: 50px 20px; flex-basis: 45.5%; max-height: 153px; } #dashboard-sec-1 .card-1 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-card .card-label { padding-left: 0; } #dashboard-sec-1 .card-2 .card-label { font-size: 19px; line-height: 29px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 15px; line-height: 25px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 30px; line-height: 38px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table { padding: 50px; } #dashboard-sec-1 .data-table .table tbody td .badge { max-width: 100%; } #choose-temp .tags-row .col-1 { flex-basis: 45%; } #choose-temp .tags-row .col-2 { flex-basis: 55%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 10px; } #analysis .desc-area { max-width: 76%; } #analysis .row-2 .col-1 { flex-basis: 80%; } /* #snap-vid .vid-wrapper { padding-bottom: 41.4%; } */ #vid-stats-tbl thead th h6 { font-size: 16px; line-height: 26px; } #vid-stats-tbl .title-wrap .col p { font-size: 14px; line-height: 24px; } #editor .preview-area .edit-layers { flex-basis: 60%; } #editor .preview-area .finish-actions { flex-basis: 40%; } #editor .row-2 .col-1, #editor .row-2 .col-2 { width: 100%; max-width: 70%; } #editor .row-2 .col-2 { max-width: 30%; } #editor .preview-area .edit-layers .icon a { padding: 0 15px 0 12px; } #editor .preview-area .finish-actions .icon { padding-right: 15px; } #editor .preview-object, #layer-options .parent-tab { min-height: 439px; max-height: 439px; } #image .buttons-wrap .action-btn, #layer-options #cinema .nav a, #layer-options #image .nav a { font-size: 12px; line-height: 12px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 45%; } #text .text-items .item-1 { font-size: 35px; line-height: 45px; } #shapes .shape-items .item-wrap { padding: 7px; } } @media screen and (max-width: 1366px) { .site-container { max-width: 1170px; } #dashboard-sec-1 .data-card { max-width: 285px; max-height: 149px; } #dashboard-sec-1 .card-1 .card-label { font-size: 19px; line-height: 29px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .table tbody td { padding: 20px 15px; } #choose-temp .tags-row .col-1 { flex-basis: 30%; } #choose-temp .tags-row .col-2 { flex-basis: 70%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 9px; } #choose-temp .thumb-overlay .img-wrap [alt="Icon"] { width: 100%; max-width: 28px; } #choose-temp .thumb-overlay .edit-icon, #thumb-rank .vid-wrap .vid-overlay .create-icon { margin-right: 15px; } #choose-temp .thumb-overlay .preview-icon, #thumb-rank .vid-wrap .vid-overlay .upload-icon { margin-left: 15px; } #analysis .desc-area { max-width: 78%; } #analysis .row-2 .col-1 { flex-basis: 75%; } /*#snap-vid .vid-wrapper { padding-bottom: 42.5%; }*/ #snap-vid .vid-wrapper { padding-bottom: 0.0%; } #thumb-rank .vid-overlay .img-wrap { width: 58px; } #vid-stats-tbl thead th { background-size: 15px; } #vid-stats-tbl thead th h6 { font-size: 14px; line-height: 24px; margin-bottom: 5px; } #vid-stats-tbl #info-tooltip { padding: 0px 6px; } #editor .row-2 .col-1 { padding: 0 25px 25px; max-width: 72.7%; } #editor .preview-area .action-btns-area { padding: 18px 0; } #editor .preview-area .edit-layers .icon a { font-size: 15px; } #editor .preview-area .finish-actions .icon a { font-size: 10px; line-height: 20px; } #editor .preview-area .finish-actions .icon a .fa, #editor .preview-area .finish-actions .icon a .tr-share2-icon { font-size: 14px; } #editor .preview-object { max-width: 800px; } #editor .row-2 .col-2 { max-width: 27.3%; } #editor .preview-object, #layer-options .parent-tab { min-height: 450px; max-height: 450px; } #layer-options .nav li a .icon { font-size: 17px; margin-bottom: 2px; } #shapes .shape-items .item-wrap { padding: 4px; } #image .photos-items img, #image .searched-items img { width: 140px; height: 90px; } #text-styles .font-style #font-family { width: 100%; max-width: 78%; margin-right: 5px; } #text-styles .font-style input { margin-left: 5px; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 15px; } #text-styles .font-variant .color-pick-row { max-width: 80px; } } @media screen and (max-width: 1199px) { .site-container { max-width: 970px; } .title-area h3 { font-size: 28px; line-height: 38px; } #app-header .nav li a .caret { margin-left: 10px; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-137px, 0); -moz-transform: translate(-137px, 0); transform: translate(-137px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-137px, 23px); -moz-transform: translate(-137px, 23px); transform: translate(-137px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-165px, 0); -moz-transform: translate(-165px, 0); transform: translate(-165px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-165px, 10px); -moz-transform: translate(-165px, 10px); transform: translate(-165px, 10px); } #dashboard-sec-1 .col { flex-basis: 100%; } #dashboard-sec-1 .vid-wrapper { padding-bottom: 55.2%; margin: 0 auto 50px; max-width: 100%; } #dashboard-sec-1 .data-card { padding: 65px 20px; max-width: 465px; flex-basis: 50%; max-height: 180px; } #dashboard-sec-1 .data-card .card-label { padding-left: 20px; } #dashboard-sec-1 .card-1 .card-label { font-size: 25px; line-height: 35px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 28px; line-height: 38px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .table thead th h6 { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-3 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .table tbody td { padding: 15px 10px; } #dashboard-sec-1 .table tbody td p { font-size: 14px; line-height: 24px; } #dashboard-sec-1 .card-4 .card-label { font-size: 35px; line-height: 40px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .icon-btn { margin-right: 10px; } #dashboard-sec-1 .data-table .icon-btn img { width: 100%; max-width: 18px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 26px; } .modal .modal-dialog { max-width: 970px; } .modal .modal-content { padding: 65px 115px; } #choose-temp .thumb-list-row { align-items: flex-start; } #choose-temp .tags-row .col-1 { flex-basis: 32%; } #choose-temp .tags-row .col-2 { flex-basis: 68%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 13px; } #analysis .desc-area { max-width: 95%; } #analysis .row-2 .col-1 { flex-basis: 90%; } /* #snap-vid .vid-wrapper { padding-bottom: 51.2%; } */ #video-stats .vid-stats-tbl { padding: 30px 15px; } #vid-stats-tbl thead th { padding-top: 25px; background-position-y: 30px; } #vid-stats-tbl #info-tooltip { padding: 2px 6px; position: absolute; top: 0; right: 0; transform: translate(0, -19px); margin: 0; } #editor .preview-object, #layer-options .parent-tab { min-height: 368px; max-height: 368px; } #image { padding: 20px 15px 0; } #image .buttons-wrap .action-btn { width: 100%; max-width: 110px; margin: 5px !important; } #layer-options #image .nav a { padding: 0 7px 15px; } #image .photos-items img, #image .searched-items img { width: 112px; height: 80px; } #cinema .photos-items a, #layer-options #image .pattern-bg { flex-basis: 45%; margin: 5px; } #text .text-items .item { padding: 25px 0; } #text .text-items .item-1 { font-size: 30px; line-height: 40px; } #text .text-items .item-2 { font-size: 22px; line-height: 32px; } #cinema .icon-items .icon { font-size: 30px; } #layer-options #cinema .form-control, #layer-options #image .form-control { padding: 5px 10px; height: auto; line-height: 12px; font-size: 12px; } #shapes .shape-items .item-wrap { padding: 10px; flex-basis: 35%; flex-grow: unset; } #account .actions-row .col .action-btn { padding: 18px 15px; font-size: 14px; line-height: 14px; } #training .desc-wrap big { font-size: 25px; line-height: 35px; } #text-styles .font-style #font-family { max-width: 73%; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px; } } @media screen and (max-width: 991px) { .site-container { max-width: 750px; } #app-header .col-2 { order: 3; position: unset; } #app-header .navbar-toggle { display: block; padding: 0; margin: 0; } #app-header .navbar-collapse { position: absolute; left: 0; right: 0; background-color: #fff; padding: 20px; z-index: 99; opacity: 0; visibility: hidden; -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); transform: translate(0, 30px); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-100px, 0); -moz-transform: translate(-100px, 0); transform: translate(-100px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-100px, 15px); -moz-transform: translate(-100px, 15px); transform: translate(-100px, 15px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.8%; } #dashboard-sec-1 .data-card { max-width: 360px; flex-basis: 48%; } #dashboard-sec-1 .data-table { padding: 30px; } #dashboard-sec-1 .data-table .col-xs-12 { padding: 0; } #dashboard-sec-1 .data-table h2 { font-size: 30px; line-height: 40px; } #dashboard-sec-1 .data-table .icon-btn img { max-width: 15px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 20px; } #dashboard-sec-1 .data-table .table-foot .pagination li a { font-size: 15px; line-height: 25px; padding: 0px 9px; max-width: 28px; } .modal .modal-dialog { max-width: 750px; } .modal .modal-content { padding: 45px; } #choose-acc-popup .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font-size: 18px; line-height: 28px; } #choose-temp .tags-row { margin-bottom: 20px; } #choose-temp .tags-row .col-1, #choose-temp .tags-row .col-2 { flex-basis: 100%; margin-bottom: 15px; } #choose-temp .tags-row .tags { justify-content: left; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 18px; } #choose-temp .row-2 .col { flex-basis: 50%; padding-bottom: 0 !important; margin-bottom: 40px !important; } #analysis .desc-area { max-width: 100%; } #analysis .row-2 .col-1 { flex-basis: 100%; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 80px; } #remove-bg { padding-bottom: 50px; } #remove-bg .content-wrap h1 { font-size: 50px; line-height: 68px; } #remove-bg #bg-remove-success .modal-content .modal-body { height: 100%; max-height: 400px; overflow: scroll; } #remove-bg #bg-remove-success .row .col-1 { order: 2; } #remove-bg #bg-remove-success .row .col-2 { margin-bottom: 25px; } #remove-bg #bg-remove-success .btn-group .btn { margin: 0 2%; } /* #snap-vid .vid-wrapper { padding-bottom: 66.3%; } */ #vid-stats-tbl thead th h6 { width: 170px; } #vid-stats-tbl #info-tooltip { padding: 0px 7px; position: relative; transform: unset; margin-left: 8px; } #vid-stats-tbl .title-wrap img { margin: 0 auto 15px; } #vid-stats-tbl .title-wrap .col { text-align: center; } #editor .row-2 .col-1 { padding: 0 25px 25px } #editor .row-2 .col-1, #editor .row-2 .col-2 { max-width: 100%; } #editor .preview-object, #layer-options .parent-tab { min-height: 394px; max-height: 394px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 70px; padding-right: 70px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 20%; } #image .photos-items a, #layer-options #image .pattern-bg { flex-basis: 25%; } #image .photos-items img, #image .searched-items img { width: 100%; height: 100px; } #shapes .shape-items .item-wrap { flex-basis: auto; flex-grow: 1; } #login-section .row .col { padding: 0px 50px; } .bordered-title::after { width: 50%; } #account .profile-info-row .bordered-title::after { width: 87%; } #account .actions-row .col { flex-basis: 50%; margin: 5px 0; } #account .actions-row .col .action-btn { font-size: 16px; line-height: 16px; } #account .profile-info-row .col-1 { flex-basis: 59%; margin-right: 1% !important; } #account .profile-info-row .col-2 { flex-basis: 39%; margin-left: 1% !important; } .page-404 .message { font-size: 18px; line-height: 28px; } .page-404 .message:after, .page-404 .message:before { margin: 0 30px; } #training .walk-through-vid-wrap .col-1 { padding: 0; } #training .walk-through-vid-wrap .desc-wrap { padding: 45px; } #training .docs-list-wrap .col { flex-basis: 50%; } .lightbox-modal .modal-dialog { width: 100%; max-width: 90%; } #text-styles { padding: 50px; } #text-styles .font-style #font-family { max-width: 100%; width: auto; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 20px; } #login-section h3 { font-size: 21px; line-height: 35px; } } @media screen and (max-width: 767px) { .site-container { max-width: 600px; } #app-header #threel-brand-logo { width: 100%; max-width: 180px; } #app-header .navbar-collapse { overflow: visible; } #app-header .nav .dropdown .sub-menu { position: absolute; background-color: #fff; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-114px, 0); -moz-transform: translate(-114px, 0); transform: translate(-114px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-114px, 15px); -moz-transform: translate(-114px, 15px); transform: translate(-114px, 15px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.5%; margin-bottom: 30px; } #dashboard-sec-1 .data-card { flex-basis: 45.5%; max-width: 290px; max-height: 170px; } #dashboard-sec-1 .data-card .card-label { padding-left: 0; } #dashboard-sec-1 .card-1 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 16px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table select { display: inline-block; vertical-align: middle; } .table-responsive { border: none; padding: 0; margin-bottom: 0; } #dashboard-sec-1 .table thead th h6 { font-size: 15px; line-height: 25px; } #dashboard-sec-1 .data-table .icon-btn img { max-width: 19px; margin-bottom: 5px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 26px; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { font-size: 14px; line-height: 24px; } #dashboard-sec-1 .data-table .table tbody td .badge { font-size: 12px; line-height: 12px; padding: 6px; } #app-footer .footer-menu .menu-item a { font-size: 14px; line-height: 25px; margin-right: 25px; } .modal .modal-dialog { max-width: 600px; margin: 0 auto; } #choose-acc-popup.modal .modal-dialog { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); transform: translate(-100%, 0); } #choose-vid-popup.modal .modal-dialog { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); transform: translate(100%, 0); } #choose-acc-popup.modal.in .modal-dialog, #choose-vid-popup.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } #choose-acc-popup .acc-list, #thumb-popup .acc-list, #stats-popup .acc-list { margin: 40px 0 0; } #choose-acc-popup .acc-list .acc-item, #choose-acc-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-item, #thumb-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-item { flex-basis: 100%; margin-bottom: 35px; } #choose-acc-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item { margin-bottom: 0; } #choose-acc-popup .acc-list .acc-item-3 { margin-bottom: 0; } #choose-acc-popup .acc-connect { max-width: 100%; } #choose-vid-popup .vid-list .img-wrap, #choose-vid-popup .vid-list .vid-details { flex-basis: 100%; padding: 0; margin-bottom: 20px; } #choose-vid-popup .vid-list .vid-details { margin-bottom: 0; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 11px; } #remove-bg .title-area { margin-bottom: 60px; } #remove-bg .content-wrap h1 { font-size: 42px; line-height: 60px; } #remove-bg .content-wrap h4 { font-size: 20px; line-height: 30px; } #remove-bg .modal-dialog { width: auto; } #snap-vid .btn-wrap .btn-nxt { font-size: 18px; line-height: 18px; margin: 0 auto; max-width: 150px; } /* #snap-vid .vid-wrapper { padding-bottom: 65%; } */ #snap-vid .play-wrap .play-btn { width: 80px; height: 80px; } #snap-vid .play-wrap .play-btn::before { border: 20px solid transparent; border-left: 30px solid #f4f4f4; } #thumb-rank .user-channel .vid-list .col { flex-basis: 50%; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 30px; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 25%; } #analysis .output .img-wrap.thumb-col, #analysis .output .data-result-col { flex-basis: 100%; padding: 0; margin-bottom: 35px; } #editor .preview-area .edit-layers { flex-basis: 100%; margin-bottom: 10px; } #editor .preview-area .finish-actions { flex-basis: 100%; justify-content: flex-start; padding-left: 15px; } #editor .preview-object, #layer-options .parent-tab { min-height: 309px; max-height: 309px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 50px; padding-right: 50px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 30%; } #login-section { padding: 80px 0; } #login-section .row { height: auto; } #login-section .row .col { padding: 25px !important; } #login-section .row .col-2 { align-self: flex-start; } #login-section .form-wrap { width: 100%; max-width: 90%; margin: 0 auto; } #login-section h3 { font-size: 20px; line-height: 30px; } #login-footer { position: relative; } .bordered-title::after, #account .profile-info-row .bordered-title::after { width: 60%; } #account .profile-info-row .col { flex-basis: 100%; margin-left: 0 !important; margin-right: 0 !important; } .page-404 svg { max-width: 500px; height: 360px; } } @media screen and (max-width: 640px) { .site-container { max-width: 90%; padding: 0 15px; } #app-header .user-info .user-name { margin-right: 0; } #app-header .user-info .user-name span { font-size: 16px; line-height: 26px; } #app-header .user-info li img { margin-right: 0; } #app-header .user-info .user-option { -webkit-transform: translate(-176px, 0); -moz-transform: translate(-176px, 0); transform: translate(-176px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-176px, 10px); -moz-transform: translate(-176px, 10px); transform: translate(-176px, 10px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 57%; } #dashboard-sec-1 .data-card { max-width: 100%; max-height: unset; flex-basis: 95%; margin: 0 auto 30px !important; } #dashboard-sec-1 .data-card:last-child { margin-bottom: 0 !important; } #dashboard-sec-1 .data-card .card-icon { padding-right: 0; } #dashboard-sec-1 .data-card .card-label { flex-basis: 50%; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { font-size: 12px; line-height: 22px; } #dashboard-sec-1 .data-table .table-foot .pagination li a { font-size: 13px; line-height: 23px; } .modal .modal-dialog { max-width: 95%; } .modal .close { top: 25px; right: 15px } #choose-acc-popup .acc-list .acc-item .accnt-name { font-size: 16px; line-height: 26px; } #choose-acc-popup .modal-header h5 { font-size: 22px; line-height: 32px; } #choose-vid-popup .vid-list h6 { font-size: 18px; line-height: 28px; } .tags .border-tags span { font-size: 14px; line-height: 14px; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 8px 15px; } #choose-temp .temp-wrap .temp-tags p { font-size: 12px; line-height: 12px; } #choose-temp .row-2 .col { flex-basis: 100%; } #choose-temp .row-2 .col:last-child { margin-bottom: 0 !important; } #choose-temp .temp-title h6 { font-size: 14px; line-height: 24px; } #analysis { padding-bottom: 0; } #analysis .title-area { margin-bottom: 25px; } #analysis .desc-area p { font-size: 16px; line-height: 30px; } #analysis .note-area ul li { padding: 10px 0 10px 20px; } #analysis .note-area ul li p { font-size: 16px; line-height: 26px; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 0; align-items: flex-start; padding-top: 50px; justify-content: center; background-position: center 110px; min-height: 288px; } #upload-form .drag-text h6, #remove-bg .drag-text h6 { max-width: 100%; font-size: 18px; line-height: 28px; text-align: center; } #analysis .output #tabs .ui-tabs-nav li { padding: 0; } #analysis .output #tabs .ui-tabs-nav li a { padding: 5px 9px; font-size: 13px; } #remove-bg .content-wrap h1 { font-size: 30px; line-height: 48px; } #remove-bg .content-wrap h4 { font-size: 16px; line-height: 26px; } #snap-vid .vid-btn { top: 15px; left: 15px; font-size: 12px; line-height: 12px; padding: 10px; max-width: 120px; } #snap-vid .play-wrap .play-btn { margin-bottom: 10px; } #snap-vid .play-wrap .info-txt { font-size: 12px; line-height: 22px; } #snap-vid .btn-wrap .btn-nxt { font-size: 16px; line-height: 16px; max-width: 130px; padding: 10px; } #thumb-rank .user-channel .vid-list .col { flex-basis: 100%; } #thumb-rank .user-channel .vid-list .col:last-child { margin-bottom: 0 !important; } #editor .preview-object, #layer-options .parent-tab { min-height: 279px; max-height: 279px; } #editor .preview-area .edit-layers { justify-content: center; } #editor .preview-area .edit-layers .icon { flex-basis: auto; flex-grow: 1; text-align: center; } #editor .preview-area .edit-layers .icon a { padding: 0 12px 0 0; margin: 0; min-height: 21px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 20px; padding-right: 20px; } #image .buttons-wrap .action-btn { width: auto; max-width: 100%; } #login-section .row .col img { width: 100%; max-width: 320px; } .bordered-title::after, #account .profile-info-row .bordered-title::after { width: 90%; } #account .actions-row .col { flex-basis: auto; } #account .form-input { flex-basis: 100%; padding: 0 !important; margin-bottom: 20px; } #account .btn-wrap { margin-top: 10px; } #account input { padding: 8px; } .page-404 svg { height: 100%; margin: 60px auto; } .page-404 .message { font-size: 16px; line-height: 26px; } .page-404 .message:after, .page-404 .message:before { margin: 0 20px; font-size: 20px; } } @media screen and (max-width: 532px) { #app-header .col-1 { flex-basis: 100%; } #app-header #threel-brand-logo { margin: 0 auto 15px; } #app-header .col-2, #app-header .col-3 { flex-basis: 50%; } #app-header .col-2 { order: 0; } #app-header .navbar-toggle { float: none; } #app-header .navbar-collapse { -webkit-transform: translate(0, 22px); -moz-transform: translate(0, 22px); transform: translate(0, 22px); } #app-header .navbar-collapse.in { -webkit-transform: translate(0, 22px); -moz-transform: translate(0, 22px); transform: translate(0, 22px); } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-133px, 0); -moz-transform: translate(-133px, 0); transform: translate(-133px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-133px, 15px); -moz-transform: translate(-133px, 15px); transform: translate(-133px, 15px); } #dashboard-sec-1 .data-table .col-xs-6 { width: 100%; } #dashboard-sec-1 .data-table .col-xs-6 label { float: none; display: block; } #dashboard-sec-1 .data-table input { max-width: 100%; margin: 0; } #dashboard-sec-1 .data-table .table-foot { display: block; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { text-align: center; } #dashboard-sec-1 .data-table .col-xs-6 .dataTables_paginate { float: none; margin-top: 15px; } #app-footer .footer-menu .menu-item a { margin-right: 15px; padding-right: 15px; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 20%; } #remove-bg #bg-remove-success .btn-group .btn { margin: 10px 2% 0; } #account .actions-row .col { flex-basis: 100%; } .page-404 .message { font-size: 14px; line-height: 24px; } .page-404 .message:after, .page-404 .message:before { margin: 0 10px; } } @media screen and (max-width: 440px) { .site-container { max-width: 100%; } .title-area h3 { font-size: 25px; line-height: 35px; } .row { margin: 0; } .col { padding: 0; } #app-header .col { padding: 0 15px; } #app-header .user-info .user-option { width: 265px; } #app-header .user-info li { flex-basis: 100%; text-align: right; } #app-header .user-info .user-option::after { -webkit-transform: translate(210px, -380.3px); -moz-transform: translate(210px, -380.3px); transform: translate(210px, -380.3px); } #app-header .user-info .user-option::before { -webkit-transform: translate(230px, -33px); -moz-transform: translate(230px, -33px); transform: translate(210px, -33px); } #app-header .user-info .user-name { display: none; } #app-header .user-info .user-option { -webkit-transform: translate(-71px, 0); -moz-transform: translate(-71px, 0); transform: translate(-71px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-71px, 10px); -moz-transform: translate(-71px, 10px); transform: translate(-71px, 10px); } #app-header .user-info li .user-option-item { text-align: left; } #app-header .user-info .user-option li a { font-size: 14px; } #app-header .navbar-collapse { padding: 20px 35px; } #app-header .nav { display: block; margin: 0; text-align: left; } #app-header .nav li.menu-item { padding: 12px 0; } #app-header .nav .dropdown .sub-menu { width: 100%; border: none; box-shadow: none; padding: 0 0 25px 0; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(0, -20px); -moz-transform: translate(0, -20px); transform: translate(0, -20px); } #app-header .nav .open .sub-menu { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } #app-header .nav .dropdown .sub-menu::before, #app-header .nav .dropdown .sub-menu::after { content: unset; } #app-header .nav .dropdown .sub-menu .sub-menu-item { padding-left: 20px; } #dashboard-sec-1 .data-card { flex-basis: 100%; padding: 50px 20px; } #dashboard-sec-1 .data-card .card-icon { max-width: 75px; } #dashboard-sec-1 .data-card .card-label { flex-basis: 60%; } #dashboard-sec-1 .data-table h2 { font-size: 25px; line-height: 35px; } #remove-bg .content-wrap h1 { font-size: 24px; line-height: 42px; } #remove-bg .modal-dialog { margin: 10px auto; } #remove-bg .modal-content { padding: 0; } #snap-vid .play-wrap .play-btn { width: 50px; height: 50px; } #snap-vid .play-wrap .play-btn::before { border: 12px solid transparent; border-left: 18px solid #f4f4f4; } #editor .row-2 .col-1 { padding: 0 20px 20px } #login-section { padding: 40px 0; } #login-section .row .col { padding: 15px 0 !important; } #login-section .form-wrap { max-width: 100%; } #account .title-area i, #account .title-wrap i { font-size: 35px; margin-right: 5px; } #account .title-wrap h4 { font-size: 20px; line-height: 30px; } #editor .preview-object, #layer-options .parent-tab { min-height: 208px; max-height: 208px; } .choose-img-btn { font-size: 16px; line-height: 16px; } #text-styles { padding: 20px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 45%; } } @media screen and (max-width: 375px) { #app-header .user-info .user-option { -webkit-transform: translate(-103px, 0); -moz-transform: translate(-103px, 0); transform: translate(-103px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-103px, 10px); -moz-transform: translate(-103px, 10px); transform: translate(-103px, 10px); } #editor .preview-object, #layer-options .parent-tab { min-height: 171px; max-height: 171px; } #editor .preview-area .edit-layers .icon a { padding: 0; min-height: 0; border: 0; } #image .buttons-wrap .action-btn { width: 100%; max-width: 110px; } #shapes .shape-items .item-wrap { flex-basis: 50%; } .choose-img-btn { font-size: 13px; line-height: 13px; padding: 15px 0; } } .profile-pic { width: 190px; border-radius: 50%; height: 190px; } .youtube-profile { height: 60px; border-radius: 50%; } .thumb-list { height: 46px; width: 78px; margin-left: 2px; border: 2px #c7c1cc solid; border-radius: 5px; } .no-video { color: #808080; } .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font: 700 20px/30px 'Poppins'; color: #c9346a; } .training-banner img { border-radius: 8px; } .vid-selected { border: 4px solid #c23164 !important; } .nxt-btn { position: absolute; top: 25px; right: 25px; font-size: 30px; padding: 3px; line-height: 30px; background-color: #c9346a; color: #fff; border: 1px solid #c9346a; border-radius: 5px; } .thumb-name { padding-top: 58px; } .free-credits { font-size: 14px; color: #c9346a; } .free-c { font-size: 16px; color: gray; } .content-wrap { pointer-events: none; } .tut-doc-wrap { pointer-events: all; } .btn-primary:hover { background-color: transparent !important; color: #451e61 !important; border-color: #c9346a; border-radius: 20px; } .btn-primary { color: white !important; } .btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus { background-color: #c9346a; border-color: #c9346a; border-radius: 20px; } .search-temp-page { min-height: 84vh; } .analysis-page { min-height: 87vh; } .channel-finder { min-height: 74vh; } @media screen and (max-width:414px) { .channel-finder { min-height: 61vh !important; } } @media screen and (max-width: 1024px) { #find { top: 6px; } .channel-finder { min-height: 87vh; } } @media screen and (max-width : 768px) { .business-finder-main-page { min-height: 82vh !important; } } @media screen and (max-width : 1024px) { .business-finder-main-page { min-height: 87vh; } } @media screen and (min-width: 1024px) { .profile-page { min-height: 87vh; } } @media screen and (min-width: 1024px) { .add-team-member-page { min-height: 87vh; } } .page-links a, .page-links>span, .pagination>li>a, .pagination>li>span { width: auto !important; } .dataTables_paginate .pagination>li a { font-size: 1 !important; } /* @media screen and (max-width:320px){ .form-control { width: unset !important; } } */ .youzign-logo { max-width: 15px; max-height: 15px; } .youzign { font: 500 14px/24px 'Poppins'; color: #444; } .yt-text-accnt { position: relative; top: 77px !important; font-size: 15px !important; padding-bottom: 41px !important; text-align: center !important; } /*@media (min-width: 768px){ .content-wrap img{ width:100%!important; } #login-section h3 { font-size: 40px; line-height: 65px; } .white-font{ font-size:45px!important; } .form-input{ height: 150px!important; } }*/
css/auth.css
body { overflow-x: hidden; margin: 0; padding: 0 !important; background-color: #000000!important; font-family: sans-serif; color:#DB5304!important; } thead th{ color:#DB5304!important; } .login-page{ background-color:#000000!important; } .bg-light{ background-color:#000000!important; } #login-section{ background-color:#000000!important; } * { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; word-wrap: break-word; } u { text-decoration: none; border-bottom: 1px solid; } img { display: block; margin: 0 auto; } ul { margin: 0; padding: 0; list-style: none; } ul li { font: 400 16px/26px 'Poppins'; color: #191919; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #DB5304; } h1, h2, h3, h4, h5, h6 { /*font-family: 'Poppins';*/ font-weight: 400; } h1 { font-size: 40px; line-height: 48px; } h2 { font-size: 35px; line-height: 42px; } h3 { font-size: 32px; line-height: 40px; } h4 { font-size: 24px; line-height: 34px; } h5 { font-size: 22px; line-height: 32px; } h6 { font-size: 20px; line-height: 30px; } p { /*font: 400 16px/26px 'Poppins';*/ color: #DB5304; } a, button { text-decoration: none !important; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; font-family: sans-serif; font-weight: 400; } p { margin-bottom: 24px; } p:last-child { margin-bottom: 0 !important; } .flex-box { display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; justify-content: center; -webkit-box-align: center; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; display: flex; align-items: center; } .bg-light{ background-color:#DB5304!important; } .flex-wrap { flex-wrap: wrap; } .flex-start { align-items: flex-start; } .flex-end { align-items: flex-end; } .white-font { color: #4fc3f7!important; } .site-container { display: block; width: 100%; max-width: 1600px; margin: 0 auto; } .cf { font-family: 'thumbreel' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .badge-success { background-color: #2f8e3a; } .badge-danger { background-color: #dc3545; } .badge-warning { background-color: #ffc107; } .badge-default { background-color: #17a2b8; } .badge-grey { background-color: #000000; } /*Header Styles*/ #app-header { padding: 15px 0; background-color: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.28); } #app-header .site-logo { margin-left: 0; } #app-header .nav { float: none; } #app-header .navbar-collapse.in { opacity: 1; visibility: visible; -webkit-transform: translate(0, 40px); -moz-transform: translate(0, 40px); transform: translate(0, 40px); } #app-header .navbar-toggle[aria-expanded="true"] { height: 27px; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-1 { display: none; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-2, #app-header .navbar-toggle[aria-expanded="true"] span.bar-3 { width: 25px !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; margin: 0; } #app-header .navbar-toggle[aria-expanded="true"] span.bar-2 { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); } #app-header .navbar-toggle[aria-expanded="true"] span.bar-3 { -webkit-transform: translate(0, -1px) rotate(45deg); -moz-transform: translate(0, -1px) rotate(45deg); transform: translate(0, -1px) rotate(45deg); } #app-header .navbar-toggle .icon-bar { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color: #c9346a; } #app-header .nav li { flex-basis: 23%; } #app-header .nav li a { padding: 0; font-size: 16px; line-height: 26px; color: #191919; } #app-header .nav li a .caret { margin-left: 25px; border-top-color: #8c8c8c; } #app-header .nav li.active a, #app-header .nav li a:hover, #app-header .nav li a:focus, #app-header .nav li a:active, #app-header .nav .open a, #app-header .nav .open .sub-menu li a:hover, #app-header .user-info .open .user-option li a:hover { background-color: transparent; color: #c23164; } #app-header .nav .dropdown .sub-menu, #app-header .user-info .user-option { padding: 25px 20px; width: 250px; border-radius: 0; -webkit-transform: translate(-96px, 0); -moz-transform: translate(-96px, 0); transform: translate(-96px, 0); border: 1px solid #b7b7b7; box-shadow: 0 -1px 15px 5px rgba(0, 0, 0, .175); } #app-header .nav .open .sub-menu, #app-header .user-info .open .user-option { -webkit-transform: translate(-96px, 23px); -moz-transform: translate(-96px, 23px); transform: translate(-96px, 23px); } #app-header .nav .dropdown .sub-menu::before, #app-header .nav .dropdown .sub-menu::after, #app-header .user-info .user-option::before, #app-header .user-info .user-option::after { content: ""; border-bottom: 8px solid #fff; border-top-color: currentcolor; border-right: 8px solid transparent; border-left: 8px solid transparent; -webkit-transform: translate(139px, -33px); -moz-transform: translate(195px, -33px); transform: translate(195px, -33px); position: absolute; } #app-header .nav .dropdown .sub-menu::after, #app-header .user-info .user-option::after { /*border-bottom: 10px solid #b7b7b7;*/ -webkit-transform: translate(195px, -236.3px); -moz-transform: translate(195px, -236.3px); transform: translate(195px, -181.3px); z-index: -1; } #app-header .nav li.menu-item-3 .sub-menu::after { -webkit-transform: translate(195px, -181.3px); -moz-transform: translate(195px, -181.3px); transform: translate(195px, -181.3px); } #app-header .nav .sub-menu li a, #app-header .user-info .user-option li a { font-size: 16px; line-height: 16px; color: #191919; padding: 10px 0; } #app-header .user-info .user-name { text-align: right; margin-right: 18px; } #app-header .user-info .user-name span { display: block; color: #451e61; font: 600 18px/20px 'Poppins'; } #app-header .user-info li { flex-basis: 50%; } #app-header .user-info li img { display: inline-block; vertical-align: middle; margin-right: 10px; width: 100%; max-width: 60px; height: 60px; object-fit: cover; border-radius: 50%; } #app-header .user-info li .caret { border-top: 7px dashed #451e61; border-right: 7px solid transparent; border-left: 7px solid transparent; } #app-header .user-info li .caret:hover { border-top-color: #c9346a; } #app-header .user-info .user-option { width: 296px; margin-top: 0; -webkit-transform: translate(-133px, 0); -moz-transform: translate(-133px, 0); transform: translate(-133px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-133px, 10px); -moz-transform: translate(-133px, 10px); transform: translate(-133px, 10px); } #app-header .user-info .user-option::before { -webkit-transform: translate(230px, -33px); -moz-transform: translate(230px, -33px); transform: translate(230px, -33px); } #app-header .user-info .user-option::after { -webkit-transform: translate(230px, -380.3px); -moz-transform: translate(230px, -380.3px); transform: translate(230px, -380.3px); } /*End Header Styles*/ #main-content { padding: 45px 0 70px } /*Footer Styles*/ #app-footer { padding: 24px 0; position: relative; bottom: 0; left: 0; right: 0; } #app-footer .footer-menu .menu-item a { color: #666666; font: 500 14px/24px 'Poppins'; padding: 0 20px 0 0; margin-right: 20px; } #app-footer .footer-menu .menu-item a:hover { color: #c9346a; } #app-footer .footer-menu .menu-item a::after { content: ""; display: block; background-color: #666; width: 2px; position: absolute; top: 3px; bottom: 3px; right: 0; } #app-footer .footer-menu .menu-item:last-child a { padding-right: 0; margin-right: 0; } #app-footer .footer-menu .menu-item:last-child a::after { content: unset; } /*End Footer Styles*/ /*Popup Choose Account Styles*/ /* #choose-acc-popup.modal .modal-dialog { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); transform: translate(-100%, 0); } */ #choose-acc-popup.modal.in .modal-dialog, #choose-vid-popup.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } .modal .modal-dialog { width: 100%; max-width: 1120px; } .modal .modal-content { padding: 65px 185px; } .modal .modal-header { padding: 0; border-bottom: 2px solid #000; } .modal .modal-header h5 { font: 700 30px/40px 'Poppins'; } .modal .modal-header h5 span { color: #c9346a; } .modal .close { position: absolute; top: 35px; right: 40px; width: 23px; height: 23px; font-size: 45px; line-height: 0; color: #ccc; opacity: 1; } .modal .close:hover { color: #451e61; opacity: .5; } #select-share-popup .acc-list, #select-snap-popup .acc-list, #select-snap-popup .acc-list, #select-share-popup .acc-list, #thumb-popup .acc-list, #stats-popup .acc-list { margin: 50px 0 40px; } #choose-acc-popup .acc-list { margin: 50px 0 40px; } #choose-acc-popup .acc-list .acc-item, #select-share-popup .acc-list .acc-item, #choose-acc-popup .acc-list .acc-connect-item, #select-snap-popup .acc-list .acc-item, #select-snap-popup .acc-list .acc-connect-item, #select-share-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-item, #thumb-popup .acc-list .acc-connect-item, #select-share-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-item { flex-basis: 33.33%; } #choose-acc-popup .acc-list .remove-acc { position: absolute; top: 20px; right: 0; cursor: pointer; z-index: 1; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #choose-acc-popup .acc-list .acc-item:hover .remove-acc { opacity: 1; } #choose-acc-popup .acc-list .remove-acc i { font-size: 15px; color: #fff; padding: 9px; background-color: #4b0b6f; border-radius: 50%; } #choose-acc-popup .acc-list img, #select-snap-popup .acc-list img, #select-share-popup .acc-list img, #thumb-popup .acc-list img, #stats-popup .acc-list img { /*border: 1px solid #451e61;*/ border-radius: 50%; width: 157px; } #select-share-popup .acc-list .acc-item { flex-basis: 33.33%; } #select-share-popup .acc-list .remove-acc { position: absolute; top: 20px; right: 0; cursor: pointer; z-index: 1; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #choose-acc-popup .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font: 700 20px/30px 'Poppins'; color: #191919; } #choose-acc-popup .acc-list .active .accnt-name, #choose-acc-popup .acc-list .acc-item:hover .accnt-name, #choose-acc-popup .acc-connect-item:hover span, #choose-vid-popup .vid-list:hover h6 { color: #c9346a; } #choose-acc-popup .acc-connect { width: 100%; max-width: 33.33%; } /* #choose-vid-popup.modal .modal-dialog { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); transform: translate(100%, 0); } */ #choose-vid-popup .vid-list-container { height: 100%; max-height: 650px; overflow-y: auto; } #choose-vid-popup .vid-list { padding: 20px 0; border-bottom: 1px solid #858585; } #choose-vid-popup .vid-list .img-wrap { padding-left: 0; flex-basis: 32%; } #choose-vid-popup .vid-list .img-wrap img { width: 100%; border: 1px solid #999; } #choose-vid-popup .vid-list .vid-details { flex-basis: 68%; } #choose-vid-popup .vid-list h6 { font-family: 'Poppins'; font-weight: 700; } #choose-vid-popup .vid-list .vid-desc { font-size: 14px; line-height: 24px; } /*End Popup Choose Account Styles*/ /*Login Styles*/ #login-section .container-fluid, #app-footer .container-fluid { max-width: 1920px; width: 100%; display: block; margin: 0 auto; } #login-section .row { height: 100vh; } #login-section .row h3 span { /*color: #190974;*/ } #login-section .row .col { padding: 0 100px; } #login-section .form-wrap { padding: 30px 20px; border: 5px solid #f4f4f4; border-radius: 10px; background: #1f1f1f; /*background: -webkit-linear-gradient(top, #141e30 0%, #243b55 25%, #451e61 100%);*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2d5f', endColorstr='#451e61', GradientType=0); } #login-section .form-input { display: block; margin-bottom: 30px; } #login-section .form-input>.material-icons~input, #login-section .form-input>.material-icons~.label, #login-section .form-input>.material-icons~.underline { margin-left: 2.25rem; width: calc(100% - 2.25rem); } #login-section .form-input input { color: #4fc3f7; font: 400 16px/16px 'Poppins'; border: none; border-bottom: 1px solid #4fc3f7; box-shadow: none; outline-style: none; width: 100%; background-color: transparent; padding: 20px 0 5px; } #login-section .form-input input~.label { color:#4fc3f7; font-size: 14px; pointer-events: none; position: absolute; top: 22%; left: 0; transition: top .2s, font .2s; z-index: 1; transform: translate(0, -50%); } #login-section .form-input input~.underline { background-color: #572061; position: absolute; bottom: 0; right: 50%; left: 50%; height: 2px; -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; } #login-section .form-input input:focus~.underline { left: 0; right: 0; } #login-section .form-input input:focus~.label { color: #a1a1a1; } #login-section .form-input input:focus~.label, #login-section .form-input input:valid~.label { /* top: 0; font-size: 12px;*/ } #login-section .form-input input:-webkit-autofill~.label { top: 0; font-size: 12px; } #login-section #submit { font: 500 16px/16px; color: #4fc3f7!important; letter-spacing: 1.2px; width: 100%; max-width: 200px; padding: 15px; background-color: #fff; border: 1px solid transparent; border-radius: 50px; } #login-section #submit:hover { background-color: transparent; border-color: #ddd; } #login-footer { position: absolute; bottom: 0; left: 0; right: 0; } #login-footer .footer-menu li { text-align: center; } #login-footer .footer-menu li a { font: 500 14px/24px 'Poppins'; color: #666; border-right: 2px solid #666; padding-right: 20px; margin-right: 20px; } #login-footer .footer-menu li:last-child a { border-right: 0; padding-right: 0; margin-right: 0; } #login-footer .footer-menu li a:hover { color: #c73368; } #login-section .form-wrap .spinner, #login-section .form-wrap .spinner .loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; cursor: not-allowed; } #login-section .form-wrap .spinner { background-color: rgba(255, 255, 255, 0.4); } #login-section .form-wrap .spinner .loader { display: block; margin: 0 auto; font-size: 10px; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); } /*End Login Styles*/ /*Dashboard Styles*/ #dashboard-sec-1 .row-1 { margin-bottom: 30px; } .title-area h3 { font: 700 30px/40px 'Poppins'; color: #451e61; } .title-area h3 span { color: #c9346a; } #dashboard-sec-1 .vid-wrapper { width: 100%; max-width: 745px; height: auto; display: block; padding-bottom: 52.9%; border: 5px solid #636363; } #dashboard-sec-1 .ftr-vid iframe, #training .wt-vid-wrap iframe { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } #dashboard-sec-1 .data-card { flex-basis: 48%; background: transparent center/cover no-repeat; border-radius: 8px; padding: 65px 20px; width: 100%; max-width: 375px; max-height: 198px; } #dashboard-sec-1 .card-1, #dashboard-sec-1 .card-3 { margin-right: 4%; } #dashboard-sec-1 .card-1, #dashboard-sec-1 .card-2 { margin-bottom: 4%; } #dashboard-sec-1 .card-1 { background-image: url('../images/youtube-logo.png'); } #dashboard-sec-1 .card-2 { background-image: url('../images/thumb-bg.png'); } #dashboard-sec-1 .card-3 { background-image: url('../images/team-bg.png'); } #dashboard-sec-1 .card-4 { background-image: url('../images/client-bg.png'); } #dashboard-sec-1 .card-5 { background-image: url('../images/thumbnail-bg.jpg'); } #dashboard-sec-1 .card-6 { background-image: url('../images/clipsreel-bg.jpg'); padding: 50px 20px; flex-basis: 45.5%; max-height: 152px; min-height: 152px; } #dashboard-sec-1 .data-card .card-icon { flex-basis: 30%; padding-right: 20px; } #dashboard-sec-1 .data-card .card-label { flex-basis: 70%; padding-left: 20px; font-family: 'Poppins'; font-weight: 700; } #dashboard-sec-1 .card-1 .card-label, #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-card .card-label big { display: block; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 25px; line-height: 35px; } #dashboard-sec-1 .card-3 .card-label { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .inner-row { width: 100%; max-width: 1200px; } #dashboard-sec-1 .inner-row .img-wrapper img { box-shadow: 0 6px 60px 0 rgb(0, 0, 0, .3); border-radius: 8px; } #dashboard-sec-1 .data-table, #channel-sec-1 .data-table { background-color: #000000; padding: 65px 95px; border-radius: 12px; } #dashboard-sec-1 .row-3.data-table::after, #channel-sec-1 .row-2.data-table::after { content: ""; display: block; clear: both; width: 100%; } #dashboard-sec-1 .data-table h2, #channel-sec-1 .data-table h2 { font-family: 'Poppins'; font-weight: 700; color: #DB5304!important; } #dashboard-sec-1 .data-table select, #dashboard-sec-1 .data-table input { border-radius: 50px; margin: 0 5px; } #dashboard-sec-1 .data-table input { width: 100%; max-width: 180px; } #dashboard-sec-1 .data-table label, #dashboard-sec-1 .data-table .table thead th h6 { font-family: 'Poppins'; font-weight: 600; } #dashboard-sec-1 .data-table .table-foot .pagination { display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; justify-content: center; -webkit-box-align: center; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; display: flex; align-items: center; margin: 0; } #dashboard-sec-1 .data-table .table thead th { border-color: #451e61; } #dashboard-sec-1 .data-table .table thead tr th:first-child { padding-left: 0; } #dashboard-sec-1 .data-table .table tbody td { border-bottom: 1px solid rgba(69, 30, 97, 0.13); padding: 20px; } #dashboard-sec-1 .data-table .table tbody tr:last-child td { border-bottom: 2px solid #451e61; } #dashboard-sec-1 .data-table .table-hover tbody tr:hover { background-color: rgba(201, 52, 106, 0.05); } #dashboard-sec-1 .data-table .table tbody td .badge { font: 400 14px/14px 'Poppins'; padding: 8px; width: 100%; max-width: 85%; border-radius: 50px; } #dashboard-sec-1 .data-table .icon-btn { display: inline-block; vertical-align: middle; margin-right: 15px; } #dashboard-sec-1 .data-table .icon-btn:last-child { margin-right: 0; } #dashboard-sec-1 .data-table .table-foot { margin-top: 20px; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { padding: 0; font: 100 16px/26px 'Poppins'; color: #191919; } #dashboard-sec-1 .data-table .table-foot .pagination li a { background-color: transparent; border: 1px solid #000; font: 100 18px/28px 'Poppins'; color: #191919; padding: 2px 10px; border-radius: 8px; margin: 0 5px; width: 100%; max-width: 34px; text-align: center; cursor: pointer; } #dashboard-sec-1 .data-table .table-foot .pagination #dashboard-table_previous a, #dashboard-sec-1 .data-table .table-foot .pagination #dashboard-table_next a { background-color: transparent; max-width: 100%; border: none; width: auto; margin: 0; color: #191919 } #dashboard-sec-1 .data-table .table-foot .pagination li.disabled a { color: #999 !important; cursor: not-allowed; } #dashboard-sec-1 .data-table .table-foot .pagination li a:hover, #dashboard-sec-1 .data-table .table-foot .pagination li.active a { background-color: #c9346a; border-color: #c9346a; color: #fff; } /*End Dashboard Styles*/ /*Choose Template Styles */ #choose-temp .tags-row .tags { justify-content: flex-end; } #choose-temp .tags-row .col-1 { flex-basis: 49%; } #choose-temp .tags-row .col-2 { flex-basis: 51%; } .tags .border-tags, .more-btn a { padding: 2px 14px; background-color: #fff; margin: 3px 5px; border: 1px solid #999999; border-radius: 50px; } .tags .border-tags p { font: 500 10px/10px 'Poppins'; margin-bottom: 0; display: inline-block; vertical-align: middle; } .tags .border-tags span { font: 500 15px/15px 'Poppins'; color: #ccc; vertical-align: middle; margin-left: 3px; cursor: pointer; } #choose-temp .more-btn { flex-basis: 130px; } #choose-temp .more-btn a { font: 700 10px/20px 'Poppins'; color: #c9346a; margin-right: 0; display: block; text-align: center; } #choose-temp .more-btn a:hover { background-color: transparent; color: #451e61; } #choose-temp .tags-row { margin-bottom: 50px; } #choose-temp .temp-wrap .thumb-img, #thumb-rank .vid-wrap .vid-thumb-img { width: 100%; border: 2px solid #000; } #choose-temp .temp-wrap .thumb-overlay, #thumb-rank .vid-wrap .vid-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #191919; z-index: 1; opacity: 0; visibility: hidden; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; transition: all .8s ease-in-out; } #choose-temp .temp-wrap .img-wrap:hover .thumb-overlay, #thumb-rank .vid-wrap .img-wrap:hover .vid-overlay { opacity: .8; visibility: visible; } #choose-temp .thumb-overlay .icon, #thumb-rank .vid-wrap .vid-overlay .icon { opacity: 0; -webkit-transition: opacity .35s, -webkit-transform .35s; -moz-transition: opacity .35s, -moz-transform .35s; transition: opacity .35s, transform .35s; } #choose-temp .thumb-overlay .icon span, #thumb-rank .vid-wrap .vid-overlay .icon span { font: 500 12px/22px 'Poppins'; } #choose-temp .thumb-overlay .edit-icon, #thumb-rank .vid-overlay .create-icon { margin-right: 10px; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } #choose-temp .thumb-overlay .preview-icon, #thumb-rank .vid-overlay .upload-icon { margin-left: 10px; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } #choose-temp .temp-wrap .img-wrap:hover .icon, #thumb-rank .vid-wrap .img-wrap:hover .icon { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } #choose-temp .thumb-overlay .img-wrap, #thumb-rank .vid-overlay .img-wrap { padding: 15px; background-color: #fff; border-radius: 50%; } #choose-temp .thumb-overlay .img-wrap img, #thumb-rank .vid-overlay .img-wrap img { width: 100%; max-width: 30px; } #choose-temp .temp-title h6, #thumb-rank .vid-wrap .vid-details .vid-title { font: 500 16px/26px 'Poppins'; } #choose-temp .temp-wrap .temp-tags { justify-content: flex-start; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 12px; } #choose-temp .temp-wrap .temp-tags p { font-size: 10px; line-height: 10px; display: block; } .lightbox-modal { background-color: rgba(18, 10, 23, 0.45); } .lightbox-modal .modal-dialog { width: auto; max-width: unset; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) !important; margin: 0; background-color: transparent; } .lightbox-modal.in .modal-dialog { transform: translate(-50%, -50%) !important; } .lightbox-modal .lightbox-content { padding: 0 !important; background-color: transparent; box-shadow: none; border: 0; } .lightbox-modal .lightbox-content .close { right: -14px; top: 25px; z-index: 9; color: #cccbc4; font-size: 25px; } .lightbox-modal .lightbox-content .modal-header { border: 0; } .lightbox-modal .lightbox-content .modal-title { color: #fff; font: 500 18px/28px 'Poppins'; letter-spacing: 1px; } .lightbox-modal .lightbox-content .modal-body { padding: 0; border: 5px solid #9d9d9d; border-radius: 5px; } .lightbox-modal .lightbox-content .modal-body img { width: 100%; } /*End Choose Template Styles*/ /*Analysis Styles*/ #analysis { padding-bottom: 128px; } #analysis .title-area { margin-bottom: 50px; } #analysis .desc-area { width: 100%; max-width: 58%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #451e61; } #analysis .desc-area p { font-size: 18px; line-height: 35px; color: #333; } .note-area ul li { padding: 15px 0 15px 20px; } .note-area ul li::before { content: ""; display: block; width: 13px; height: 13px; border: 7px solid transparent; border-left-color: #c9346a; position: absolute; left: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); transform: translateY(50%); } .note-area ul li p { font-size: 20px; line-height: 30px; color: rgba(51, 51, 51, 0.6); } #analysis .desc-area h6 { font-family: 'Poppins'; font-weight: 700; } #upload-form .file-upload { width: 100%; max-width: 865px; margin: 0 auto; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { flex-basis: 100%; background: #dcdcdc url('../images/placeholder-img.jpg') right 50px center no-repeat; height: 100%; min-height: 235px; justify-content: flex-start; padding-left: 155px; background-color: #dcdcdc; border: 3px dashed #000000; border-radius: 3px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #upload-form .image-upload-wrap:hover, #upload-form .image-upload-wrap.image-dropping, #remove-bg .image-upload-wrap:hover, #remove-bg .image-upload-wrap.image-dropping { background-color: rgba(201, 52, 106, 0.2); border-color: #c9346a; } #upload-form .file-upload-input, #analysis .file-upload-container input, #remove-bg .image-upload-wrap input, #cinema .upload-imgs input, #image .upload-imgs input, #account .change-pic .upload-pic { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; z-index: 9; } #upload-form .drag-text h6, #remove-bg .drag-text h6 { color: #a2a2a2; width: 100%; max-width: 295px; text-align: left; } #upload-form .image-title-wrap, #upload-form .file-upload-content { display: none; } #upload-form .image-title, #remove-bg .image-title { font: 400 14px/24px 'Poppins'; } #upload-form .file-upload-content img { opacity: 0.5; } #upload-form .file-upload-content .loader { color: #c9346a; position: absolute; top: 45%; left: 50%; right: 0; bottom: 0; z-index: 1; margin: 0; transform: translate(-50%, -50%); font-size: 16px; } #analysis .output { flex-basis: 865px; } #analysis .output #tabs { padding: 0; border: 0; background-color: transparent; width: 100%; max-width: 865px; margin: 0 auto } #analysis .output #tabs .tab-cont { padding: 0; } #analysis .output #tabs .ui-tabs-nav { padding: 0; border: 0; margin-bottom: 15px; background-color: transparent; border-bottom: 1px solid #e0e0e0; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 25%; margin: 0; border: 0; padding: 0 12px; text-align: center; background-color: transparent; border-bottom: 3px solid transparent; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #analysis .output #tabs .ui-tabs-nav li.ui-tabs-active { border-bottom-color: #c9346a; } #analysis .output #tabs .ui-tabs-nav li a { text-align: center; float: none; padding: 10px; display: block; font-size: 15px; color: #737373; } #analysis .output #tabs .ui-tabs-nav li.ui-tabs-active a { color: #333; } #analysis .output .img-wrap.thumb-col { flex-basis: 55%; padding-right: 25px; } #analysis .output .img-wrap.thumb-col img { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4); } #analysis .output .img-wrap.thumb-col span { font: 500 13px/23px 'Poppins'; margin-top: 5px; display: block; } #analysis .output .data-result-col { flex-basis: 45%; } #analysis .output .data-result-col ul { height: 100%; max-height: 180px; min-height: 400px; overflow: auto; padding: 18px; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); border-radius: 2px; } #analysis .output .result { justify-content: flex-start; } #analysis .output .score { flex-grow: 1; text-align: right; } #analysis .output .score p, #analysis .output .name a { text-transform: capitalize; font-size: 14px; line-height: 24px; } #analysis .output #web .name a { display: block; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: 100%; max-width: 280px; overflow: hidden; } #analysis .output .progress { flex-basis: 100%; height: 4px; margin-top: 4px; } #analysis .output .progress .bg-success { background-color: #0f9d58; } #analysis .output .action-btns { justify-content: flex-end; margin-top: 35px; } #analysis .output .action-btns a { padding: 12px 20px; font: 400 16px/16px 'Poppins'; text-transform: uppercase; border: 1px solid transparent; border-radius: 5px; } #analysis .output .action-btns a.action-btn-1 { color: #333; background-color: #a4a0a066; margin-right: 5px; } #analysis .output .action-btns a.action-btn-2 { color: #fff; background-color: #4285f4; margin-left: 5px; } #analysis .output .action-btns a .tr-icon { margin-right: 8px; } #analysis .output .data-result-col .data-cont li { padding: 15px; } #analysis .output .data-result-col .data-cont li ul { padding: 0; min-height: 0; overflow: visible; box-shadow: none; border-radius: 6px; } #analysis .output #accordion-top { text-align: left; } #analysis .output #accordion-top .panel-heading { margin-top: -20px; width: 100%; max-width: 110px; text-align: center; padding: 2px 10px; border-radius: 50px; margin-left: 8px; margin-bottom: 10px; background-color: #af3b23; } #analysis .output #accordion-top #accordion-sub .panel-heading { background-color: #0288d1; } #analysis .output #accordion-top .panel-body { border: 0; padding: 20px 8px; } #analysis .output #accordion-top .panel-heading a { color: #fff; font: 500 18px/18px 'Poppins'; } #analysis .output #accordion-top .panel-heading a::before { content: "\ea0a"; font-family: 'thumbreel' !important; font-size: 12px; display: inline-block; vertical-align: middle; margin-right: 4px; } #analysis .output #accordion-top .panel-heading a.collapsed:before { content: "\ea0b"; } #analysis .output #accordion-top #accordion-sub .panel { background-color: #edf6f9; } #analysis .output #accordion-top #accordion-sub .panel p { padding: 8px; margin-bottom: 10px; background-color: #e7f7e8; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; line-height: 24px; letter-spacing: 3px; word-break: break-all; } #analysis .output #accordion-top #accordion-sub .panel p span { border-bottom: 1px dotted #ffaa0a; margin-left: 4px; } #analysis .output .data-result-col .color-wraper { height: 180px; } #analysis .output .data-result-col .color-wraper .color { height: 100%; } #analysis .output .data-result-col .color-row { margin-top: 10px; transition: color 300ms linear; } #analysis .output .data-result-col .color-text span { text-transform: uppercase; font: 400 14px/24px 'Poppins'; color: #616161; } #analysis .output .data-result-col .color-percent { flex-grow: 1; text-align: right; } #analysis .output .data-result-col .color-percent { font: 400 18px/28px 'Poppins'; color: #616161; } #analysis .output .data-result-col .color-block { flex-basis: 100%; height: 20px; margin-top: 6px; transition: background-color 300ms linear; } #analysis .output #properties .data-result-col ul li { text-align: left; } #analysis .output .data-result-col ul .crop-hint { margin-top: 30px; } #analysis .output .data-result-col ul .crop-ratio { font-size: 18px; line-height: 28px; color: #616161; margin: 5px 0; } #analysis .output .data-result-col ul .crop-row { margin: 12px 0; } .safe-search .row { justify-content: flex-start; padding: 10px 20px; text-align: left; } #analysis .output .data-result-col .safe-search .row .labels { font-size: 15px; line-height: 25px; color: #616161; padding-right: 12px; width: 80px; } #analysis .output .data-result-col .safe-search .row .meter { background-color: #f5f5f5; flex-grow: 1; } #analysis .output .data-result-col .safe-search .row .meter::after { background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 21%, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 41%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 61%, rgba(255, 255, 255, 0) 61%, rgba(52, 136, 194, 0) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 81%, rgba(255, 255, 255, 0) 81%); bottom: 0; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } #analysis .output .data-result-col .safe-search .row .meter .bar { height: 15px; } #analysis .output .data-result-col .safe-search .row .text { font-size: 12px; padding-left: 12px; color: #616161; width: 100px; line-height: 22px; } #analysis .output .data-result-col .safe-search .help { font-size: 12px; padding: 30px 30px 0 30px; line-height: 22px; text-align: left; color: #656565; } /*End Analysis Styles*/ /*Remove Background Styles*/ #remove-bg { padding-bottom: 153px; } #remove-bg .title-area { margin-bottom: 120px; } #remove-bg .content-wrap h1 { font: 700 60px/78px 'Poppins'; } #remove-bg .content-wrap h4 { color: #333; } .choose-img-btn { padding: 20px 0; background-color: #c9346a; font: 500 18px/18px 'Poppins'; color: #fff; width: 100%; max-width: 390px; display: block; margin: 0 auto; border: 2px solid #c9346a; border-radius: 3px; } .choose-img-btn:hover, .choose-img-btn:focus { background-color: transparent; color: #191919; } .img-choose.picked img { border: 3px solid #c9346a; } #remove-bg .remove-bg-upload { width: 100%; max-width: 865px; margin: 0 auto; } #remove-bg .image-upload-wrap { background: #dcdcdc url('../images/remove-bg-placeholder.jpg') right 50px center no-repeat; } #remove-bg #pop-up-loading-bar { display: none; z-index: -1; -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); transform: translate(0, -100%); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #remove-bg #pop-up-loading-bar.in, #remove-bg #bg-remove-success.in { -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); } #remove-bg .modal-dialog { width: 100%; max-width: 865px; } #remove-bg .modal-content { padding: 15px; } #remove-bg .modal-content .progress { margin: 0; } #remove-bg #bg-remove-success { width: 100%; display: none; -webkit-transform: translate(0, -80%); -moz-transform: translate(0, -80%); transform: translate(0, -80%); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #remove-bg #bg-remove-success .modal-content { padding: 25px; } #remove-bg #bg-remove-success .title p { line-height: 32px; font-family: 'Poppins'; font-weight: 100; color: #000000; } #remove-bg #bg-remove-success .row img { border-radius: 8px; } #remove-bg #bg-remove-success .btn-group .btn { border-radius: 5px; margin: 0 auto; max-width: 170px; } #remove-bg #bg-remove-success .btn-group .btn i { margin-right: 5px; } #remove-bg #bg-remove-success .rating span { font: 100 13px/27px 'Poppins'; color: #808080; margin-right: 10px; } #remove-bg #bg-remove-success .rating .emoticon { font-size: 16px; line-height: 0; padding: 6px 8px; border-radius: 5px; border: 1px solid #ccc; color: #333; margin: 4px; } #remove-bg #bg-remove-success .rated { background-color: #ccc; } #remove-bg #bg-remove-success .rating .emoticon:hover { background-color: #e6e6e6; border-color: #adadad; } #remove-bg #bg-remove-success .close { position: absolute; top: 15px; right: 25px; font-size: 36px; line-height: 36px; cursor: pointer; z-index: 1; } /*End Remove Background Styles*/ /*Snap From Video Styles*/ .btn-style-1 { display: block; padding: 13px; background-color: #a3234e; width: 100%; max-width: 180px; margin: 0 auto; border-radius: 7px; border: 2px solid transparent; color: #fff; } .btn-style-1:hover, .btn-style-1:focus { background-color: transparent; color: #451e61; border-color: #c9346a; } #snap-vid .btn-wrap { text-align: right; } #snap-vid .btn-wrap .btn-nxt { font: 700 20px/20px 'Poppins'; margin: 0 0 0 auto; } #snap-vid .vid-wrapper { width: 100%; max-width: 880px; height: auto; display: block; /* padding-bottom: 31.5%; */ margin: 0 auto; } #snap-vid .vid-btn { position: absolute; top: 20px; left: 20px; z-index: 9; font: 400 14px/14px 'Poppins'; padding: 12px; max-width: 140px; } #snap-vid .vid-btn:hover { color: #fff } #snap-vid .vid-wrapper iframe { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } #snap-vid .play-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #snap-vid .play-wrap .play-btn { display: block; background-color: #b8b8b8; width: 114px; height: 114px; margin: 0 auto 15px; border-radius: 50%; } #snap-vid .play-wrap .play-btn:hover { opacity: .7; } #snap-vid .play-wrap .play-btn::before { content: ""; display: block; border: 35px solid transparent; border-left: 50px solid #f4f4f4; position: absolute; top: 50%; left: 50%; transform: translate(-20%, -47%); } #snap-vid .play-wrap .info-txt { font: 400 14px/24px 'Poppins'; color: #f4f4f4; } #snap-vid .preview-wrap { margin-top: 35px; } #snap-vid .preview-wrap .prvw-img-wrap { display: inline-block; } #snap-vid .preview-wrap .prvw-img { border: 6px solid #999999; } #snap-vid .preview-wrap .selected { border-color: #06b306; } /*End Snap From Video Styles*/ /*ThumbRanker Styles*/ #thumb-rank .title-area { padding-bottom: 25px; border-bottom: 1px solid #ccc; } #thumb-rank .info-wrap { padding: 20px 25px; width: 100%; max-width: 882px; background-color: #e6f4fd; } #thumb-rank .info-wrap .info-text { font-size: 14px; line-height: 24px; } #thumb-rank .user-channel .user-details { justify-content: flex-end; } #thumb-rank .user-details .user-name { margin-right: 15px; } #thumb-rank .user-details .user-name p { font: 600 18px/28px 'Poppins'; color: #451e61; } #thumb-rank .vid-wrap .uploading-vid { opacity: .8; visibility: visible; } #thumb-rank .vid-wrap .uploading-vid .uploading-icon { display: block; opacity: 1; transform: unset !important; } #thumb-rank .vid-wrap .uploading-vid .img-wrap { background-color: unset; padding: 0; } #thumb-rank .vid-overlay .uploading-icon, #thumb-rank .vid-wrap .uploading-vid .create-icon, #thumb-rank .vid-wrap .uploading-vid .upload-icon { display: none; } #thumb-rank .vid-wrap .status-bar { display: block; position: absolute; top: 0; left: 0; right: 0; height: 6px; background-color: #d70000; z-index: 9; } #thumb-rank .vid-wrap .status-bar-success { display: block; position: absolute; top: 0; left: 0; right: 0; height: 6px; background-color: #15d761; z-index: 9; } #thumb-rank .vid-wrap .vid-details .vid-title { color: #ad2855; } #thumb-rank .vid-wrap .vid-details .vid-date { font: 100 12px/22px 'Poppins'; color: #666; } #upload-popup .modal-body, #choose-img .modal-body { padding: 40px 20px; } #upload-popup .thumb-list .thumb-item, #choose-img .thumb-list-row .thumb-item { padding: 0 10px; flex-basis: 33.33%; margin: 10px 0; overflow: hidden; } /* #choose-img .thumb-list-row .thumb-item { display: none; } */ #choose-img .thumb-list-row .thumb-item img { /*border: 2px solid rgba(201, 52, 106, 0.6);*/ border-radius: 5px; } #choose-img .thumb-list-row .thumb-item.picked img { border: 4px solid #c23164; } #choose-img .thumb-list-row .thumb-item .select-img { position: absolute; top: 0; bottom: 0; left: 10px; right: 10px; background-color: rgba(0, 0, 0, 0.3); z-index: 1; transform: translateY(100%); opacity: 0; cursor: default; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #choose-img .thumb-list-row .thumb-item .select-img i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; color: #d91456; background-color: #fff; padding: 10px; border-radius: 50%; cursor: pointer; } #choose-img .thumb-list-row .thumb-item:hover .select-img { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); opacity: 1; } #choose-img .thumb-list-row .btn-wrap { flex-basis: 100%; } #upload-popup #next, #choose-img #next { position: absolute; top: 25px; right: 25px; font-size: 30px; padding: 3px; line-height: 30px; background-color: #c9346a; color: #fff; border: 1px solid #c9346a; border-radius: 5px; } #upload-popup #next:hover, #choose-img #next:hover { background-color: transparent; color: #c9346a; } /*End ThumbRanker Styles*/ /*Video Stats Styles*/ #video-stats .vid-stats-tbl { padding: 35px 50px; background-color: #fff; border-radius: 10px; } #vid-stats-tbl_wrapper .row .col-xs-6 { display: none; } #vid-stats-tbl { margin: 0 !important; } #vid-stats-tbl tbody { border-bottom: 1px solid #666; } #vid-stats-tbl thead th, #vid-stats-tbl tbody td { text-align: center; } #vid-stats-tbl thead th { background-position: right 10px; border-bottom: 1px solid #666; } #vid-stats-tbl thead th h6 { font: 700 18px/28px 'Poppins'; margin-bottom: 12px; } #vid-stats-tbl #info-tooltip { border: 1px solid #000; padding: 2px 8.2px; border-radius: 50%; margin-left: 5px; font: 500 13px/13px 'Poppins'; vertical-align: middle; } #vid-stats-tbl tbody td { padding: 20px 5px; border-top-color: #ccc; } #vid-stats-tbl tbody td .data { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #vid-stats-tbl .title-wrap { justify-content: flex-start; } #vid-stats-tbl .title-wrap .col { text-align: left; } .stats-thumb { margin: 0; border: 2px solid #d70000; } .stats-thumb-success { margin: 0; border: 2px solid #15d761; } #vid-stats-tbl .heart { display: block; width: 27px; height: 23px; background: url('../images/heart-100.png') center/cover no-repeat; } #vid-stats-tbl .heart-fill { background: url('../images/heart-fill.svg') center/cover no-repeat; } /*End Video Stats Styles*/ /*Editor Styles*/ .editor-area { align-items: unset; margin: 0; } #editor .row-2 .col-1 { background-color: #e3e3e3; padding: 0 30px 30px; } #editor .preview-object { width: 100%; max-width: 100%; height: 100%; min-height: 641px; max-height: 641px; overflow: hidden; } #editor .row-2 .col-2 { padding: 0; background-color: #ccc; } #editor .preview-area .action-btns-area { padding: 10px 0 15px; } /* #editor .preview-area .edit-layers { justify-content: flex-start; pointer-events: none; opacity: .3; } */ /* #editor .preview-area .edit-layers.activate { pointer-events: all; opacity: 1; } */ #editor .preview-area .edit-layers .icon button { padding: 0; border: 0; background-color: transparent; } #layer-options #effect button[disabled], #layer-options #effect select[disabled], #layer-options #effect input[disabled] { cursor: not-allowed !important; opacity: .5; } #editor .edit-layers .icon button[disabled] { opacity: 0.5; cursor: not-allowed; } #editor .edit-layers .icon button[disabled] a { pointer-events: none; } #editor .preview-area .icon.disabled, #editor .preview-area .icon.disabled button { opacity: 0.5; cursor: not-allowed; } #editor .preview-area .icon.disabled a, #editor .preview-area .icon.disabled button { pointer-events: none; } #editor .preview-area .edit-layers .icon a { color: #252525; padding: 0 20px 0 12px; margin-right: 10px; border-right: 1px solid #252525; min-height: 23px; } #editor .preview-area .edit-layers .icon:last-child a { border: 0; } #editor .preview-area .edit-layers .icon .svg-layer { width: 16px; margin-right: 4px; } #editor .preview-area .edit-layers .icon a .fa-trash-o { font-size: 19px; vertical-align: middle; } #editor .preview-area .finish-actions { flex-grow: 1; justify-content: flex-end; } #editor .preview-area .finish-actions .icon { text-align: center; padding-right: 36px; } #editor .preview-area .finish-actions .icon a { font-size: 13px; line-height: 23px; color: #222; } #editor .preview-area .finish-actions .icon a .fa, #editor .preview-area .finish-actions .icon a .tr-share2-icon { color: #a1a1a1; font-size: 16px; margin-right: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } #editor .preview-area .finish-actions .icon a .tr-share2-icon { font-size: 14px; } #editor .preview-area .icon a:hover, #editor .preview-area .finish-actions .icon a:hover .fa, #editor .preview-area .finish-actions .icon a:hover .tr-share2-icon { color: #c9346a; } #editor .preview-object .canvas-wrapper { background-color: #999999; } #layer-options .nav li { flex-grow: 1; flex-basis: 58px; margin: 0; } #layer-options .nav li a { font: 100 12px/22px 'Poppins'; color: #fff; text-align: center; padding: 10px; background-color: #c9346a; border: 1px solid #d33971; border-radius: 0; } #layer-options .nav li.active a { border-color: #d6d6d6; background-color: #ccc; color: #222; } #layer-options .nav li a .icon { display: block; font-size: 20px; margin-bottom: 6px; } #layer-options .parent-tab { height: 600px; overflow: auto; } #extra-tab-pane { height: 100%; } #extra-tab-pane p { justify-content: flex-start; } #extra-tab-pane p b { flex-basis: 125px; } #borders { padding: 35px 15px 0; } #borders .border-style { display: block; min-height: 50px; margin-bottom: 45px; color: #222222; } #borders .solid-border { border: 3px solid #222222; } #borders .dashed-border { border: 3px dashed #222222; } #borders .dashed-border-light { border: 2px dashed #222222; } #borders .dotted-border { border: 3px dotted #222222; } #borders .border-style:hover { border-color: #c9346a; } #tbl .disabled, #shapes .disabled, #borders .disabled { opacity: 0.7; cursor: not-allowed; } #tbl .disabled button, #tbl .disabled input, #shapes .disabled button, #shapes .disabled input, #borders .disabled button, #borders .disabled input { pointer-events: none; } #shapes { padding: 50px 15px 0; } #shapes .shape-items .item-wrap { flex-grow: 1; padding: 10px; border: 1px solid transparent; } #shapes .shape-items .item { display: block; margin: 0 auto; } #shapes .shape-items .item-solid .item { background-color: #000; } #shapes .shape-items .item-bordered .item { border: 2px solid #000; } #shapes .shape-items .item svg { display: none; } #shapes .shape-items .square, #shapes .shape-items .square-round { width: 46px; height: 46px; } #shapes .shape-items .square-round, #shapes .shape-items .rectangle-round { border-radius: 5px } #shapes .shape-items .rectangle { width: 60px; height: 40px; } #shapes .shape-items .rectangle-round { width: 95px; height: 40px; } #shapes .cliped { background-color: #000; border: 0 !important; } #shapes .cliped:after { content: ""; top: 2px; left: 2px; right: 2px; bottom: 2px; position: absolute; background-color: #ccc; } #shapes .circle { width: 55px; height: 55px; border-radius: 50%; } #shapes .triangle { width: 61px; height: 53px; } #shapes .triangle, #shapes .triangle:after { -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); clip-path: polygon(50% 0%, 0% 100%, 100% 100%); } #shapes .triangle:after { top: 3px; left: 3px; right: 3px; } #shapes .pentagon, #shapes .item-bordered .pentagon::after { -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); } #shapes .pentagon { width: 55px; height: 55px; -webkit-transform: rotate(-21deg); -moz-transform: rotate(-21deg); transform: rotate(-21deg); } .hexagon { width: 55px; height: 55px; } #shapes .hexagon, #shapes .item-bordered .hexagon::after { -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); } #cinema { padding: 30px 15px 0; } #layer-options #cinema .nav { justify-content: left; } #layer-options #cinema .nav li { flex-basis: auto; } #layer-options #cinema .nav a, #layer-options #image .nav a { font: 500 14px/24px 'Poppins'; color: #525252; text-align: left; padding-bottom: 30px; background-color: transparent; border: none; } #layer-options #cinema .nav li:first-child a, #layer-options #image .nav li:first-child a { padding-left: 0; } #layer-options #cinema .nav li.active a, #layer-options #image .nav li.active a { color: #c9346a; } #layer-options #cinema .form-group, #layer-options #image .form-group { margin-bottom: 20px; } #layer-options #cinema .form-control, #layer-options #image .form-control { padding: 10px; border: 2px solid #afafaf; border-radius: 5px; } #layer-options #cinema .search-icon, #layer-options #image .search-icon { font-size: 16px; position: absolute; top: 50%; right: 0; z-index: 9; transform: translate(0, -50%); color: #808080; background-color: transparent; padding: 10px } #cinema .icon-items .icon { font-size: 50px; flex: 1 0 22%; text-align: center; color: #000; border: 1px solid transparent; } #cinema .icon-items .icon:hover, #shapes .shape-items .item-wrap:hover { border-color: #000000; } #cinema .emoji-items a, #image .item-wrap { margin: 5px; } #cinema .emoji-items a { flex-grow: 1; text-align: center; } #cinema .emoji-items .emoji { font: 400 40px/60px 'Poppins'; } #cinema .emoji-items .star-media, #image .star-media { border-radius: 2px 0 0 0; color: #454545; right: 0; bottom: 0; cursor: pointer; } .favorite .fa-star-o { color: #e4ad3c; } #cinema .emoji-items .star-media, #image .star-media { display: none; position: absolute; font-size: 16px; text-align: center; width: 22px; height: 22px; padding-top: 1px; background: rgba(255, 255, 255, .75); z-index: 1; } #cinema .emoji-items a:hover span, #image .item-wrap:hover span { display: block; } #cinema .upload-imgs, #image .upload-imgs { padding: 10px 12px; font-size: 14px; display: block; background: #451e61; color: #fff; border-radius: 3px; border: 1px solid rgba(0, 0, 0, .1); } #cinema .upload-imgs:hover, #image .upload-imgs:hover { background-color: transparent; color: #fff; } #cinema .divider, #image .divider { border-top: 1px solid rgba(69, 30, 97, 0.3); margin-top: 15px; padding-top: 15px; } #cinema .upload_preview { align-items: flex-start; justify-content: flex-start; } #cinema .upload_preview img { margin: 5px; cursor: pointer; } #tbl .bg-row { flex-basis: 100%; } #tbl .bg-row .top-layer-bg, #tbl .bg-row .bot-layer-bg { display: block; width: 100%; max-width: 100%; height: 35px; cursor: pointer; } #tbl .input-row { flex-grow: 1; justify-content: flex-start; } #tbl .input-row label { font: 400 16px/26px 'Poppins'; margin-right: 8px; } #shapes .input-wrap, #borders .input-wrap, #tbl .input-wrap { display: block; padding: 12px 12px 12px 40px; width: 100%; max-width: 130px; background-color: #fff; border-radius: 6px; } #shapes .input-wrap input, #borders .input-wrap input, #tbl .input-wrap input { width: 100%; border: 0; padding: 0; font: 400 16px/16px 'Poppins'; background-color: transparent !important; color: #191919 !important; } #shapes .input-wrap button, #borders .input-wrap button, #tbl .input-wrap .pick { padding: 0; width: 20px; height: 20px; border: 1px solid #a1a1a1; position: absolute; left: 10px; } #tbl .input-wrap .pick img { display: none; } #text { padding: 30px 15px; } #text .text-items .item { display: block; text-align: center; padding: 30px 0; border-bottom: 1px dashed #fff; color: #222; } #text .text-items .item-1 { font: 700 40px/50px 'Poppins'; } #text .text-items .item-2 { font: 400 26px/36px 'Poppins'; } #text .text-items .item-3 { font: 300 16px/26px 'Poppins'; } #text .text-items .item:hover { background-color: rgba(0, 0, 0, .05); } #text-styles { padding: 20px; position: absolute; top: 0; left: -750px; right: 0; width: 100%; background-color: #ccc; z-index: 9; } #text-styles #close { font: 500 22px/22px 'Poppins'; color: #333; margin-bottom: 10px; display: block; width: 100%; max-width: 30px; left: -10px; } #text-styles .font-style label { flex-basis: 100%; } #text-styles .font-style .bootstrap-select { flex-grow: 1; width: auto; border-radius: 6px; } #text-styles .font-style #font-family { flex-grow: 1; margin-right: 10px; padding: 10px; -webkit-appearance: none; width: auto; } #text-styles .font-style input, #text-styles .font-style #font-family { border: 1px solid #999; border-radius: 6px; font: 400 14px/17px 'Poppins'; height: auto; } #text-styles .font-style input { width: 100%; max-width: 50px; margin-left: 10px; padding: 10px 0 10px 10px; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: 35px; opacity: 1; align-self: auto; cursor: pointer; } #text-styles .font-variant .btn-group { flex-grow: 1; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 17px; font: 400 12px/12px 'Poppins'; border: 1px solid rgba(161, 161, 161, 0.8); } #text-styles .btn.enable { background-color: #b6b6b6; } #text-styles .font-variant .color-pick-row { width: 100%; max-width: 100px; background-color: #fff; padding: 6px 6px 6px 30px; border-radius: 5px; border: 1px solid #a1a1a1; } #text-styles .font-variant .color-pick-row input { padding: 0; border: 0; background-color: transparent; font-size: 16px; line-height: 16px; width: 100%; } #text-styles .font-variant .color-pick-row button { position: absolute; width: 15px; height: 15px; left: 7px; border: 0; border: 1px solid #ccc; border-radius: 3px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); } #text-styles .font-variant .color-pick-row input { padding: 0; border: 0; background-color: transparent !important; color: #191919 !important; font: 400 13px/13px 'Poppins'; width: 100%; } #text-styles .text-alignment .btn-group button { padding: 6px 10px; font: 400 20px/20px 'Poppins'; flex-grow: 1; } #text label { font: 400 14px/14px 'Poppins'; margin-bottom: 20px; } #effect { padding: 40px 20px; } #effect .effects-items .item-1, #effect .effects-items .item-2, #effect .effects-items .item-3 { border-bottom: 1px solid #d6d6d6; padding-bottom: 25px; margin-bottom: 25px; } #effect .range-slider, #text-styles .range-slider { margin-bottom: 25px; } #effect label, #effect .range-slider span { font: 400 13px/23px 'Poppins'; color: #222; margin-bottom: 8px; } #effect .range-slider input, #text-styles .range-slider input { order: 2; -webkit-appearance: none; width: 100%; height: 6px; background: transparent; border-radius: 5px; border: 1px solid #b9b9b9; outline: none; cursor: pointer; } #effect .range-slider .range-slider__value, #text-styles .range-slider .range-slider__value { order: 1; } #effect .range-slider .range-slider-title, #text-styles .range-slider .range-slider-title { flex-grow: 1; } #effect .range-slider__range::-moz-range-thumb, #text-styles .range-slider__range::-moz-range-thumb { width: 16px; height: 16px; border: 0; border-radius: 50%; background: #451e61; cursor: pointer; transition: background .15s ease-in-out; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: 0; height: 16px; width: 16px; border-radius: 50%; background: #451e61; cursor: pointer; -webkit-transition: background .15s ease-in-out; transition: background .15s ease-in-out; } input[type=range]:active::-webkit-slider-thumb { background: #c9346a; } #effect .range-slider__range:active::-moz-range-thumb, #text-styles .range-slider__range:active::-moz-range-thumb { background: #c9346a; } #effect .color-overlay button, #image .background-color button { width: 17px; height: 17px; border: 1px solid #a5a5a5; position: absolute; top: 50%; z-index: 1; -webkit-transform: translate(6px, -52%); -moz-transform: translate(6px, -52%); transform: translate(6px, -52%); } #effect .color-overlay input, #image .background-color input { padding: 13px 28px; border: 1px solid #a5a5a5; border-radius: 6px; background-color: #fff !important; color: #191919 !important; font: 400 13px/13px 'Poppins'; width: 100%; max-width: 122px; } #effect .color-overlay { justify-content: flex-start; } #effect .checkbox-wrap { flex-grow: 1; text-align: right; justify-content: flex-end; } #effect .checkbox-wrap input { width: auto; margin: 0 7px 0 0; } #effect .checkbox-wrap label { margin: 0; font: 500 12px/12px 'Poppins'; } #image { padding: 20px 20px 0; } #image .buttons-wrap .action-btn { flex-grow: 1; text-align: center; padding: 10px; background-color: #f4f4f4; border: 1px solid #afafaf; border-radius: 8px; margin-right: 8px; color: #737373; font-size: 14px; line-height: 14px; } #image .buttons-wrap .action-btn:last-child { margin-right: 0; } #image .buttons-wrap .action-btn .fa { margin-right: 4px; color: #42afe3; } #image .buttons-wrap .action-btn .fa.fa-times-circle { color: #ed6c63; } #image .buttons-wrap .action-btn img { width: 14px; } #layer-options #image .nav a { padding: 0 11px 15px; } #layer-options #image .nav li:last-child a { text-align: center; } #image .photos-items img, #image .searched-items img, #image .fav-items img { border-radius: 2px; width: 144px; height: 94px; object-fit: cover; } #image .photos-items .crop-media { top: 0; left: 0; color: #2386c7; border-radius: 2px 0 3px 0; } #layer-options #image .pattern-bg { margin: 5px; cursor: pointer; } #layer-options #image .pattern-bg img { width: 144px; height: 95px; object-fit: cover; } #layer-options #image .background-color span { font: 400 14px/24px 'Poppins'; margin-right: 5px; } #layer-options #image .favs { font: 500 14px/24px 'Poppins'; color: #444; } #image .load-more-btn .load-more-loader { flex-basis: 100%; } #image #loadmore { padding: 12px; border: 1px solid #c9346a; background-color: #c9346a; color: #fff; border-radius: 50px; display: block; margin: 15px auto 0; width: 100%; max-width: 150px; font: 500 14px/14px 'Poppins'; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #image #loadmore:hover { background-color: transparent; color: #191919; } /*End Editor Styles*/ /*Account Styles*/ #account .colored-bg, #training .colored-bg { padding: 15px; margin-bottom: 30px !important; background-color: rgba(119, 119, 119, 0.1); border-radius: 8px; justify-content: flex-start; } #account .title-area i.fa-tachometer, #training .title-area i.fa-tachometer { font-size: 20px; } #account .manage-data-wrap, #account .update-pass-row { padding-bottom: 35px; } #account .title-wrap h4 { text-transform: uppercase; } #account .title-area i, #account .bordered-title i, #dashboard-sec-1 .bordered-title i, #training .title-area i { font-size: 45px; background: #ba2d5f; background: -moz-linear-gradient(top, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); background: -webkit-linear-gradient(top, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); background: linear-gradient(to bottom, #ba2d5f 0%, #ba2d5f 25%, #451e61 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2d5f', endColorstr='#451e61', GradientType=0); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .bordered-title::after { content: ""; display: block; position: absolute; bottom: 0; width: 35%; height: 1px; background-color: #a1a1a1; } #account .actions-row .col { flex-grow: 1; } #account .actions-row .col .action-btn { width: 100%; padding: 18px; font-size: 16px; line-height: 16px; text-transform: uppercase; white-space: unset; } #account .profile-info-row { align-items: unset; } #account .profile-info-row .bordered-title::after { width: 62%; } #account .profile-info-row .col { padding-bottom: 35px; border-radius: 0; } #account form { padding: 15px 15px 0 15px; } #account .form-input, #change-email .form-input { flex: 1; margin-bottom: 0; } #account input, #change-email input { background-color: transparent; border: 0; padding: 15px 8px; border-bottom: 1px solid #511f61; font: 400 16px/16px 'Poppins'; text-overflow: ellipsis; width: 100%; } #account .underline, #change-email .underline { display: block; height: 2px; background-color: #ba2d5f; position: absolute; bottom: 0; left: 50%; right: 50%; -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -moz-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; } #account input:hover~.underline, #account input:focus~.underline, #change-email input:hover~.underline, #change-email input:focus~.underline { left: 0; right: 0; } #account .form-input .label, #change-email .form-input .label { display: block; font: 400 14px/24px 'Poppins'; color: #666; text-align: left; padding: 0; } #account .btn-wrap { flex-basis: 100%; margin-top: 30px; } #account .btn-wrap .btn, #change-email .btn-wrap .btn { padding: 12px; font: 500 15px/15px 'Poppins'; color: #fff; background-color: #ba2d5f; text-transform: uppercase; border: 1px solid #ba2d5f; border-radius: 50px; width: 100%; max-width: 140px; } #account .btn-wrap .btn:hover, #change-email .btn-wrap .btn:hover { background-color: transparent; color: #4a1f61; } #account .profile-pic-wrap .img-wrap { display: inline-block; overflow: hidden; } #account .profile-pic-wrap .change-pic { position: absolute; top: 10px; right: -10px; color: #fff; opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #account .profile-pic-wrap .img-wrap:hover .change-pic { right: 10px; opacity: 1; } #account .profile-pic-wrap .change-pic .fa { background-color: #772460; padding: 10px; border-radius: 50%; font-size: 16px; } #account .update-pass-row input~.fa { position: absolute; top: 51%; right: 25px; font-size: 21px; color: #666; cursor: pointer; } #account .update-pass-row .btn { max-width: 200px; } #change-email .modal-dialog { max-width: 500px; } #change-email .modal-content { padding: 30px; } #change-email.modal .close { top: 20px; right: 10px; font-size: 30px; } #change-email .form-input { display: block; } /*End Account Styles*/ /*404 Styles*/ .page-404 { height: 100vh; width: 100%; background: url('../images/login-bg.jpg') center/cover no-repeat; letter-spacing: 1px; } .page-404 .st0 { font-family: 'Poppins'; font-weight: 500; } .page-404 .st1 { font-size: 83.0285px; } .page-404 .st2 { fill: gray; } .page-404 svg { width: 100%; max-width: 600px; height: 410px; text-align: center; fill: #c23164; } .page-404 #Calque_2 { -webkit-transform: translate(6px, 0); -moz-transform: translate(6px, 0); transform: translate(6px, 0); } .page-404 path#XMLID_5_ { fill: #c23164; filter: url(#blurFilter4); } .page-404 path#XMLID_11_, .page-404 path#XMLID_2_ { fill: #c23164; } .page-404 .circle { animation: out 2s infinite ease-out; fill: #a20d5a; } .page-404 .message:after { content: "]"; } .page-404 .message:before { content: "["; } .page-404 .message:after, .page-404 .message:before { color: #c23164; font-size: 25px; -webkit-animation-name: opacity; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: opacity; animation-name: opacity; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; margin: 0 50px; } .page-404 .btn-back-home { display: block; padding: 16px; font: 500 16px/16px 'Poppins'; background-color: #c23164; width: 100%; max-width: 210px; margin: 0 auto; color: #fff; border: 1px solid transparent; border-radius: 50px; text-transform: uppercase; } .page-404 .btn-back-home:hover { background-color: #fff; color: #c23164; box-shadow: 0 0 30px 0px #c23164; } /*End 404 Styles*/ /*Training Styles*/ #training .colored-bg { border-radius: 0; } #training .walk-through-vid-wrap { align-items: unset; } #training .walk-through-vid-wrap .col { background-color: #e7e7e7; } #training .walk-through-vid-wrap .desc-wrap { padding: 45px 45px 45px 30px; } #training .wt-vid-wrap { width: 100%; max-width: 1080px; height: auto; display: block; /* padding-bottom: 55.8%; */ } #training .vid-list-wrap, #training .docs-list-wrap { padding: 25px; background-color: #e7e7e7; } #training .vid-list-wrap .col, #training .docs-list-wrap .col { padding: 3px; } #training .vid-list-wrap .content-wrap, #training .docs-list-wrap .content-wrap { padding: 15px 15px 40px 15px; border: 1px solid #d7d7d7; } #training i { cursor: pointer; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #training .tut-vid-wrap img~i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.4); font-size: 35px; color: #fff; line-height: 35px; padding: 0px 10px; border-radius: 8px; } #training .tut-vid-wrap i:hover { background-color: #00adef; } #training .vid-list-wrap p, #training .docs-list-wrap p { font-family: 'Poppins'; font-weight: 500; color: #222; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #training .docs-list-wrap .content-wrap i { font-size: 150px; color: #333; } #training .docs-list-wrap i:hover { color: #c9346a; } /*End Training Styles*/ /* >>>>>> RESPONSIVE <<<<< */ @media screen and (max-width: 1700px) { .site-container { max-width: 1400px; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-105px, 0); -moz-transform: translate(-105px, 0); transform: translate(-105px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-105px, 23px); -moz-transform: translate(-105px, 23px); transform: translate(-105px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-145px, 0); -moz-transform: translate(-145px, 0); transform: translate(-145px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-195px, 10px); -moz-transform: translate(-195px, 10px); transform: translate(-195px, 10px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.7%; } #dashboard-sec-1 .data-card { max-width: 340px; max-height: 178px; } #dashboard-sec-1 .data-table { padding: 65px 85px; } /* #snap-vid .vid-wrapper { padding-bottom: 35.5%; } */ #editor .preview-object { min-height: 557px; max-height: 557px; } #layer-options .nav li { flex-basis: auto; } #layer-options .nav li a { font-size: 10px; line-height: 20px; padding: 10px 0; } #layer-options .parent-tab { max-height: 500px; } #image { padding: 20px 15px 0; } #shapes .shape-items .item-wrap { padding: 8px; } } @media screen and (max-width: 1500px) { .site-container { max-width: 1200px; } #app-header .nav li { flex-basis: 25%; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-113px, 0); -moz-transform: translate(-113px, 0); transform: translate(-113px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-113px, 23px); -moz-transform: translate(-113px, 23px); transform: translate(-113px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-158px, 0); -moz-transform: translate(-158px, 0); transform: translate(-158px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-195px, 10px); -moz-transform: translate(-195px, 10px); transform: translate(-195px, 10px); } #dashboard-sec-1 .data-card { padding: 50px 20px; flex-basis: 45.5%; max-height: 153px; } #dashboard-sec-1 .card-1 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-card .card-label { padding-left: 0; } #dashboard-sec-1 .card-2 .card-label { font-size: 19px; line-height: 29px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 15px; line-height: 25px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 30px; line-height: 38px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table { padding: 50px; } #dashboard-sec-1 .data-table .table tbody td .badge { max-width: 100%; } #choose-temp .tags-row .col-1 { flex-basis: 45%; } #choose-temp .tags-row .col-2 { flex-basis: 55%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 10px; } #analysis .desc-area { max-width: 76%; } #analysis .row-2 .col-1 { flex-basis: 80%; } /* #snap-vid .vid-wrapper { padding-bottom: 41.4%; } */ #vid-stats-tbl thead th h6 { font-size: 16px; line-height: 26px; } #vid-stats-tbl .title-wrap .col p { font-size: 14px; line-height: 24px; } #editor .preview-area .edit-layers { flex-basis: 60%; } #editor .preview-area .finish-actions { flex-basis: 40%; } #editor .row-2 .col-1, #editor .row-2 .col-2 { width: 100%; max-width: 70%; } #editor .row-2 .col-2 { max-width: 30%; } #editor .preview-area .edit-layers .icon a { padding: 0 15px 0 12px; } #editor .preview-area .finish-actions .icon { padding-right: 15px; } #editor .preview-object, #layer-options .parent-tab { min-height: 439px; max-height: 439px; } #image .buttons-wrap .action-btn, #layer-options #cinema .nav a, #layer-options #image .nav a { font-size: 12px; line-height: 12px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 45%; } #text .text-items .item-1 { font-size: 35px; line-height: 45px; } #shapes .shape-items .item-wrap { padding: 7px; } } @media screen and (max-width: 1366px) { .site-container { max-width: 1170px; } #dashboard-sec-1 .data-card { max-width: 285px; max-height: 149px; } #dashboard-sec-1 .card-1 .card-label { font-size: 19px; line-height: 29px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .table tbody td { padding: 20px 15px; } #choose-temp .tags-row .col-1 { flex-basis: 30%; } #choose-temp .tags-row .col-2 { flex-basis: 70%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 9px; } #choose-temp .thumb-overlay .img-wrap [alt="Icon"] { width: 100%; max-width: 28px; } #choose-temp .thumb-overlay .edit-icon, #thumb-rank .vid-wrap .vid-overlay .create-icon { margin-right: 15px; } #choose-temp .thumb-overlay .preview-icon, #thumb-rank .vid-wrap .vid-overlay .upload-icon { margin-left: 15px; } #analysis .desc-area { max-width: 78%; } #analysis .row-2 .col-1 { flex-basis: 75%; } /*#snap-vid .vid-wrapper { padding-bottom: 42.5%; }*/ #snap-vid .vid-wrapper { padding-bottom: 0.0%; } #thumb-rank .vid-overlay .img-wrap { width: 58px; } #vid-stats-tbl thead th { background-size: 15px; } #vid-stats-tbl thead th h6 { font-size: 14px; line-height: 24px; margin-bottom: 5px; } #vid-stats-tbl #info-tooltip { padding: 0px 6px; } #editor .row-2 .col-1 { padding: 0 25px 25px; max-width: 72.7%; } #editor .preview-area .action-btns-area { padding: 18px 0; } #editor .preview-area .edit-layers .icon a { font-size: 15px; } #editor .preview-area .finish-actions .icon a { font-size: 10px; line-height: 20px; } #editor .preview-area .finish-actions .icon a .fa, #editor .preview-area .finish-actions .icon a .tr-share2-icon { font-size: 14px; } #editor .preview-object { max-width: 800px; } #editor .row-2 .col-2 { max-width: 27.3%; } #editor .preview-object, #layer-options .parent-tab { min-height: 450px; max-height: 450px; } #layer-options .nav li a .icon { font-size: 17px; margin-bottom: 2px; } #shapes .shape-items .item-wrap { padding: 4px; } #image .photos-items img, #image .searched-items img { width: 140px; height: 90px; } #text-styles .font-style #font-family { width: 100%; max-width: 78%; margin-right: 5px; } #text-styles .font-style input { margin-left: 5px; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 15px; } #text-styles .font-variant .color-pick-row { max-width: 80px; } } @media screen and (max-width: 1199px) { .site-container { max-width: 970px; } .title-area h3 { font-size: 28px; line-height: 38px; } #app-header .nav li a .caret { margin-left: 10px; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-137px, 0); -moz-transform: translate(-137px, 0); transform: translate(-137px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-137px, 23px); -moz-transform: translate(-137px, 23px); transform: translate(-137px, 23px); } #app-header .user-info .user-option { -webkit-transform: translate(-165px, 0); -moz-transform: translate(-165px, 0); transform: translate(-165px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-165px, 10px); -moz-transform: translate(-165px, 10px); transform: translate(-165px, 10px); } #dashboard-sec-1 .col { flex-basis: 100%; } #dashboard-sec-1 .vid-wrapper { padding-bottom: 55.2%; margin: 0 auto 50px; max-width: 100%; } #dashboard-sec-1 .data-card { padding: 65px 20px; max-width: 465px; flex-basis: 50%; max-height: 180px; } #dashboard-sec-1 .data-card .card-label { padding-left: 20px; } #dashboard-sec-1 .card-1 .card-label { font-size: 25px; line-height: 35px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 28px; line-height: 38px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .table thead th h6 { font-size: 18px; line-height: 28px; } #dashboard-sec-1 .card-3 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .table tbody td { padding: 15px 10px; } #dashboard-sec-1 .table tbody td p { font-size: 14px; line-height: 24px; } #dashboard-sec-1 .card-4 .card-label { font-size: 35px; line-height: 40px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table .icon-btn { margin-right: 10px; } #dashboard-sec-1 .data-table .icon-btn img { width: 100%; max-width: 18px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 26px; } .modal .modal-dialog { max-width: 970px; } .modal .modal-content { padding: 65px 115px; } #choose-temp .thumb-list-row { align-items: flex-start; } #choose-temp .tags-row .col-1 { flex-basis: 32%; } #choose-temp .tags-row .col-2 { flex-basis: 68%; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 13px; } #analysis .desc-area { max-width: 95%; } #analysis .row-2 .col-1 { flex-basis: 90%; } /* #snap-vid .vid-wrapper { padding-bottom: 51.2%; } */ #video-stats .vid-stats-tbl { padding: 30px 15px; } #vid-stats-tbl thead th { padding-top: 25px; background-position-y: 30px; } #vid-stats-tbl #info-tooltip { padding: 2px 6px; position: absolute; top: 0; right: 0; transform: translate(0, -19px); margin: 0; } #editor .preview-object, #layer-options .parent-tab { min-height: 368px; max-height: 368px; } #image { padding: 20px 15px 0; } #image .buttons-wrap .action-btn { width: 100%; max-width: 110px; margin: 5px !important; } #layer-options #image .nav a { padding: 0 7px 15px; } #image .photos-items img, #image .searched-items img { width: 112px; height: 80px; } #cinema .photos-items a, #layer-options #image .pattern-bg { flex-basis: 45%; margin: 5px; } #text .text-items .item { padding: 25px 0; } #text .text-items .item-1 { font-size: 30px; line-height: 40px; } #text .text-items .item-2 { font-size: 22px; line-height: 32px; } #cinema .icon-items .icon { font-size: 30px; } #layer-options #cinema .form-control, #layer-options #image .form-control { padding: 5px 10px; height: auto; line-height: 12px; font-size: 12px; } #shapes .shape-items .item-wrap { padding: 10px; flex-basis: 35%; flex-grow: unset; } #account .actions-row .col .action-btn { padding: 18px 15px; font-size: 14px; line-height: 14px; } #training .desc-wrap big { font-size: 25px; line-height: 35px; } #text-styles .font-style #font-family { max-width: 73%; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px; } } @media screen and (max-width: 991px) { .site-container { max-width: 750px; } #app-header .col-2 { order: 3; position: unset; } #app-header .navbar-toggle { display: block; padding: 0; margin: 0; } #app-header .navbar-collapse { position: absolute; left: 0; right: 0; background-color: #fff; padding: 20px; z-index: 99; opacity: 0; visibility: hidden; -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); transform: translate(0, 30px); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-100px, 0); -moz-transform: translate(-100px, 0); transform: translate(-100px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-100px, 15px); -moz-transform: translate(-100px, 15px); transform: translate(-100px, 15px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.8%; } #dashboard-sec-1 .data-card { max-width: 360px; flex-basis: 48%; } #dashboard-sec-1 .data-table { padding: 30px; } #dashboard-sec-1 .data-table .col-xs-12 { padding: 0; } #dashboard-sec-1 .data-table h2 { font-size: 30px; line-height: 40px; } #dashboard-sec-1 .data-table .icon-btn img { max-width: 15px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 20px; } #dashboard-sec-1 .data-table .table-foot .pagination li a { font-size: 15px; line-height: 25px; padding: 0px 9px; max-width: 28px; } .modal .modal-dialog { max-width: 750px; } .modal .modal-content { padding: 45px; } #choose-acc-popup .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font-size: 18px; line-height: 28px; } #choose-temp .tags-row { margin-bottom: 20px; } #choose-temp .tags-row .col-1, #choose-temp .tags-row .col-2 { flex-basis: 100%; margin-bottom: 15px; } #choose-temp .tags-row .tags { justify-content: left; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 18px; } #choose-temp .row-2 .col { flex-basis: 50%; padding-bottom: 0 !important; margin-bottom: 40px !important; } #analysis .desc-area { max-width: 100%; } #analysis .row-2 .col-1 { flex-basis: 100%; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 80px; } #remove-bg { padding-bottom: 50px; } #remove-bg .content-wrap h1 { font-size: 50px; line-height: 68px; } #remove-bg #bg-remove-success .modal-content .modal-body { height: 100%; max-height: 400px; overflow: scroll; } #remove-bg #bg-remove-success .row .col-1 { order: 2; } #remove-bg #bg-remove-success .row .col-2 { margin-bottom: 25px; } #remove-bg #bg-remove-success .btn-group .btn { margin: 0 2%; } /* #snap-vid .vid-wrapper { padding-bottom: 66.3%; } */ #vid-stats-tbl thead th h6 { width: 170px; } #vid-stats-tbl #info-tooltip { padding: 0px 7px; position: relative; transform: unset; margin-left: 8px; } #vid-stats-tbl .title-wrap img { margin: 0 auto 15px; } #vid-stats-tbl .title-wrap .col { text-align: center; } #editor .row-2 .col-1 { padding: 0 25px 25px } #editor .row-2 .col-1, #editor .row-2 .col-2 { max-width: 100%; } #editor .preview-object, #layer-options .parent-tab { min-height: 394px; max-height: 394px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 70px; padding-right: 70px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 20%; } #image .photos-items a, #layer-options #image .pattern-bg { flex-basis: 25%; } #image .photos-items img, #image .searched-items img { width: 100%; height: 100px; } #shapes .shape-items .item-wrap { flex-basis: auto; flex-grow: 1; } #login-section .row .col { padding: 0px 50px; } .bordered-title::after { width: 50%; } #account .profile-info-row .bordered-title::after { width: 87%; } #account .actions-row .col { flex-basis: 50%; margin: 5px 0; } #account .actions-row .col .action-btn { font-size: 16px; line-height: 16px; } #account .profile-info-row .col-1 { flex-basis: 59%; margin-right: 1% !important; } #account .profile-info-row .col-2 { flex-basis: 39%; margin-left: 1% !important; } .page-404 .message { font-size: 18px; line-height: 28px; } .page-404 .message:after, .page-404 .message:before { margin: 0 30px; } #training .walk-through-vid-wrap .col-1 { padding: 0; } #training .walk-through-vid-wrap .desc-wrap { padding: 45px; } #training .docs-list-wrap .col { flex-basis: 50%; } .lightbox-modal .modal-dialog { width: 100%; max-width: 90%; } #text-styles { padding: 50px; } #text-styles .font-style #font-family { max-width: 100%; width: auto; } #text-styles .font-variant .btn-group button, #text-styles .text-alignment .btn-group button { padding: 10px 20px; } #login-section h3 { font-size: 21px; line-height: 35px; } } @media screen and (max-width: 767px) { .site-container { max-width: 600px; } #app-header #threel-brand-logo { width: 100%; max-width: 180px; } #app-header .navbar-collapse { overflow: visible; } #app-header .nav .dropdown .sub-menu { position: absolute; background-color: #fff; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-114px, 0); -moz-transform: translate(-114px, 0); transform: translate(-114px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-114px, 15px); -moz-transform: translate(-114px, 15px); transform: translate(-114px, 15px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 54.5%; margin-bottom: 30px; } #dashboard-sec-1 .data-card { flex-basis: 45.5%; max-width: 290px; max-height: 170px; } #dashboard-sec-1 .data-card .card-label { padding-left: 0; } #dashboard-sec-1 .card-1 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-1 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-2 .card-label { font-size: 20px; line-height: 30px; } #dashboard-sec-1 .card-2 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label { font-size: 16px; line-height: 26px; } #dashboard-sec-1 .card-3 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .card-4 .card-label big { font-size: 19px; line-height: 26px; } #dashboard-sec-1 .data-table select { display: inline-block; vertical-align: middle; } .table-responsive { border: none; padding: 0; margin-bottom: 0; } #dashboard-sec-1 .table thead th h6 { font-size: 15px; line-height: 25px; } #dashboard-sec-1 .data-table .icon-btn img { max-width: 19px; margin-bottom: 5px; } #dashboard-sec-1 .data-table .icon-btn.share-btn img { max-width: 26px; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { font-size: 14px; line-height: 24px; } #dashboard-sec-1 .data-table .table tbody td .badge { font-size: 12px; line-height: 12px; padding: 6px; } #app-footer .footer-menu .menu-item a { font-size: 14px; line-height: 25px; margin-right: 25px; } .modal .modal-dialog { max-width: 600px; margin: 0 auto; } #choose-acc-popup.modal .modal-dialog { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); transform: translate(-100%, 0); } #choose-vid-popup.modal .modal-dialog { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); transform: translate(100%, 0); } #choose-acc-popup.modal.in .modal-dialog, #choose-vid-popup.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } #choose-acc-popup .acc-list, #thumb-popup .acc-list, #stats-popup .acc-list { margin: 40px 0 0; } #choose-acc-popup .acc-list .acc-item, #choose-acc-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-item, #thumb-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-item { flex-basis: 100%; margin-bottom: 35px; } #choose-acc-popup .acc-list .acc-connect-item, #thumb-popup .acc-list .acc-connect-item, #stats-popup .acc-list .acc-connect-item { margin-bottom: 0; } #choose-acc-popup .acc-list .acc-item-3 { margin-bottom: 0; } #choose-acc-popup .acc-connect { max-width: 100%; } #choose-vid-popup .vid-list .img-wrap, #choose-vid-popup .vid-list .vid-details { flex-basis: 100%; padding: 0; margin-bottom: 20px; } #choose-vid-popup .vid-list .vid-details { margin-bottom: 0; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 6px 11px; } #remove-bg .title-area { margin-bottom: 60px; } #remove-bg .content-wrap h1 { font-size: 42px; line-height: 60px; } #remove-bg .content-wrap h4 { font-size: 20px; line-height: 30px; } #remove-bg .modal-dialog { width: auto; } #snap-vid .btn-wrap .btn-nxt { font-size: 18px; line-height: 18px; margin: 0 auto; max-width: 150px; } /* #snap-vid .vid-wrapper { padding-bottom: 65%; } */ #snap-vid .play-wrap .play-btn { width: 80px; height: 80px; } #snap-vid .play-wrap .play-btn::before { border: 20px solid transparent; border-left: 30px solid #f4f4f4; } #thumb-rank .user-channel .vid-list .col { flex-basis: 50%; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 30px; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 25%; } #analysis .output .img-wrap.thumb-col, #analysis .output .data-result-col { flex-basis: 100%; padding: 0; margin-bottom: 35px; } #editor .preview-area .edit-layers { flex-basis: 100%; margin-bottom: 10px; } #editor .preview-area .finish-actions { flex-basis: 100%; justify-content: flex-start; padding-left: 15px; } #editor .preview-object, #layer-options .parent-tab { min-height: 309px; max-height: 309px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 50px; padding-right: 50px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 30%; } #login-section { padding: 80px 0; } #login-section .row { height: auto; } #login-section .row .col { padding: 25px !important; } #login-section .row .col-2 { align-self: flex-start; } #login-section .form-wrap { width: 100%; max-width: 90%; margin: 0 auto; } #login-section h3 { font-size: 20px; line-height: 30px; } #login-footer { position: relative; } .bordered-title::after, #account .profile-info-row .bordered-title::after { width: 60%; } #account .profile-info-row .col { flex-basis: 100%; margin-left: 0 !important; margin-right: 0 !important; } .page-404 svg { max-width: 500px; height: 360px; } } @media screen and (max-width: 640px) { .site-container { max-width: 90%; padding: 0 15px; } #app-header .user-info .user-name { margin-right: 0; } #app-header .user-info .user-name span { font-size: 16px; line-height: 26px; } #app-header .user-info li img { margin-right: 0; } #app-header .user-info .user-option { -webkit-transform: translate(-176px, 0); -moz-transform: translate(-176px, 0); transform: translate(-176px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-176px, 10px); -moz-transform: translate(-176px, 10px); transform: translate(-176px, 10px); } #dashboard-sec-1 .vid-wrapper { padding-bottom: 57%; } #dashboard-sec-1 .data-card { max-width: 100%; max-height: unset; flex-basis: 95%; margin: 0 auto 30px !important; } #dashboard-sec-1 .data-card:last-child { margin-bottom: 0 !important; } #dashboard-sec-1 .data-card .card-icon { padding-right: 0; } #dashboard-sec-1 .data-card .card-label { flex-basis: 50%; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { font-size: 12px; line-height: 22px; } #dashboard-sec-1 .data-table .table-foot .pagination li a { font-size: 13px; line-height: 23px; } .modal .modal-dialog { max-width: 95%; } .modal .close { top: 25px; right: 15px } #choose-acc-popup .acc-list .acc-item .accnt-name { font-size: 16px; line-height: 26px; } #choose-acc-popup .modal-header h5 { font-size: 22px; line-height: 32px; } #choose-vid-popup .vid-list h6 { font-size: 18px; line-height: 28px; } .tags .border-tags span { font-size: 14px; line-height: 14px; } #choose-temp .temp-wrap .temp-tags .border-tags { padding: 8px 15px; } #choose-temp .temp-wrap .temp-tags p { font-size: 12px; line-height: 12px; } #choose-temp .row-2 .col { flex-basis: 100%; } #choose-temp .row-2 .col:last-child { margin-bottom: 0 !important; } #choose-temp .temp-title h6 { font-size: 14px; line-height: 24px; } #analysis { padding-bottom: 0; } #analysis .title-area { margin-bottom: 25px; } #analysis .desc-area p { font-size: 16px; line-height: 30px; } #analysis .note-area ul li { padding: 10px 0 10px 20px; } #analysis .note-area ul li p { font-size: 16px; line-height: 26px; } #upload-form .image-upload-wrap, #remove-bg .image-upload-wrap { padding-left: 0; align-items: flex-start; padding-top: 50px; justify-content: center; background-position: center 110px; min-height: 288px; } #upload-form .drag-text h6, #remove-bg .drag-text h6 { max-width: 100%; font-size: 18px; line-height: 28px; text-align: center; } #analysis .output #tabs .ui-tabs-nav li { padding: 0; } #analysis .output #tabs .ui-tabs-nav li a { padding: 5px 9px; font-size: 13px; } #remove-bg .content-wrap h1 { font-size: 30px; line-height: 48px; } #remove-bg .content-wrap h4 { font-size: 16px; line-height: 26px; } #snap-vid .vid-btn { top: 15px; left: 15px; font-size: 12px; line-height: 12px; padding: 10px; max-width: 120px; } #snap-vid .play-wrap .play-btn { margin-bottom: 10px; } #snap-vid .play-wrap .info-txt { font-size: 12px; line-height: 22px; } #snap-vid .btn-wrap .btn-nxt { font-size: 16px; line-height: 16px; max-width: 130px; padding: 10px; } #thumb-rank .user-channel .vid-list .col { flex-basis: 100%; } #thumb-rank .user-channel .vid-list .col:last-child { margin-bottom: 0 !important; } #editor .preview-object, #layer-options .parent-tab { min-height: 279px; max-height: 279px; } #editor .preview-area .edit-layers { justify-content: center; } #editor .preview-area .edit-layers .icon { flex-basis: auto; flex-grow: 1; text-align: center; } #editor .preview-area .edit-layers .icon a { padding: 0 12px 0 0; margin: 0; min-height: 21px; } #effect, #image, #cinema, #text, #shapes, #borders { padding-left: 20px; padding-right: 20px; } #image .buttons-wrap .action-btn { width: auto; max-width: 100%; } #login-section .row .col img { width: 100%; max-width: 320px; } .bordered-title::after, #account .profile-info-row .bordered-title::after { width: 90%; } #account .actions-row .col { flex-basis: auto; } #account .form-input { flex-basis: 100%; padding: 0 !important; margin-bottom: 20px; } #account .btn-wrap { margin-top: 10px; } #account input { padding: 8px; } .page-404 svg { height: 100%; margin: 60px auto; } .page-404 .message { font-size: 16px; line-height: 26px; } .page-404 .message:after, .page-404 .message:before { margin: 0 20px; font-size: 20px; } } @media screen and (max-width: 532px) { #app-header .col-1 { flex-basis: 100%; } #app-header #threel-brand-logo { margin: 0 auto 15px; } #app-header .col-2, #app-header .col-3 { flex-basis: 50%; } #app-header .col-2 { order: 0; } #app-header .navbar-toggle { float: none; } #app-header .navbar-collapse { -webkit-transform: translate(0, 22px); -moz-transform: translate(0, 22px); transform: translate(0, 22px); } #app-header .navbar-collapse.in { -webkit-transform: translate(0, 22px); -moz-transform: translate(0, 22px); transform: translate(0, 22px); } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(-133px, 0); -moz-transform: translate(-133px, 0); transform: translate(-133px, 0); } #app-header .nav .open .sub-menu { -webkit-transform: translate(-133px, 15px); -moz-transform: translate(-133px, 15px); transform: translate(-133px, 15px); } #dashboard-sec-1 .data-table .col-xs-6 { width: 100%; } #dashboard-sec-1 .data-table .col-xs-6 label { float: none; display: block; } #dashboard-sec-1 .data-table input { max-width: 100%; margin: 0; } #dashboard-sec-1 .data-table .table-foot { display: block; } #dashboard-sec-1 .data-table .table-foot .dataTables_info { text-align: center; } #dashboard-sec-1 .data-table .col-xs-6 .dataTables_paginate { float: none; margin-top: 15px; } #app-footer .footer-menu .menu-item a { margin-right: 15px; padding-right: 15px; } #analysis .output #tabs .ui-tabs-nav li { flex-basis: 20%; } #remove-bg #bg-remove-success .btn-group .btn { margin: 10px 2% 0; } #account .actions-row .col { flex-basis: 100%; } .page-404 .message { font-size: 14px; line-height: 24px; } .page-404 .message:after, .page-404 .message:before { margin: 0 10px; } } @media screen and (max-width: 440px) { .site-container { max-width: 100%; } .title-area h3 { font-size: 25px; line-height: 35px; } .row { margin: 0; } .col { padding: 0; } #app-header .col { padding: 0 15px; } #app-header .user-info .user-option { width: 265px; } #app-header .user-info li { flex-basis: 100%; text-align: right; } #app-header .user-info .user-option::after { -webkit-transform: translate(210px, -380.3px); -moz-transform: translate(210px, -380.3px); transform: translate(210px, -380.3px); } #app-header .user-info .user-option::before { -webkit-transform: translate(230px, -33px); -moz-transform: translate(230px, -33px); transform: translate(210px, -33px); } #app-header .user-info .user-name { display: none; } #app-header .user-info .user-option { -webkit-transform: translate(-71px, 0); -moz-transform: translate(-71px, 0); transform: translate(-71px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-71px, 10px); -moz-transform: translate(-71px, 10px); transform: translate(-71px, 10px); } #app-header .user-info li .user-option-item { text-align: left; } #app-header .user-info .user-option li a { font-size: 14px; } #app-header .navbar-collapse { padding: 20px 35px; } #app-header .nav { display: block; margin: 0; text-align: left; } #app-header .nav li.menu-item { padding: 12px 0; } #app-header .nav .dropdown .sub-menu { width: 100%; border: none; box-shadow: none; padding: 0 0 25px 0; } #app-header .nav .dropdown .sub-menu { -webkit-transform: translate(0, -20px); -moz-transform: translate(0, -20px); transform: translate(0, -20px); } #app-header .nav .open .sub-menu { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); transform: translate(0, 0); } #app-header .nav .dropdown .sub-menu::before, #app-header .nav .dropdown .sub-menu::after { content: unset; } #app-header .nav .dropdown .sub-menu .sub-menu-item { padding-left: 20px; } #dashboard-sec-1 .data-card { flex-basis: 100%; padding: 50px 20px; } #dashboard-sec-1 .data-card .card-icon { max-width: 75px; } #dashboard-sec-1 .data-card .card-label { flex-basis: 60%; } #dashboard-sec-1 .data-table h2 { font-size: 25px; line-height: 35px; } #remove-bg .content-wrap h1 { font-size: 24px; line-height: 42px; } #remove-bg .modal-dialog { margin: 10px auto; } #remove-bg .modal-content { padding: 0; } #snap-vid .play-wrap .play-btn { width: 50px; height: 50px; } #snap-vid .play-wrap .play-btn::before { border: 12px solid transparent; border-left: 18px solid #f4f4f4; } #editor .row-2 .col-1 { padding: 0 20px 20px } #login-section { padding: 40px 0; } #login-section .row .col { padding: 15px 0 !important; } #login-section .form-wrap { max-width: 100%; } #account .title-area i, #account .title-wrap i { font-size: 35px; margin-right: 5px; } #account .title-wrap h4 { font-size: 20px; line-height: 30px; } #editor .preview-object, #layer-options .parent-tab { min-height: 208px; max-height: 208px; } .choose-img-btn { font-size: 16px; line-height: 16px; } #text-styles { padding: 20px; } #image .item-wrap, #layer-options #image .pattern-bg { flex-basis: 45%; } } @media screen and (max-width: 375px) { #app-header .user-info .user-option { -webkit-transform: translate(-103px, 0); -moz-transform: translate(-103px, 0); transform: translate(-103px, 0); } #app-header .user-info .open .user-option { -webkit-transform: translate(-103px, 10px); -moz-transform: translate(-103px, 10px); transform: translate(-103px, 10px); } #editor .preview-object, #layer-options .parent-tab { min-height: 171px; max-height: 171px; } #editor .preview-area .edit-layers .icon a { padding: 0; min-height: 0; border: 0; } #image .buttons-wrap .action-btn { width: 100%; max-width: 110px; } #shapes .shape-items .item-wrap { flex-basis: 50%; } .choose-img-btn { font-size: 13px; line-height: 13px; padding: 15px 0; } } .profile-pic { width: 190px; border-radius: 50%; height: 190px; } .youtube-profile { height: 60px; border-radius: 50%; } .thumb-list { height: 46px; width: 78px; margin-left: 2px; border: 2px #c7c1cc solid; border-radius: 5px; } .no-video { color: #808080; } .acc-list .acc-item .accnt-name, #choose-acc-popup .acc-connect span { font: 700 20px/30px 'Poppins'; color: #c9346a; } .training-banner img { border-radius: 8px; } .vid-selected { border: 4px solid #c23164 !important; } .nxt-btn { position: absolute; top: 25px; right: 25px; font-size: 30px; padding: 3px; line-height: 30px; background-color: #c9346a; color: #fff; border: 1px solid #c9346a; border-radius: 5px; } .thumb-name { padding-top: 58px; } .free-credits { font-size: 14px; color: #c9346a; } .free-c { font-size: 16px; color: gray; } .content-wrap { pointer-events: none; } .tut-doc-wrap { pointer-events: all; } .btn-primary:hover { background-color: transparent !important; color: #451e61 !important; border-color: #c9346a; border-radius: 20px; } .btn-primary { color: white !important; } .btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus { background-color: #c9346a; border-color: #c9346a; border-radius: 20px; } .search-temp-page { min-height: 84vh; } .analysis-page { min-height: 87vh; } .channel-finder { min-height: 74vh; } @media screen and (max-width:414px) { .channel-finder { min-height: 61vh !important; } } @media screen and (max-width: 1024px) { #find { top: 6px; } .channel-finder { min-height: 87vh; } } @media screen and (max-width : 768px) { .business-finder-main-page { min-height: 82vh !important; } } @media screen and (max-width : 1024px) { .business-finder-main-page { min-height: 87vh; } } @media screen and (min-width: 1024px) { .profile-page { min-height: 87vh; } } @media screen and (min-width: 1024px) { .add-team-member-page { min-height: 87vh; } } .page-links a, .page-links>span, .pagination>li>a, .pagination>li>span { width: auto !important; } .dataTables_paginate .pagination>li a { font-size: 1 !important; } /* @media screen and (max-width:320px){ .form-control { width: unset !important; } } */ .youzign-logo { max-width: 15px; max-height: 15px; } .youzign { font: 500 14px/24px 'Poppins'; color: #444; } .yt-text-accnt { position: relative; top: 77px !important; font-size: 15px !important; padding-bottom: 41px !important; text-align: center !important; } /*@media (min-width: 768px){ .content-wrap img{ width:100%!important; } #login-section h3 { font-size: 40px; line-height: 65px; } .white-font{ font-size:45px!important; } .form-input{ height: 150px!important; } }*/
0.321993
0.079603
.ui-dropdown { display: inline-block; position: relative; cursor: pointer; vertical-align: middle; border: 1px solid #ccc; border-radius: 4px; height: 34px; padding: 2px 8px; background-color: #ffffff; } .form-horizontal > .ui-dropdown { height: 34px !important; padding: 2px 8px !important; } /* .ui-dropdown .ui-dropdown-label { display: block; border: 0; white-space: nowrap; overflow: hidden; font-weight: normal; width: 100%; padding-right: 1.5em; height: 32px; padding-top: 5px; padding-left: 0px; border-top: 1px solid #dddddd; } */ /* .ui-dropdown>label { display: inline; } */ .ui-column-filter.ui-inputtext { vertical-align: middle; padding: 3px 10px; border: 1px solid #ccc; border-radius: 4px; background-color: #ffffff; } .ui-column-filter.ui-dropdown{ height: auto !important; padding: 0px !important; vertical-align: middle; border: 1px solid #ccc; border-radius: 4px; background-color: #ffffff; } .ui-dropdown:hover { background-color: #ffffff !important; } .ui-dropdown .ui-dropdown-trigger { padding: .25em .25em; } .ui-widget-header{ border: none; background-color: #ffffff !important; background: none; margin-bottom: 5px; } .paginationCount { padding: 7px 0px; } .ui-paginator { margin-top: 3px; text-align: right; } .ui-paginator-page { background: #ffffff !important; border: 1px solid #ccc !important; color: #000000 !important; opacity: 1; } .ui-paginator-first, .ui-paginator-prev, .ui-paginator-next, .ui-paginator-last { color: #dddddd; opacity: 1; border: 1px solid #ccc; } .ui-datatable .ui-paginator { padding: .125em 0px; } .ui-sortable-column.ui-state-active { background-color: #ebedf0 !important; color: #555555 !important; } .ui-sortable-column.ui-state-active > .ui-sortable-column-icon { color: #186ba0; } .paginationCount { border: 1px solid #ccc; border-radius: 4px; padding: 6px; } .ui-dialog-titlebar { font-weight: bold; padding: 12px 10px; color: #337ab7; border-bottom: 1px solid #ccc !important; } .ui-pbutton-link { border: .5px solid #2399e5; color: #FFFFFF !important; background: #2399e5; transition: background-color .2s; display: inline-block; padding: 2px 5px; border-radius: 3px; margin-top: 1px; }
web/src/main/resources/static/assets/css/prime-ng.custom.css
.ui-dropdown { display: inline-block; position: relative; cursor: pointer; vertical-align: middle; border: 1px solid #ccc; border-radius: 4px; height: 34px; padding: 2px 8px; background-color: #ffffff; } .form-horizontal > .ui-dropdown { height: 34px !important; padding: 2px 8px !important; } /* .ui-dropdown .ui-dropdown-label { display: block; border: 0; white-space: nowrap; overflow: hidden; font-weight: normal; width: 100%; padding-right: 1.5em; height: 32px; padding-top: 5px; padding-left: 0px; border-top: 1px solid #dddddd; } */ /* .ui-dropdown>label { display: inline; } */ .ui-column-filter.ui-inputtext { vertical-align: middle; padding: 3px 10px; border: 1px solid #ccc; border-radius: 4px; background-color: #ffffff; } .ui-column-filter.ui-dropdown{ height: auto !important; padding: 0px !important; vertical-align: middle; border: 1px solid #ccc; border-radius: 4px; background-color: #ffffff; } .ui-dropdown:hover { background-color: #ffffff !important; } .ui-dropdown .ui-dropdown-trigger { padding: .25em .25em; } .ui-widget-header{ border: none; background-color: #ffffff !important; background: none; margin-bottom: 5px; } .paginationCount { padding: 7px 0px; } .ui-paginator { margin-top: 3px; text-align: right; } .ui-paginator-page { background: #ffffff !important; border: 1px solid #ccc !important; color: #000000 !important; opacity: 1; } .ui-paginator-first, .ui-paginator-prev, .ui-paginator-next, .ui-paginator-last { color: #dddddd; opacity: 1; border: 1px solid #ccc; } .ui-datatable .ui-paginator { padding: .125em 0px; } .ui-sortable-column.ui-state-active { background-color: #ebedf0 !important; color: #555555 !important; } .ui-sortable-column.ui-state-active > .ui-sortable-column-icon { color: #186ba0; } .paginationCount { border: 1px solid #ccc; border-radius: 4px; padding: 6px; } .ui-dialog-titlebar { font-weight: bold; padding: 12px 10px; color: #337ab7; border-bottom: 1px solid #ccc !important; } .ui-pbutton-link { border: .5px solid #2399e5; color: #FFFFFF !important; background: #2399e5; transition: background-color .2s; display: inline-block; padding: 2px 5px; border-radius: 3px; margin-top: 1px; }
0.318591
0.087642
@-moz-document url-prefix("http://my.safaribooksonline.com"), url-prefix("https://www.safaribooksonline.com") { #HtmlView .epub__text, #HtmlView p.epub__paraaftertitle, #HtmlView p.epub__para { text-align: left; } #HtmlView h1.epub__subtitle, #HtmlView h2.epub__subtitle, #HtmlView h3.epub__subtitle { font-family: Tahoma, Arial, helvetica, "san-serif" } #HtmlView code.epub__literal, .htmlcontent pre, .htmlcontent tt, #HtmlView pre.epub__codesnippet, #HtmlView span.epub__inlinecode #lesson-fragment .pre, #lesson-fragment .pre-ex, #lesson-fragment .pre1, #lesson-fragment .pre_w, #lesson-fragment p.pre, #lesson-fragment pre, #sbo-rt-content .pre, #sbo-rt-content .pre-ex, #sbo-rt-content .pre1, #sbo-rt-content .pre_w, #sbo-rt-content p.pre, #sbo-rt-content pre { font-family: "Droid Sans Mono", Consolas, "Lucida Console", Monaco, monospace; } .htmlcontent tt, #HtmlView span.epub__inlinecode { font-size: inherit ! important; color: darkblue; } #HtmlView pre.epub__codesnippet { font-size: smaller; color: darkred; } } @-moz-document url-prefix("http://my.safaribooksonline.com") { #HtmlView p.epub__paraaftertitle, #HtmlView p.epub__para, #HtmlView p.epub__normal { text-align: left; } #HtmlView .epub__h1, #HtmlView .epub__h2, #HtmlView .epub__h3, #HtmlView .epub__h4, #HtmlView .epub__h5, #HtmlView .epub__h6, #HtmlView .epub__h7, #HtmlView .epub__h8 { font-family: sans-serif; } html[mode="night"] img, html[mode="night"] i, html[mode="night"] video { -webkit-filter: none !important; } #HtmlView code.epub__literal, .htmlcontent pre, .htmlcontent tt, #HtmlView pre.epub__codesnippet, #HtmlView span.epub__inlinecode { font-family: Consolas, "Lucida Console", Monaco, monospace; } .htmlcontent tt, #HtmlView span.epub__inlinecode { font-size: inherit ! important; color: darkblue; } #HtmlView pre.epub__codesnippet { font-size: smaller; color: darkred; } }
data/usercss/137761.user.css
@-moz-document url-prefix("http://my.safaribooksonline.com"), url-prefix("https://www.safaribooksonline.com") { #HtmlView .epub__text, #HtmlView p.epub__paraaftertitle, #HtmlView p.epub__para { text-align: left; } #HtmlView h1.epub__subtitle, #HtmlView h2.epub__subtitle, #HtmlView h3.epub__subtitle { font-family: Tahoma, Arial, helvetica, "san-serif" } #HtmlView code.epub__literal, .htmlcontent pre, .htmlcontent tt, #HtmlView pre.epub__codesnippet, #HtmlView span.epub__inlinecode #lesson-fragment .pre, #lesson-fragment .pre-ex, #lesson-fragment .pre1, #lesson-fragment .pre_w, #lesson-fragment p.pre, #lesson-fragment pre, #sbo-rt-content .pre, #sbo-rt-content .pre-ex, #sbo-rt-content .pre1, #sbo-rt-content .pre_w, #sbo-rt-content p.pre, #sbo-rt-content pre { font-family: "Droid Sans Mono", Consolas, "Lucida Console", Monaco, monospace; } .htmlcontent tt, #HtmlView span.epub__inlinecode { font-size: inherit ! important; color: darkblue; } #HtmlView pre.epub__codesnippet { font-size: smaller; color: darkred; } } @-moz-document url-prefix("http://my.safaribooksonline.com") { #HtmlView p.epub__paraaftertitle, #HtmlView p.epub__para, #HtmlView p.epub__normal { text-align: left; } #HtmlView .epub__h1, #HtmlView .epub__h2, #HtmlView .epub__h3, #HtmlView .epub__h4, #HtmlView .epub__h5, #HtmlView .epub__h6, #HtmlView .epub__h7, #HtmlView .epub__h8 { font-family: sans-serif; } html[mode="night"] img, html[mode="night"] i, html[mode="night"] video { -webkit-filter: none !important; } #HtmlView code.epub__literal, .htmlcontent pre, .htmlcontent tt, #HtmlView pre.epub__codesnippet, #HtmlView span.epub__inlinecode { font-family: Consolas, "Lucida Console", Monaco, monospace; } .htmlcontent tt, #HtmlView span.epub__inlinecode { font-size: inherit ! important; color: darkblue; } #HtmlView pre.epub__codesnippet { font-size: smaller; color: darkred; } }
0.320077
0.046987
.row { display: flex; flex-wrap: wrap; box-sizing: border-box; flex-basis: 100%; flex-direction: row; align-items: flex-start; justify-content: flex-start; } .col { position: relative; display: block; } .row.gutter-tiny>.col { padding: var(--gutter-tiny); } .row.gutter-medium>.col { padding: var(--gutter-medium); } .row.gutter-large>.col { padding: var(--gutter-large); } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-space-between { justify-content: space-between; } .justify-space-around { justify-content: space-around; } .justify-space-evenly { justify-content: space-evenly; } .align-start { align-items: flex-start; } .align-end { align-items: flex-end; } .align-center { align-items: center; } .align-baseline { align-items: baseline; } .col.auto { flex: 1 0 0; width: 100%; } .col.xs-auto { flex: 1 0 0; width: 100%; } /* extra small breakpoint - applies to all screens */ .col.xs-1 { flex: 0 0 8.3%; width: 8.3%; } .col.xs-2 { flex: 0 0 16.6%; width: 16.6%; } .col.xs-3 { flex: 0 0 25%; width: 25%; } .col.xs-4 { flex: 0 0 33.3%; width: 33.3%; } .col.xs-5 { flex: 0 0 41.6%; width: 41.6%; } .col.xs-6 { flex: 0 0 50%; width: 50%; } .col.xs-7 { flex: 0 0 58.3%; width: 58.3%; } .col.xs-8 { flex: 0 0 66.6%; width: 66.6%; } .col.xs-9 { flex: 0 0 75%; width: 75%; } .col.xs-10 { flex: 0 0 83.3%; width: 83.3%; } .col.xs-11 { flex: 0 0 91.6%; width: 91.6%; } .col.xs-12 { flex: 0 0 100%; width: 100%; } /* end xs breakpoint */ /* small breakpoint - apllies to small tablets */ @media only screen and (min-width: 600px) { .col.sm-auto { flex: 1 0 0; max-width: 100%; } .col-sm-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.sm-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.sm-3 { flex: 0 0 25%; max-width: 25%; } .col.sm-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.sm-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.sm-6 { flex: 0 0 50%; max-width: 50%; } .col.sm-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.sm-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.sm-9 { flex: 0 0 75%; max-width: 75%; } .col.sm-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.sm-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.sm-12 { flex: 0 0 100%; max-width: 100%; } } /* end sm breakpoint */ /* medium breakpoint - applies to 960px and larger screens */ @media only screen and (min-width: 960px) { .col.md-auto { flex: 1 0 0; max-width: 100%; } .col-md-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.md-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.md-3 { flex: 0 0 25%; max-width: 25%; } .col.md-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.md-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.md-6 { flex: 0 0 50%; max-width: 50%; } .col.md-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.md-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.md-9 { flex: 0 0 75%; max-width: 75%; } .col.md-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.md-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.md-12 { flex: 0 0 100%; max-width: 100%; } } /* end medium breakpoint */ /* large breakpoint - applies to 1280px and larger screens */ @media only screen and (min-width: 1280px) { .col.lg-auto { flex: 1 0 0; max-width: 100%; } .col.lg-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.lg-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.lg-3 { flex: 0 0 25%; max-width: 25%; } .col.lg-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.lg-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.lg-6 { flex: 0 0 50%; max-width: 50%; } .col.lg-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.lg-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.lg-9 { flex: 0 0 75%; max-width: 75%; } .col.lg-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.lg-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.lg-12 { flex: 0 0 100%; max-width: 100%; } } /* end large breakpoint */ /* end flex utility classes */ /* Color classes */ .text-primary { color: var(--primary) } .text-primary200 { color: var(--primary-200) } .text-dark { color: var(--dark); } .text-light { color: var(--light); } /* End Color Classes */
styles/helper.css
.row { display: flex; flex-wrap: wrap; box-sizing: border-box; flex-basis: 100%; flex-direction: row; align-items: flex-start; justify-content: flex-start; } .col { position: relative; display: block; } .row.gutter-tiny>.col { padding: var(--gutter-tiny); } .row.gutter-medium>.col { padding: var(--gutter-medium); } .row.gutter-large>.col { padding: var(--gutter-large); } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-space-between { justify-content: space-between; } .justify-space-around { justify-content: space-around; } .justify-space-evenly { justify-content: space-evenly; } .align-start { align-items: flex-start; } .align-end { align-items: flex-end; } .align-center { align-items: center; } .align-baseline { align-items: baseline; } .col.auto { flex: 1 0 0; width: 100%; } .col.xs-auto { flex: 1 0 0; width: 100%; } /* extra small breakpoint - applies to all screens */ .col.xs-1 { flex: 0 0 8.3%; width: 8.3%; } .col.xs-2 { flex: 0 0 16.6%; width: 16.6%; } .col.xs-3 { flex: 0 0 25%; width: 25%; } .col.xs-4 { flex: 0 0 33.3%; width: 33.3%; } .col.xs-5 { flex: 0 0 41.6%; width: 41.6%; } .col.xs-6 { flex: 0 0 50%; width: 50%; } .col.xs-7 { flex: 0 0 58.3%; width: 58.3%; } .col.xs-8 { flex: 0 0 66.6%; width: 66.6%; } .col.xs-9 { flex: 0 0 75%; width: 75%; } .col.xs-10 { flex: 0 0 83.3%; width: 83.3%; } .col.xs-11 { flex: 0 0 91.6%; width: 91.6%; } .col.xs-12 { flex: 0 0 100%; width: 100%; } /* end xs breakpoint */ /* small breakpoint - apllies to small tablets */ @media only screen and (min-width: 600px) { .col.sm-auto { flex: 1 0 0; max-width: 100%; } .col-sm-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.sm-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.sm-3 { flex: 0 0 25%; max-width: 25%; } .col.sm-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.sm-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.sm-6 { flex: 0 0 50%; max-width: 50%; } .col.sm-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.sm-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.sm-9 { flex: 0 0 75%; max-width: 75%; } .col.sm-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.sm-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.sm-12 { flex: 0 0 100%; max-width: 100%; } } /* end sm breakpoint */ /* medium breakpoint - applies to 960px and larger screens */ @media only screen and (min-width: 960px) { .col.md-auto { flex: 1 0 0; max-width: 100%; } .col-md-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.md-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.md-3 { flex: 0 0 25%; max-width: 25%; } .col.md-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.md-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.md-6 { flex: 0 0 50%; max-width: 50%; } .col.md-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.md-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.md-9 { flex: 0 0 75%; max-width: 75%; } .col.md-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.md-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.md-12 { flex: 0 0 100%; max-width: 100%; } } /* end medium breakpoint */ /* large breakpoint - applies to 1280px and larger screens */ @media only screen and (min-width: 1280px) { .col.lg-auto { flex: 1 0 0; max-width: 100%; } .col.lg-1 { flex: 0 0 8.3%; max-width: 8.3%; } .col.lg-2 { flex: 0 0 16.6%; max-width: 16.6%; } .col.lg-3 { flex: 0 0 25%; max-width: 25%; } .col.lg-4 { flex: 0 0 33.3%; max-width: 33.3%; } .col.lg-5 { flex: 0 0 41.6%; max-width: 41.6%; } .col.lg-6 { flex: 0 0 50%; max-width: 50%; } .col.lg-7 { flex: 0 0 58.3%; max-width: 58.3%; } .col.lg-8 { flex: 0 0 66.6%; max-width: 66.6%; } .col.lg-9 { flex: 0 0 75%; max-width: 75%; } .col.lg-10 { flex: 0 0 83.3%; max-width: 83.3%; } .col.lg-11 { flex: 0 0 91.6%; max-width: 91.6%; } .col.lg-12 { flex: 0 0 100%; max-width: 100%; } } /* end large breakpoint */ /* end flex utility classes */ /* Color classes */ .text-primary { color: var(--primary) } .text-primary200 { color: var(--primary-200) } .text-dark { color: var(--dark); } .text-light { color: var(--light); } /* End Color Classes */
0.288469
0.085901
body { z-index: 1; } @font-face { font-family: 'icomoon-footer'; src: url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.eot'); src: url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.eot') format('embedded-opentype'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.woff') format('woff'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.ttf') format('truetype'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.svg') format('svg'); font-weight: normal; font-style: normal; } /* line 15, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ [class^="iconfooter-"], [class*=" iconfooter-"] { font-family: 'icomoon-footer'; 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; } /* line 29, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-arrow-up:before { content: "\e606"; } /* line 32, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-evernote:before { content: "\e600"; } /* line 35, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-qr:before { content: "\e607"; } /* line 38, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-add:before { content: "\e604"; } /* line 41, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-play-circle-outline:before { content: "\e605"; } /* line 44, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-comment:before { content: "\e603"; } /* line 47, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-renren:before { content: "\e601"; } /* line 50, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-douban:before { content: "\e602"; } /* line 53, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-star:before { content: "\f005"; } /* line 56, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-twitter:before { content: "\f099"; } /* line 59, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-facebook:before { content: "\f09a"; } /* line 62, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-rss:before { content: "\f09e"; } /* line 65, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-weibo:before { content: "\f18a"; } /* line 68, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-qq:before { content: "\f1d6"; } /* line 71, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-weixin:before { content: "\f1d7"; } /* line 31, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ html { height: 100%; } /* line 34, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { margin: 0; min-height: 100%; position: relative; padding-bottom: 255px; } @media (max-width: 800px) { /* line 39, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { padding-bottom: 300px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 42, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { padding-bottom: 295px; } } /* line 47, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .clearfix { *zoom: 1; } /* line 49, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .clearfix:after { content: ''; display: block; clear: both; height: 0; } /* line 57, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .radius-box { border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } @media (max-width: 800px) { /* line 64, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-hide { display: none !important; } } /* line 68, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-show { display: none; } @media (max-width: 800px) { /* line 70, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-show { display: block; } } /* line 75, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools { font-size: 13px; -webkit-font-smoothing: antialiased; font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif; position: fixed; left: 50%; top: 70%; margin-left: 590px; z-index: 50; } /* line 77, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools a { color: #333333; text-decoration: none; } @media (max-width: 800px) { /* line 64, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools { display: none !important; } } /* line 93, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a { display: block; width: 40px; height: 40px; border: solid 1px #d7dde3; margin-top: -1px; color: #8e9ca9; font-size: 30px; line-height: 40px; text-align: center; background: #fff; position: relative; } /* line 105, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:last-of-type { opacity: 0; visibility: hidden; } /* line 109, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr { position: absolute; right: 50px; top: -42%; padding: 0px; background: #fff; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; border: solid 1px #d7dde3; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease 0.2s; transition: all 0.3s ease 0.2s; -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); width: 142px; height: 152px; display: block; } /* line 125, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr:hover { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); } /* line 130, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend { width: 395px; height: 225px; margin-top: -80px; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* line 136, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-min { display: none; } /* line 139, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group { display: block; width: 398px; height: 225px; } /* line 144, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs { *zoom: 1; background: #e4e6e7; border-bottom: solid 1px #d7dde3; } /* line 49, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs:after { content: ''; display: block; clear: both; height: 0; } /* line 148, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs .tab { float: left; padding: 10px 24px; margin-bottom: -1px; } /* line 152, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs .tab.active { background: #f5f5f5; } /* line 159, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group { display: none; background: #f5f5f5; } /* line 163, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel { display: none; background: none; border: none; box-shadow: none; padding: 24px; } /* line 169, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel.active { display: block; } /* line 173, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .img { float: left; margin-right: 24px; text-align: center; } /* line 177, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .img img { width: 120px; height: 120px; display: block; margin: 0 auto 10px; } /* line 184, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .desc { overflow: hidden; line-height: 1.8; } /* line 187, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .desc p { margin-bottom: 16px; } /* line 194, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min { padding: 10px; text-align: center; } /* line 197, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min img { display: block; width: 90px; height: 90px; padding: 5px; border: solid 1px #d7dde3; background: #ffffff; margin: 0px auto 10px; } /* line 206, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min .btn { display: inline-block; width: 90px; padding: 3px 0; text-align: center; background: #7dc8ff; color: #fff; } /* line 213, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min .btn:hover { background: #66b2ff; } /* line 219, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:last-of-type { border-radius: 0 0 2px 2px; line-height: 36px; } /* line 223, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:hover { color: #727d87; background: #f8f8f8; } /* line 226, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:hover + .qr { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); } /* line 233, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > .tools-erweima { margin-top: 0; border-radius: 2px 2px 0 0; font-size: 20px; line-height: 36px; text-indent: 2px; } /* line 243, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools.show > a:last-of-type { visibility: visible; opacity: 1; } /* line 252, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer { /* HTML5 display-role reset for older browsers */ *zoom: 1; background: #2d3237; position: absolute; bottom: 0; left: 0; height: auto; width: 100%; } /* line 254, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer html, footer.common-footer body, footer.common-footer div, footer.common-footer span, footer.common-footer applet, footer.common-footer object, footer.common-footer iframe, footer.common-footer h1, footer.common-footer h2, footer.common-footer h3, footer.common-footer h4, footer.common-footer h5, footer.common-footer h6, footer.common-footer p, footer.common-footer blockquote, footer.common-footer pre, footer.common-footer a, footer.common-footer abbr, footer.common-footer acronym, footer.common-footer address, footer.common-footer big, footer.common-footer cite, footer.common-footer code, footer.common-footer del, footer.common-footer dfn, footer.common-footer em, footer.common-footer img, footer.common-footer ins, footer.common-footer kbd, footer.common-footer q, footer.common-footer s, footer.common-footer samp, footer.common-footer small, footer.common-footer strike, footer.common-footer strong, footer.common-footer sub, footer.common-footer sup, footer.common-footer tt, footer.common-footer var, footer.common-footer b, footer.common-footer u, footer.common-footer i, footer.common-footer center, footer.common-footer dl, footer.common-footer dt, footer.common-footer dd, footer.common-footer ol, footer.common-footer ul, footer.common-footer li, footer.common-footer fieldset, footer.common-footer form, footer.common-footer label, footer.common-footer legend, footer.common-footer table, footer.common-footer caption, footer.common-footer tbody, footer.common-footer tfoot, footer.common-footer thead, footer.common-footer tr, footer.common-footer th, footer.common-footer td, footer.common-footer article, footer.common-footer aside, footer.common-footer canvas, footer.common-footer details, footer.common-footer embed, footer.common-footer figure, footer.common-footer figcaption, footer.common-footer footer, footer.common-footer header, footer.common-footer hgroup, footer.common-footer main, footer.common-footer menu, footer.common-footer nav, footer.common-footer output, footer.common-footer ruby, footer.common-footer section, footer.common-footer summary, footer.common-footer time, footer.common-footer mark, footer.common-footer audio, footer.common-footer video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* line 273, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer article, footer.common-footer aside, footer.common-footer details, footer.common-footer figcaption, footer.common-footer figure, footer.common-footer footer, footer.common-footer header, footer.common-footer hgroup, footer.common-footer main, footer.common-footer menu, footer.common-footer nav, footer.common-footer section { display: block; } /* line 278, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer ol, footer.common-footer ul { list-style: none; } /* line 281, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer blockquote, footer.common-footer q { quotes: none; } /* line 284, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer blockquote:before, footer.common-footer blockquote:after, footer.common-footer q:before, footer.common-footer q:after { content: ''; content: none; } /* line 289, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a { text-decoration: none; } /* line 292, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a:hover, footer.common-footer a:active { outline: none; } /* line 296, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer table { border-collapse: collapse; border-spacing: 0; } /* line 301, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input, footer.common-footer button, footer.common-footer textarea { border: 0; padding: 0; margin: 0; } /* line 306, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input:focus, footer.common-footer textarea:focus { outline: none; } /* line 310, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]::-webkit-input-placeholder { font-size: 13px; color: #ccc; } /* line 315, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]::-moz-input-placeholder { font-size: 13px; color: #ccc; } /* line 320, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; opacity: 0.5; } /* line 325, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]:focus::-moz-input-placeholder { transition: opacity 0.5s ease; opacity: 0.5; } /* line 330, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input::-ms-clear { display: none; } /* line 335, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer *, footer.common-footer *:before, footer.common-footer *:after { box-sizing: border-box; } /* line 340, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer * { font-size: 13px; -webkit-transition: none; transition: none; } /* line 345, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .clearfix { *zoom: 1; } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .clearfix:after { content: ''; display: block; clear: both; height: 0; } /* line 355, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { margin: 0 auto; } @media (min-width: 1200px) { /* line 358, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: 1170px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 361, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: 1000px; } } @media (max-width: 800px) { /* line 364, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: auto; } } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .mobile-hide { display: none !important; } } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer:after { content: ''; display: block; clear: both; height: 0; } @media (max-width: 800px) { /* line 382, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer { height: auto; } /* line 384, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb { display: none; } } /* line 388, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb { background-color: #dee0e5; font-size: 13px; line-height: 20px; padding: 10px 0; color: #999; } /* line 395, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .sections { padding: 0; } /* line 399, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb a { color: #999; } /* line 401, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb a:hover { color: #999; } /* line 406, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-left { float: left; } /* line 419, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right { float: right; } /* line 421, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right a { margin: 0 12px; } /* line 424, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right a:last-child { margin-right: 0; } /* line 431, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer ul { padding-left: 0; } /* line 435, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a { color: #b1d1e8; } /* line 437, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a:hover { color: #f8ffff; } /* line 441, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { margin: 0 auto; *zoom: 1; padding: 25px 0 15px; } @media (min-width: 1200px) { /* line 358, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: 1170px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 361, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: 1000px; } } @media (max-width: 800px) { /* line 364, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: auto; } } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections:after { content: ''; display: block; clear: both; height: 0; } /* line 445, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section { float: left; } /* line 447, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section h3 { font-size: 16px; color: #fff; font-weight: 600; margin-bottom: 20px; margin-top: 10px; } /* line 454, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { width: 44%; color: #aaaaaa; } @media (min-width: 800px) and (max-width: 1200px) { /* line 456, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { width: 42%; } } /* line 460, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .links { padding-top: 10px; margin-bottom: 10px; } /* line 464, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .feedback, footer.common-footer .sections section.link-section .contact { margin-bottom: 10px; } @media (max-width: 800px) { /* line 468, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { float: none; width: 100%; text-align: center; } /* line 472, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .links { padding-top: 0px; margin-bottom: 10px; } } /* line 478, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { width: 44%; padding-right: 110px; } @media (min-width: 800px) and (max-width: 1200px) { /* line 481, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { padding-right: 80px; } } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { display: none !important; } } /* line 485, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section h3 { margin-bottom: 25px; } /* line 488, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul { *zoom: 1; list-style: none; } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul:after { content: ''; display: block; clear: both; height: 0; } /* line 491, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li { display: inline-block; vertical-align: middle; margin-right: 30px; margin-bottom: 10px; } /* line 496, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li a { opacity: 0.6; } /* line 501, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li a:hover { opacity: 1; } /* line 508, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section { text-align: center; color: #aaaaaa; font-size: 12px; position: relative; left: 10px; } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section { display: none !important; } } /* line 515, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section img { width: 100px; margin-bottom: 5px; position: relative; vertical-align: baseline; } /* line 525, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom { background: #23282d; line-height: 24px; height: auto; color: #666666; position: relative; padding: 8px 0; } @media (max-width: 800px) { /* line 532, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom { text-align: center; padding: 15px; line-height: 22px; } } /* line 538, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container { position: relative; } /* line 540, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container .law { margin-left: 20px; } /* line 543, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container .safe-logo img { width: 66px; height: auto; vertical-align: middle; margin: -2px 0 0 5px; } /* line 552, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .company-addr { margin-left: 200px; } @media (max-width: 800px) { /* line 555, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .company-addr { margin-left: 0; } } /* line 560, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share { position: absolute; right: 0; top: 0; } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share { display: none !important; } } /* line 565, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a { color: #fff; display: inline-block; width: 24px; height: 24px; vertical-align: middle; border-radius: 50%; background: #3b4148; margin-left: 10px; line-height: 24px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* line 577, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-weibo:hover { background-color: #d04340; } /* line 580, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-twitter:hover { background-color: #5bbce5; } /* line 583, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-facebook:hover { background-color: #2f4485; } /* line 586, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-rss:hover { background-color: #e9640e; }
static/css_display/footer.css
body { z-index: 1; } @font-face { font-family: 'icomoon-footer'; src: url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.eot'); src: url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.eot') format('embedded-opentype'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.woff') format('woff'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.ttf') format('truetype'), url('//sta.36krcnd.com/common-module/common-footer/fonts/icomoon.svg') format('svg'); font-weight: normal; font-style: normal; } /* line 15, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ [class^="iconfooter-"], [class*=" iconfooter-"] { font-family: 'icomoon-footer'; 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; } /* line 29, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-arrow-up:before { content: "\e606"; } /* line 32, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-evernote:before { content: "\e600"; } /* line 35, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-qr:before { content: "\e607"; } /* line 38, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-add:before { content: "\e604"; } /* line 41, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-play-circle-outline:before { content: "\e605"; } /* line 44, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-comment:before { content: "\e603"; } /* line 47, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-renren:before { content: "\e601"; } /* line 50, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-douban:before { content: "\e602"; } /* line 53, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-star:before { content: "\f005"; } /* line 56, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-twitter:before { content: "\f099"; } /* line 59, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-facebook:before { content: "\f09a"; } /* line 62, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-rss:before { content: "\f09e"; } /* line 65, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-weibo:before { content: "\f18a"; } /* line 68, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-qq:before { content: "\f1d6"; } /* line 71, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/common.less */ .iconfooter-weixin:before { content: "\f1d7"; } /* line 31, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ html { height: 100%; } /* line 34, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { margin: 0; min-height: 100%; position: relative; padding-bottom: 255px; } @media (max-width: 800px) { /* line 39, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { padding-bottom: 300px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 42, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ body { padding-bottom: 295px; } } /* line 47, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .clearfix { *zoom: 1; } /* line 49, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .clearfix:after { content: ''; display: block; clear: both; height: 0; } /* line 57, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .radius-box { border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } @media (max-width: 800px) { /* line 64, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-hide { display: none !important; } } /* line 68, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-show { display: none; } @media (max-width: 800px) { /* line 70, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .mobile-show { display: block; } } /* line 75, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools { font-size: 13px; -webkit-font-smoothing: antialiased; font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif; position: fixed; left: 50%; top: 70%; margin-left: 590px; z-index: 50; } /* line 77, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools a { color: #333333; text-decoration: none; } @media (max-width: 800px) { /* line 64, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools { display: none !important; } } /* line 93, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a { display: block; width: 40px; height: 40px; border: solid 1px #d7dde3; margin-top: -1px; color: #8e9ca9; font-size: 30px; line-height: 40px; text-align: center; background: #fff; position: relative; } /* line 105, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:last-of-type { opacity: 0; visibility: hidden; } /* line 109, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr { position: absolute; right: 50px; top: -42%; padding: 0px; background: #fff; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; border: solid 1px #d7dde3; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease 0.2s; transition: all 0.3s ease 0.2s; -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); width: 142px; height: 152px; display: block; } /* line 125, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr:hover { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); } /* line 130, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend { width: 395px; height: 225px; margin-top: -80px; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* line 136, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-min { display: none; } /* line 139, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group { display: block; width: 398px; height: 225px; } /* line 144, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs { *zoom: 1; background: #e4e6e7; border-bottom: solid 1px #d7dde3; } /* line 49, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs:after { content: ''; display: block; clear: both; height: 0; } /* line 148, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs .tab { float: left; padding: 10px 24px; margin-bottom: -1px; } /* line 152, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr.extend .qr-group .tabs .tab.active { background: #f5f5f5; } /* line 159, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group { display: none; background: #f5f5f5; } /* line 163, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel { display: none; background: none; border: none; box-shadow: none; padding: 24px; } /* line 169, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel.active { display: block; } /* line 173, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .img { float: left; margin-right: 24px; text-align: center; } /* line 177, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .img img { width: 120px; height: 120px; display: block; margin: 0 auto 10px; } /* line 184, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .desc { overflow: hidden; line-height: 1.8; } /* line 187, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-group .panels .panel .desc p { margin-bottom: 16px; } /* line 194, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min { padding: 10px; text-align: center; } /* line 197, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min img { display: block; width: 90px; height: 90px; padding: 5px; border: solid 1px #d7dde3; background: #ffffff; margin: 0px auto 10px; } /* line 206, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min .btn { display: inline-block; width: 90px; padding: 3px 0; text-align: center; background: #7dc8ff; color: #fff; } /* line 213, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a + .qr .qr-min .btn:hover { background: #66b2ff; } /* line 219, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:last-of-type { border-radius: 0 0 2px 2px; line-height: 36px; } /* line 223, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:hover { color: #727d87; background: #f8f8f8; } /* line 226, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > a:hover + .qr { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); } /* line 233, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools > .tools-erweima { margin-top: 0; border-radius: 2px 2px 0 0; font-size: 20px; line-height: 36px; text-indent: 2px; } /* line 243, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ .fixed-tools.show > a:last-of-type { visibility: visible; opacity: 1; } /* line 252, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer { /* HTML5 display-role reset for older browsers */ *zoom: 1; background: #2d3237; position: absolute; bottom: 0; left: 0; height: auto; width: 100%; } /* line 254, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer html, footer.common-footer body, footer.common-footer div, footer.common-footer span, footer.common-footer applet, footer.common-footer object, footer.common-footer iframe, footer.common-footer h1, footer.common-footer h2, footer.common-footer h3, footer.common-footer h4, footer.common-footer h5, footer.common-footer h6, footer.common-footer p, footer.common-footer blockquote, footer.common-footer pre, footer.common-footer a, footer.common-footer abbr, footer.common-footer acronym, footer.common-footer address, footer.common-footer big, footer.common-footer cite, footer.common-footer code, footer.common-footer del, footer.common-footer dfn, footer.common-footer em, footer.common-footer img, footer.common-footer ins, footer.common-footer kbd, footer.common-footer q, footer.common-footer s, footer.common-footer samp, footer.common-footer small, footer.common-footer strike, footer.common-footer strong, footer.common-footer sub, footer.common-footer sup, footer.common-footer tt, footer.common-footer var, footer.common-footer b, footer.common-footer u, footer.common-footer i, footer.common-footer center, footer.common-footer dl, footer.common-footer dt, footer.common-footer dd, footer.common-footer ol, footer.common-footer ul, footer.common-footer li, footer.common-footer fieldset, footer.common-footer form, footer.common-footer label, footer.common-footer legend, footer.common-footer table, footer.common-footer caption, footer.common-footer tbody, footer.common-footer tfoot, footer.common-footer thead, footer.common-footer tr, footer.common-footer th, footer.common-footer td, footer.common-footer article, footer.common-footer aside, footer.common-footer canvas, footer.common-footer details, footer.common-footer embed, footer.common-footer figure, footer.common-footer figcaption, footer.common-footer footer, footer.common-footer header, footer.common-footer hgroup, footer.common-footer main, footer.common-footer menu, footer.common-footer nav, footer.common-footer output, footer.common-footer ruby, footer.common-footer section, footer.common-footer summary, footer.common-footer time, footer.common-footer mark, footer.common-footer audio, footer.common-footer video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* line 273, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer article, footer.common-footer aside, footer.common-footer details, footer.common-footer figcaption, footer.common-footer figure, footer.common-footer footer, footer.common-footer header, footer.common-footer hgroup, footer.common-footer main, footer.common-footer menu, footer.common-footer nav, footer.common-footer section { display: block; } /* line 278, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer ol, footer.common-footer ul { list-style: none; } /* line 281, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer blockquote, footer.common-footer q { quotes: none; } /* line 284, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer blockquote:before, footer.common-footer blockquote:after, footer.common-footer q:before, footer.common-footer q:after { content: ''; content: none; } /* line 289, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a { text-decoration: none; } /* line 292, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a:hover, footer.common-footer a:active { outline: none; } /* line 296, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer table { border-collapse: collapse; border-spacing: 0; } /* line 301, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input, footer.common-footer button, footer.common-footer textarea { border: 0; padding: 0; margin: 0; } /* line 306, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input:focus, footer.common-footer textarea:focus { outline: none; } /* line 310, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]::-webkit-input-placeholder { font-size: 13px; color: #ccc; } /* line 315, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]::-moz-input-placeholder { font-size: 13px; color: #ccc; } /* line 320, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; opacity: 0.5; } /* line 325, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer [placeholder]:focus::-moz-input-placeholder { transition: opacity 0.5s ease; opacity: 0.5; } /* line 330, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer input::-ms-clear { display: none; } /* line 335, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer *, footer.common-footer *:before, footer.common-footer *:after { box-sizing: border-box; } /* line 340, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer * { font-size: 13px; -webkit-transition: none; transition: none; } /* line 345, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .clearfix { *zoom: 1; } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .clearfix:after { content: ''; display: block; clear: both; height: 0; } /* line 355, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { margin: 0 auto; } @media (min-width: 1200px) { /* line 358, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: 1170px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 361, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: 1000px; } } @media (max-width: 800px) { /* line 364, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .container { width: auto; } } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .mobile-hide { display: none !important; } } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer:after { content: ''; display: block; clear: both; height: 0; } @media (max-width: 800px) { /* line 382, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer { height: auto; } /* line 384, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb { display: none; } } /* line 388, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb { background-color: #dee0e5; font-size: 13px; line-height: 20px; padding: 10px 0; color: #999; } /* line 395, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .sections { padding: 0; } /* line 399, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb a { color: #999; } /* line 401, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb a:hover { color: #999; } /* line 406, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-left { float: left; } /* line 419, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right { float: right; } /* line 421, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right a { margin: 0 12px; } /* line 424, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .breadcrumb .nav-right a:last-child { margin-right: 0; } /* line 431, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer ul { padding-left: 0; } /* line 435, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a { color: #b1d1e8; } /* line 437, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer a:hover { color: #f8ffff; } /* line 441, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { margin: 0 auto; *zoom: 1; padding: 25px 0 15px; } @media (min-width: 1200px) { /* line 358, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: 1170px; } } @media (min-width: 800px) and (max-width: 1200px) { /* line 361, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: 1000px; } } @media (max-width: 800px) { /* line 364, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections { width: auto; } } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections:after { content: ''; display: block; clear: both; height: 0; } /* line 445, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section { float: left; } /* line 447, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section h3 { font-size: 16px; color: #fff; font-weight: 600; margin-bottom: 20px; margin-top: 10px; } /* line 454, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { width: 44%; color: #aaaaaa; } @media (min-width: 800px) and (max-width: 1200px) { /* line 456, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { width: 42%; } } /* line 460, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .links { padding-top: 10px; margin-bottom: 10px; } /* line 464, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .feedback, footer.common-footer .sections section.link-section .contact { margin-bottom: 10px; } @media (max-width: 800px) { /* line 468, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section { float: none; width: 100%; text-align: center; } /* line 472, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.link-section .links { padding-top: 0px; margin-bottom: 10px; } } /* line 478, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { width: 44%; padding-right: 110px; } @media (min-width: 800px) and (max-width: 1200px) { /* line 481, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { padding-right: 80px; } } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section { display: none !important; } } /* line 485, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section h3 { margin-bottom: 25px; } /* line 488, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul { *zoom: 1; list-style: none; } /* line 347, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul:after { content: ''; display: block; clear: both; height: 0; } /* line 491, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li { display: inline-block; vertical-align: middle; margin-right: 30px; margin-bottom: 10px; } /* line 496, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li a { opacity: 0.6; } /* line 501, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.partner-section ul li a:hover { opacity: 1; } /* line 508, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section { text-align: center; color: #aaaaaa; font-size: 12px; position: relative; left: 10px; } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section { display: none !important; } } /* line 515, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .sections section.qr-section img { width: 100px; margin-bottom: 5px; position: relative; vertical-align: baseline; } /* line 525, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom { background: #23282d; line-height: 24px; height: auto; color: #666666; position: relative; padding: 8px 0; } @media (max-width: 800px) { /* line 532, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom { text-align: center; padding: 15px; line-height: 22px; } } /* line 538, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container { position: relative; } /* line 540, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container .law { margin-left: 20px; } /* line 543, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .container .safe-logo img { width: 66px; height: auto; vertical-align: middle; margin: -2px 0 0 5px; } /* line 552, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .company-addr { margin-left: 200px; } @media (max-width: 800px) { /* line 555, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .company-addr { margin-left: 0; } } /* line 560, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share { position: absolute; right: 0; top: 0; } @media (max-width: 800px) { /* line 370, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share { display: none !important; } } /* line 565, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a { color: #fff; display: inline-block; width: 24px; height: 24px; vertical-align: middle; border-radius: 50%; background: #3b4148; margin-left: 10px; line-height: 24px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* line 577, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-weibo:hover { background-color: #d04340; } /* line 580, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-twitter:hover { background-color: #5bbce5; } /* line 583, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-facebook:hover { background-color: #2f4485; } /* line 586, /data/jenkins/workspace/f2e-prod-common-module/src/common-footer/footer.less */ footer.common-footer .bottom .share a.icon-rss:hover { background-color: #e9640e; }
0.206294
0.082107
0. RESET 1. BODY 2. Layout and Miscellaneous 3. Header 4. Navigation 5. Mobile Menu 6. Breadcrumbs 7. Header Service 8. Offer Banners 9. Shoes and Bags Products List 10. New & Sale Label 11. Ratings and Price 12. Carousel 13. Blog-post 14. Product View 15. Sliders 16. Sidebar 17. All Buttons Icons 18. Category Description 19. Toolbar 20. View Types 21. Product Collatera 22. Checkout Page 23. Dashboard 24. Wishlist Table 25. Account Login 26. 404 Page 27. To Top 28. Footer 29. Newsletter POPUP 30. Global Styles 31. Global Messages 32. Responsive CSS */ /*============ 0. 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,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-family: 'Roboto', sans-serif !important;;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;} /*============ 1. Body ==============*/ @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,vietnamese,latin-ext); /* @font-face { font-family: "Fontname"; src: url('//hstatic.net/817/1000069817/1000098314/Fontname.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/Fontname.eot?v=1199?#iefix') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/Fontname.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/Fontname.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/Fontname.svg?v=1199') format('svg'); font-weight: 400; font-style: normal } */ @font-face { font-family: 'FontAwesome'; src: url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.eot?v=1199?#iefix$v=4.4.0') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Glyphicons Halflings'; src: url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.eot?v=1199?#iefix&v=4.4.0') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.woff?v=1199') format('woff2'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'flexslider-icon'; src: url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.eot?v=1199') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } body{ background: #fff; color: black; font-family: 'Open Sans', sans-serif; font-size: 13px; } .fa{ font-family: FontAwesome !important; } /*============ 32. Responsive CSS ==============*/ /*============ 33. Cart CSS ==============*/ .title-page{ font-size: 34px; } .bottom-cart-right { margin-bottom: 10px; } #cart #checkout { margin-bottom: 5px; height: 50px; background-size: contain; background: #D89F1F; color: white; border-radius: 0px; } #checkout .btn-icons small { text-transform: none; font-size: 12px; font-weight: normal; } #update-cart { background: #727272; background-image: url('../images/back-arrow.png?v=1199'); background-repeat: no-repeat; background-position: 15px 16px; padding-left: 34px; width: 150px; margin-bottom: 5px; height: 50px; text-transform: uppercase; border-radius: 0px; font-size: 14px; } .columns-container { padding-top: 0px; } section#columns{ border-radius: 10px; box-shadow: 0px 1px 2px 0px #ccc; margin-bottom: 0px; } #cart-page{ padding: 15px; } #table-cart table { border-collapse: collapse; margin-bottom: 0; width: 100%; background-color: #fff; /** Detail custom **/ } #table-cart table td, #table-cart table th { padding: 1em 1em; vertical-align: middle; display: table-cell; text-align: center; } #table-cart table td.err { background-color: #e992b9; color: #fff; font-size: 0.75em; text-align: center; line-height: 1; } #table-cart table th { background-color: #31bc86; font-weight: bold; color: #fff; white-space: nowrap; } #table-cart table tbody th { background-color: #2ea879; } #table-cart table tbody tr { border-bottom: 1px solid #ccc; } #table-cart table tbody tr:nth-child(2n) { background-color: #f9f9f9; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } #table-cart table thead td { text-align: center; font-family: Open Sans; color: #555; font-weight: bold } #table-cart table thead tr { border-bottom: 1px solid #ccc; } #table-cart table tbody .cir-cancel a { color: #d9d9d9; font-size: 2em; font-weight: 100; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } #table-cart table tbody .cir-cancel a:hover { color: #ccc; } #table-cart table tbody td.product-name ul { list-style-type: none; margin-bottom: 0; padding-left: 0; } #table-cart table tbody td.product-name ul li { display: table-cell; position: relative; vertical-align: middle; } #table-cart table tbody td.product-name ul .des p { padding-left: 10px; margin-bottom: 0; } #table-cart table tbody .product-quality { text-align: center; /** Custom button number increments sidebar*/ } #table-cart table tbody .product-quality form { margin-bottom: 10px; } #table-cart table tbody .product-quality .qty { width: 40px; height: 31px; text-align: center; padding: 5px; box-shadow: none; background: #fff; margin: 0; border: 1px solid #d9d9d9; } #table-cart table tbody .product-quality input { position: relative; } #table-cart table tbody .product-quality input.qtyplus { width: 30px; margin: 0; padding: 5px; border: 1px solid #d9d9d9; box-shadow: none; background: #fff; border-right: none; } #table-cart table tbody .product-quality input.qtyminus { width: 30px; border: 1px solid #d9d9d9; padding: 5px; margin: 0; box-shadow: none; background: #fff; border-left: none; } #table-cart table tbody .total-product { text-align: center; } #table-cart table tbody .total-product p { font-family: 'Open Sans'; color: #e81c25; } #table-cart #under-table { padding: 1em 0; border-bottom: 1px solid #ccc; } #table-cart #under-table input[type="text"] { border-radius: 2px; color: #555; border: 1px solid #ccc; padding: 0.5em 1em; font-size: 1.2em; line-height: 28px; } #table-cart #order-infor h4 { float: right; position: relative; padding: 1em 0; margin: 0; } #table-cart #order-infor tr { background: #fff; border: none; } #table-cart #order-infor tr td { padding: 0.5em; } #table-cart #order-infor tr h1, #table-cart #order-infor tr h2, #table-cart #order-infor tr h3, #table-cart #order-infor tr h4, #table-cart #order-infor tr h5 { margin: 0; } #table-cart #order-infor table { border-top: 1px solid #ccc; } #table-cart #order-infor #name { padding-left: 0; } #table-cart #order-infor #cost { padding-right: 0; } #under-table .btn-cart { font-size: 1.2em; border: none; float: right; cursor: pointer; padding: 7.5px 12.5px; display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } #under-table a.btn-cart:hover { text-decoration: none; color: #fff; } #under-table #coupon-btn { margin-left: 5px; } .mini-cart .fa { font-size: 15px; } /*========================================== Fix chung ========================================*/ .newsletter p.footer_form { margin-top: 16px; } h2.product-name a { line-height: 1.5; } .col-item .tooltip .tooltip-inner, .col-item .tooltip .tooltip-arrow { background: #AD0800; } .col-item .tooltip{ //min-width: 100px; } .block-title.page-header { margin-bottom: 20px; } .content-page { padding: 5px; } .col-form { padding: 15px 20px; } .col-form h3 { font-size: 18px; font-weight: bold; text-transform: uppercase; color: #AD0800; } .col-form p { margin: 5px 0px 10px; } ul.info-address li { margin: 5px 0px; } ul.content-dm li { display: block; padding: 10px; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; } ul.content-dm li:hover{ background: #ddd; } ul.content-dm li:hover a span{ color: #AD0800; } ul.content-dm { background: #f5f5f5; } .link-product { margin: 20px 0px; } .article-content * { width: 100% !important; } .article-content img { width: auto !important; max-width: 100% !important; } div#block-hot .img-hot { height: 370px; overflow: hidden; width: 100%; text-align: center; line-height: 370px; } .req_pass { display: inline-block; } .action_bottom { display: inline-block; margin-bottom: 10px; } .col-1.new-users p { font-size: 12px; line-height: 1.5; } .errors li { color: #AD0800; } .content-reg { max-width: 500px; margin: 10px auto; padding: 10px; border: 1px solid #ccc; } .content-reg label { display: block; font-size: 15px; font-weight: bold; } .content-reg input { background: #fff; border: 1px solid #f0f0f0; padding: 10px; width: 80%; margin-top: 5px; outline: none; margin-bottom: 10px; display: block; } div#customer_orders { padding: 20px 10px; } div#customer_sidebar * { margin: 5px 0px; } div#customer_orders p { color: #AD0800; font-size: 15px; } a.logout { color: #AD0800; } div#address_tables .input-group { margin: 5px 0px; } div#add_address .input-group { margin: 5px 0px; } .customer_address * { margin: 5px 0px; } .customer_address span i{ margin: 0px; } .customer_address { border-bottom: 1px #ddd dashed; margin-bottom: 20px; } p.address_actions a { font-size: 15px; color: #AD0800; margin-right: 10px; } div#customer_orders table { width: 100%; } div#customer_orders tr td * { display: block; margin: 10px 0px; } a#view_address { color: #AD0800; font-size: 15px; } a.add-new-address { font-size: 15px; font-weight: bold; color: #AD0800; } .page-not { padding: 100px; } .loipage h2 { text-transform: uppercase; font-size:90px; line-height: 80px; font-weight: 700; margin-top: 150px; } .thim-color { color: #AD0800; } .loipage p { margin: 10px 0px; font-size: 14px; } .t-order .header-page { padding: 20px 0px; font-size: 15px; color: #AD0800; font-weight: bold; } a#return_to_store { font-size: 14px; display: block; margin-bottom: 10px; color: #6B0D08; } h3.order_section_title { font-size: 15px; font-weight: bold; display: block; margin-bottom: 10px; } .t-order p { display: block; margin: 5px 0px; } table#order_details th { font-size: 15px; font-weight: bold; } table#order_details { width: 100%; } div#customer_orders table th { font-size: 15px; font-weight: bold; } .pro-price { color: #AD0800; font-weight: bold; } .pro-price del.compare-price { font-size: 12px; margin-left: 5px; color: #aaa; font-style: italic; } .productdeals { position: absolute; bottom: 0; width: 100%; background: rgba(255,255,255,.8); color: #272727; text-align: center; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; visibility: visible; } .col-item:hover .productdeals{ bottom: -100%; } .productdeals div { display: inline-block; margin: 10px; font-size: 13px; line-height: 1.5; } .productdeals div span { font-size: 12px; color: #AD0800; font-weight: bold; } .tp-caption.Title{ font-size: 25px !important; } .expanded-message span.subtext { margin: 20px 0px; } .no-pro { float: none !important; } #search input.search_box { height: 40px; } input#go { width: 100px!important; height: 40px!important; background: url(../images/icon-search.png) #AD0800 center no-repeat; border: none; } #search .search_box { width: calc(100% - 100px)!important; } /*========================================== Fix slider ========================================*/ .tp-leftarrow.default { background: rgba(0, 0, 0, 0.2) url(../images/left-a.png?v=1199) no-repeat 10px 0; } .tp-rightarrow.default { background: rgba(0, 0, 0, 0.2) url(../images/right-a.png?v=1199) no-repeat 10px 0; } /*========================================== Menu ========================================*/ b.caret { margin-left: -15px; } .t-menu img { max-width: 100%; } /*========================================== Quickview ========================================*/ #quick-view-modal { background: rgba(0, 0, 0, 0.31); z-index: 9999; } div#quick-view-modal .modal-dialog.modal-lg { padding-top: 20px; } #quick-view-modal .modal-footer { border-top: 1px solid #ccc; } h4.modal-title { color: #fff; font-size: 20px; text-align: center; text-transform: uppercase; } #quick-view-modal .selector-wrapper label { width: 25%; } #quick-view-modal .selector-wrapper { width: 100%; float: left; margin: 0px 0px 10px 0px; } .m-sku, .m-vendor { padding: 5px 0px; } #quick-view-modal .btn-detail { float: left; } #quick-view-modal .form-input label { width: 100%; color: #000 !important; font-weight: bold; margin-bottom: 10px; } #quick-view-modal .form-input { float: left; width: 300px; max-width: 100%; padding: 10px 0px; } #quick-view-modal .modal-body { padding: 10px 15px; } #quick-view-modal .form-input input[type=number] { max-width: 60px; text-align: center; padding: 6px; border: 1px solid #E5E5E5; border-radius: 0; height: 40px; } #quick-view-modal .modal-header h2 { padding: 10px 0px; background: #53A1CC; color: #fff; line-height: 29px; text-align: center; } #quick-view-modal .qv-readmore a { color: #E05543; font-weight: bold; } #quick-view-modal .qv-readmore { float: left; padding: 22px 10px; } #quick-view-modal i.fa.fa-plus, #quick-view-modal i.fa.fa-times { margin-right: 8px; } #quick-view-modal .modal-content, #quick-view-modal .btn { border-radius: 2px; } #quick-view-modal del { font-size: 20px; color: #aaa; } #quick-view-modal .zoom > img { max-width: 100%; max-height: 300px; } #quick-view-modal div#p-sliderproduct { width: 300px; margin: auto; } #quick-view-modal .zoom { text-align: center; width: 100%; height: 230px; padding: 10px; } #quick-view-modal .item:hover, #quick-view-modal .item.active { border: 1px solid #E05544 !important; } #quick-view-modal .item:hover:after, #quick-view-modal .item.active:after { border-top: 5px solid rgba(224, 85, 68, 0) !important; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 6px solid #E05544; content: ""; position: absolute; top: -11px; left: 0px; right: 0px; margin: auto; width: 6px; } #quick-view-modal li.product-thumb { float: left; display: block !important; } #quick-view-modal .image-zoom.row { text-align: center; } #quick-view-modal .image-zoom > img { max-width: 100%; max-height: 300px; margin-bottom:5px; } #quick-view-modal .btn-soldout { width: 100%; } #quick-view-modal .modal-title.p-title { font-weight: bold; text-align: left; padding-left: 20px; } #quick-view-modal .btn-color-add { width: 200px; } .modal-fix { width: 70% !important; } .modal-fix .block_content ul li a{ //border: 1px solid #8CC152 !important; } .modal-fix .block_content ul li .fa{ color: #2A2A29; } .form-input.vid { padding: 0px !important; } .m-vendor, .m-sku { font-style: italic; } .form-input.vid span { font-size: 14px; font-weight: bold; font-style: normal !important; } .social-icons.modal-fix { margin: 20px 0px !important; } /*End Quickview*/ #quick-view-modal { background: rgba(0, 0, 0, 0.31); z-index: 9999; } #quick-view-modal .modal-footer { border-top: 1px solid #ccc; } #quick-view-modal .selector-wrapper label { width: 25%; } #quick-view-modal .selector-wrapper { width: 100%; float: left; display: none; } #quick-view-modal .btn-detail { float: left; } #quick-view-modal .form-input { float: left; //width: 300px; width: 100%; max-width: 100%; padding: 10px 0px; } #quick-view-modal .modal-body { padding: 10px 15px; } #quick-view-modal .form-input input[type=number] { max-width: 60px; text-align: center; padding: 6px; border-radius: 5px; border: 1px solid #E5E5E5; } button.btn-addcart { float: left; height: 40px; border: none; padding: 10px 30px; background: #18a4d8; color: #fff; font-size: 15px; transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; } button.btn-addcart:hover{ background: #AD0800; } #quick-view-modal .modal-header h2 { padding: 10px 0px; background: #53A1CC; color: #fff; line-height: 29px; text-align: center; } #quick-view-modal .qv-readmore a { color: #b00000 !important; font-weight: bold; font-size: 15px !important; } #quick-view-modal .qv-readmore { float: left; padding: 12px 10px; } #quick-view-modal .p-price { font-size: 20px; color: #AD0800; margin-right: 10px; } #quick-view-modal i.fa.fa-plus, #quick-view-modal i.fa.fa-times { margin-right: 8px; } #quick-view-modal .modal-content, #quick-view-modal .btn { border-radius: 2px; } #quick-view-modal del { font-size: 16px; color: ; } #quick-view-modal .item img { max-width: 100%; max-height: calc(100% - 2px); position: absolute; top: 0px; bottom: 0px; margin: auto; left: 0px; right: 0px; } #quick-view-modal .item { height: 50px; position: relative; margin: 7px 0px; } #quick-view-modal .item a { float: left; width: 100%; height: 100%; } #quick-view-modal .zoom > img { max-width: 100%; max-height: 300px; } #quick-view-modal div#p-sliderproduct { width: 300px; margin: auto; } #quick-view-modal .zoom { text-align: center; width: 100%; height: 230px; padding: 10px; } #quick-view-modal .thumb .item:hover a, #quick-view-modal .thumb .item.active a { border: 1px solid #E05544 !important; } #quick-view-modal .product-thumb:hover a:after, #quick-view-modal .product-thumb.active a:after { border-top: 5px solid rgba(224, 85, 68, 0) !important; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 6px solid #FF0000; content: ""; position: absolute; top: -12px; left: 0px; right: 0px; margin: auto; width: 6px; } #quick-view-modal li.product-thumb { float: left; display: block !important; } #quick-view-modal .image-zoom.row { text-align: center; } #quick-view-modal .image-zoom > img { max-width: 100%; max-height: 300px; margin-bottom:5px; } #quick-view-modal .btn-soldout { width: 100%; } div#quick-view-modal .modal-header { background: #AD0800; } #quick-view-modal .modal-title.p-title { font-weight: bold; text-align: left; padding-left: 20px; color: #fff; } .modal-header .close { margin-top: -30px; } #quick-view-modal .btn-color-add { background: ; padding: 0px 0px 0px 35px; color: ; font-size: 15px; border-radius: 3px; } .product-title.p-title h1 { font-size: 20px; padding: 5px 0px; font-weight: bold; color: #333; } #quick-view-modal .product-price { padding: 10px 0px; } #quick-view-modal .btn-color-add:hover, #quick-view-modal .btn-color-add:focus, #quick-view-modal .btn-color-add:active{ background: ; } button.close a:before { content:url('../images/icon-delete.png'); } .flex-direction-nav li a { width: 32px; height: 32px; display: block; background: url('../images/slide-arrow.png') no-repeat; position: absolute; top: calc(50% + 5px); outline: none; cursor: pointer; text-indent: -999em; border-radius: 50%; opacity: 0; line-height: 70px; } .flex-direction-nav .flex-prev { left: 10px; background-position: 0% -8px; } .flex-direction-nav .flex-next { background-position: 100% -8px; right: 10px; } #sliderproduct:hover .flex-direction-nav li a, #p-sliderproduct:hover .flex-direction-nav li a { opacity: 0.7; } /*========================================== COLLECTIONS ========================================*/ .t-search .product-list .item:nth-of-type(4n+1) { clear: both; } .breadcrumb { margin: 0px -15px; border-radius: 0; } div#content-collection { clear: both; padding: 20px 0px; } .browse-tags { text-align: right; } .product-list { margin-top: 20px; } .content_sortPagiBar .pagination { margin: 0px; float: right } .content_sortPagiBar .pagination>li { float: left; padding: 0px 2px } .content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span { font-size: 12px; color: #777; border-color: #f1f1f1 } .content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span { color: #fff; background: #AD0800; border-color: #AD0800 } .content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span { color: #fff; background: #AD0800; border-color: #AD0800 } .content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span { background: transparent; border-color: #f1f1f1 } .content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span { position: relative; height: 32px; font-size: 0px } .content_sortPagiBar .pagination .pagination_previous>a:before,.content_sortPagiBar .pagination .pagination_previous span:before { content: "Trước"; font-weight: 300; font-size: 12px; color: #777; display: block } .content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span { background: transparent; border-color: #f1f1f1 } .content_sortPagiBar .pagination .pagination_next>a,.content_sortPagiBar .pagination .pagination_next span { position: relative; height: 31px; font-size: 0px } .content_sortPagiBar .pagination .pagination_next>a:before,.content_sortPagiBar .pagination .pagination_next span:before { content: "Sau"; font-weight: 300; font-size: 12px; color: #777; display: block } .no-product { text-align: center; padding: 20px 0px; } .no-product p, .no-sp p { font-size: 18px; color: #6CB120; font-style: italic; display: inline-block; padding: 10px 30px; border: 1px; border-color: #8CC152; border-style: dashed; } .pro-col figure.effect-hera { height: 210px; } .main-content .product-list { position: relative; z-index: 0; } .content-product-list { //border-left: 1px solid #BDDE95;; //border-top: 1px solid #BDDE95;; } .fix-col { position: absolute; width: 100%; z-index: 10; box-shadow: 0 6px 12px rgba(0,0,0,.175); background: #fff; display: none; } .title-menu .fa-angle-down { margin-left: 10px; } .pro-col { padding: 5px !important; border-bottom: 1px solid #BDDE95; } .pro-col .product-detail h3.pro-name a { font-size: 15px; } .pro-col .product-detail h3.pro-name { height: 40px; } .filter-title h3 { position: relative; font-weight: 600; font-size: 14px; background: #8cc152; border: none; color: #fff; text-transform: uppercase; line-height: 30px; letter-spacing: 1px; margin: 0; padding: 6px 10px; } .bg { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; //border: 1px solid #e4e5e7; background: #f5f5f5; padding: 15px; } .catalog_filters { //border-bottom: 1px solid #BDDE95; font-weight: bold; font-size: 14px; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; padding-bottom: 5px; } .no-sp { padding: 10px 0px; font-size: 20px; color: #8CC152; } .line-fil ul { padding: 0px 0px 0px 10px; } .box-filter ul li { position: relative; //border-top: 1px solid #BDDE95; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; } .box-filter ul li:first-child { //border-top: none; //box-shadow:none; } a.filter-click-color { line-height: 25px !important; } .box-filter ul li:last-child { margin-bottom: 20px; } .line-fil li a { color: #232323; text-transform: none; display: block; font-size: 13px; padding: 10px 15px; font-style: italic; } .box-filter > ul >li a:before { position: absolute; content: "\f096"; top: 11px; left: 0px; font-family: FontAwesome; font-size: 13px; color: #888; font-style: normal; } .filter-click-color:before{ display: none; } .box-filter > ul >li a:hover:before { content: "\f046"; } .box-filter > ul >li.active-filter a:before { content: "\f046"; } .box-filter > ul > li a.check:before { content: "\f046"; } a.filter-click-color { padding: 0px !important; font-size: 13px !important; } .color-filter.color span { width: 25px; height: 25px; float: left; margin-right: 5px; margin-top: -2px; border: 1px solid #fff; } .color-filter.color { margin-top: 5px; } .filter-click-color.check span { border: 1px solid #F00; background: url(../images/select-pro.png?v=1199) right bottom no-repeat; } .color-filter.color li { float: left; width: 50%; padding: 5px 0px; border: none; } .catalog_filters .fa{ display: none; } ul.bao-ql { padding: 10px 5px; margin: 5px 0px; border-width: 1px; border-color: #8CC152; border-style: dashed; } ul.bao-ql img { width: 25px; max-height: 20px; margin-right: 10px; } ul.bao-ql li { font-size: 13px; font-style: italic; margin-bottom: 5px; padding-left: 10px; } /*=================================== PRODUCT ===================================*/ /* end related product */ /* img zoom */ .flexslider li.product-thumb a { display: block; position: relative; } .product-thumb.active a:after, .product-thumb:hover a:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #E05544; content: ""; position: absolute; top: -5px; left: calc(50% - 4px); } .selector-wrapper,.select-wrapper { margin-top : 17px; } .selector-wrapper label,.select-wrapper label { font-size : 13px; color :#000; display:block; margin-bottom: 10px; font-weight: bold; } #buy-now { display : inline-block; } .col-md-12.list-like{padding:0px;} .product-thumb{ box-sizing: border-box; } li.product-thumb { border: 1px solid #eee; margin: 5px; padding:1px; text-align:center; display:inline-block; } .product-thumb.active, .product-thumb:hover { border: 1px solid #f00; position: relative; } #sliderproduct{ position: relative; } #sliderproduct .flex-viewport { width: 100%; margin: auto; } #sliderproduct .flex-direction-nav li a.flex-prev { left: 0; } #sliderproduct .flex-direction-nav li a.flex-next { right: 0; } div#surround { width: 100%; overflow: hidden; text-align: center; } li.product-thumb img { max-width: 100%; } div#price-preview { padding: 10px 0px; border-bottom: 1px #ddd dashed; } div#price-preview span { font-size: 22px; color: #AD0800; margin-right: 10px; display: inline-block; font-weight: bold; } div#price-preview del { font-size: 15px; color: #878787; display: inline-block; } .des { padding: 5px 0px; border-bottom: 1px #ddd dashed; width: 100%; overflow: hidden; } input#quantity { width: 50px; height: 30px; padding: 0px 5px; outline: none; } .box-information-more { background: url(../images/box-information-more.png); margin-top: 15px; } .box-information-more .box-wrapper { margin: 5px; background-color: #fff; } .box-information-more .box-left p { font-size: 14px; color: #AD0800; font-weight: bold; } .box-information-more .box-left { margin: 19px 0; text-align: center; } .box-information-more .box-left span { font-size: 12px; font-style: italic; display: block; margin-top: 5px; } .box-information-more .box-right ul li { margin: 3px 0px; } .box-information-more .box-right { border-left: 1px dotted #999; margin: 7px 0; } .box-information-more .box-right .free-change span { font-size: 12px; margin-left: 15px; } .box-information-more .box-right .free-give span { font-size: 12px; margin-left: 8px; } .box-information-more .box-right .free-checkout span { font-size: 12px; margin-left: 10px; } .pt20 { display: block; margin: 20px 0px; } /*=================================== BLOGS ===================================*/ div#pagination ul li { float: left; /* border: 1px solid #ccc; */ padding: 0px; //background: #eeeeee; margin: 2px; } div#pagination ul li a { color: #000; font-weight: bold; } div#pagination ul { float: right; margin: 15px 0; } div#pagination ul li.active { //background: #dddddd; } h2.title-article { font-size: 16px; font-weight: bold; margin: 6px 0; } h2.title-article a { color: #000; } .news-content { line-height: 1.4; margin-top: 20px; } ul.info-more li { text-transform: uppercase; font-weight: 600; font-size: 14px; } ul.info-more li a { color: #000; } .breadcrumbs { margin: 30px 0; } .breadcrumbs ul li.active span { color: #ee174f; font-weight: bold; } h2.title-article a:hover { color: #ee174f; } /**************************************grid****************************************/ .container .grid-100 { width: 100%; } .cl_dr_menu { min-width: 20%; float: left; } .container .grid-95 { width: 95%; float: left; } .container .grid-90 { width: 90%; float: left; } .container .grid-80 { width: 80%; float: left; } .container .grid-75 { width: 75%; float: left; } .container .grid-70 { width: 70%; float: left; } .container .grid-65 { width: 65%; float: left; } .container .grid-60 { width: 60%; float: left; } .container .grid-50 { width: 50%; float: left; } .container .grid-40 { width: 40%; float: left; } .grid-25 { width: 25%; float: left; } .grid-50 { width: 50%; float: left; } .grid-40 { width: 40%; float: left; } .grid-70 { width: 70%; float: left; } .container .grid-35 { width: 35%; float: left; } .container .grid-20 { width: 20%; float: left; } .container .grid-33 { width: 33%; float: left; } .container .grid-30 { width: 30%; float: left; } .container .grid-40 { width: 40%; float: left; } .container .grid-15 { width: 15%; float: left; } .container .grid-13 { width: 13%; float: left; } .container .grid-10 { width: 10%; float: left; } .container .grid-33 { width: 33.333%; float: left; margin: 5px 0; } img { max-width: 100%; vertical-align: middle; } .pro-hot { margin: 0px 2px; position: relative; overflow: hidden; } .img-hot img { max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; } .fixhot .img-hot { height: 185px; overflow: hidden; text-align: center; line-height: 185px; } .content-hot { position: absolute; bottom: 0px; width: 100%; padding: 6px; /* background: #000; */ color: #fff; padding: 14px 10px; -moz-box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); -webkit-box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); } .content-hot h2 a { color: #fff; } .content-hot h2 { margin-bottom: 5px; font-size: 14px; font-weight: 500; height: 15px; overflow: hidden; text-overflow: ellipsis; } .img-article { height: 200px; overflow: hidden; line-height: 200px; text-align: center; } .img-article img { max-height: 100%; max-width: 100%; display: inline-block; width: auto !important; height: auto !important; } .img-article div { height: 100%; width: 100%; } .content-hot p { color: #ccc; } .hot-blog { margin: 20px auto; } /*Sidebar*/ .list-tfix { padding: 12px 20px; font-size: 14px; color: rgb( 255, 255, 255 ); text-transform: uppercase; background: #000 !important; border-radius: 0 !important; } .news-menu.list-group { border-radius: 0px !important; box-shadow: none; } .av-tfix a { background: #fff !important; border-radius: 0px !important; border: none !important; box-shadow: none; font-size: 14px; color: rgb( 33, 33, 33 ); padding: 15px 0px !important; } .sidebar-banner img { width: 100%; } .sidebar-banner { margin-bottom: 30px; } .sidebar { overflow: hidden; margin-top: 20px; } .tfix-tab li { display: inline-block; padding: 0px !important; width: 50%; } .tfix-tab li a { padding: 10px!important; margin: 0px !important; width: 100%; background: #000 !important; border: none !important; color: #fff !important; border-bottom: 3px solid #fff !important; } .tfix-tab>li.active>a, .tfix-tab>li.active>a:hover, .tfix-tab>li.active>a:focus { border-bottom: 3px solid #F8123C !important; text-transform: uppercase !important; } .nav-tabs>li.active>a:hover{ text-transform: uppercase !important; } .tab-content.t-fix { border: none !important; } .tab-content.t-fix > div { padding: 0px !important; margin-top: 15px; } ul.nav.nav-tabs.tfix-tab { border: none; } .t-fix .article { clear: both; } .t-fix .article > div { padding: 5px; } .t-fix .article .img { padding-left: 0px !important; margin-bottom: 10px; } .t-fix .article .img img { width: 100%; height: 60px; } .t-fix .article .post-content a { font-size: 14px; color: rgb( 33, 33, 33 ); } .t-fix .article .post-content span.date { display: block; margin-top: 15px; color: #999999; font-size: 14px; } .fangae-blog { clear: both; padding-top: 20px; } .fangae-blog .list-tfix { width: 100%; float: left; padding: 13px 20px !important; } /*Article*/ .articles { padding: 0px; } .articles img{ max-width: 100%; } .header-ar h1 { font-size: 30px; color: rgb( 33, 33, 33 ); font-weight: 600; margin: 20px 0px; } p.au { margin-bottom: 10px; color: #7a7a7a; font-style: italic; display: block; } p.au span.name { color: #EE3968 !important; font-weight: bold !important; font-style: normal !important; } p.au span.name-bl{ color: #000 !important; font-weight: bold !important; font-style: normal !important; } .title-pr { padding: 13px 20px; margin-bottom: 10px; background: #000; color: #fff; margin: 30px 15px 20px 15px; } span.pr-tfix { font-size: 14px; text-transform: uppercase; } .pr-content { clear: both; padding: 0px 15px; } .detait-pr h5 { font-size: 14px; font-weight: bold; color: #000; margin-bottom: 5px; } .detait-pr h6 { font-size: 13px; margin-bottom: 5px; } .detait-pr { margin-bottom: 20px; padding: 0px; } .pro-ar .img { padding: 0px; } .article-body .social { float: left !important; text-align: right; position: relative; } a.addthis_button_facebook_like.at300b { width: 100px !important; overflow: hidden; } .fb_iframe_widget span iframe[style]{ //width: 450px !important; } div#article { overflow: hidden; } .bottom-s{ margin-top: 20px; } .splq-ar { margin: 10px -15px; padding: 0px; } .title-splq h3 { font-size: 16px; text-transform: uppercase; font-weight: bold; padding: 10px 20px; background: #fbfbfb; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; } .title-splq { margin-bottom: 20px; } .content-splqbv .product-text { margin-bottom: 20px; } div#blog { //overflow-x: hidden; } .top5 { margin-top: 35px; } .content-top5 ul > li { padding: 10px 20px; } span.dem { width: 25px; height: 25px; display: inline-block; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; text-align: center; line-height: 20px; margin-right: 10px; } .content-top5 ul li a { font-size: 14px; color: #000; } .comment { margin-top: 50px; } .content-comment { width: 100%; overflow: hidden; } .bvlq { margin-top: 50px; margin-bottom: 70px; } .img-lqt { width: 100%; height: 175px; text-align: center; line-height: 175px; overflow: hidden; padding: 0px; } .img-lqt img { max-height: 100%; display: inline-block; } .lq-detailt { padding: 0px; } a.lq-titlet { font-size: 16px; color: #000; display: block; margin-bottom: 5px; line-height: 20px; } a.lq-blogt { font-size: 14px; display: block; margin-bottom: 10px; } /*Page - story*/ span.header-page h1 { font-size: 30px; color: rgb( 33, 33, 33 ); text-align: left; display: block; margin-bottom: 10px; } .ct-page { width: 100%; overflow: hidden; } .ct-page img { max-width: 100%; } div#spbc-th { margin-top: 30px; } .title-page h3 { font-size: 14px; padding: 13px 20px; background: #000; color: #fff; display: block; margin-bottom: 10px; } @media screen and (min-width: 992px) and (max-width: 1199px){ .t-fix .article .img img { width: 100%; height: 55px; } .t-fix .article .post-content a { font-size: 12px; color: rgb( 33, 33, 33 ); } a.lq-titlet{ font-size: 14px; } } @media screen and (max-width: 767px){ .t-fix .article .img img { width: 100%; height: 220px; } .container .grid-50{ width: 100% !important; } .container .fix-xs .grid-50{ width: 50% !important; } h3.blogtt-xs { clear: both; padding: 10px; border-bottom: 1px solid #999999; } h3.blogtt-xs a { font-size: 14px; display: block; text-transform: uppercase; color: #000; } .owl-pagination { display: none; } .t-fixxs a { font-size: 15px !important; text-transform: uppercase; font-weight: bold; } .fix-xs .content-hot { padding: 5px; } .content-top5 ul > li { padding: 10px; } .header-ar h1 { font-size: 20px; } .fb_like_share { // margin-bottom: 0px; display: inline-block; /* float: left; */ } .title-splq h3 { text-transform: none; background: #000; color: #fff; } .pro-ar-xs .hs-product-box { padding: 5px !important; } .pro-ar-xs .product .product-text h5, .pro-ar-xs .product .product-text h6 a{ font-size: 12px; } div#owl-bvlq { margin: 0px; } } /* ---------------------------------------------------------------- Cart -----------------------------------------------------------------*/ .cart .remove { font-size: 14px; color: #AD0800; } .cart .remove:hover { color: #000; } .cart th { padding: 12px 15px !important; font-size: 14px; color: #555; } .cart td { padding: 12px 15px !important; vertical-align: middle !important; border-color: #E5E5E5 !important; } .cart-product-thumbnail a { display: block; width: 68px; } .cart-product-thumbnail img { display: block; width: 64px; height: 64px; border: 2px solid #EEE; } .cart-product-thumbnail img:hover { border-color: #AD0800; } .cart-product-name a, .product-name a { font-weight: bold; font-size: 13px; color: #000000; } .cart-product-name a:hover, .product-name a:hover { color: #ad0800; } .cart-product-price, .cart-product-quantity, .cart-product-subtotal { text-align: center !important; } .cart-product-quantity .quantity { display: inline-block; margin: 0; float: none; } td.actions { padding: 20px 15px !important; vertical-align: top !important; background-color: #F5F5F5; } .fright { padding: 15px 40px; font-size: 15px; border: 1px solid #AD0800; } .fright:hover { padding: 15px 40px !important; border: 1px solid #000; } .checkout-buttons label { display: block !important; font-size: 15px; margin-bottom: 10px; } .f-cart { padding: 20px; } .f-cart th { font-weight: bold; font-size: 15px; color: #AD0800; } .table-responsive.no-cart { text-align: center; } .table-responsive.no-cart * { font-size: 15px; display: block; overflow: hidden; padding: 5px; } .table-responsive.no-cart a { color: #AD0800; } /*========================================POPUP=========================================*/ #popup-newletter { background: url(//hstatic.net/817/1000069817/1000098314/pnewletter_bg.jpg?v=1199) no-repeat scroll bottom right #fff; text-align: left; padding: 20px; min-width: 621px; min-height: 420px; overflow: hidden; background-size: cover; } #popup-newletter h3 { font-size: 22px; color: #f9f9f9; margin: 0px 0px 10px; padding: 8px 0px; font-weight: normal; } #popup-newletter .pnewle-message { width: 55%; color: #868686; } #popup-newletter .pnewle-message span { font-size: 14px; margin-bottom: 20px; display: block; line-height: 1.5; } #popup-newletter .pnewle-message p { font-size: 12px; margin-bottom: 10px; display: block; } #popup-newletter .pnewle-message ul { margin-bottom: 20px; } #popup-newletter .pnewle-form { width: 53%; } #popup-newletter .pnewle-form .newsletter-input { font-size: 12px; font-style: italic; height: 33px; } .form-control { display: block; width: 100%; height: 36px; padding: 7px 12px; font-size: 14px; line-height: 1.42857; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; } #popup-newletter .pnewle-form .btn { margin-top: 10px; background-color: #078ceb; color: #fff; font-family: Open Sans; font-family: 'Calibri'; font-style: italic; font-size: 11px; position: relative; padding: 5px 12px; } .social-icons { width: 53%; margin-top: 20px; } .social-icons .block_content ul { margin: 0px; } .social-icons .block_content ul li { width: 20%; text-align: center; padding: 0px; height: 40px; float: left; } .social-icons .block_content ul li a { font-size: 18px; display: inline-block; height: 35px; width: 35px; color: #828282; border: 1px solid transparent; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); } .social-icons .block_content ul li .fa { line-height: 35px; display: block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } .social-icons .block_content ul li.facebook a:hover { border-color: #428bca; } .social-icons .block_content ul li.twitter a:hover { border-color: #5bc0de; } .social-icons .block_content ul li.rss a:hover { border-color: #0eba9e; } .social-icons .block_content ul li.youtube a:hover { border-color: #CC181E; } .social-icons .block_content ul li.google-plus a:hover { border-color: #4387fd; } .social-icons .block_content ul li span { font-size: 0px; } .fancybox-overlay{ background: url('../images/fancybox_overlay.png?v=1199'); } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background: url('../images/fancybox_sprite.png?v=1199'); } #popup-newletter .pnewle-message ul li:before { content: "\f111"; position: absolute; font-family: "FontAwesome"; font-size: 5px; top: 3px; left: 10px; } #popup-newletter .pnewle-message ul li { font-size: 12px; position: relative; display: block; padding-left: 25px; margin: 10px 0px; } @media screen and (max-width: 1200px) { } @media screen and (max-width: 991px){ .bg { display: none; } .box-filter { display: none; } .line-fil { margin-bottom: 20px; } .catalog_filters { box-shadow: none !important; border-bottom: 1px solid #ccc; } #mobile-menu { display: block !important; } } @media screen and (min-width: 768px) and (max-width: 991px){ a.logo img { width: 100px; } .fixhot .img-hot{ height: 120px; } div#block-hot .img-hot { height: 240px; } } @media screen and (min-width: 768px) { #content-collection .product-list .item:nth-of-type(3n+1) { clear: both; } } @media screen and (max-width: 768px) { h1.title-page{ font-size: 20px } #columns{ padding-top: 0px; } #cart-page{ margin-top: 0px; } .update-cart{ margin-bottom: 10px; } } @media screen and (max-width: 767px) { #content-collection .product-list .item:nth-of-type(2n+1) { clear: both; } div#block-hot .img-hot { height: 250px; } .fixhot .img-hot { height: 130px; } } @media screen and (max-width: 480px) { #table-cart table td, #table-cart table th{ padding: 1em 1px; } #cart #checkout,#update-cart,.bottom-cart-right{ width: 100% } } @media screen and (max-width: 320px) { }
template/giaodien19/asset/css/styles.css
0. RESET 1. BODY 2. Layout and Miscellaneous 3. Header 4. Navigation 5. Mobile Menu 6. Breadcrumbs 7. Header Service 8. Offer Banners 9. Shoes and Bags Products List 10. New & Sale Label 11. Ratings and Price 12. Carousel 13. Blog-post 14. Product View 15. Sliders 16. Sidebar 17. All Buttons Icons 18. Category Description 19. Toolbar 20. View Types 21. Product Collatera 22. Checkout Page 23. Dashboard 24. Wishlist Table 25. Account Login 26. 404 Page 27. To Top 28. Footer 29. Newsletter POPUP 30. Global Styles 31. Global Messages 32. Responsive CSS */ /*============ 0. 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,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-family: 'Roboto', sans-serif !important;;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;} /*============ 1. Body ==============*/ @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,vietnamese,latin-ext); /* @font-face { font-family: "Fontname"; src: url('//hstatic.net/817/1000069817/1000098314/Fontname.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/Fontname.eot?v=1199?#iefix') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/Fontname.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/Fontname.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/Fontname.svg?v=1199') format('svg'); font-weight: 400; font-style: normal } */ @font-face { font-family: 'FontAwesome'; src: url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.eot?v=1199?#iefix$v=4.4.0') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Glyphicons Halflings'; src: url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.eot?v=1199?#iefix&v=4.4.0') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.woff?v=1199') format('woff2'), url('//hstatic.net/817/1000069817/1000098314/fontawesome-webfont.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/glyphicons-halflings-regular.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'flexslider-icon'; src: url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.eot?v=1199'); src: url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.eot?v=1199') format('embedded-opentype'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.woff?v=1199') format('woff'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.ttf?v=1199') format('truetype'), url('//hstatic.net/817/1000069817/1000098314/flexslider-icon.svg?v=1199') format('svg'); font-weight: normal; font-style: normal; } body{ background: #fff; color: black; font-family: 'Open Sans', sans-serif; font-size: 13px; } .fa{ font-family: FontAwesome !important; } /*============ 32. Responsive CSS ==============*/ /*============ 33. Cart CSS ==============*/ .title-page{ font-size: 34px; } .bottom-cart-right { margin-bottom: 10px; } #cart #checkout { margin-bottom: 5px; height: 50px; background-size: contain; background: #D89F1F; color: white; border-radius: 0px; } #checkout .btn-icons small { text-transform: none; font-size: 12px; font-weight: normal; } #update-cart { background: #727272; background-image: url('../images/back-arrow.png?v=1199'); background-repeat: no-repeat; background-position: 15px 16px; padding-left: 34px; width: 150px; margin-bottom: 5px; height: 50px; text-transform: uppercase; border-radius: 0px; font-size: 14px; } .columns-container { padding-top: 0px; } section#columns{ border-radius: 10px; box-shadow: 0px 1px 2px 0px #ccc; margin-bottom: 0px; } #cart-page{ padding: 15px; } #table-cart table { border-collapse: collapse; margin-bottom: 0; width: 100%; background-color: #fff; /** Detail custom **/ } #table-cart table td, #table-cart table th { padding: 1em 1em; vertical-align: middle; display: table-cell; text-align: center; } #table-cart table td.err { background-color: #e992b9; color: #fff; font-size: 0.75em; text-align: center; line-height: 1; } #table-cart table th { background-color: #31bc86; font-weight: bold; color: #fff; white-space: nowrap; } #table-cart table tbody th { background-color: #2ea879; } #table-cart table tbody tr { border-bottom: 1px solid #ccc; } #table-cart table tbody tr:nth-child(2n) { background-color: #f9f9f9; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } #table-cart table thead td { text-align: center; font-family: Open Sans; color: #555; font-weight: bold } #table-cart table thead tr { border-bottom: 1px solid #ccc; } #table-cart table tbody .cir-cancel a { color: #d9d9d9; font-size: 2em; font-weight: 100; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } #table-cart table tbody .cir-cancel a:hover { color: #ccc; } #table-cart table tbody td.product-name ul { list-style-type: none; margin-bottom: 0; padding-left: 0; } #table-cart table tbody td.product-name ul li { display: table-cell; position: relative; vertical-align: middle; } #table-cart table tbody td.product-name ul .des p { padding-left: 10px; margin-bottom: 0; } #table-cart table tbody .product-quality { text-align: center; /** Custom button number increments sidebar*/ } #table-cart table tbody .product-quality form { margin-bottom: 10px; } #table-cart table tbody .product-quality .qty { width: 40px; height: 31px; text-align: center; padding: 5px; box-shadow: none; background: #fff; margin: 0; border: 1px solid #d9d9d9; } #table-cart table tbody .product-quality input { position: relative; } #table-cart table tbody .product-quality input.qtyplus { width: 30px; margin: 0; padding: 5px; border: 1px solid #d9d9d9; box-shadow: none; background: #fff; border-right: none; } #table-cart table tbody .product-quality input.qtyminus { width: 30px; border: 1px solid #d9d9d9; padding: 5px; margin: 0; box-shadow: none; background: #fff; border-left: none; } #table-cart table tbody .total-product { text-align: center; } #table-cart table tbody .total-product p { font-family: 'Open Sans'; color: #e81c25; } #table-cart #under-table { padding: 1em 0; border-bottom: 1px solid #ccc; } #table-cart #under-table input[type="text"] { border-radius: 2px; color: #555; border: 1px solid #ccc; padding: 0.5em 1em; font-size: 1.2em; line-height: 28px; } #table-cart #order-infor h4 { float: right; position: relative; padding: 1em 0; margin: 0; } #table-cart #order-infor tr { background: #fff; border: none; } #table-cart #order-infor tr td { padding: 0.5em; } #table-cart #order-infor tr h1, #table-cart #order-infor tr h2, #table-cart #order-infor tr h3, #table-cart #order-infor tr h4, #table-cart #order-infor tr h5 { margin: 0; } #table-cart #order-infor table { border-top: 1px solid #ccc; } #table-cart #order-infor #name { padding-left: 0; } #table-cart #order-infor #cost { padding-right: 0; } #under-table .btn-cart { font-size: 1.2em; border: none; float: right; cursor: pointer; padding: 7.5px 12.5px; display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } #under-table a.btn-cart:hover { text-decoration: none; color: #fff; } #under-table #coupon-btn { margin-left: 5px; } .mini-cart .fa { font-size: 15px; } /*========================================== Fix chung ========================================*/ .newsletter p.footer_form { margin-top: 16px; } h2.product-name a { line-height: 1.5; } .col-item .tooltip .tooltip-inner, .col-item .tooltip .tooltip-arrow { background: #AD0800; } .col-item .tooltip{ //min-width: 100px; } .block-title.page-header { margin-bottom: 20px; } .content-page { padding: 5px; } .col-form { padding: 15px 20px; } .col-form h3 { font-size: 18px; font-weight: bold; text-transform: uppercase; color: #AD0800; } .col-form p { margin: 5px 0px 10px; } ul.info-address li { margin: 5px 0px; } ul.content-dm li { display: block; padding: 10px; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; } ul.content-dm li:hover{ background: #ddd; } ul.content-dm li:hover a span{ color: #AD0800; } ul.content-dm { background: #f5f5f5; } .link-product { margin: 20px 0px; } .article-content * { width: 100% !important; } .article-content img { width: auto !important; max-width: 100% !important; } div#block-hot .img-hot { height: 370px; overflow: hidden; width: 100%; text-align: center; line-height: 370px; } .req_pass { display: inline-block; } .action_bottom { display: inline-block; margin-bottom: 10px; } .col-1.new-users p { font-size: 12px; line-height: 1.5; } .errors li { color: #AD0800; } .content-reg { max-width: 500px; margin: 10px auto; padding: 10px; border: 1px solid #ccc; } .content-reg label { display: block; font-size: 15px; font-weight: bold; } .content-reg input { background: #fff; border: 1px solid #f0f0f0; padding: 10px; width: 80%; margin-top: 5px; outline: none; margin-bottom: 10px; display: block; } div#customer_orders { padding: 20px 10px; } div#customer_sidebar * { margin: 5px 0px; } div#customer_orders p { color: #AD0800; font-size: 15px; } a.logout { color: #AD0800; } div#address_tables .input-group { margin: 5px 0px; } div#add_address .input-group { margin: 5px 0px; } .customer_address * { margin: 5px 0px; } .customer_address span i{ margin: 0px; } .customer_address { border-bottom: 1px #ddd dashed; margin-bottom: 20px; } p.address_actions a { font-size: 15px; color: #AD0800; margin-right: 10px; } div#customer_orders table { width: 100%; } div#customer_orders tr td * { display: block; margin: 10px 0px; } a#view_address { color: #AD0800; font-size: 15px; } a.add-new-address { font-size: 15px; font-weight: bold; color: #AD0800; } .page-not { padding: 100px; } .loipage h2 { text-transform: uppercase; font-size:90px; line-height: 80px; font-weight: 700; margin-top: 150px; } .thim-color { color: #AD0800; } .loipage p { margin: 10px 0px; font-size: 14px; } .t-order .header-page { padding: 20px 0px; font-size: 15px; color: #AD0800; font-weight: bold; } a#return_to_store { font-size: 14px; display: block; margin-bottom: 10px; color: #6B0D08; } h3.order_section_title { font-size: 15px; font-weight: bold; display: block; margin-bottom: 10px; } .t-order p { display: block; margin: 5px 0px; } table#order_details th { font-size: 15px; font-weight: bold; } table#order_details { width: 100%; } div#customer_orders table th { font-size: 15px; font-weight: bold; } .pro-price { color: #AD0800; font-weight: bold; } .pro-price del.compare-price { font-size: 12px; margin-left: 5px; color: #aaa; font-style: italic; } .productdeals { position: absolute; bottom: 0; width: 100%; background: rgba(255,255,255,.8); color: #272727; text-align: center; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; visibility: visible; } .col-item:hover .productdeals{ bottom: -100%; } .productdeals div { display: inline-block; margin: 10px; font-size: 13px; line-height: 1.5; } .productdeals div span { font-size: 12px; color: #AD0800; font-weight: bold; } .tp-caption.Title{ font-size: 25px !important; } .expanded-message span.subtext { margin: 20px 0px; } .no-pro { float: none !important; } #search input.search_box { height: 40px; } input#go { width: 100px!important; height: 40px!important; background: url(../images/icon-search.png) #AD0800 center no-repeat; border: none; } #search .search_box { width: calc(100% - 100px)!important; } /*========================================== Fix slider ========================================*/ .tp-leftarrow.default { background: rgba(0, 0, 0, 0.2) url(../images/left-a.png?v=1199) no-repeat 10px 0; } .tp-rightarrow.default { background: rgba(0, 0, 0, 0.2) url(../images/right-a.png?v=1199) no-repeat 10px 0; } /*========================================== Menu ========================================*/ b.caret { margin-left: -15px; } .t-menu img { max-width: 100%; } /*========================================== Quickview ========================================*/ #quick-view-modal { background: rgba(0, 0, 0, 0.31); z-index: 9999; } div#quick-view-modal .modal-dialog.modal-lg { padding-top: 20px; } #quick-view-modal .modal-footer { border-top: 1px solid #ccc; } h4.modal-title { color: #fff; font-size: 20px; text-align: center; text-transform: uppercase; } #quick-view-modal .selector-wrapper label { width: 25%; } #quick-view-modal .selector-wrapper { width: 100%; float: left; margin: 0px 0px 10px 0px; } .m-sku, .m-vendor { padding: 5px 0px; } #quick-view-modal .btn-detail { float: left; } #quick-view-modal .form-input label { width: 100%; color: #000 !important; font-weight: bold; margin-bottom: 10px; } #quick-view-modal .form-input { float: left; width: 300px; max-width: 100%; padding: 10px 0px; } #quick-view-modal .modal-body { padding: 10px 15px; } #quick-view-modal .form-input input[type=number] { max-width: 60px; text-align: center; padding: 6px; border: 1px solid #E5E5E5; border-radius: 0; height: 40px; } #quick-view-modal .modal-header h2 { padding: 10px 0px; background: #53A1CC; color: #fff; line-height: 29px; text-align: center; } #quick-view-modal .qv-readmore a { color: #E05543; font-weight: bold; } #quick-view-modal .qv-readmore { float: left; padding: 22px 10px; } #quick-view-modal i.fa.fa-plus, #quick-view-modal i.fa.fa-times { margin-right: 8px; } #quick-view-modal .modal-content, #quick-view-modal .btn { border-radius: 2px; } #quick-view-modal del { font-size: 20px; color: #aaa; } #quick-view-modal .zoom > img { max-width: 100%; max-height: 300px; } #quick-view-modal div#p-sliderproduct { width: 300px; margin: auto; } #quick-view-modal .zoom { text-align: center; width: 100%; height: 230px; padding: 10px; } #quick-view-modal .item:hover, #quick-view-modal .item.active { border: 1px solid #E05544 !important; } #quick-view-modal .item:hover:after, #quick-view-modal .item.active:after { border-top: 5px solid rgba(224, 85, 68, 0) !important; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 6px solid #E05544; content: ""; position: absolute; top: -11px; left: 0px; right: 0px; margin: auto; width: 6px; } #quick-view-modal li.product-thumb { float: left; display: block !important; } #quick-view-modal .image-zoom.row { text-align: center; } #quick-view-modal .image-zoom > img { max-width: 100%; max-height: 300px; margin-bottom:5px; } #quick-view-modal .btn-soldout { width: 100%; } #quick-view-modal .modal-title.p-title { font-weight: bold; text-align: left; padding-left: 20px; } #quick-view-modal .btn-color-add { width: 200px; } .modal-fix { width: 70% !important; } .modal-fix .block_content ul li a{ //border: 1px solid #8CC152 !important; } .modal-fix .block_content ul li .fa{ color: #2A2A29; } .form-input.vid { padding: 0px !important; } .m-vendor, .m-sku { font-style: italic; } .form-input.vid span { font-size: 14px; font-weight: bold; font-style: normal !important; } .social-icons.modal-fix { margin: 20px 0px !important; } /*End Quickview*/ #quick-view-modal { background: rgba(0, 0, 0, 0.31); z-index: 9999; } #quick-view-modal .modal-footer { border-top: 1px solid #ccc; } #quick-view-modal .selector-wrapper label { width: 25%; } #quick-view-modal .selector-wrapper { width: 100%; float: left; display: none; } #quick-view-modal .btn-detail { float: left; } #quick-view-modal .form-input { float: left; //width: 300px; width: 100%; max-width: 100%; padding: 10px 0px; } #quick-view-modal .modal-body { padding: 10px 15px; } #quick-view-modal .form-input input[type=number] { max-width: 60px; text-align: center; padding: 6px; border-radius: 5px; border: 1px solid #E5E5E5; } button.btn-addcart { float: left; height: 40px; border: none; padding: 10px 30px; background: #18a4d8; color: #fff; font-size: 15px; transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; } button.btn-addcart:hover{ background: #AD0800; } #quick-view-modal .modal-header h2 { padding: 10px 0px; background: #53A1CC; color: #fff; line-height: 29px; text-align: center; } #quick-view-modal .qv-readmore a { color: #b00000 !important; font-weight: bold; font-size: 15px !important; } #quick-view-modal .qv-readmore { float: left; padding: 12px 10px; } #quick-view-modal .p-price { font-size: 20px; color: #AD0800; margin-right: 10px; } #quick-view-modal i.fa.fa-plus, #quick-view-modal i.fa.fa-times { margin-right: 8px; } #quick-view-modal .modal-content, #quick-view-modal .btn { border-radius: 2px; } #quick-view-modal del { font-size: 16px; color: ; } #quick-view-modal .item img { max-width: 100%; max-height: calc(100% - 2px); position: absolute; top: 0px; bottom: 0px; margin: auto; left: 0px; right: 0px; } #quick-view-modal .item { height: 50px; position: relative; margin: 7px 0px; } #quick-view-modal .item a { float: left; width: 100%; height: 100%; } #quick-view-modal .zoom > img { max-width: 100%; max-height: 300px; } #quick-view-modal div#p-sliderproduct { width: 300px; margin: auto; } #quick-view-modal .zoom { text-align: center; width: 100%; height: 230px; padding: 10px; } #quick-view-modal .thumb .item:hover a, #quick-view-modal .thumb .item.active a { border: 1px solid #E05544 !important; } #quick-view-modal .product-thumb:hover a:after, #quick-view-modal .product-thumb.active a:after { border-top: 5px solid rgba(224, 85, 68, 0) !important; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 6px solid #FF0000; content: ""; position: absolute; top: -12px; left: 0px; right: 0px; margin: auto; width: 6px; } #quick-view-modal li.product-thumb { float: left; display: block !important; } #quick-view-modal .image-zoom.row { text-align: center; } #quick-view-modal .image-zoom > img { max-width: 100%; max-height: 300px; margin-bottom:5px; } #quick-view-modal .btn-soldout { width: 100%; } div#quick-view-modal .modal-header { background: #AD0800; } #quick-view-modal .modal-title.p-title { font-weight: bold; text-align: left; padding-left: 20px; color: #fff; } .modal-header .close { margin-top: -30px; } #quick-view-modal .btn-color-add { background: ; padding: 0px 0px 0px 35px; color: ; font-size: 15px; border-radius: 3px; } .product-title.p-title h1 { font-size: 20px; padding: 5px 0px; font-weight: bold; color: #333; } #quick-view-modal .product-price { padding: 10px 0px; } #quick-view-modal .btn-color-add:hover, #quick-view-modal .btn-color-add:focus, #quick-view-modal .btn-color-add:active{ background: ; } button.close a:before { content:url('../images/icon-delete.png'); } .flex-direction-nav li a { width: 32px; height: 32px; display: block; background: url('../images/slide-arrow.png') no-repeat; position: absolute; top: calc(50% + 5px); outline: none; cursor: pointer; text-indent: -999em; border-radius: 50%; opacity: 0; line-height: 70px; } .flex-direction-nav .flex-prev { left: 10px; background-position: 0% -8px; } .flex-direction-nav .flex-next { background-position: 100% -8px; right: 10px; } #sliderproduct:hover .flex-direction-nav li a, #p-sliderproduct:hover .flex-direction-nav li a { opacity: 0.7; } /*========================================== COLLECTIONS ========================================*/ .t-search .product-list .item:nth-of-type(4n+1) { clear: both; } .breadcrumb { margin: 0px -15px; border-radius: 0; } div#content-collection { clear: both; padding: 20px 0px; } .browse-tags { text-align: right; } .product-list { margin-top: 20px; } .content_sortPagiBar .pagination { margin: 0px; float: right } .content_sortPagiBar .pagination>li { float: left; padding: 0px 2px } .content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span { font-size: 12px; color: #777; border-color: #f1f1f1 } .content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span { color: #fff; background: #AD0800; border-color: #AD0800 } .content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span { color: #fff; background: #AD0800; border-color: #AD0800 } .content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span { background: transparent; border-color: #f1f1f1 } .content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span { position: relative; height: 32px; font-size: 0px } .content_sortPagiBar .pagination .pagination_previous>a:before,.content_sortPagiBar .pagination .pagination_previous span:before { content: "Trước"; font-weight: 300; font-size: 12px; color: #777; display: block } .content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span { background: transparent; border-color: #f1f1f1 } .content_sortPagiBar .pagination .pagination_next>a,.content_sortPagiBar .pagination .pagination_next span { position: relative; height: 31px; font-size: 0px } .content_sortPagiBar .pagination .pagination_next>a:before,.content_sortPagiBar .pagination .pagination_next span:before { content: "Sau"; font-weight: 300; font-size: 12px; color: #777; display: block } .no-product { text-align: center; padding: 20px 0px; } .no-product p, .no-sp p { font-size: 18px; color: #6CB120; font-style: italic; display: inline-block; padding: 10px 30px; border: 1px; border-color: #8CC152; border-style: dashed; } .pro-col figure.effect-hera { height: 210px; } .main-content .product-list { position: relative; z-index: 0; } .content-product-list { //border-left: 1px solid #BDDE95;; //border-top: 1px solid #BDDE95;; } .fix-col { position: absolute; width: 100%; z-index: 10; box-shadow: 0 6px 12px rgba(0,0,0,.175); background: #fff; display: none; } .title-menu .fa-angle-down { margin-left: 10px; } .pro-col { padding: 5px !important; border-bottom: 1px solid #BDDE95; } .pro-col .product-detail h3.pro-name a { font-size: 15px; } .pro-col .product-detail h3.pro-name { height: 40px; } .filter-title h3 { position: relative; font-weight: 600; font-size: 14px; background: #8cc152; border: none; color: #fff; text-transform: uppercase; line-height: 30px; letter-spacing: 1px; margin: 0; padding: 6px 10px; } .bg { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; //border: 1px solid #e4e5e7; background: #f5f5f5; padding: 15px; } .catalog_filters { //border-bottom: 1px solid #BDDE95; font-weight: bold; font-size: 14px; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; padding-bottom: 5px; } .no-sp { padding: 10px 0px; font-size: 20px; color: #8CC152; } .line-fil ul { padding: 0px 0px 0px 10px; } .box-filter ul li { position: relative; //border-top: 1px solid #BDDE95; box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; } .box-filter ul li:first-child { //border-top: none; //box-shadow:none; } a.filter-click-color { line-height: 25px !important; } .box-filter ul li:last-child { margin-bottom: 20px; } .line-fil li a { color: #232323; text-transform: none; display: block; font-size: 13px; padding: 10px 15px; font-style: italic; } .box-filter > ul >li a:before { position: absolute; content: "\f096"; top: 11px; left: 0px; font-family: FontAwesome; font-size: 13px; color: #888; font-style: normal; } .filter-click-color:before{ display: none; } .box-filter > ul >li a:hover:before { content: "\f046"; } .box-filter > ul >li.active-filter a:before { content: "\f046"; } .box-filter > ul > li a.check:before { content: "\f046"; } a.filter-click-color { padding: 0px !important; font-size: 13px !important; } .color-filter.color span { width: 25px; height: 25px; float: left; margin-right: 5px; margin-top: -2px; border: 1px solid #fff; } .color-filter.color { margin-top: 5px; } .filter-click-color.check span { border: 1px solid #F00; background: url(../images/select-pro.png?v=1199) right bottom no-repeat; } .color-filter.color li { float: left; width: 50%; padding: 5px 0px; border: none; } .catalog_filters .fa{ display: none; } ul.bao-ql { padding: 10px 5px; margin: 5px 0px; border-width: 1px; border-color: #8CC152; border-style: dashed; } ul.bao-ql img { width: 25px; max-height: 20px; margin-right: 10px; } ul.bao-ql li { font-size: 13px; font-style: italic; margin-bottom: 5px; padding-left: 10px; } /*=================================== PRODUCT ===================================*/ /* end related product */ /* img zoom */ .flexslider li.product-thumb a { display: block; position: relative; } .product-thumb.active a:after, .product-thumb:hover a:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #E05544; content: ""; position: absolute; top: -5px; left: calc(50% - 4px); } .selector-wrapper,.select-wrapper { margin-top : 17px; } .selector-wrapper label,.select-wrapper label { font-size : 13px; color :#000; display:block; margin-bottom: 10px; font-weight: bold; } #buy-now { display : inline-block; } .col-md-12.list-like{padding:0px;} .product-thumb{ box-sizing: border-box; } li.product-thumb { border: 1px solid #eee; margin: 5px; padding:1px; text-align:center; display:inline-block; } .product-thumb.active, .product-thumb:hover { border: 1px solid #f00; position: relative; } #sliderproduct{ position: relative; } #sliderproduct .flex-viewport { width: 100%; margin: auto; } #sliderproduct .flex-direction-nav li a.flex-prev { left: 0; } #sliderproduct .flex-direction-nav li a.flex-next { right: 0; } div#surround { width: 100%; overflow: hidden; text-align: center; } li.product-thumb img { max-width: 100%; } div#price-preview { padding: 10px 0px; border-bottom: 1px #ddd dashed; } div#price-preview span { font-size: 22px; color: #AD0800; margin-right: 10px; display: inline-block; font-weight: bold; } div#price-preview del { font-size: 15px; color: #878787; display: inline-block; } .des { padding: 5px 0px; border-bottom: 1px #ddd dashed; width: 100%; overflow: hidden; } input#quantity { width: 50px; height: 30px; padding: 0px 5px; outline: none; } .box-information-more { background: url(../images/box-information-more.png); margin-top: 15px; } .box-information-more .box-wrapper { margin: 5px; background-color: #fff; } .box-information-more .box-left p { font-size: 14px; color: #AD0800; font-weight: bold; } .box-information-more .box-left { margin: 19px 0; text-align: center; } .box-information-more .box-left span { font-size: 12px; font-style: italic; display: block; margin-top: 5px; } .box-information-more .box-right ul li { margin: 3px 0px; } .box-information-more .box-right { border-left: 1px dotted #999; margin: 7px 0; } .box-information-more .box-right .free-change span { font-size: 12px; margin-left: 15px; } .box-information-more .box-right .free-give span { font-size: 12px; margin-left: 8px; } .box-information-more .box-right .free-checkout span { font-size: 12px; margin-left: 10px; } .pt20 { display: block; margin: 20px 0px; } /*=================================== BLOGS ===================================*/ div#pagination ul li { float: left; /* border: 1px solid #ccc; */ padding: 0px; //background: #eeeeee; margin: 2px; } div#pagination ul li a { color: #000; font-weight: bold; } div#pagination ul { float: right; margin: 15px 0; } div#pagination ul li.active { //background: #dddddd; } h2.title-article { font-size: 16px; font-weight: bold; margin: 6px 0; } h2.title-article a { color: #000; } .news-content { line-height: 1.4; margin-top: 20px; } ul.info-more li { text-transform: uppercase; font-weight: 600; font-size: 14px; } ul.info-more li a { color: #000; } .breadcrumbs { margin: 30px 0; } .breadcrumbs ul li.active span { color: #ee174f; font-weight: bold; } h2.title-article a:hover { color: #ee174f; } /**************************************grid****************************************/ .container .grid-100 { width: 100%; } .cl_dr_menu { min-width: 20%; float: left; } .container .grid-95 { width: 95%; float: left; } .container .grid-90 { width: 90%; float: left; } .container .grid-80 { width: 80%; float: left; } .container .grid-75 { width: 75%; float: left; } .container .grid-70 { width: 70%; float: left; } .container .grid-65 { width: 65%; float: left; } .container .grid-60 { width: 60%; float: left; } .container .grid-50 { width: 50%; float: left; } .container .grid-40 { width: 40%; float: left; } .grid-25 { width: 25%; float: left; } .grid-50 { width: 50%; float: left; } .grid-40 { width: 40%; float: left; } .grid-70 { width: 70%; float: left; } .container .grid-35 { width: 35%; float: left; } .container .grid-20 { width: 20%; float: left; } .container .grid-33 { width: 33%; float: left; } .container .grid-30 { width: 30%; float: left; } .container .grid-40 { width: 40%; float: left; } .container .grid-15 { width: 15%; float: left; } .container .grid-13 { width: 13%; float: left; } .container .grid-10 { width: 10%; float: left; } .container .grid-33 { width: 33.333%; float: left; margin: 5px 0; } img { max-width: 100%; vertical-align: middle; } .pro-hot { margin: 0px 2px; position: relative; overflow: hidden; } .img-hot img { max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; } .fixhot .img-hot { height: 185px; overflow: hidden; text-align: center; line-height: 185px; } .content-hot { position: absolute; bottom: 0px; width: 100%; padding: 6px; /* background: #000; */ color: #fff; padding: 14px 10px; -moz-box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); -webkit-box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); box-shadow: inset 4px -57px 50px rgba(0, 0, 0, 0.68); } .content-hot h2 a { color: #fff; } .content-hot h2 { margin-bottom: 5px; font-size: 14px; font-weight: 500; height: 15px; overflow: hidden; text-overflow: ellipsis; } .img-article { height: 200px; overflow: hidden; line-height: 200px; text-align: center; } .img-article img { max-height: 100%; max-width: 100%; display: inline-block; width: auto !important; height: auto !important; } .img-article div { height: 100%; width: 100%; } .content-hot p { color: #ccc; } .hot-blog { margin: 20px auto; } /*Sidebar*/ .list-tfix { padding: 12px 20px; font-size: 14px; color: rgb( 255, 255, 255 ); text-transform: uppercase; background: #000 !important; border-radius: 0 !important; } .news-menu.list-group { border-radius: 0px !important; box-shadow: none; } .av-tfix a { background: #fff !important; border-radius: 0px !important; border: none !important; box-shadow: none; font-size: 14px; color: rgb( 33, 33, 33 ); padding: 15px 0px !important; } .sidebar-banner img { width: 100%; } .sidebar-banner { margin-bottom: 30px; } .sidebar { overflow: hidden; margin-top: 20px; } .tfix-tab li { display: inline-block; padding: 0px !important; width: 50%; } .tfix-tab li a { padding: 10px!important; margin: 0px !important; width: 100%; background: #000 !important; border: none !important; color: #fff !important; border-bottom: 3px solid #fff !important; } .tfix-tab>li.active>a, .tfix-tab>li.active>a:hover, .tfix-tab>li.active>a:focus { border-bottom: 3px solid #F8123C !important; text-transform: uppercase !important; } .nav-tabs>li.active>a:hover{ text-transform: uppercase !important; } .tab-content.t-fix { border: none !important; } .tab-content.t-fix > div { padding: 0px !important; margin-top: 15px; } ul.nav.nav-tabs.tfix-tab { border: none; } .t-fix .article { clear: both; } .t-fix .article > div { padding: 5px; } .t-fix .article .img { padding-left: 0px !important; margin-bottom: 10px; } .t-fix .article .img img { width: 100%; height: 60px; } .t-fix .article .post-content a { font-size: 14px; color: rgb( 33, 33, 33 ); } .t-fix .article .post-content span.date { display: block; margin-top: 15px; color: #999999; font-size: 14px; } .fangae-blog { clear: both; padding-top: 20px; } .fangae-blog .list-tfix { width: 100%; float: left; padding: 13px 20px !important; } /*Article*/ .articles { padding: 0px; } .articles img{ max-width: 100%; } .header-ar h1 { font-size: 30px; color: rgb( 33, 33, 33 ); font-weight: 600; margin: 20px 0px; } p.au { margin-bottom: 10px; color: #7a7a7a; font-style: italic; display: block; } p.au span.name { color: #EE3968 !important; font-weight: bold !important; font-style: normal !important; } p.au span.name-bl{ color: #000 !important; font-weight: bold !important; font-style: normal !important; } .title-pr { padding: 13px 20px; margin-bottom: 10px; background: #000; color: #fff; margin: 30px 15px 20px 15px; } span.pr-tfix { font-size: 14px; text-transform: uppercase; } .pr-content { clear: both; padding: 0px 15px; } .detait-pr h5 { font-size: 14px; font-weight: bold; color: #000; margin-bottom: 5px; } .detait-pr h6 { font-size: 13px; margin-bottom: 5px; } .detait-pr { margin-bottom: 20px; padding: 0px; } .pro-ar .img { padding: 0px; } .article-body .social { float: left !important; text-align: right; position: relative; } a.addthis_button_facebook_like.at300b { width: 100px !important; overflow: hidden; } .fb_iframe_widget span iframe[style]{ //width: 450px !important; } div#article { overflow: hidden; } .bottom-s{ margin-top: 20px; } .splq-ar { margin: 10px -15px; padding: 0px; } .title-splq h3 { font-size: 16px; text-transform: uppercase; font-weight: bold; padding: 10px 20px; background: #fbfbfb; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; } .title-splq { margin-bottom: 20px; } .content-splqbv .product-text { margin-bottom: 20px; } div#blog { //overflow-x: hidden; } .top5 { margin-top: 35px; } .content-top5 ul > li { padding: 10px 20px; } span.dem { width: 25px; height: 25px; display: inline-block; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; text-align: center; line-height: 20px; margin-right: 10px; } .content-top5 ul li a { font-size: 14px; color: #000; } .comment { margin-top: 50px; } .content-comment { width: 100%; overflow: hidden; } .bvlq { margin-top: 50px; margin-bottom: 70px; } .img-lqt { width: 100%; height: 175px; text-align: center; line-height: 175px; overflow: hidden; padding: 0px; } .img-lqt img { max-height: 100%; display: inline-block; } .lq-detailt { padding: 0px; } a.lq-titlet { font-size: 16px; color: #000; display: block; margin-bottom: 5px; line-height: 20px; } a.lq-blogt { font-size: 14px; display: block; margin-bottom: 10px; } /*Page - story*/ span.header-page h1 { font-size: 30px; color: rgb( 33, 33, 33 ); text-align: left; display: block; margin-bottom: 10px; } .ct-page { width: 100%; overflow: hidden; } .ct-page img { max-width: 100%; } div#spbc-th { margin-top: 30px; } .title-page h3 { font-size: 14px; padding: 13px 20px; background: #000; color: #fff; display: block; margin-bottom: 10px; } @media screen and (min-width: 992px) and (max-width: 1199px){ .t-fix .article .img img { width: 100%; height: 55px; } .t-fix .article .post-content a { font-size: 12px; color: rgb( 33, 33, 33 ); } a.lq-titlet{ font-size: 14px; } } @media screen and (max-width: 767px){ .t-fix .article .img img { width: 100%; height: 220px; } .container .grid-50{ width: 100% !important; } .container .fix-xs .grid-50{ width: 50% !important; } h3.blogtt-xs { clear: both; padding: 10px; border-bottom: 1px solid #999999; } h3.blogtt-xs a { font-size: 14px; display: block; text-transform: uppercase; color: #000; } .owl-pagination { display: none; } .t-fixxs a { font-size: 15px !important; text-transform: uppercase; font-weight: bold; } .fix-xs .content-hot { padding: 5px; } .content-top5 ul > li { padding: 10px; } .header-ar h1 { font-size: 20px; } .fb_like_share { // margin-bottom: 0px; display: inline-block; /* float: left; */ } .title-splq h3 { text-transform: none; background: #000; color: #fff; } .pro-ar-xs .hs-product-box { padding: 5px !important; } .pro-ar-xs .product .product-text h5, .pro-ar-xs .product .product-text h6 a{ font-size: 12px; } div#owl-bvlq { margin: 0px; } } /* ---------------------------------------------------------------- Cart -----------------------------------------------------------------*/ .cart .remove { font-size: 14px; color: #AD0800; } .cart .remove:hover { color: #000; } .cart th { padding: 12px 15px !important; font-size: 14px; color: #555; } .cart td { padding: 12px 15px !important; vertical-align: middle !important; border-color: #E5E5E5 !important; } .cart-product-thumbnail a { display: block; width: 68px; } .cart-product-thumbnail img { display: block; width: 64px; height: 64px; border: 2px solid #EEE; } .cart-product-thumbnail img:hover { border-color: #AD0800; } .cart-product-name a, .product-name a { font-weight: bold; font-size: 13px; color: #000000; } .cart-product-name a:hover, .product-name a:hover { color: #ad0800; } .cart-product-price, .cart-product-quantity, .cart-product-subtotal { text-align: center !important; } .cart-product-quantity .quantity { display: inline-block; margin: 0; float: none; } td.actions { padding: 20px 15px !important; vertical-align: top !important; background-color: #F5F5F5; } .fright { padding: 15px 40px; font-size: 15px; border: 1px solid #AD0800; } .fright:hover { padding: 15px 40px !important; border: 1px solid #000; } .checkout-buttons label { display: block !important; font-size: 15px; margin-bottom: 10px; } .f-cart { padding: 20px; } .f-cart th { font-weight: bold; font-size: 15px; color: #AD0800; } .table-responsive.no-cart { text-align: center; } .table-responsive.no-cart * { font-size: 15px; display: block; overflow: hidden; padding: 5px; } .table-responsive.no-cart a { color: #AD0800; } /*========================================POPUP=========================================*/ #popup-newletter { background: url(//hstatic.net/817/1000069817/1000098314/pnewletter_bg.jpg?v=1199) no-repeat scroll bottom right #fff; text-align: left; padding: 20px; min-width: 621px; min-height: 420px; overflow: hidden; background-size: cover; } #popup-newletter h3 { font-size: 22px; color: #f9f9f9; margin: 0px 0px 10px; padding: 8px 0px; font-weight: normal; } #popup-newletter .pnewle-message { width: 55%; color: #868686; } #popup-newletter .pnewle-message span { font-size: 14px; margin-bottom: 20px; display: block; line-height: 1.5; } #popup-newletter .pnewle-message p { font-size: 12px; margin-bottom: 10px; display: block; } #popup-newletter .pnewle-message ul { margin-bottom: 20px; } #popup-newletter .pnewle-form { width: 53%; } #popup-newletter .pnewle-form .newsletter-input { font-size: 12px; font-style: italic; height: 33px; } .form-control { display: block; width: 100%; height: 36px; padding: 7px 12px; font-size: 14px; line-height: 1.42857; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; } #popup-newletter .pnewle-form .btn { margin-top: 10px; background-color: #078ceb; color: #fff; font-family: Open Sans; font-family: 'Calibri'; font-style: italic; font-size: 11px; position: relative; padding: 5px 12px; } .social-icons { width: 53%; margin-top: 20px; } .social-icons .block_content ul { margin: 0px; } .social-icons .block_content ul li { width: 20%; text-align: center; padding: 0px; height: 40px; float: left; } .social-icons .block_content ul li a { font-size: 18px; display: inline-block; height: 35px; width: 35px; color: #828282; border: 1px solid transparent; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); } .social-icons .block_content ul li .fa { line-height: 35px; display: block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } .social-icons .block_content ul li.facebook a:hover { border-color: #428bca; } .social-icons .block_content ul li.twitter a:hover { border-color: #5bc0de; } .social-icons .block_content ul li.rss a:hover { border-color: #0eba9e; } .social-icons .block_content ul li.youtube a:hover { border-color: #CC181E; } .social-icons .block_content ul li.google-plus a:hover { border-color: #4387fd; } .social-icons .block_content ul li span { font-size: 0px; } .fancybox-overlay{ background: url('../images/fancybox_overlay.png?v=1199'); } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background: url('../images/fancybox_sprite.png?v=1199'); } #popup-newletter .pnewle-message ul li:before { content: "\f111"; position: absolute; font-family: "FontAwesome"; font-size: 5px; top: 3px; left: 10px; } #popup-newletter .pnewle-message ul li { font-size: 12px; position: relative; display: block; padding-left: 25px; margin: 10px 0px; } @media screen and (max-width: 1200px) { } @media screen and (max-width: 991px){ .bg { display: none; } .box-filter { display: none; } .line-fil { margin-bottom: 20px; } .catalog_filters { box-shadow: none !important; border-bottom: 1px solid #ccc; } #mobile-menu { display: block !important; } } @media screen and (min-width: 768px) and (max-width: 991px){ a.logo img { width: 100px; } .fixhot .img-hot{ height: 120px; } div#block-hot .img-hot { height: 240px; } } @media screen and (min-width: 768px) { #content-collection .product-list .item:nth-of-type(3n+1) { clear: both; } } @media screen and (max-width: 768px) { h1.title-page{ font-size: 20px } #columns{ padding-top: 0px; } #cart-page{ margin-top: 0px; } .update-cart{ margin-bottom: 10px; } } @media screen and (max-width: 767px) { #content-collection .product-list .item:nth-of-type(2n+1) { clear: both; } div#block-hot .img-hot { height: 250px; } .fixhot .img-hot { height: 130px; } } @media screen and (max-width: 480px) { #table-cart table td, #table-cart table th{ padding: 1em 1px; } #cart #checkout,#update-cart,.bottom-cart-right{ width: 100% } } @media screen and (max-width: 320px) { }
0.183447
0.06148
@CHARSET "ISO-8859-1";.bootstrap-checkbox > button.btn{padding:7px 0 4px 2px;width:28px;} .bootstrap-checkbox > button.btn.displayAsButton{width:auto;} .bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox{padding:0 8px 0 4px;} .bootstrap-checkbox > button.btn.displayAsButton > span.icon{margin:2px 4px;} .bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox{padding:0 4px 0 8px;} .bootstrap-checkbox > button.btn.btn-large{padding:10px 0 6px 2px;width:36px;} .bootstrap-checkbox > button.btn.btn-small{padding:5px 0 3px 1px;width:24px;} .bootstrap-checkbox > button.btn.btn-mini{padding:4px 0 1px 1px;width:20px;} .bootstrap-checkbox > .btn.btn-link{text-decoration:none;} label.bootstrap-checkbox.disabled{cursor:default;color:#666;} .bootstrap-checkbox > .label-prepend-checkbox{padding-right:4px;} .bootstrap-checkbox > .label-checkbox{padding-left:4px;} .bootstrap-checkbox.disabled > [class^="label-"], .bootstrap-checkbox > .btn[disabled]{cursor:not-allowed;} [class^="cb-icon-"], [class*=" cb-icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/icons.png");background-position:14px 14px;background-repeat:no-repeat;} .bootstrap-checkbox button.btn > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check{background-position:0 -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check, .bootstrap-checkbox button.btn:focus > span.cb-icon-check, .bootstrap-checkbox button.btn:active > span.cb-icon-check{background-position:0 -25px;} .bootstrap-checkbox button.btn > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty{background-position:-24px -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:active > span.cb-icon-check-empty{background-position:-24px -25px;} .bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate{background-position:-48px -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate{background-position:-48px -25px;}
public/bundles/mwsimpleadmincrud/css/bootstrap-checkbox.min.css
@CHARSET "ISO-8859-1";.bootstrap-checkbox > button.btn{padding:7px 0 4px 2px;width:28px;} .bootstrap-checkbox > button.btn.displayAsButton{width:auto;} .bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox{padding:0 8px 0 4px;} .bootstrap-checkbox > button.btn.displayAsButton > span.icon{margin:2px 4px;} .bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox{padding:0 4px 0 8px;} .bootstrap-checkbox > button.btn.btn-large{padding:10px 0 6px 2px;width:36px;} .bootstrap-checkbox > button.btn.btn-small{padding:5px 0 3px 1px;width:24px;} .bootstrap-checkbox > button.btn.btn-mini{padding:4px 0 1px 1px;width:20px;} .bootstrap-checkbox > .btn.btn-link{text-decoration:none;} label.bootstrap-checkbox.disabled{cursor:default;color:#666;} .bootstrap-checkbox > .label-prepend-checkbox{padding-right:4px;} .bootstrap-checkbox > .label-checkbox{padding-left:4px;} .bootstrap-checkbox.disabled > [class^="label-"], .bootstrap-checkbox > .btn[disabled]{cursor:not-allowed;} [class^="cb-icon-"], [class*=" cb-icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/icons.png");background-position:14px 14px;background-repeat:no-repeat;} .bootstrap-checkbox button.btn > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check{background-position:0 -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check, .bootstrap-checkbox button.btn:focus > span.cb-icon-check, .bootstrap-checkbox button.btn:active > span.cb-icon-check{background-position:0 -25px;} .bootstrap-checkbox button.btn > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty{background-position:-24px -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:active > span.cb-icon-check-empty{background-position:-24px -25px;} .bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate{background-position:-48px -1px;} .bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate{background-position:-48px -25px;}
0.283385
0.032436
@font-face { font-family: "Heading Pro Wide"; src: url("../assets/fonts/Heading-Pro-Wide-ExtraBold.woff") format("woff"), url("../assets/fonts/Heading-Pro-Wide-ExtraBold.ttf") format("ttf"), url("../assets/fonts/Heading-Pro-Wide-ExtraBold.eot") format("eot"); } body { height: 100vh; width: 100vw; } .js .title { /*opacity: 0;*/ } .gallery { grid-area: content; justify-self: center; } .gallery__item { position: relative; margin: 25vh 0; display: grid; grid-template-areas: 'gallery-caption' 'gallery-image'; grid-template-columns: 100%; } .gallery__item-img:not(:first-child) { /*grid-area: gallery-image;*/ width: 600px; /*width: calc(100vw - 30vw);*/ /*max-width: 500px;*/ overflow: hidden; position: relative; will-change: transform, opacity; cursor: pointer; } .gallery__item-img:first-child { /*grid-area: gallery-image;*/ /*width: calc(100vw - 30vw);*/ /*max-width: 100%;*/ width: 20vw; overflow: hidden; position: relative; will-change: transform, opacity; cursor: pointer; } /* .gallery__item:first-child { max-width: 100% !important; } */ .noscroll .gallery__item-img { cursor: default; } .js .gallery__item-img { opacity: 0; } .gallery__item-imginner { background-size: cover; background-position: 50% 0; width: 100%; padding-bottom: 140%; } .gallery__item-caption { grid-area: gallery-caption; /*padding: 0 0 1rem;*/ } .gallery__item-title { position: absolute; left: 0; width: 100%; text-align: center; font-size: 10vw; font-family: 'Heading Pro Wide'; font-weight: 100; display: flex; justify-content: center; margin: 0; bottom: 15%; pointer-events: none; } .gallery__item-title span.char { opacity: 0; will-change: transform; } .gallery__item-number { font-family: 'Heading Pro Wide'; font-weight: 100; font-size: 2.5rem; border-bottom: 1px solid #494444; width: 100%; display: block; margin-bottom: 1rem; } .gallery__item-text { margin: 0; } .gallery__item-number, .gallery__item-text { opacity: 0; will-change: transform, opacity; } .hero-wrapper { height: 100vh; width: 100vw; /*position: absolute;*/ /*top: 0;*/ opacity: 0; } .hero-img { object-fit: cover; width: inherit; height: inherit; } .hidden-element { position: absolute; /*top: 5%;*/ opacity: 0; padding: 100px 40px 40px 40px; } .hidden-logo { object-fit: cover; /*width: 100%;*/ /*height: auto;*/ } /*HERO*/ .hero-desc { display: flex; justify-content: space-between; flex-direction: row; width: 100%; } .hero-content { display: flex; flex-direction: column; justify-content: flex-end; height: 100vh; } .hero-info { width: 30%; } .copyrights { text-align: right; width: 20%; align-self: end; } .hero-subtext { width: 50%; padding: 40px; position: relative; bottom: 200px; } .logo-container { position: absolute; /*left: 50%;*/ /*bottom: 7%;*/ width: 600px; /*padding: 0 5%;*/ display: flex; justify-content: center; align-self: center; align-items: center; } .logo { object-fit: cover; width: 100%; } .title { /*grid-area: content;*/ margin: 0; z-index: 9; pointer-events: none; /*width: 100%;*/ /*height: 100vh;*/ /*display: flex;*/ /*align-items: center;*/ /*justify-content: center;*/ /*align-self: center;*/ /*text-transform: uppercase;*/ /*margin-top: 1%;*/ } /*OFFER SECTION*/ .section-container { height: 100vh; width: 100vw; padding: 0 15%; } /*END OFFER SECTION*/ /*MAIN2*/ .main2-left{ z-index: 5; margin-top: 50%; /*position: absolute;*/ /*bottom: 0;*/ } .main2-left-p { width: 50%; } .main2-right { width: 60%; height: 30%; position: absolute; right: 0; z-index: 1; } .main2-photo { width: 100%; } /*END MAIN2*/ .logo-pxdx { font-family: 'Heading Pro Wide'; font-style: normal; font-weight: 800; font-size: 12px; line-height: 18px; /* identical to box height, or 150% */ display: flex; align-items: center; color: #fff; text-transform: uppercase; text-decoration: none; /* margin-top: 5%; */ } .logo-pxdx:hover { border-bottom: none; } .logo-and { font-size:8px; margin: 0 10px; letter-spacing: 0; } @media screen and (min-width: 53em) { .gallery__item { grid-template-areas: 'gallery-filler gallery-image gallery-caption'; grid-template-columns: 15vw auto 15vw; } .gallery__item-caption { padding: 0 0 0 1rem; } }
src/css/demo1.css
@font-face { font-family: "Heading Pro Wide"; src: url("../assets/fonts/Heading-Pro-Wide-ExtraBold.woff") format("woff"), url("../assets/fonts/Heading-Pro-Wide-ExtraBold.ttf") format("ttf"), url("../assets/fonts/Heading-Pro-Wide-ExtraBold.eot") format("eot"); } body { height: 100vh; width: 100vw; } .js .title { /*opacity: 0;*/ } .gallery { grid-area: content; justify-self: center; } .gallery__item { position: relative; margin: 25vh 0; display: grid; grid-template-areas: 'gallery-caption' 'gallery-image'; grid-template-columns: 100%; } .gallery__item-img:not(:first-child) { /*grid-area: gallery-image;*/ width: 600px; /*width: calc(100vw - 30vw);*/ /*max-width: 500px;*/ overflow: hidden; position: relative; will-change: transform, opacity; cursor: pointer; } .gallery__item-img:first-child { /*grid-area: gallery-image;*/ /*width: calc(100vw - 30vw);*/ /*max-width: 100%;*/ width: 20vw; overflow: hidden; position: relative; will-change: transform, opacity; cursor: pointer; } /* .gallery__item:first-child { max-width: 100% !important; } */ .noscroll .gallery__item-img { cursor: default; } .js .gallery__item-img { opacity: 0; } .gallery__item-imginner { background-size: cover; background-position: 50% 0; width: 100%; padding-bottom: 140%; } .gallery__item-caption { grid-area: gallery-caption; /*padding: 0 0 1rem;*/ } .gallery__item-title { position: absolute; left: 0; width: 100%; text-align: center; font-size: 10vw; font-family: 'Heading Pro Wide'; font-weight: 100; display: flex; justify-content: center; margin: 0; bottom: 15%; pointer-events: none; } .gallery__item-title span.char { opacity: 0; will-change: transform; } .gallery__item-number { font-family: 'Heading Pro Wide'; font-weight: 100; font-size: 2.5rem; border-bottom: 1px solid #494444; width: 100%; display: block; margin-bottom: 1rem; } .gallery__item-text { margin: 0; } .gallery__item-number, .gallery__item-text { opacity: 0; will-change: transform, opacity; } .hero-wrapper { height: 100vh; width: 100vw; /*position: absolute;*/ /*top: 0;*/ opacity: 0; } .hero-img { object-fit: cover; width: inherit; height: inherit; } .hidden-element { position: absolute; /*top: 5%;*/ opacity: 0; padding: 100px 40px 40px 40px; } .hidden-logo { object-fit: cover; /*width: 100%;*/ /*height: auto;*/ } /*HERO*/ .hero-desc { display: flex; justify-content: space-between; flex-direction: row; width: 100%; } .hero-content { display: flex; flex-direction: column; justify-content: flex-end; height: 100vh; } .hero-info { width: 30%; } .copyrights { text-align: right; width: 20%; align-self: end; } .hero-subtext { width: 50%; padding: 40px; position: relative; bottom: 200px; } .logo-container { position: absolute; /*left: 50%;*/ /*bottom: 7%;*/ width: 600px; /*padding: 0 5%;*/ display: flex; justify-content: center; align-self: center; align-items: center; } .logo { object-fit: cover; width: 100%; } .title { /*grid-area: content;*/ margin: 0; z-index: 9; pointer-events: none; /*width: 100%;*/ /*height: 100vh;*/ /*display: flex;*/ /*align-items: center;*/ /*justify-content: center;*/ /*align-self: center;*/ /*text-transform: uppercase;*/ /*margin-top: 1%;*/ } /*OFFER SECTION*/ .section-container { height: 100vh; width: 100vw; padding: 0 15%; } /*END OFFER SECTION*/ /*MAIN2*/ .main2-left{ z-index: 5; margin-top: 50%; /*position: absolute;*/ /*bottom: 0;*/ } .main2-left-p { width: 50%; } .main2-right { width: 60%; height: 30%; position: absolute; right: 0; z-index: 1; } .main2-photo { width: 100%; } /*END MAIN2*/ .logo-pxdx { font-family: 'Heading Pro Wide'; font-style: normal; font-weight: 800; font-size: 12px; line-height: 18px; /* identical to box height, or 150% */ display: flex; align-items: center; color: #fff; text-transform: uppercase; text-decoration: none; /* margin-top: 5%; */ } .logo-pxdx:hover { border-bottom: none; } .logo-and { font-size:8px; margin: 0 10px; letter-spacing: 0; } @media screen and (min-width: 53em) { .gallery__item { grid-template-areas: 'gallery-filler gallery-image gallery-caption'; grid-template-columns: 15vw auto 15vw; } .gallery__item-caption { padding: 0 0 0 1rem; } }
0.448909
0.057838
*,* ::after,*::before{ box-sizing: border-box; } body,html{ margin: 0; padding: 0; background-image: url("https://i.imgur.com/kEi7iVt.png"); background-repeat: no-repeat; } .container{ height: 100vh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 85vh 15vh ; } .container .left{ grid-column: 1 / 2; display: flex; justify-content: center; align-items: center; } .container .left ul .follow{ margin-top: 52px; margin-right: 130px; } .container .left ul .join{ margin-right: 120px; } .container .left ul li { list-style-type: none; font-size: 19px; line-height: 24px; font-weight: bold; margin: 43px 0px; color: white; } .container .right{ grid-column: 2 / -1; display: flex; justify-content: center; align-items: center; } .container .right .card{ margin-left: 80px; } .container .right .card .image{ display: flex; justify-content: space-between; margin-left: -20px; /* margin-bottom: 100px; */ } .container .right .card h1{ font-size: 30px; line-height: 50px; color: black; margin-right: 160px; } .container .right .card p{ font-size: 18px; line-height: 32px; color: black; font-weight: bold; margin-right: 500px; } button.btn{ display: block; font-size: 17px; line-height: 20px; border-radius: 100px; font-weight: bold; color: white; background-color: #1da1f2; width: 28vw; height: 50px; border: none; outline: none; margin-bottom: 0.8rem; } button.btn:hover{ background-color:#2596be; transition: 0.5s; } button.btn1{ display: block; font-size: 17px; line-height: 20px; border-radius: 100px; font-weight: bold; color:#1da1f2; background-color: white; width: 28vw; height: 50px; border: none; outline: none; border:1px solid #1da1f2; } button.btn1:hover{ background-color: #74cafe; transition: 0.5s; color: white; } .container .bottom{ grid-column: 1 / -1; } .container .bottom ul{ text-align: center; color: #7c8796 } .container .bottom ul li{ display: inline-block; margin: 0 5px; } .container .bottom ul li a{ text-decoration: none; font-size: 14px; color: #7c8796 } .container .bottom ul li a:hover{ text-decoration:underline; } .bottom{ margin-top: 12px; }
twitter/src/Components/Home/Home.css
*,* ::after,*::before{ box-sizing: border-box; } body,html{ margin: 0; padding: 0; background-image: url("https://i.imgur.com/kEi7iVt.png"); background-repeat: no-repeat; } .container{ height: 100vh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 85vh 15vh ; } .container .left{ grid-column: 1 / 2; display: flex; justify-content: center; align-items: center; } .container .left ul .follow{ margin-top: 52px; margin-right: 130px; } .container .left ul .join{ margin-right: 120px; } .container .left ul li { list-style-type: none; font-size: 19px; line-height: 24px; font-weight: bold; margin: 43px 0px; color: white; } .container .right{ grid-column: 2 / -1; display: flex; justify-content: center; align-items: center; } .container .right .card{ margin-left: 80px; } .container .right .card .image{ display: flex; justify-content: space-between; margin-left: -20px; /* margin-bottom: 100px; */ } .container .right .card h1{ font-size: 30px; line-height: 50px; color: black; margin-right: 160px; } .container .right .card p{ font-size: 18px; line-height: 32px; color: black; font-weight: bold; margin-right: 500px; } button.btn{ display: block; font-size: 17px; line-height: 20px; border-radius: 100px; font-weight: bold; color: white; background-color: #1da1f2; width: 28vw; height: 50px; border: none; outline: none; margin-bottom: 0.8rem; } button.btn:hover{ background-color:#2596be; transition: 0.5s; } button.btn1{ display: block; font-size: 17px; line-height: 20px; border-radius: 100px; font-weight: bold; color:#1da1f2; background-color: white; width: 28vw; height: 50px; border: none; outline: none; border:1px solid #1da1f2; } button.btn1:hover{ background-color: #74cafe; transition: 0.5s; color: white; } .container .bottom{ grid-column: 1 / -1; } .container .bottom ul{ text-align: center; color: #7c8796 } .container .bottom ul li{ display: inline-block; margin: 0 5px; } .container .bottom ul li a{ text-decoration: none; font-size: 14px; color: #7c8796 } .container .bottom ul li a:hover{ text-decoration:underline; } .bottom{ margin-top: 12px; }
0.49048
0.082771
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== index.html ========================================================================== */ body{ font-size:0.8em; font-family:sans-serif; } header{ background:#f56b2a; width:100%; height:60px; /* padding-left:5%; padding-right:5%; */ position:fixed; top:0; z-index:10; } header img{ width:150px; } header nav #menuNav li{ display:inline-block; line-height:55px; margin-left:15px; } header nav #menuNav a{ color:white; } #menuNav li:last-child{ width:120px; height:60px; border-right:1px solid white; border-left:1px solid white; position:fixed; right:5%; top:13px; margin-bottom:5px; } .button_connect{ display:flex; align-items:center; justify-content:center; text-indent:2px; } #main{ display:flex; justify-content:space-around; margin:10px; margin-top:70px; padding:0 3% 3% 0; } #main h2{ font-size:1.2em; width:100%; height:50px; background-color:#666; color:white; display:flex; justify-content: center; align-items: center; } .left_map{ width:30%; } .left_map img{ width:100%; } .left_map p{ margin:20px 0 30px 0px; font-size:1.1em; } .button_one, .button_two{ width:100%; height:40px; background-color:rgba(65, 131, 215, 1); border-radius: 5px; display:flex; align-items:center; justify-content:center; transition:0.5s ease 0s; margin:15px; } .button_one{ color:white; } .button_two{ color:#4183d7; border:1px solid #4183d7; background-color:rgba(65, 131, 215, 0); } .button_one:hover{ opacity:0.8; text-decoration: none; } .button_two:hover{ text-decoration:none; background-color:rgba(65, 131, 215, 0.2); } a{ text-decoration:none; color:#369; } a:hover{ text-decoration:underline; } .right-main{ text-align:right; } .right-main li{ line-height:22px; } .right-main li a{ font-weight: bold; } .right-main li a:hover{ text-decoration: none; color:#f56b2a; } ul{ list-style-type:none; } .annonce{ text-align:center; padding:0px 5% 20px 5%; } #details{ background-color: #f2f2f2; display:flex; justify-content:space-around; padding:10px 5% 10px 5%; } #details li{ font-size:0.9em; line-height:20px; } .left_details, .middle_left, .middle_right, .right_details, .left_footer, .right_footer{ width:24%; } .title{ border-bottom: 1px solid #d1d1d1; padding:10px 0 5px 0; } .footer_index{ background-color:#474747; color:white; padding-left:5%; padding-right:5%; } footer a{ color:white; } footer select:focus{ outline: 1px solid #f56b2a; } footer select{ width:100%; height:40px; } .nav_footer li{ margin:15px 0 15px 0; } .title_bis{ font-size:1.1em; border-bottom: 1px solid #666; padding:10px 0 5px 0; } .inline{ display:inline-block; } .inline img{ width:120px; margin:-20px 0 0 10px; } .partenaires{ text-align:center; border-bottom: 1px solid #666; border-top: 1px solid #666; margin:0 15px 0 15px; padding:10px; } .reseau{ height:60px; padding-top:10px; } .reseau p{ display:inline-block; } .reseau p:first-child{ margin-left:15px; } .reseau p:last-child{ position:absolute; right:75px; } .reseau i { color:white; } /* ========================================================================== annonce.html ========================================================================== */ .main-annonce{ width:85%; height:auto; display:block; margin:auto; margin-top:75px; } .main-annonce h1{ font-size:1.5em; color:#989898; border-bottom:1px solid #ccc; font-weight:600; margin-bottom:40px; } .votre_annonce{ border-bottom:1px solid #ccc; } .main-annonce h2{ width:99%; color:white; background-color:#666; font-size:1.2em; font-weight:400; line-height:1.5; padding:10px 0 10px 10px; border-bottom:1px solid #ccc; } .left_annonce, .right_annonce{ height:auto; } .left_annonce{ border-left:1px solid #ccc; padding:5px; padding-left:15px; } .main-annonce h3{ font-size:1em; } .left_annonce input[type="checkbox"]{ vertical-align: bottom; position: relative; top: -1px; z-index:1; } .law{ background-color: #ffeebf; } .law p{ padding:10px; } .left_annonce select{ width:90%; height:45px; } .title_annonce input{ width:90%; height:25px; padding-left:10px; } .text_annonce input{ width:90%; height:200px; padding-left:10px; } .price_annonce input{ width:50%; height:25px; padding-left:10px; } .photos{ border-left:1px solid #ccc; border-right:1px solid #ccc; } .photos img{ padding:10px; } .semi_annonce{ display:flex; margin-top:-14px; } .right_annonce{ border-right:1px solid #ccc; } .semi_loca{ display:flex; border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc; margin-top:-14px; padding:10px; } .left_loca, .right_loca{ height:auto; } .left_loca{ padding:5px; padding-left:15px; } .ville input{ width:90%; height:25px; padding-left:10px; } .adresse input[type="text"]{ width:60%; height:25px; padding-left:10px; } .adresse input[type="button"]{ width:29%; padding:6px; } .info_adresse{ background-color: #d9e6f7; } .info_adresse p{ padding:10px; } .right_loca{ border:1px solid #ccc; } .right_loca img{ display:block; margin:auto; padding:5px; } .infos{ width:100%; height:auto; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; } .main-infos{ width:100%; padding-left:10px; } .main-infos input{ height:25px; } .infos input[type="checkbox"]{ vertical-align: bottom; position: relative; top: -1px; z-index:1; } .checkit ul{ position:relative; left:-28px; } .checkit li{ line-height:25px; } .obligatoire{ text-align:right; } .button_send{ background-color: #4c94ef; color: white; display:flex; justify-content: center; align-items: center; height:40px; border-radius: 5px; } .footer_annonce{ width:100%; height:80px; background-color:#474747; color:white; margin-top:30px; display:flex; align-items:center; } .footer_annonce p{ margin-left:7.5%; } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (max-width: 35em) { /* Style adjustments for viewports that meet the condition */ header img:first-child{ display:block; margin:auto; padding-top:15px; } .right-main{ display:none; } .pub{ display:none; } #menuNav{ display:none; } .menuPhone{ width:70px; height:40px; font-size:1.4em; text-align:center; line-height:40px; position:fixed; top:10px; left:10px; background-color:white; color:#f56b2a; border-radius: 5px; transition:0.5s ease 0s; } .menuPhone:hover{ color:#4183d7; background-color:#b6c5d8; text-decoration:none; } #details{ display:none; } .nav_footer{ display:none; } .partenaires{ display:none; } .left_map, .map{ display:flex; align-items: center; flex-direction:column; text-align:center; width:100%; } .button_one, .button_two{ width:50%; } select{ width:95%; height:60px; display:block; margin:auto; padding-left:20px; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:100%; } .main-infos input{ width:90%; } .semi_loca{ display:flex; align-items: center; flex-direction:column; } .left_loca, .right_loca{ min-width:80%; } .left_annonce{ width:100%; } .right_annonce{ width:0%; } } @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ header img:first-child{ display:block; margin:auto; padding-top:15px; } .right-main{ display:none; } .pub{ display:none; } #menuNav{ display:none; } .menuPhone{ width:70px; height:40px; font-size:1.4em; text-align:center; line-height:40px; position:fixed; top:10px; left:10px; background-color:white; color:#f56b2a; border-radius: 5px; transition:0.5s ease 0s; } .menuPhone:hover{ color:#4183d7; background-color:#b6c5d8; text-decoration:none; } #details{ display:none; } .nav_footer{ display:none; } .partenaires{ display:none; } .left_map, .map{ display:flex; align-items: center; flex-direction:column; text-align:center; width:100%; } .button_one, .button_two{ width:50%; } select{ width:95%; height:60px; display:block; margin:auto; padding-left:20px; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:100%; } .main-infos input{ width:90%; } .semi_loca{ display:flex; align-items: center; flex-direction:column; } .left_loca, .right_loca{ min-width:80%; } .left_annonce{ width:100%; } .right_annonce{ width:0%; } } @media only screen and (min-width: 48em){ .left_map, .map{ width:40%; } .button_one, .button_two{ width:100%; } .left_main{ display:flex; justify-content:space-around; } .pub{ display:block; } /* ========================================================================== annonce.html ========================================================================== */ .semi_loca{ flex-direction:row; } .left_loca, .right_loca{ min-width:30%; } } @media only screen and (min-width: 63em){ header img:first-child, .menuPhone{ display:none; } #menuNav{ display:flex; width:100%; padding-left:5%; padding-right:5%; } #menuNav img{ display:block; vertical-align: middle; } #menuNav li{ margin-top:-13px; } #details{ display:flex; } .nav_footer{ display:flex; justify-content:space-around; } .partenaires{ display:block; } .region{ display:none; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:20%; } .main-infos input{ width:20%; } .left_annonce, .right_annonce{ width:50%; } @media only screen and (min-width: 64em){ .right-main{ display:block; } } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== index.html ========================================================================== */ body{ font-size:0.8em; font-family:sans-serif; } header{ background:#f56b2a; width:100%; height:60px; /* padding-left:5%; padding-right:5%; */ position:fixed; top:0; z-index:10; } header img{ width:150px; } header nav #menuNav li{ display:inline-block; line-height:55px; margin-left:15px; } header nav #menuNav a{ color:white; } #menuNav li:last-child{ width:120px; height:60px; border-right:1px solid white; border-left:1px solid white; position:fixed; right:5%; top:13px; margin-bottom:5px; } .button_connect{ display:flex; align-items:center; justify-content:center; text-indent:2px; } #main{ display:flex; justify-content:space-around; margin:10px; margin-top:70px; padding:0 3% 3% 0; } #main h2{ font-size:1.2em; width:100%; height:50px; background-color:#666; color:white; display:flex; justify-content: center; align-items: center; } .left_map{ width:30%; } .left_map img{ width:100%; } .left_map p{ margin:20px 0 30px 0px; font-size:1.1em; } .button_one, .button_two{ width:100%; height:40px; background-color:rgba(65, 131, 215, 1); border-radius: 5px; display:flex; align-items:center; justify-content:center; transition:0.5s ease 0s; margin:15px; } .button_one{ color:white; } .button_two{ color:#4183d7; border:1px solid #4183d7; background-color:rgba(65, 131, 215, 0); } .button_one:hover{ opacity:0.8; text-decoration: none; } .button_two:hover{ text-decoration:none; background-color:rgba(65, 131, 215, 0.2); } a{ text-decoration:none; color:#369; } a:hover{ text-decoration:underline; } .right-main{ text-align:right; } .right-main li{ line-height:22px; } .right-main li a{ font-weight: bold; } .right-main li a:hover{ text-decoration: none; color:#f56b2a; } ul{ list-style-type:none; } .annonce{ text-align:center; padding:0px 5% 20px 5%; } #details{ background-color: #f2f2f2; display:flex; justify-content:space-around; padding:10px 5% 10px 5%; } #details li{ font-size:0.9em; line-height:20px; } .left_details, .middle_left, .middle_right, .right_details, .left_footer, .right_footer{ width:24%; } .title{ border-bottom: 1px solid #d1d1d1; padding:10px 0 5px 0; } .footer_index{ background-color:#474747; color:white; padding-left:5%; padding-right:5%; } footer a{ color:white; } footer select:focus{ outline: 1px solid #f56b2a; } footer select{ width:100%; height:40px; } .nav_footer li{ margin:15px 0 15px 0; } .title_bis{ font-size:1.1em; border-bottom: 1px solid #666; padding:10px 0 5px 0; } .inline{ display:inline-block; } .inline img{ width:120px; margin:-20px 0 0 10px; } .partenaires{ text-align:center; border-bottom: 1px solid #666; border-top: 1px solid #666; margin:0 15px 0 15px; padding:10px; } .reseau{ height:60px; padding-top:10px; } .reseau p{ display:inline-block; } .reseau p:first-child{ margin-left:15px; } .reseau p:last-child{ position:absolute; right:75px; } .reseau i { color:white; } /* ========================================================================== annonce.html ========================================================================== */ .main-annonce{ width:85%; height:auto; display:block; margin:auto; margin-top:75px; } .main-annonce h1{ font-size:1.5em; color:#989898; border-bottom:1px solid #ccc; font-weight:600; margin-bottom:40px; } .votre_annonce{ border-bottom:1px solid #ccc; } .main-annonce h2{ width:99%; color:white; background-color:#666; font-size:1.2em; font-weight:400; line-height:1.5; padding:10px 0 10px 10px; border-bottom:1px solid #ccc; } .left_annonce, .right_annonce{ height:auto; } .left_annonce{ border-left:1px solid #ccc; padding:5px; padding-left:15px; } .main-annonce h3{ font-size:1em; } .left_annonce input[type="checkbox"]{ vertical-align: bottom; position: relative; top: -1px; z-index:1; } .law{ background-color: #ffeebf; } .law p{ padding:10px; } .left_annonce select{ width:90%; height:45px; } .title_annonce input{ width:90%; height:25px; padding-left:10px; } .text_annonce input{ width:90%; height:200px; padding-left:10px; } .price_annonce input{ width:50%; height:25px; padding-left:10px; } .photos{ border-left:1px solid #ccc; border-right:1px solid #ccc; } .photos img{ padding:10px; } .semi_annonce{ display:flex; margin-top:-14px; } .right_annonce{ border-right:1px solid #ccc; } .semi_loca{ display:flex; border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc; margin-top:-14px; padding:10px; } .left_loca, .right_loca{ height:auto; } .left_loca{ padding:5px; padding-left:15px; } .ville input{ width:90%; height:25px; padding-left:10px; } .adresse input[type="text"]{ width:60%; height:25px; padding-left:10px; } .adresse input[type="button"]{ width:29%; padding:6px; } .info_adresse{ background-color: #d9e6f7; } .info_adresse p{ padding:10px; } .right_loca{ border:1px solid #ccc; } .right_loca img{ display:block; margin:auto; padding:5px; } .infos{ width:100%; height:auto; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; } .main-infos{ width:100%; padding-left:10px; } .main-infos input{ height:25px; } .infos input[type="checkbox"]{ vertical-align: bottom; position: relative; top: -1px; z-index:1; } .checkit ul{ position:relative; left:-28px; } .checkit li{ line-height:25px; } .obligatoire{ text-align:right; } .button_send{ background-color: #4c94ef; color: white; display:flex; justify-content: center; align-items: center; height:40px; border-radius: 5px; } .footer_annonce{ width:100%; height:80px; background-color:#474747; color:white; margin-top:30px; display:flex; align-items:center; } .footer_annonce p{ margin-left:7.5%; } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (max-width: 35em) { /* Style adjustments for viewports that meet the condition */ header img:first-child{ display:block; margin:auto; padding-top:15px; } .right-main{ display:none; } .pub{ display:none; } #menuNav{ display:none; } .menuPhone{ width:70px; height:40px; font-size:1.4em; text-align:center; line-height:40px; position:fixed; top:10px; left:10px; background-color:white; color:#f56b2a; border-radius: 5px; transition:0.5s ease 0s; } .menuPhone:hover{ color:#4183d7; background-color:#b6c5d8; text-decoration:none; } #details{ display:none; } .nav_footer{ display:none; } .partenaires{ display:none; } .left_map, .map{ display:flex; align-items: center; flex-direction:column; text-align:center; width:100%; } .button_one, .button_two{ width:50%; } select{ width:95%; height:60px; display:block; margin:auto; padding-left:20px; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:100%; } .main-infos input{ width:90%; } .semi_loca{ display:flex; align-items: center; flex-direction:column; } .left_loca, .right_loca{ min-width:80%; } .left_annonce{ width:100%; } .right_annonce{ width:0%; } } @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ header img:first-child{ display:block; margin:auto; padding-top:15px; } .right-main{ display:none; } .pub{ display:none; } #menuNav{ display:none; } .menuPhone{ width:70px; height:40px; font-size:1.4em; text-align:center; line-height:40px; position:fixed; top:10px; left:10px; background-color:white; color:#f56b2a; border-radius: 5px; transition:0.5s ease 0s; } .menuPhone:hover{ color:#4183d7; background-color:#b6c5d8; text-decoration:none; } #details{ display:none; } .nav_footer{ display:none; } .partenaires{ display:none; } .left_map, .map{ display:flex; align-items: center; flex-direction:column; text-align:center; width:100%; } .button_one, .button_two{ width:50%; } select{ width:95%; height:60px; display:block; margin:auto; padding-left:20px; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:100%; } .main-infos input{ width:90%; } .semi_loca{ display:flex; align-items: center; flex-direction:column; } .left_loca, .right_loca{ min-width:80%; } .left_annonce{ width:100%; } .right_annonce{ width:0%; } } @media only screen and (min-width: 48em){ .left_map, .map{ width:40%; } .button_one, .button_two{ width:100%; } .left_main{ display:flex; justify-content:space-around; } .pub{ display:block; } /* ========================================================================== annonce.html ========================================================================== */ .semi_loca{ flex-direction:row; } .left_loca, .right_loca{ min-width:30%; } } @media only screen and (min-width: 63em){ header img:first-child, .menuPhone{ display:none; } #menuNav{ display:flex; width:100%; padding-left:5%; padding-right:5%; } #menuNav img{ display:block; vertical-align: middle; } #menuNav li{ margin-top:-13px; } #details{ display:flex; } .nav_footer{ display:flex; justify-content:space-around; } .partenaires{ display:block; } .region{ display:none; } /* ========================================================================== annonce.html ========================================================================== */ .button_send{ width:20%; } .main-infos input{ width:20%; } .left_annonce, .right_annonce{ width:50%; } @media only screen and (min-width: 64em){ .right-main{ display:block; } } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.531209
0.071138
#login-page { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background: #cbffdf; } /* Login */ #login-page .login { background:white; width: 35%; height: 85%; border-radius:30px 0 0 30px; padding-left: 105px; } #login-page .plant-image { margin-top: 80px; width: 35px; } #login-page .title { margin-top: 60px; width: 300px; } #login-page .login h2 { font-size: 28px; } #login-page .welcome-text { margin-top: 15px; font-size: 14px; font-weight: 600; } /* Form */ #login-page #form { margin-top: 60px; width: 80%; } #login-page #form input { width: 100%; border: 0.5px solid #C4C4C4; border-radius: 30px; padding: 0.8rem; margin-top: 10px; outline: none; } #login-page #form input:focus { border-color: #4C35E4; } #login-page #form label { font-weight: 500; font-size: 16px; } #login-page #form label::after { content: " *"; color: #e30000; } #login-page .input-group { margin-top: 40px; } #login-page .input-group.actions button { width: 100%; height: 45px; border-radius: 30px; border: none; background: #4C35E4; color: white; cursor: pointer; } /* Account */ #login-page .account { width: 230px; margin-top: 40px; font-weight: 600; font-size: 14px; } #login-page .account .create-account { text-decoration: none; color: #4C35E4; } /* Informations */ #login-page .informations { background: linear-gradient(180deg, #38EF7D 0%, #11998E 100%); width: 35%; height: 85%; border-radius:0px 30px 30px 0px; display: flex; flex-direction: column; align-items: center; } /* Images */ #login-page .card-images { display: flex; align-items: center; justify-content: center; position: relative; margin-top: 40px; width: 100%; height: 60%; } #login-page .pin-image { position: absolute; right: 160px; top: 0; width: 18%; } #login-page .sun-image { position: absolute; left: 150px; top: 120px; width: 18%; } #login-page .cultivate-image { position: absolute; right: 100px; top: 200px; width: 35%; } /* Text */ #login-page .cultivate-message { color: white; width: 50%; display: flex; flex-direction: column; align-items: center; margin-top: 15px; } #login-page .cultivate-message h2 { text-align: center; font-size: 28px; line-height: 34px; } #login-page .cultivate-message small { margin-top: 8px; font-weight: 300; font-size: 20px; line-height: 24px; }
src/ui/Login/styles.css
#login-page { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background: #cbffdf; } /* Login */ #login-page .login { background:white; width: 35%; height: 85%; border-radius:30px 0 0 30px; padding-left: 105px; } #login-page .plant-image { margin-top: 80px; width: 35px; } #login-page .title { margin-top: 60px; width: 300px; } #login-page .login h2 { font-size: 28px; } #login-page .welcome-text { margin-top: 15px; font-size: 14px; font-weight: 600; } /* Form */ #login-page #form { margin-top: 60px; width: 80%; } #login-page #form input { width: 100%; border: 0.5px solid #C4C4C4; border-radius: 30px; padding: 0.8rem; margin-top: 10px; outline: none; } #login-page #form input:focus { border-color: #4C35E4; } #login-page #form label { font-weight: 500; font-size: 16px; } #login-page #form label::after { content: " *"; color: #e30000; } #login-page .input-group { margin-top: 40px; } #login-page .input-group.actions button { width: 100%; height: 45px; border-radius: 30px; border: none; background: #4C35E4; color: white; cursor: pointer; } /* Account */ #login-page .account { width: 230px; margin-top: 40px; font-weight: 600; font-size: 14px; } #login-page .account .create-account { text-decoration: none; color: #4C35E4; } /* Informations */ #login-page .informations { background: linear-gradient(180deg, #38EF7D 0%, #11998E 100%); width: 35%; height: 85%; border-radius:0px 30px 30px 0px; display: flex; flex-direction: column; align-items: center; } /* Images */ #login-page .card-images { display: flex; align-items: center; justify-content: center; position: relative; margin-top: 40px; width: 100%; height: 60%; } #login-page .pin-image { position: absolute; right: 160px; top: 0; width: 18%; } #login-page .sun-image { position: absolute; left: 150px; top: 120px; width: 18%; } #login-page .cultivate-image { position: absolute; right: 100px; top: 200px; width: 35%; } /* Text */ #login-page .cultivate-message { color: white; width: 50%; display: flex; flex-direction: column; align-items: center; margin-top: 15px; } #login-page .cultivate-message h2 { text-align: center; font-size: 28px; line-height: 34px; } #login-page .cultivate-message small { margin-top: 8px; font-weight: 300; font-size: 20px; line-height: 24px; }
0.293303
0.048722
html { font-size: 50.026668294270834px; } a { text-decoration: none; color: #000; } .page { width: 100%; height: 100vh; overflow: hidden; } .search-header { width: 100%; height: 1rem; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; border-bottom: 1px solid #efefef; } .search-header .back { width: .8rem; height: .8rem; background-image: url(../images/images/home/goods/back.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; } .search-header .search { width: 80%; height: .69rem; border: 1px solid #b2b2b2; border-radius: .1rem; font-size: .28rem; color: #626262; line-height: .69rem; padding-left: .2rem; } .goods-main { width: 100%; height: 92.5vh; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; } .goods-main .classify-wrap { width: 1.72rem; height: 100%; overflow: hidden; margin-right: 3%; position: relative; z-index: 1; } .goods-main .goods-content { width: 71%; height: 100%; } .active { color: red; } .goods-main .classify-wrap .classify-item { width: 100%; height: .8rem; border-bottom: 1px solid #efefef; background-color: #fff; font-size: .28rem; text-align: center; line-height: .8rem; overflow: hidden; } .goods-main .goods-content { width: 71%; height: 100%; } .goods-content-main { width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1; } .goods-wrap { width: 100%; height: auto; } .goods-wrap .classify-name { font-size: .28rem; width: 100%; height: .6rem; line-height: .6rem; overflow: hidden; } .goods-wrap .goods-items-wrap { width: 100%; height: auto; background-color: #fff; padding-top: .2rem; overflow: hidden; } .goods-wrap ul { width: 32%; height: auto; float: left; margin-left: .5%; margin-right: .5%; margin-bottom: .2rem; } .goods-wrap ul li:first-child { width: 1.5rem; height: 1.5rem; overflow: hidden; margin: 0 auto; text-align: center; } .goods-wrap ul li:first-child img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; } .goods-wrap ul li:nth-child(2) { width: 90%; height: .8rem; font-size: .24rem; overflow: hidden; text-align: center; margin: 0 auto; white-space: nowrap; text-overflow: ellipsis; margin-top: .2rem; } .search-component { width: 100%; height: 100%; position: fixed; z-index: 99; left: 0; top: 0; background-color: #fff; } .search-component .search-header { width: 100%; height: 1rem; border-bottom: 1px solid #efefef; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; } .search-component .search-header .close { width: .5rem; height: .5rem; background-image: url(../images/images/common/search_x.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; margin-left: .2rem; margin-right: .2rem; } .search-component .search-header .search-wrap { width: 78%; height: .64rem; border: 1px solid #b2b2b2; border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; } .search-component .search-header .search-wrap .search-input-wrap { width: 85%; height: 100%; border-right: 1px solid #b2b2b2; } .search-component .search-header .search-wrap .search { width: 80%; height: 78%; margin-left: .2rem; font-size: .28rem; border: none; } .search-component .search-header .search-wrap .search-btn { width: .5rem; height: .5rem; background-image: url(../images/images/common/search_icon.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; background-color: #fff; border: 0 none; outline: none; margin-left: .15rem; } .search-component .search-main { width: 100%; margin-top: .2rem; } .search-component .search-main .search-title-wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-justify-content: space-between; padding-left: .4rem; padding-right: .4rem; } .search-component .search-main .search-title-wrap .search-title { width: auto; font-size: .28rem; } .search-component .search-main .search-title-wrap .bin { width: .4rem; height: .4rem; background-image: url(../images/images/common/bin.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; } .search-component .search-main .search-keywords-wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; padding-left: .4rem; padding-right: .4rem; margin-top: .3rem; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; } .search-component .search-main .search-keywords-wrap .keywords { width: 26%; height: .6rem; color: #717376; border: 1px solid #efefef; border-radius: .64rem; font-size: .28rem; text-align: center; overflow: hidden; line-height: .6rem; margin-right: 1.3%; margin-left: 1.3%; margin-bottom: .2rem; padding-left: .1rem; padding-right: .1rem; } .load { width: 0.6rem; height: 0.6rem; background-image: url(/images/load.gif); background-size: 100%; position: fixed; z-index: 10000; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; } #goods-content_li { width: 100%; height: 36rem; } .van-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); } .van-dialog { position: fixed; top: 45%; left: 50%; width: 320px; overflow: hidden; font-size: 16px; background-color: #fff; border-radius: 16px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; } .van-dialog__message { max-height: 60vh; padding: 24px; overflow-y: auto; font-size: 14px; line-height: 20px; white-space: pre-wrap; text-align: center; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .van-dialog__footer--buttons { display: -webkit-box; display: -webkit-flex; display: flex; } .van-dialog__footer { overflow: hidden; -webkit-user-select: none; user-select: none; } .van-dialog__footer--buttons { display: -webkit-box; display: -webkit-flex; display: flex; } .van-dialog .van-button { border: 0; } .van-dialog__footer--buttons .van-button { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .van-dialog .van-button { border: 0; } .van-dialog__footer--buttons .van-button { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .van-button--large { width: 100%; height: 50px; line-height: 48px; } .van-button--default { color: #323233; background-color: #fff; border: 1px solid #ebedf0; } .van-button { position: relative; display: inline-block; box-sizing: border-box; height: 44px; margin: 0; padding: 0; font-size: 16px; line-height: 42px; text-align: center; border-radius: 2px; -webkit-transition: opacity .2s; transition: opacity .2s; -webkit-appearance: none; -webkit-text-size-adjust: 100%; }
public/shopip/css/search_menu.css
html { font-size: 50.026668294270834px; } a { text-decoration: none; color: #000; } .page { width: 100%; height: 100vh; overflow: hidden; } .search-header { width: 100%; height: 1rem; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; border-bottom: 1px solid #efefef; } .search-header .back { width: .8rem; height: .8rem; background-image: url(../images/images/home/goods/back.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; } .search-header .search { width: 80%; height: .69rem; border: 1px solid #b2b2b2; border-radius: .1rem; font-size: .28rem; color: #626262; line-height: .69rem; padding-left: .2rem; } .goods-main { width: 100%; height: 92.5vh; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; } .goods-main .classify-wrap { width: 1.72rem; height: 100%; overflow: hidden; margin-right: 3%; position: relative; z-index: 1; } .goods-main .goods-content { width: 71%; height: 100%; } .active { color: red; } .goods-main .classify-wrap .classify-item { width: 100%; height: .8rem; border-bottom: 1px solid #efefef; background-color: #fff; font-size: .28rem; text-align: center; line-height: .8rem; overflow: hidden; } .goods-main .goods-content { width: 71%; height: 100%; } .goods-content-main { width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1; } .goods-wrap { width: 100%; height: auto; } .goods-wrap .classify-name { font-size: .28rem; width: 100%; height: .6rem; line-height: .6rem; overflow: hidden; } .goods-wrap .goods-items-wrap { width: 100%; height: auto; background-color: #fff; padding-top: .2rem; overflow: hidden; } .goods-wrap ul { width: 32%; height: auto; float: left; margin-left: .5%; margin-right: .5%; margin-bottom: .2rem; } .goods-wrap ul li:first-child { width: 1.5rem; height: 1.5rem; overflow: hidden; margin: 0 auto; text-align: center; } .goods-wrap ul li:first-child img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; } .goods-wrap ul li:nth-child(2) { width: 90%; height: .8rem; font-size: .24rem; overflow: hidden; text-align: center; margin: 0 auto; white-space: nowrap; text-overflow: ellipsis; margin-top: .2rem; } .search-component { width: 100%; height: 100%; position: fixed; z-index: 99; left: 0; top: 0; background-color: #fff; } .search-component .search-header { width: 100%; height: 1rem; border-bottom: 1px solid #efefef; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; } .search-component .search-header .close { width: .5rem; height: .5rem; background-image: url(../images/images/common/search_x.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; margin-left: .2rem; margin-right: .2rem; } .search-component .search-header .search-wrap { width: 78%; height: .64rem; border: 1px solid #b2b2b2; border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; } .search-component .search-header .search-wrap .search-input-wrap { width: 85%; height: 100%; border-right: 1px solid #b2b2b2; } .search-component .search-header .search-wrap .search { width: 80%; height: 78%; margin-left: .2rem; font-size: .28rem; border: none; } .search-component .search-header .search-wrap .search-btn { width: .5rem; height: .5rem; background-image: url(../images/images/common/search_icon.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; background-color: #fff; border: 0 none; outline: none; margin-left: .15rem; } .search-component .search-main { width: 100%; margin-top: .2rem; } .search-component .search-main .search-title-wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-justify-content: space-between; padding-left: .4rem; padding-right: .4rem; } .search-component .search-main .search-title-wrap .search-title { width: auto; font-size: .28rem; } .search-component .search-main .search-title-wrap .bin { width: .4rem; height: .4rem; background-image: url(../images/images/common/bin.png); background-size: 100%; background-repeat: no-repeat; background-position: 50%; } .search-component .search-main .search-keywords-wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; padding-left: .4rem; padding-right: .4rem; margin-top: .3rem; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-wrap: wrap; } .search-component .search-main .search-keywords-wrap .keywords { width: 26%; height: .6rem; color: #717376; border: 1px solid #efefef; border-radius: .64rem; font-size: .28rem; text-align: center; overflow: hidden; line-height: .6rem; margin-right: 1.3%; margin-left: 1.3%; margin-bottom: .2rem; padding-left: .1rem; padding-right: .1rem; } .load { width: 0.6rem; height: 0.6rem; background-image: url(/images/load.gif); background-size: 100%; position: fixed; z-index: 10000; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; } #goods-content_li { width: 100%; height: 36rem; } .van-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); } .van-dialog { position: fixed; top: 45%; left: 50%; width: 320px; overflow: hidden; font-size: 16px; background-color: #fff; border-radius: 16px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; } .van-dialog__message { max-height: 60vh; padding: 24px; overflow-y: auto; font-size: 14px; line-height: 20px; white-space: pre-wrap; text-align: center; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .van-dialog__footer--buttons { display: -webkit-box; display: -webkit-flex; display: flex; } .van-dialog__footer { overflow: hidden; -webkit-user-select: none; user-select: none; } .van-dialog__footer--buttons { display: -webkit-box; display: -webkit-flex; display: flex; } .van-dialog .van-button { border: 0; } .van-dialog__footer--buttons .van-button { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .van-dialog .van-button { border: 0; } .van-dialog__footer--buttons .van-button { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .van-button--large { width: 100%; height: 50px; line-height: 48px; } .van-button--default { color: #323233; background-color: #fff; border: 1px solid #ebedf0; } .van-button { position: relative; display: inline-block; box-sizing: border-box; height: 44px; margin: 0; padding: 0; font-size: 16px; line-height: 42px; text-align: center; border-radius: 2px; -webkit-transition: opacity .2s; transition: opacity .2s; -webkit-appearance: none; -webkit-text-size-adjust: 100%; }
0.353986
0.058185
.code { font-family : "Courier New", Courier, monospace; } ul { list-style-position : outside; margin-bottom : 0em; margin-left : 0em; margin-right : 0em; margin-top : 0em; padding-bottom : 0em; padding-left : 0em; padding-right : 0em; padding-top : 0em; } li { list-style-position : inside; list-style-type : disc; padding-bottom : 0.3em; } body { background-repeat : repeat-x; font-family : "Times New Roman", Times, serif; font-size : 1.1em; line-height : 1.5em; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 0px; } a { background-color : transparent; background-image : none; text-decoration : none; } h1 { font-size : 1.7em; font-weight : bolder; line-height : 1em; margin-bottom : 0.5em; margin-top : 1.5em; } h1.no_top { margin-top : 0px; } .header { height : 270px; width : 760px; } .logo { height : 37px; padding-top : 23px; position : absolute; right : 20px; top : 0px; width : 250px; z-index : 1; } .main_text { margin-bottom : 0px; margin-top : 0px; padding-bottom : 1em; text-align : justify; } .label { float : left; height : 273px; margin-right : 10px; width : 250px; } .gala { color : #7a6c5f; font-size : 1.2em; } .capitals { font-size : 1.2em; font-variant : small-caps; } .navi { margin-bottom : 0px; margin-top : 0px; } .to_top { font-size : 0.9em; letter-spacing : -0.05em; margin-bottom : 0px; padding-bottom : 0px; text-align : right; } #page { background-repeat : repeat-x; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; padding-bottom : 0px; padding-left : 0px; padding-right : 0px; padding-top : 10px; width : 100%; } #data { background-color : transparent; margin-bottom : 0px; margin-left : auto; margin-right : auto; margin-top : 0px; padding-bottom : 0px; padding-left : 0px; padding-right : 0px; padding-top : 0px; position : relative; width : 760px; } #main_menu { background-color : transparent; background-image : none; font-size : 22px; font-weight : bolder; height : 61px; letter-spacing : -0.025em; margin-top : 8px; padding-top : 17px; text-align : right; } #main_menu a { padding-left : 15px; } #main_menu a:link, #main_menu a:visited { color: #fee6a7; } #main_menu a:hover, #main_menu a:active { color: #ffffff; } #text_navi { background-color : transparent; background-image : url('images/menu.jpg'); float : left; height : 198px; margin-bottom : 10px; margin-right : 10px; padding-left : 15px; padding-top : 10px; width : 133px; } #footer { background-repeat : repeat-x; font-size : 0.9em; letter-spacing : -0.05em; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 0px; padding-top : 16px; width : 100%; } #footer table { background-color : transparent; background-image : none; margin-left : auto; margin-right : auto; width : 760px; } #footer.footer_bg_home { background-image : url('images/footer_home.jpg'); } #footer.footer_bg_manual { background-image : url('images/footer_manual.jpg'); } #footer.footer_bg_howto { background-image : url('images/footer_howto.jpg'); } #footer.footer_bg_download { background-image : url('images/footer_download.jpg'); } #footer.footer_bg_contact { background-image : url('images/footer_contact.jpg'); }
default.css
.code { font-family : "Courier New", Courier, monospace; } ul { list-style-position : outside; margin-bottom : 0em; margin-left : 0em; margin-right : 0em; margin-top : 0em; padding-bottom : 0em; padding-left : 0em; padding-right : 0em; padding-top : 0em; } li { list-style-position : inside; list-style-type : disc; padding-bottom : 0.3em; } body { background-repeat : repeat-x; font-family : "Times New Roman", Times, serif; font-size : 1.1em; line-height : 1.5em; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 0px; } a { background-color : transparent; background-image : none; text-decoration : none; } h1 { font-size : 1.7em; font-weight : bolder; line-height : 1em; margin-bottom : 0.5em; margin-top : 1.5em; } h1.no_top { margin-top : 0px; } .header { height : 270px; width : 760px; } .logo { height : 37px; padding-top : 23px; position : absolute; right : 20px; top : 0px; width : 250px; z-index : 1; } .main_text { margin-bottom : 0px; margin-top : 0px; padding-bottom : 1em; text-align : justify; } .label { float : left; height : 273px; margin-right : 10px; width : 250px; } .gala { color : #7a6c5f; font-size : 1.2em; } .capitals { font-size : 1.2em; font-variant : small-caps; } .navi { margin-bottom : 0px; margin-top : 0px; } .to_top { font-size : 0.9em; letter-spacing : -0.05em; margin-bottom : 0px; padding-bottom : 0px; text-align : right; } #page { background-repeat : repeat-x; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; padding-bottom : 0px; padding-left : 0px; padding-right : 0px; padding-top : 10px; width : 100%; } #data { background-color : transparent; margin-bottom : 0px; margin-left : auto; margin-right : auto; margin-top : 0px; padding-bottom : 0px; padding-left : 0px; padding-right : 0px; padding-top : 0px; position : relative; width : 760px; } #main_menu { background-color : transparent; background-image : none; font-size : 22px; font-weight : bolder; height : 61px; letter-spacing : -0.025em; margin-top : 8px; padding-top : 17px; text-align : right; } #main_menu a { padding-left : 15px; } #main_menu a:link, #main_menu a:visited { color: #fee6a7; } #main_menu a:hover, #main_menu a:active { color: #ffffff; } #text_navi { background-color : transparent; background-image : url('images/menu.jpg'); float : left; height : 198px; margin-bottom : 10px; margin-right : 10px; padding-left : 15px; padding-top : 10px; width : 133px; } #footer { background-repeat : repeat-x; font-size : 0.9em; letter-spacing : -0.05em; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 0px; padding-top : 16px; width : 100%; } #footer table { background-color : transparent; background-image : none; margin-left : auto; margin-right : auto; width : 760px; } #footer.footer_bg_home { background-image : url('images/footer_home.jpg'); } #footer.footer_bg_manual { background-image : url('images/footer_manual.jpg'); } #footer.footer_bg_howto { background-image : url('images/footer_howto.jpg'); } #footer.footer_bg_download { background-image : url('images/footer_download.jpg'); } #footer.footer_bg_contact { background-image : url('images/footer_contact.jpg'); }
0.563138
0.225353
:root { --border-size: 1px; --border-size-medium: 2px; --border-style: solid; --border-color: var(--color-border); } .bordered, :local(.bordered) { border: var(--border-size) var(--border-style) var(--color-border); } .border-bottom, :local(.border-bottom) { border-bottom: var(--border-size) var(--border-style) var(--color-border); } /* ensure that a border-top item inside of a bordred element won't double up */ .bordered > .border-bottom:last-child { border-bottom: none; } .border-top, :local(.border-top) { border-top: var(--border-size) var(--border-style) var(--color-border); } /* ensure that a border-top item inside of a bordred element won't double up */ .bordered > .border-top:first-child { border-top: none; } .border-column-divider { border-right: var(--border-size) var(--border-style) var(--color-border); } .border-column-divider:last-child { border-right: none; } .border-row-divider { border-bottom: var(--border-size) var(--border-style) var(--color-border); } .border-row-divider:last-child { border-bottom: none; } .border-right { border-right: var(--border-size) var(--border-style) var(--color-border); } .border-left { border-left: var(--border-size) var(--border-style) var(--color-border); } .border-light { border-color: color(var(--color-border) alpha(-80%)) !important; } .border-dark, .border-dark-hover:hover { border-color: color(var(--color-accent2) alpha(-80%)) !important; } .border-purple { border-color: var(--color-accent7) !important; } .border-error, :local(.border-error) { border-color: var(--color-error) !important; } .border-gold { border-color: var(--color-warning) !important; } .border-success { border-color: var(--color-success) !important; } .border-brand, :local(.border-brand) { border-color: var(--color-brand) !important; } .border-transparent { border-color: transparent; } .border-brand-hover:hover { border-color: var(--color-brand); } .border-hover:hover { border-color: var(--color-border); } /* BORDERLESS IS THE DEFAULT */ /* ONLY USE IF needing to override an existing border! */ /* ensure there is no border via important */ .borderless, :local(.borderless) { border: none !important; } .border-dashed { border-style: dashed; } .border-dashed-bottom, :local(.border-bottom) { border-bottom: var(--border-size) dashed var(--color-border); } .border-medium { border-width: var(--border-size-medium); }
c#-metabase/frontend/src/metabase/css/core/bordered.css
:root { --border-size: 1px; --border-size-medium: 2px; --border-style: solid; --border-color: var(--color-border); } .bordered, :local(.bordered) { border: var(--border-size) var(--border-style) var(--color-border); } .border-bottom, :local(.border-bottom) { border-bottom: var(--border-size) var(--border-style) var(--color-border); } /* ensure that a border-top item inside of a bordred element won't double up */ .bordered > .border-bottom:last-child { border-bottom: none; } .border-top, :local(.border-top) { border-top: var(--border-size) var(--border-style) var(--color-border); } /* ensure that a border-top item inside of a bordred element won't double up */ .bordered > .border-top:first-child { border-top: none; } .border-column-divider { border-right: var(--border-size) var(--border-style) var(--color-border); } .border-column-divider:last-child { border-right: none; } .border-row-divider { border-bottom: var(--border-size) var(--border-style) var(--color-border); } .border-row-divider:last-child { border-bottom: none; } .border-right { border-right: var(--border-size) var(--border-style) var(--color-border); } .border-left { border-left: var(--border-size) var(--border-style) var(--color-border); } .border-light { border-color: color(var(--color-border) alpha(-80%)) !important; } .border-dark, .border-dark-hover:hover { border-color: color(var(--color-accent2) alpha(-80%)) !important; } .border-purple { border-color: var(--color-accent7) !important; } .border-error, :local(.border-error) { border-color: var(--color-error) !important; } .border-gold { border-color: var(--color-warning) !important; } .border-success { border-color: var(--color-success) !important; } .border-brand, :local(.border-brand) { border-color: var(--color-brand) !important; } .border-transparent { border-color: transparent; } .border-brand-hover:hover { border-color: var(--color-brand); } .border-hover:hover { border-color: var(--color-border); } /* BORDERLESS IS THE DEFAULT */ /* ONLY USE IF needing to override an existing border! */ /* ensure there is no border via important */ .borderless, :local(.borderless) { border: none !important; } .border-dashed { border-style: dashed; } .border-dashed-bottom, :local(.border-bottom) { border-bottom: var(--border-size) dashed var(--color-border); } .border-medium { border-width: var(--border-size-medium); }
0.477798
0.217587
body .userbar-tool { /*width: 240px; margin-top: 4px; position: relative;*/ position: absolute; left: 0; overflow: visible; z-index: 101; display: block; } .userbar-wrap { background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,176,117)),color-stop(1, rgb(0,171,114))); background-image:-webkit-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-o-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-ms-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00b075,endColorstr=#ff00ab72,GradientType=0)"; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00b075,endColorstr=#ff00ab72,GradientType=0);*/ } .userbar a:hover { text-decoration: none; } .weather-wrap .weather-more_wrap { background: #0c815a; overflow: visible; height: 0; border-top: 0 none; zoom: 1; } .weather-more_show { height: auto; border-top: 1px solid #0a6f4e; } .weather-more_line { -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; -o-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; border-bottom: 1px solid #0a6f4e; } div.settings-dropdown { top: 50px; overflow: visible; box-shadow: 2px 2px 2px #DEDEDE, -2px 0px 2px #DEDEDE; } ul.settings-site { padding: 5px 3px; } ul.settings-site a { height: 22px; line-height: 22px; width: 72px; padding: 0 20px; } ul.settings-site a:hover { background-color: #00b075; color: #fff; } .settings-site a.cur:hover { color: #00ac72; } /* .select_theme { background-color: #D2F3EA; } ul.select_theme { padding-right: 25px; padding-top: 10px; padding-bottom: 10px; }*/ .settings-arrow, .settings-arrow_bg { position: absolute; height: 0; width: 0; border: 6px dashed transparent; } .settings-arrow { border-bottom-color: #bee2d6; border-bottom-style: solid; top: -12px; left: 10px; } .settings-arrow_bg { border-bottom-color: #EBFCF7; border-bottom-style: solid; margin: -6px -7px 0 0; } .module-mask { background:rgba(255, 255, 255, 0.1); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19FFFFFF', endColorstr='#19FFFFFF'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#19FFFFFF', endColorstr='#19FFFFFF')"; cursor: pointer; } /* .body-theme_2 .settings-arrow { border-bottom-color: #d4e0eb; } .body-theme_2 .settings-arrow_bg { border-bottom-color: #eef3f8; } .body-theme_2 .select_theme { background-color: #CDE2F7; } .body-theme_2 .settings-site a:hover { background-color: #1188f7; color: #fff; } .body-theme_2 .settings-site a.cur { color: #1188f7; } .body-theme_2 .settings-site a.cur:hover { color: #1188f7; background-color: transparent; } .body-theme_3 .settings-arrow { border-bottom-color: #ecdfe1; } .body-theme_3 .settings-arrow_bg { border-bottom-color: #fcf6f7; } .body-theme_3 .select_theme { background-color: #FCE8EA; } .body-theme_3 .settings-site a:hover { background-color: #ff617b; color: #fff; } .body-theme_3 .settings-site a.cur { color: #ff617b; } .body-theme_3 .settings-site a.cur:hover { color: #ff617b; background-color: transparent; }*/ /*weather*/ .weather_last, .weather-info .dot_img, .weather-info .temperature_hum, .userbar-weather li.weather_last { display: none; } body .weather-info { width: auto; } .weather-info .text { visibility: visible; font-size: 12px; } .weather-info .temperature_p { font-size: 12px; } .userbar-weather ul.fl { height: 45px; padding-top: 5px; margin-right: 0; margin-top: 0; width: auto; padding-right: 18px; padding-left: 18px; cursor: pointer; } .userbar-weather ul.fl:hover { background-color: #06B67B; } .weather-wrap .userbar-weather { margin-left: 0; height: 50px; padding-top: 0; z-index: 1; } .userbar-weather .fl li { margin-left: 0; } div.userbar-weather_console { position: absolute; right: 100px; top: 74px; height: auto; display: none; } div.userbar-weather_console a { color: #000000; font-size: 14px; font-weight: 700; } #weatherView li img { width: auto; } .userbar-weather .weather-info span { font-weight: 500; } .userbar-weather_console .weather-days { display: none; } .weather-wrap .weather-more_wrap { position: absolute; right: -1px; top: 50px; height: auto; display: none; border: 1px solid #BEE2D6; box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; } .weather-wrap .weather-more { display: block; width: 325px; overflow: hidden; background: #F0FFFC; } .weather-wrap .weather-more li { padding: 16px 0; height: 98px; overflow: hidden; color: #899E99; width: 162px; margin-top: 1px; background: #D6F8EF; float: right; } .weather-wrap .weather-more .temperature_big, .weather-wrap .weather-more .humidity { color: #000000; } .weather-wrap .weather-more li img { padding: 14px 0; } body .weather-more_odd { margin-right: 1px; _margin-right: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .weather-wrap .weather-more .weather-more_today { float: none; text-align: right; width: auto; height: auto; padding: 10px 20px 26px; background: transparent; overflow: hidden; position: relative; } .weather-more_today .temperature_big { font-size: 18px; padding-right: 30px; } .weather-more_today .dot_img_head { margin-right: 14px; margin-top: 6px; } .weather-wrap .dot_img_head { margin-bottom: -4px; background: url(../img/drop.png?__sprite) no-repeat; } .weather-more_wrap .weather-more_line { border: none; } .weather-more .humidity { font-size: 13px; padding: 0; margin-left: 26px; } .weather-more_today .humidity { margin-left: 92px; margin-top: 5px; } .weather-more_today p { margin-top: 10px; margin-bottom: 10px; color: #000000; } .weather-more_today p:first-child { padding-right: 140px !important; color: #899E99 !important; } .weather-wrap .weather-more .weather-more_today img { position: absolute; top: 50px; right: 16px; padding: 0; } .weather-more_today .weather-more_tip-remind { padding-right: 0; color: #899E99; font-weight: 500; white-space: nowrap; position: absolute; bottom: 20px; right: 72px; } body div.userbar-weather_city-cur a { background: url(../img/select-city_tip.png) no-repeat left top; padding-left: 24px; display: inline-block; min-height: 14px; } .weather-wrap_arrow, .weather-wrap_arrow-bg { position: absolute; height: 0; width: 0; border: 6px solid transparent; } .weather-wrap_arrow { border-bottom-color: #bee2d6; bottom: -1px; right: 64px; display: none; z-index: 2; } .weather-wrap_arrow-bg { border-bottom-color: #EBFCF7; margin: -6px -7px 0 0; } div.userbar-weather_tip { left: 0; right: 15px; top: 44px; width: 200px; background-color: #FEFEFE; border-color: #BEE2D6; border-top-color: #00AB72; background-image: -moz-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -webkit-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -ms-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -o-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: linear-gradient(top, #FFFFFF, #FAFDFC); border-radius: 4px; padding: 2px 26px 2px 14px; height: 26px; } div.userbar-weather_tip .arrow { border-bottom-color: #9BDBC3; border-width: 7px; top: -14px; right: 22px; } div.userbar-weather_tip .arrow_bg { border-bottom-color: #FFFFFF; margin: -5px -6px 0 -8px; border-width: 6px; } .city-select .box-prompt-inner, .weather-wrap div.city-select { border: none; } .weather-wrap div.city-select { left: 0; right: -101px; top: -24px; width: 285px; border: 1px solid #BEE2D6; box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; border-top-width: 0; background: #F0FFFC; padding: 38px 20px 80px; overflow: hidden; color: #676566; font-size: 14px; } .city-select .weather_cur-city { font-size: 20px; font-weight: 600; height: 20px; margin-bottom: 30px; } .city-select .weather_close-btn { position: absolute; top: 16px; left: 20px; font-size: 18px; color: #B3E0D1; } .weather-wrap .city-select select { width: 260px; height: 26px; line-height: 26px; color: #000000; font-size: 14px; padding-right: 4px; } .weather-wrap .city-select label { font-size: 14px; margin-top: 10px; margin-bottom: 8px; } .weather-wrap .city-select .btn-bar { width: auto; margin-top: 30px; text-align: right; } .weather-wrap .mod-btn_normal, .weather-wrap .mod-btn_cancel { width: 110px; float: none; display: inline-block; border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; height: 26px; line-height: 26px; } .weather-wrap .mod-btn_normal { margin-left: 34px; background: url(../img/save-city_normal.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal .ui-button-text { color: #ffffff; } .weather-wrap .mod-btn_cancel .ui-button-text { color: #666666; } .weather-wrap .weather-tip_def { width: 9px; height: 9px; background: url(../img/arrow2-rtl.png?__sprite) no-repeat; position: absolute; left: 2px; bottom: 3px; pointer-events: none; cursor: pointer; z-index: 1; } .weather-wrap .weather-tip_up { background: url(../img/arrow1-rtl.png?__sprite) no-repeat; bottom: 0; top: 2px; } /*.body-theme_2 .userbar-weather ul.fl:hover { background-color: #2D90ED; } .body-theme_2 .weather-wrap .weather-more { background: #EEF3F8; } .body-theme_2 .weather-wrap .weather-more li { background: #D3E5F6; } .body-theme_2 .weather-more li.weather-more_today { background: transparent; } .body-theme_2 .weather-wrap div.city-select { background: #EEF3F8; border-color: #B9CFE4; } .body-theme_2 .weather-wrap_arrow-bg { border-bottom-color: #EEF3F8; } .body-theme_2 .weather-wrap_arrow { border-bottom-color:#B9CFE4; } .body-theme_2 .weather-wrap .mod-btn_normal { background: url(../img/save-city_normal_2.png?__sprite) no-repeat; } .body-theme_2 .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover_2.png?__sprite) no-repeat; } .body-theme_2 .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click_2.png?__sprite) no-repeat; } .body-theme_2 .city-select .weather_close-btn { color: #81B6E7; } .body-theme_2 .weather-wrap .weather-more_wrap { border-color: #B9CFE4; } .body-theme_3 .userbar-weather ul.fl:hover { background-color: #FCA1B1; } .body-theme_3 .weather-wrap .weather-more { background: #FCF6F7; } .body-theme_3 .weather-wrap .weather-more li { background: #FCE7EA; } .body-theme_3 .weather-more li.weather-more_today { background: transparent; } .body-theme_3 .weather-wrap div.city-select { background: #FCF6F7; border-color: #DDC8CB; } .body-theme_3 .weather-wrap_arrow-bg { border-bottom-color: #FCF6F7; } .body-theme_3 .weather-wrap_arrow { border-bottom-color: #DDC8CB; } .body-theme_3 .weather-wrap .mod-btn_normal { background: url(../img/save-city_normal_3.png?__sprite) no-repeat; } .body-theme_3 .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover_3.png?__sprite) no-repeat; } .body-theme_3 .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click_3.png?__sprite) no-repeat; } .body-theme_3 .city-select .weather_close-btn { color: #F9BBC5; } .body-theme_3 .weather-wrap .weather-more_wrap { border-color: #DDC8CB; }*/ /*吸顶*/ .header-fixed .userbar-wrap { position: fixed; width: 100%; top: 0; right: 0; background-image: none; background: rgba(0, 173, 115, 0.8); } /* .body-theme_2.header-fixed .userbar-wrap { background: rgba(16, 130, 236, 0.8); } .body-theme_3.header-fixed .userbar-wrap { background: rgba(249, 143, 160, 0.8); }*/ .header-fixed .userbar-wrap, .header-fixed .userbar, .header-fixed #indexLogo, .header-fixed .userbar-logo { height: 30px; } .header-fixed #indexLogo { float: right; width: 94px; background: url(../img/logo_test.png) no-repeat right center; } .header-fixed #indexLogo img { display: none !important; } .header-fixed .userbar-logo { /*margin-left: 251px;*/ } .header-fixed .userbar-logo_slogan, .header-fixed .userbar-date .calendar_bg, .header-fixed .userbar-date br { display: none !important; } .header-fixed .userbar-logo_tip, .header-fixed .tear-page, .header-fixed .userbar-weather_tip { display: none !important; } .header-fixed #weatherView li img { width: 20px; height: 18px; margin-top: 2px; } .header-fixed .userbar-date { /*padding-top: 0; padding-bottom: 0; margin-left: 12px; margin-right: 12px;*/ padding: 0 16px; line-height: 30px; width: auto !important; } .header-fixed .weather-info .text { margin-left: 4px; float: right; display: inline; margin-top: 2px; } .header-fixed .weather-wrap .userbar-weather, .header-fixed .account_trig, .header-fixed .setting-btn-wrap { height: 30px; } .header-fixed .account_trig img { width: 14px; height: 14px; } .header-fixed .userbar-weather ul.fl { height: 25px; padding: 2px 16px 3px; } .header-fixed .weather-info { margin-top: 2px; overflow: hidden; } .header-fixed div.userbar-weather_console { top: 54px; } .header-fixed .weather-wrap .weather-more_wrap, .header-fixed .account_logout, .header-fixed div.settings-dropdown { top: 30px; } .header-fixed .account_title, .header-fixed .userbar_split { line-height: 30px; } .header-fixed .account_login { top: 20px; } .header-fixed .settings .settings-btn { height: 30px; } .header-fixed .settings-btn img { width: 14px; height: 14px; } .header-fixed .settings .settings-btn_word { line-height: 30px; } .header-fixed .account-login_suc .account_trig img { width: 20px; height: 20px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; } .header-fixed .temperature_p { float: left; margin-top: 4px; } .header-fixed .userbar-weather img { margin-left: 14px; margin-top: 4px; } .header-fixed .newerguide-tip { _display: none; display: none !important; } .userbar-weather_city-cur { white-space: nowrap; position: absolute; right: -78px; } .userbar-tool .userbar_split { width: 4px\9; color: #ffffff; margin-right: -2px; margin-right: -3px\9; } .header-test-holder { display: none; height: 50px; } .header-fixed .header-test-holder { display: block; } /*页头吸顶高度为40px*/ .header-fixed-up .userbar-logoSibling { display: none; display: none !important; } .header-fixed-up .userbar-wrap, .header-fixed-up .userbar, .header-fixed-up #indexLogo, .header-fixed-up .userbar-logo { height: 40px; } .header-fixed-up .account_trig, .header-fixed-up .setting-btn-wrap { height: 40px; } .header-fixed-up .account_logout, .header-fixed-up div.settings-dropdown { top: 40px; } .header-fixed-up .account_title, .header-fixed-up .userbar_split { line-height: 40px; } .header-fixed-up .account_login { top: 30px; } .header-fixed-up .settings .settings-btn { height: 40px; } .header-fixed-up .settings .settings-btn_word { line-height: 40px; } /*页头吸顶高度为40px时的搜索框*/ /*普通搜索框*/ .header-fixed-up .userbar-btns, .header-fixed-up .box-search_tab, .header-fixed-up .box-search_hsrch { display: none; display: none !important; } .header-fixed-up .box-search_wrap { position: fixed; top: 3px; z-index: 499; margin-right: 110px; } .header-fixed-up .sg_tri .sg_btn .sg_new_num, .header-fixed-up .sg_v_tri .sg_v_btn .sg_v_new_num { top: -7px; } .header-fixed-up .box-search_inner { height: auto; } .header-fixed-up #searchGroupForm { /*overflow: hidden;*/ } .header-fixed-up .btn-search { border-width: 0; width: auto; } .header-fixed-up .btn-search_c { position: absolute; left: 16px; top: 6px; z-index: 14; text-indent: -1000px; white-space: nowrap; overflow: hidden; height: 23px; width: 23px; background: url(../img/i-search.png?__sprite) no-repeat; background-color: #00AC72; border-radius: 2px; -ms-border-radius: 2px; } .header-fixed-up .btn-search_c:hover { background-color: #089868; } .header-fixed-up .box-search_form { padding-right: 0; } .header-fixed-up .box-search_form .input { padding-left: 28px; background-color: white; } .header-fixed-up .box-search_form .input input { /*text-indent: 50px;*/ margin-right: 50px; } .header-fixed-up .box-search_logo_wrap { position: absolute; right: 10px; top: 20px; height: auto; width: auto; } .header-fixed-up .box-search_logo img { width: 16px; height: 16px; margin: 6px 8px 5px 6px; } .header-fixed-up .box-search_logo dt, .header-fixed-up .box-search_logo dd { padding: 0; } .header-fixed-up .box-search_logo a { /*border-right: 1px solid #B1B1B1;*/ height: 27px; } .header-fixed-up .box-search_logo dt { background-color: #F0F0F0; background-image: -moz-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -webkit-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -ms-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -o-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: linear-gradient(top, #FEFEFE, #E3E2E2); } .header-fixed-up .box-search_logos_show dt { background-image: none; width: 49px; } .header-fixed-up .box-search_form .box-search_focus { border-color: #12845D; } .header-fixed-up .sug-search, .header-fixed-up .baidu_sug, .header-fixed-up .baidu_video_sug { width: 516px; right: 48px; } .header-fixed-up .box-search_logo dt a { background: url(../img/i-arrow.png) no-repeat 11px 13px; border-left: 1px solid #B1B1B1; } .header-fixed-up .box-search_logos_show dt a { background: url(../img/i-arrow-open.png) no-repeat 11px 13px; } .header-fixed-up .box-search_logos_show { height: 0; overflow: visible; } .header-fixed-up .box-search_logos_show dd { background-color: #fff; text-align: right; margin-right: -1px; } .header-fixed-up .box-search_logos_show .box-search_logo_hover { background-color: #f5f7f7; } .header-fixed-up .box-search_logo .box-search_logo_first { border-top: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo .box-search_logo_last { border-bottom: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo dd a { white-space: nowrap; /*line-height: 27px;*/ color: #8C8B8B; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo dd a:hover { color: #5D5D5D; } .box-search-logo-item-tips { display: none; } .header-fixed-up .box-search-logo-item-tips { display: inline; vertical-align: middle; } .header-fixed-up .btn-search_ico { display: none; display: none !important; } .header-fixed-up #kbd { position: fixed !important; top: 38px !important; bottom: 0px !important; } .header-fixed-up .baidu_sug, .header-fixed-up .baidu_video_sug { margin-right: 0; } .header-fixed-up .box-search_logo_disabled dt a { background: 0 0; } .header-fixed-up .box-search_logo_disabled dt { width: 49px; } .header-fixed-up .box-search_logo_disabled dt a { padding-left: 1px; } .header-fixed-up .box-search .box-search_logo_disabled dt { background: none; background-color: #F0F0F0; background-image: -moz-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -webkit-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -ms-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -o-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: linear-gradient(top,#FEFEFE,#E3E2E2); } /***倒计时&&日历增强***/ body .userbar-date a { display: block; /*text-align: center;*/ } .userbar-date-cal { cursor: pointer; } body .calendar-open { background-color: #06B67B; } .userbar-date-cal .date-tip { width: 9px; height: 9px; background: url(../img/arrow2-rtl.png?__sprite) no-repeat; position: absolute; left: 2px; bottom: 3px; pointer-events: none; cursor: pointer; } .date-open .date-tip { background: url(../img/arrow1-rtl.png?__sprite) no-repeat; bottom: 0; top: 2px; } .userbar-date-cal .calendar-wrapper { position: absolute; top: 50px; right: -1px; background-color: #F0FFFB; /*width: 376px; height: 384px;*/ /*border: 1px solid #BEE2D6;*/ box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; border-top-width: 0; cursor: default; display: none; } .date-open .calendar-wrapper { display: block; } .header-fixed .userbar-date-cal .calendar-wrapper { top: 30px; } .header-fixed-up .userbar-date-cal .calendar-wrapper { top: 40px; } .userbar-date-cal .ui-arrow-t { right: 52px; border-bottom-color: #F0FFFB; } .userbar-date-cal .cal-btn { display: inline-block; max-width: 94%; height: 34px; line-height: 34px; color: #07b67b; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: absolute; bottom: 0; left: 12px; } .header-fixed .down-wrapper { display: none !important; } .header-fixed .date-wrapper { display: block !important; } /*极端天气提醒*/ .weather-wrap .userbar-weather_tip .tips-close { width: 6px; height: 6px; background: url(../img/del.png?__sprite) no-repeat; top: 6px; left: 6px; } .weather-wrap .userbar-weather_tip .tips-light { width: 15px; height: 17px; background: url(../img/light_new.png?__sprite) no-repeat; right: 6px; top: 6px; } .weather-wrap .userbar-weather_tip p { overflow: hidden; text-indent: 0; white-space: normal; line-height: normal; margin: 0; margin-top: -2px; height: 30px; } .weather-wrap .userbar-weather_tip .weather-remind-outer { display: table; height: 30px; font-weight: normal; } .weather-wrap .userbar-weather_tip .weather-remind-inner { display: table-cell; vertical-align: middle; word-break: break-word; font-weight: normal; } /*倒计时增强*/ .userbar-date-new_mod { box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -o-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -ms-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; } .userbar-date-new_mod .userbar-date { background: none !important; width: auto !important; float: none !important; } .userbar-date-new_mod .date-tip { display: none !important; } .userbar-date-new_mod .calendar-open { background-color: rgba(255,255,255, 0.2) !important; } /*@media \0screen { .userbar-date-new_mod .calendar-open { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33FFFFFF', endColorstr='#33FFFFFF'); } }*/ .userbar-date-new_mod .down-tip { visibility: hidden; } .userbar-date-new_mod .down-dhm .down-hm, .userbar-date-new_mod .down-dhm br { display: none !important; } .userbar-date-new_mod .userbar-date .down-wrapper .down-day, .userbar-date-new_mod .userbar-date .down-wrapper .down-dhm { float: none; display: block; } .userbar-date-new_mod .userbar-date .down-wrapper .down-day { margin-top: -3px; color: #ff0006; width: 36px; float: left; margin-left: 0; overflow: hidden; } .userbar-date-new_mod .userbar-date .down-wrapper .down-d { color: #FFFFFF; display: block; font-size: 10px; -webkit-transform: scale(0.8); margin-top: 24px; margin-left: -4px; } .userbar-date-new_mod .userbar-date .down-wrapper, .userbar-date-new_mod .down-wrapper .down-time { overflow: visible; } .userbar-date-new_mod2 .down-wrapper .down-time { float: right; } .header-fixed .userbar-date-new_mod { background: none !important; width: auto !important; box-shadow: 0; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; } .header-fixed .calendar-open { background-color: #06B67B !important; }
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/common/widget/header/header-com/rtl-s/rtl.more.css
body .userbar-tool { /*width: 240px; margin-top: 4px; position: relative;*/ position: absolute; left: 0; overflow: visible; z-index: 101; display: block; } .userbar-wrap { background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,176,117)),color-stop(1, rgb(0,171,114))); background-image:-webkit-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-o-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:-ms-linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); background-image:linear-gradient(-90deg,rgb(0,176,117) 0%,rgb(0,171,114) 100%); /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00b075,endColorstr=#ff00ab72,GradientType=0)"; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00b075,endColorstr=#ff00ab72,GradientType=0);*/ } .userbar a:hover { text-decoration: none; } .weather-wrap .weather-more_wrap { background: #0c815a; overflow: visible; height: 0; border-top: 0 none; zoom: 1; } .weather-more_show { height: auto; border-top: 1px solid #0a6f4e; } .weather-more_line { -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; -o-box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; box-shadow: 0 0 4px rgba(0,0,0,0.1) inset; border-bottom: 1px solid #0a6f4e; } div.settings-dropdown { top: 50px; overflow: visible; box-shadow: 2px 2px 2px #DEDEDE, -2px 0px 2px #DEDEDE; } ul.settings-site { padding: 5px 3px; } ul.settings-site a { height: 22px; line-height: 22px; width: 72px; padding: 0 20px; } ul.settings-site a:hover { background-color: #00b075; color: #fff; } .settings-site a.cur:hover { color: #00ac72; } /* .select_theme { background-color: #D2F3EA; } ul.select_theme { padding-right: 25px; padding-top: 10px; padding-bottom: 10px; }*/ .settings-arrow, .settings-arrow_bg { position: absolute; height: 0; width: 0; border: 6px dashed transparent; } .settings-arrow { border-bottom-color: #bee2d6; border-bottom-style: solid; top: -12px; left: 10px; } .settings-arrow_bg { border-bottom-color: #EBFCF7; border-bottom-style: solid; margin: -6px -7px 0 0; } .module-mask { background:rgba(255, 255, 255, 0.1); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19FFFFFF', endColorstr='#19FFFFFF'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#19FFFFFF', endColorstr='#19FFFFFF')"; cursor: pointer; } /* .body-theme_2 .settings-arrow { border-bottom-color: #d4e0eb; } .body-theme_2 .settings-arrow_bg { border-bottom-color: #eef3f8; } .body-theme_2 .select_theme { background-color: #CDE2F7; } .body-theme_2 .settings-site a:hover { background-color: #1188f7; color: #fff; } .body-theme_2 .settings-site a.cur { color: #1188f7; } .body-theme_2 .settings-site a.cur:hover { color: #1188f7; background-color: transparent; } .body-theme_3 .settings-arrow { border-bottom-color: #ecdfe1; } .body-theme_3 .settings-arrow_bg { border-bottom-color: #fcf6f7; } .body-theme_3 .select_theme { background-color: #FCE8EA; } .body-theme_3 .settings-site a:hover { background-color: #ff617b; color: #fff; } .body-theme_3 .settings-site a.cur { color: #ff617b; } .body-theme_3 .settings-site a.cur:hover { color: #ff617b; background-color: transparent; }*/ /*weather*/ .weather_last, .weather-info .dot_img, .weather-info .temperature_hum, .userbar-weather li.weather_last { display: none; } body .weather-info { width: auto; } .weather-info .text { visibility: visible; font-size: 12px; } .weather-info .temperature_p { font-size: 12px; } .userbar-weather ul.fl { height: 45px; padding-top: 5px; margin-right: 0; margin-top: 0; width: auto; padding-right: 18px; padding-left: 18px; cursor: pointer; } .userbar-weather ul.fl:hover { background-color: #06B67B; } .weather-wrap .userbar-weather { margin-left: 0; height: 50px; padding-top: 0; z-index: 1; } .userbar-weather .fl li { margin-left: 0; } div.userbar-weather_console { position: absolute; right: 100px; top: 74px; height: auto; display: none; } div.userbar-weather_console a { color: #000000; font-size: 14px; font-weight: 700; } #weatherView li img { width: auto; } .userbar-weather .weather-info span { font-weight: 500; } .userbar-weather_console .weather-days { display: none; } .weather-wrap .weather-more_wrap { position: absolute; right: -1px; top: 50px; height: auto; display: none; border: 1px solid #BEE2D6; box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; } .weather-wrap .weather-more { display: block; width: 325px; overflow: hidden; background: #F0FFFC; } .weather-wrap .weather-more li { padding: 16px 0; height: 98px; overflow: hidden; color: #899E99; width: 162px; margin-top: 1px; background: #D6F8EF; float: right; } .weather-wrap .weather-more .temperature_big, .weather-wrap .weather-more .humidity { color: #000000; } .weather-wrap .weather-more li img { padding: 14px 0; } body .weather-more_odd { margin-right: 1px; _margin-right: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .weather-wrap .weather-more .weather-more_today { float: none; text-align: right; width: auto; height: auto; padding: 10px 20px 26px; background: transparent; overflow: hidden; position: relative; } .weather-more_today .temperature_big { font-size: 18px; padding-right: 30px; } .weather-more_today .dot_img_head { margin-right: 14px; margin-top: 6px; } .weather-wrap .dot_img_head { margin-bottom: -4px; background: url(../img/drop.png?__sprite) no-repeat; } .weather-more_wrap .weather-more_line { border: none; } .weather-more .humidity { font-size: 13px; padding: 0; margin-left: 26px; } .weather-more_today .humidity { margin-left: 92px; margin-top: 5px; } .weather-more_today p { margin-top: 10px; margin-bottom: 10px; color: #000000; } .weather-more_today p:first-child { padding-right: 140px !important; color: #899E99 !important; } .weather-wrap .weather-more .weather-more_today img { position: absolute; top: 50px; right: 16px; padding: 0; } .weather-more_today .weather-more_tip-remind { padding-right: 0; color: #899E99; font-weight: 500; white-space: nowrap; position: absolute; bottom: 20px; right: 72px; } body div.userbar-weather_city-cur a { background: url(../img/select-city_tip.png) no-repeat left top; padding-left: 24px; display: inline-block; min-height: 14px; } .weather-wrap_arrow, .weather-wrap_arrow-bg { position: absolute; height: 0; width: 0; border: 6px solid transparent; } .weather-wrap_arrow { border-bottom-color: #bee2d6; bottom: -1px; right: 64px; display: none; z-index: 2; } .weather-wrap_arrow-bg { border-bottom-color: #EBFCF7; margin: -6px -7px 0 0; } div.userbar-weather_tip { left: 0; right: 15px; top: 44px; width: 200px; background-color: #FEFEFE; border-color: #BEE2D6; border-top-color: #00AB72; background-image: -moz-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -webkit-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -ms-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: -o-linear-gradient(top, #FFFFFF, #FAFDFC); background-image: linear-gradient(top, #FFFFFF, #FAFDFC); border-radius: 4px; padding: 2px 26px 2px 14px; height: 26px; } div.userbar-weather_tip .arrow { border-bottom-color: #9BDBC3; border-width: 7px; top: -14px; right: 22px; } div.userbar-weather_tip .arrow_bg { border-bottom-color: #FFFFFF; margin: -5px -6px 0 -8px; border-width: 6px; } .city-select .box-prompt-inner, .weather-wrap div.city-select { border: none; } .weather-wrap div.city-select { left: 0; right: -101px; top: -24px; width: 285px; border: 1px solid #BEE2D6; box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; border-top-width: 0; background: #F0FFFC; padding: 38px 20px 80px; overflow: hidden; color: #676566; font-size: 14px; } .city-select .weather_cur-city { font-size: 20px; font-weight: 600; height: 20px; margin-bottom: 30px; } .city-select .weather_close-btn { position: absolute; top: 16px; left: 20px; font-size: 18px; color: #B3E0D1; } .weather-wrap .city-select select { width: 260px; height: 26px; line-height: 26px; color: #000000; font-size: 14px; padding-right: 4px; } .weather-wrap .city-select label { font-size: 14px; margin-top: 10px; margin-bottom: 8px; } .weather-wrap .city-select .btn-bar { width: auto; margin-top: 30px; text-align: right; } .weather-wrap .mod-btn_normal, .weather-wrap .mod-btn_cancel { width: 110px; float: none; display: inline-block; border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; height: 26px; line-height: 26px; } .weather-wrap .mod-btn_normal { margin-left: 34px; background: url(../img/save-city_normal.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click.png?__sprite) no-repeat; } .weather-wrap .mod-btn_normal .ui-button-text { color: #ffffff; } .weather-wrap .mod-btn_cancel .ui-button-text { color: #666666; } .weather-wrap .weather-tip_def { width: 9px; height: 9px; background: url(../img/arrow2-rtl.png?__sprite) no-repeat; position: absolute; left: 2px; bottom: 3px; pointer-events: none; cursor: pointer; z-index: 1; } .weather-wrap .weather-tip_up { background: url(../img/arrow1-rtl.png?__sprite) no-repeat; bottom: 0; top: 2px; } /*.body-theme_2 .userbar-weather ul.fl:hover { background-color: #2D90ED; } .body-theme_2 .weather-wrap .weather-more { background: #EEF3F8; } .body-theme_2 .weather-wrap .weather-more li { background: #D3E5F6; } .body-theme_2 .weather-more li.weather-more_today { background: transparent; } .body-theme_2 .weather-wrap div.city-select { background: #EEF3F8; border-color: #B9CFE4; } .body-theme_2 .weather-wrap_arrow-bg { border-bottom-color: #EEF3F8; } .body-theme_2 .weather-wrap_arrow { border-bottom-color:#B9CFE4; } .body-theme_2 .weather-wrap .mod-btn_normal { background: url(../img/save-city_normal_2.png?__sprite) no-repeat; } .body-theme_2 .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover_2.png?__sprite) no-repeat; } .body-theme_2 .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click_2.png?__sprite) no-repeat; } .body-theme_2 .city-select .weather_close-btn { color: #81B6E7; } .body-theme_2 .weather-wrap .weather-more_wrap { border-color: #B9CFE4; } .body-theme_3 .userbar-weather ul.fl:hover { background-color: #FCA1B1; } .body-theme_3 .weather-wrap .weather-more { background: #FCF6F7; } .body-theme_3 .weather-wrap .weather-more li { background: #FCE7EA; } .body-theme_3 .weather-more li.weather-more_today { background: transparent; } .body-theme_3 .weather-wrap div.city-select { background: #FCF6F7; border-color: #DDC8CB; } .body-theme_3 .weather-wrap_arrow-bg { border-bottom-color: #FCF6F7; } .body-theme_3 .weather-wrap_arrow { border-bottom-color: #DDC8CB; } .body-theme_3 .weather-wrap .mod-btn_normal { background: url(../img/save-city_normal_3.png?__sprite) no-repeat; } .body-theme_3 .weather-wrap .mod-btn_normal:hover { background: url(../img/save-city_hover_3.png?__sprite) no-repeat; } .body-theme_3 .weather-wrap .mod-btn_normal:active { background: url(../img/save-city_click_3.png?__sprite) no-repeat; } .body-theme_3 .city-select .weather_close-btn { color: #F9BBC5; } .body-theme_3 .weather-wrap .weather-more_wrap { border-color: #DDC8CB; }*/ /*吸顶*/ .header-fixed .userbar-wrap { position: fixed; width: 100%; top: 0; right: 0; background-image: none; background: rgba(0, 173, 115, 0.8); } /* .body-theme_2.header-fixed .userbar-wrap { background: rgba(16, 130, 236, 0.8); } .body-theme_3.header-fixed .userbar-wrap { background: rgba(249, 143, 160, 0.8); }*/ .header-fixed .userbar-wrap, .header-fixed .userbar, .header-fixed #indexLogo, .header-fixed .userbar-logo { height: 30px; } .header-fixed #indexLogo { float: right; width: 94px; background: url(../img/logo_test.png) no-repeat right center; } .header-fixed #indexLogo img { display: none !important; } .header-fixed .userbar-logo { /*margin-left: 251px;*/ } .header-fixed .userbar-logo_slogan, .header-fixed .userbar-date .calendar_bg, .header-fixed .userbar-date br { display: none !important; } .header-fixed .userbar-logo_tip, .header-fixed .tear-page, .header-fixed .userbar-weather_tip { display: none !important; } .header-fixed #weatherView li img { width: 20px; height: 18px; margin-top: 2px; } .header-fixed .userbar-date { /*padding-top: 0; padding-bottom: 0; margin-left: 12px; margin-right: 12px;*/ padding: 0 16px; line-height: 30px; width: auto !important; } .header-fixed .weather-info .text { margin-left: 4px; float: right; display: inline; margin-top: 2px; } .header-fixed .weather-wrap .userbar-weather, .header-fixed .account_trig, .header-fixed .setting-btn-wrap { height: 30px; } .header-fixed .account_trig img { width: 14px; height: 14px; } .header-fixed .userbar-weather ul.fl { height: 25px; padding: 2px 16px 3px; } .header-fixed .weather-info { margin-top: 2px; overflow: hidden; } .header-fixed div.userbar-weather_console { top: 54px; } .header-fixed .weather-wrap .weather-more_wrap, .header-fixed .account_logout, .header-fixed div.settings-dropdown { top: 30px; } .header-fixed .account_title, .header-fixed .userbar_split { line-height: 30px; } .header-fixed .account_login { top: 20px; } .header-fixed .settings .settings-btn { height: 30px; } .header-fixed .settings-btn img { width: 14px; height: 14px; } .header-fixed .settings .settings-btn_word { line-height: 30px; } .header-fixed .account-login_suc .account_trig img { width: 20px; height: 20px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; } .header-fixed .temperature_p { float: left; margin-top: 4px; } .header-fixed .userbar-weather img { margin-left: 14px; margin-top: 4px; } .header-fixed .newerguide-tip { _display: none; display: none !important; } .userbar-weather_city-cur { white-space: nowrap; position: absolute; right: -78px; } .userbar-tool .userbar_split { width: 4px\9; color: #ffffff; margin-right: -2px; margin-right: -3px\9; } .header-test-holder { display: none; height: 50px; } .header-fixed .header-test-holder { display: block; } /*页头吸顶高度为40px*/ .header-fixed-up .userbar-logoSibling { display: none; display: none !important; } .header-fixed-up .userbar-wrap, .header-fixed-up .userbar, .header-fixed-up #indexLogo, .header-fixed-up .userbar-logo { height: 40px; } .header-fixed-up .account_trig, .header-fixed-up .setting-btn-wrap { height: 40px; } .header-fixed-up .account_logout, .header-fixed-up div.settings-dropdown { top: 40px; } .header-fixed-up .account_title, .header-fixed-up .userbar_split { line-height: 40px; } .header-fixed-up .account_login { top: 30px; } .header-fixed-up .settings .settings-btn { height: 40px; } .header-fixed-up .settings .settings-btn_word { line-height: 40px; } /*页头吸顶高度为40px时的搜索框*/ /*普通搜索框*/ .header-fixed-up .userbar-btns, .header-fixed-up .box-search_tab, .header-fixed-up .box-search_hsrch { display: none; display: none !important; } .header-fixed-up .box-search_wrap { position: fixed; top: 3px; z-index: 499; margin-right: 110px; } .header-fixed-up .sg_tri .sg_btn .sg_new_num, .header-fixed-up .sg_v_tri .sg_v_btn .sg_v_new_num { top: -7px; } .header-fixed-up .box-search_inner { height: auto; } .header-fixed-up #searchGroupForm { /*overflow: hidden;*/ } .header-fixed-up .btn-search { border-width: 0; width: auto; } .header-fixed-up .btn-search_c { position: absolute; left: 16px; top: 6px; z-index: 14; text-indent: -1000px; white-space: nowrap; overflow: hidden; height: 23px; width: 23px; background: url(../img/i-search.png?__sprite) no-repeat; background-color: #00AC72; border-radius: 2px; -ms-border-radius: 2px; } .header-fixed-up .btn-search_c:hover { background-color: #089868; } .header-fixed-up .box-search_form { padding-right: 0; } .header-fixed-up .box-search_form .input { padding-left: 28px; background-color: white; } .header-fixed-up .box-search_form .input input { /*text-indent: 50px;*/ margin-right: 50px; } .header-fixed-up .box-search_logo_wrap { position: absolute; right: 10px; top: 20px; height: auto; width: auto; } .header-fixed-up .box-search_logo img { width: 16px; height: 16px; margin: 6px 8px 5px 6px; } .header-fixed-up .box-search_logo dt, .header-fixed-up .box-search_logo dd { padding: 0; } .header-fixed-up .box-search_logo a { /*border-right: 1px solid #B1B1B1;*/ height: 27px; } .header-fixed-up .box-search_logo dt { background-color: #F0F0F0; background-image: -moz-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -webkit-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -ms-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: -o-linear-gradient(top, #FEFEFE, #E3E2E2); background-image: linear-gradient(top, #FEFEFE, #E3E2E2); } .header-fixed-up .box-search_logos_show dt { background-image: none; width: 49px; } .header-fixed-up .box-search_form .box-search_focus { border-color: #12845D; } .header-fixed-up .sug-search, .header-fixed-up .baidu_sug, .header-fixed-up .baidu_video_sug { width: 516px; right: 48px; } .header-fixed-up .box-search_logo dt a { background: url(../img/i-arrow.png) no-repeat 11px 13px; border-left: 1px solid #B1B1B1; } .header-fixed-up .box-search_logos_show dt a { background: url(../img/i-arrow-open.png) no-repeat 11px 13px; } .header-fixed-up .box-search_logos_show { height: 0; overflow: visible; } .header-fixed-up .box-search_logos_show dd { background-color: #fff; text-align: right; margin-right: -1px; } .header-fixed-up .box-search_logos_show .box-search_logo_hover { background-color: #f5f7f7; } .header-fixed-up .box-search_logo .box-search_logo_first { border-top: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo .box-search_logo_last { border-bottom: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo dd a { white-space: nowrap; /*line-height: 27px;*/ color: #8C8B8B; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; } .header-fixed-up .box-search_logo dd a:hover { color: #5D5D5D; } .box-search-logo-item-tips { display: none; } .header-fixed-up .box-search-logo-item-tips { display: inline; vertical-align: middle; } .header-fixed-up .btn-search_ico { display: none; display: none !important; } .header-fixed-up #kbd { position: fixed !important; top: 38px !important; bottom: 0px !important; } .header-fixed-up .baidu_sug, .header-fixed-up .baidu_video_sug { margin-right: 0; } .header-fixed-up .box-search_logo_disabled dt a { background: 0 0; } .header-fixed-up .box-search_logo_disabled dt { width: 49px; } .header-fixed-up .box-search_logo_disabled dt a { padding-left: 1px; } .header-fixed-up .box-search .box-search_logo_disabled dt { background: none; background-color: #F0F0F0; background-image: -moz-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -webkit-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -ms-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: -o-linear-gradient(top,#FEFEFE,#E3E2E2); background-image: linear-gradient(top,#FEFEFE,#E3E2E2); } /***倒计时&&日历增强***/ body .userbar-date a { display: block; /*text-align: center;*/ } .userbar-date-cal { cursor: pointer; } body .calendar-open { background-color: #06B67B; } .userbar-date-cal .date-tip { width: 9px; height: 9px; background: url(../img/arrow2-rtl.png?__sprite) no-repeat; position: absolute; left: 2px; bottom: 3px; pointer-events: none; cursor: pointer; } .date-open .date-tip { background: url(../img/arrow1-rtl.png?__sprite) no-repeat; bottom: 0; top: 2px; } .userbar-date-cal .calendar-wrapper { position: absolute; top: 50px; right: -1px; background-color: #F0FFFB; /*width: 376px; height: 384px;*/ /*border: 1px solid #BEE2D6;*/ box-shadow: 2px 2px 2px #DEDEDE, -2px 0 2px #DEDEDE; border-top-width: 0; cursor: default; display: none; } .date-open .calendar-wrapper { display: block; } .header-fixed .userbar-date-cal .calendar-wrapper { top: 30px; } .header-fixed-up .userbar-date-cal .calendar-wrapper { top: 40px; } .userbar-date-cal .ui-arrow-t { right: 52px; border-bottom-color: #F0FFFB; } .userbar-date-cal .cal-btn { display: inline-block; max-width: 94%; height: 34px; line-height: 34px; color: #07b67b; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: absolute; bottom: 0; left: 12px; } .header-fixed .down-wrapper { display: none !important; } .header-fixed .date-wrapper { display: block !important; } /*极端天气提醒*/ .weather-wrap .userbar-weather_tip .tips-close { width: 6px; height: 6px; background: url(../img/del.png?__sprite) no-repeat; top: 6px; left: 6px; } .weather-wrap .userbar-weather_tip .tips-light { width: 15px; height: 17px; background: url(../img/light_new.png?__sprite) no-repeat; right: 6px; top: 6px; } .weather-wrap .userbar-weather_tip p { overflow: hidden; text-indent: 0; white-space: normal; line-height: normal; margin: 0; margin-top: -2px; height: 30px; } .weather-wrap .userbar-weather_tip .weather-remind-outer { display: table; height: 30px; font-weight: normal; } .weather-wrap .userbar-weather_tip .weather-remind-inner { display: table-cell; vertical-align: middle; word-break: break-word; font-weight: normal; } /*倒计时增强*/ .userbar-date-new_mod { box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -o-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; -ms-box-shadow: rgba(0,0,0,0.1) 0px 0px 0px 1px inset; } .userbar-date-new_mod .userbar-date { background: none !important; width: auto !important; float: none !important; } .userbar-date-new_mod .date-tip { display: none !important; } .userbar-date-new_mod .calendar-open { background-color: rgba(255,255,255, 0.2) !important; } /*@media \0screen { .userbar-date-new_mod .calendar-open { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33FFFFFF', endColorstr='#33FFFFFF'); } }*/ .userbar-date-new_mod .down-tip { visibility: hidden; } .userbar-date-new_mod .down-dhm .down-hm, .userbar-date-new_mod .down-dhm br { display: none !important; } .userbar-date-new_mod .userbar-date .down-wrapper .down-day, .userbar-date-new_mod .userbar-date .down-wrapper .down-dhm { float: none; display: block; } .userbar-date-new_mod .userbar-date .down-wrapper .down-day { margin-top: -3px; color: #ff0006; width: 36px; float: left; margin-left: 0; overflow: hidden; } .userbar-date-new_mod .userbar-date .down-wrapper .down-d { color: #FFFFFF; display: block; font-size: 10px; -webkit-transform: scale(0.8); margin-top: 24px; margin-left: -4px; } .userbar-date-new_mod .userbar-date .down-wrapper, .userbar-date-new_mod .down-wrapper .down-time { overflow: visible; } .userbar-date-new_mod2 .down-wrapper .down-time { float: right; } .header-fixed .userbar-date-new_mod { background: none !important; width: auto !important; box-shadow: 0; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; } .header-fixed .calendar-open { background-color: #06B67B !important; }
0.347426
0.057177
body { margin:0px; background-image:none; position:relative; left:-117px; width:1153px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u9467 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9468 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9469_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9469 { position:absolute; left:128px; top:110px; width:200px; height:10px; } #u9470 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9471_img { position:absolute; left:0px; top:0px; width:140px; height:10px; } #u9471 { position:absolute; left:128px; top:110px; width:140px; height:10px; } #u9472 { position:absolute; left:2px; top:-3px; width:136px; visibility:hidden; word-wrap:break-word; } #u9473_div { position:absolute; left:0px; top:0px; width:26px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9473 { position:absolute; left:338px; top:106px; width:26px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9474 { position:absolute; left:0px; top:0px; width:26px; white-space:nowrap; } #u9475 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9476 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9477_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9477 { position:absolute; left:128px; top:146px; width:200px; height:10px; } #u9478 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9479_img { position:absolute; left:0px; top:0px; width:160px; height:10px; } #u9479 { position:absolute; left:128px; top:146px; width:160px; height:10px; } #u9480 { position:absolute; left:2px; top:-3px; width:156px; visibility:hidden; word-wrap:break-word; } #u9481_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9481 { position:absolute; left:339px; top:144px; width:14px; height:14px; font-family:'SimSun'; font-weight:400; font-style:normal; font-size:10px; color:#FFFFFF; } #u9482 { position:absolute; left:2px; top:1px; width:10px; word-wrap:break-word; } #u9483 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9484 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9485_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(251, 251, 251, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9485 { position:absolute; left:128px; top:180px; width:200px; height:10px; } #u9486 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9487_img { position:absolute; left:0px; top:0px; width:200px; height:10px; } #u9487 { position:absolute; left:128px; top:180px; width:200px; height:10px; } #u9488 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9489_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9489 { position:absolute; left:339px; top:178px; width:14px; height:14px; } #u9490 { position:absolute; left:2px; top:-1px; width:10px; visibility:hidden; word-wrap:break-word; } #u9491 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9492_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9492 { position:absolute; left:128px; top:216px; width:200px; height:10px; } #u9493 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9494_div { position:absolute; left:0px; top:0px; width:19px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9494 { position:absolute; left:338px; top:212px; width:19px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9495 { position:absolute; left:0px; top:0px; width:19px; white-space:nowrap; } #u9496 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9497_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(244, 244, 244, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9497 { position:absolute; left:129px; top:251px; width:200px; height:10px; } #u9498 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9499_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9499 { position:absolute; left:339px; top:249px; width:14px; height:14px; } #u9500 { position:absolute; left:2px; top:-1px; width:10px; visibility:hidden; word-wrap:break-word; } #u9501 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9502_div { position:absolute; left:0px; top:0px; width:59px; height:37px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:28px; color:#666666; } #u9502 { position:absolute; left:165px; top:364px; width:59px; height:37px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:28px; color:#666666; } #u9503 { position:absolute; left:0px; top:0px; width:59px; white-space:nowrap; } #u9504_img { position:absolute; left:0px; top:0px; width:159px; height:157px; } #u9504 { position:absolute; left:117px; top:305px; width:159px; height:157px; } #u9505 { position:absolute; left:2px; top:70px; width:155px; visibility:hidden; word-wrap:break-word; } #u9506 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9507_img { position:absolute; left:0px; top:0px; width:146px; height:146px; } #u9507 { position:absolute; left:289px; top:308px; width:146px; height:146px; } #u9508 { position:absolute; left:2px; top:65px; width:142px; visibility:hidden; word-wrap:break-word; } #u9509_img { position:absolute; left:0px; top:0px; width:8px; height:60px; } #u9509 { position:absolute; left:358px; top:351px; width:8px; height:60px; } #u9510 { position:absolute; left:2px; top:22px; width:4px; visibility:hidden; word-wrap:break-word; } #u9511 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9512_img { position:absolute; left:0px; top:0px; width:132px; height:132px; } #u9512 { position:absolute; left:472px; top:310px; width:132px; height:132px; } #u9513 { position:absolute; left:2px; top:58px; width:128px; visibility:hidden; word-wrap:break-word; } #u9514_img { position:absolute; left:0px; top:0px; width:56px; height:38px; } #u9514 { position:absolute; left:510px; top:357px; width:56px; height:38px; } #u9515 { position:absolute; left:2px; top:11px; width:52px; visibility:hidden; word-wrap:break-word; } #u9516 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9517_div { position:absolute; left:0px; top:0px; width:38px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:18px; color:#666666; } #u9517 { position:absolute; left:165px; top:511px; width:38px; height:24px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:18px; color:#666666; } #u9518 { position:absolute; left:0px; top:0px; width:38px; white-space:nowrap; } #u9519_img { position:absolute; left:0px; top:0px; width:92px; height:90px; } #u9519 { position:absolute; left:138px; top:479px; width:92px; height:90px; } #u9520 { position:absolute; left:2px; top:37px; width:88px; visibility:hidden; word-wrap:break-word; } #u9521 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9522_img { position:absolute; left:0px; top:0px; width:84px; height:84px; } #u9522 { position:absolute; left:320px; top:478px; width:84px; height:84px; } #u9523 { position:absolute; left:2px; top:34px; width:80px; visibility:hidden; word-wrap:break-word; } #u9524_img { position:absolute; left:0px; top:0px; width:4px; height:30px; } #u9524 { position:absolute; left:360px; top:505px; width:4px; height:30px; } #u9525 { position:absolute; left:2px; top:7px; width:1px; visibility:hidden; word-wrap:break-word; } #u9526 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9527_img { position:absolute; left:0px; top:0px; width:84px; height:84px; } #u9527 { position:absolute; left:496px; top:477px; width:84px; height:84px; } #u9528 { position:absolute; left:2px; top:34px; width:80px; visibility:hidden; word-wrap:break-word; } #u9529_img { position:absolute; left:0px; top:0px; width:26px; height:17px; } #u9529 { position:absolute; left:525px; top:511px; width:26px; height:17px; } #u9530 { position:absolute; left:2px; top:0px; width:22px; visibility:hidden; word-wrap:break-word; } #u9531 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9532_div { position:absolute; left:0px; top:0px; width:26px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9532 { position:absolute; left:165px; top:628px; width:26px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9533 { position:absolute; left:0px; top:0px; width:26px; white-space:nowrap; } #u9534_img { position:absolute; left:0px; top:0px; width:46px; height:45px; } #u9534 { position:absolute; left:155px; top:614px; width:46px; height:45px; } #u9535 { position:absolute; left:2px; top:14px; width:42px; visibility:hidden; word-wrap:break-word; } #u9536 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9537_img { position:absolute; left:0px; top:0px; width:42px; height:42px; } #u9537 { position:absolute; left:341px; top:615px; width:42px; height:42px; } #u9538 { position:absolute; left:2px; top:13px; width:38px; visibility:hidden; word-wrap:break-word; } #u9539_img { position:absolute; left:0px; top:0px; width:3px; height:17px; } #u9539 { position:absolute; left:361px; top:627px; width:3px; height:17px; } #u9540 { position:absolute; left:2px; top:0px; width:1px; visibility:hidden; word-wrap:break-word; } #u9541 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9542_img { position:absolute; left:0px; top:0px; width:42px; height:42px; } #u9542 { position:absolute; left:517px; top:609px; width:42px; height:42px; } #u9543 { position:absolute; left:2px; top:13px; width:38px; visibility:hidden; word-wrap:break-word; } #u9544_img { position:absolute; left:0px; top:0px; width:17px; height:11px; } #u9544 { position:absolute; left:529px; top:625px; width:17px; height:11px; } #u9545 { position:absolute; left:2px; top:-2px; width:13px; visibility:hidden; word-wrap:break-word; } #u9546 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9547_div { position:absolute; left:0px; top:0px; width:131px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC'; font-weight:200; font-style:normal; font-size:18px; color:#FF3399; } #u9547 { position:absolute; left:768px; top:110px; width:131px; height:19px; font-family:'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC'; font-weight:200; font-style:normal; font-size:18px; color:#FF3399; } #u9548 { position:absolute; left:0px; top:0px; width:131px; white-space:nowrap; } #u9549_div { position:absolute; left:0px; top:0px; width:500px; height:18px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FF3399; line-height:18px; } #u9549 { position:absolute; left:770px; top:150px; width:500px; height:18px; color:#FF3399; line-height:18px; } #u9550 { position:absolute; left:0px; top:0px; width:500px; word-wrap:break-word; } #u9551_img { position:absolute; left:-1px; top:-1px; width:6px; height:95px; } #u9551 { position:absolute; left:752px; top:112px; width:3px; height:92px; } #u9552 { position:absolute; left:2px; top:38px; width:1px; visibility:hidden; word-wrap:break-word; }
html/files/____progress_1/styles.css
body { margin:0px; background-image:none; position:relative; left:-117px; width:1153px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u9467 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9468 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9469_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9469 { position:absolute; left:128px; top:110px; width:200px; height:10px; } #u9470 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9471_img { position:absolute; left:0px; top:0px; width:140px; height:10px; } #u9471 { position:absolute; left:128px; top:110px; width:140px; height:10px; } #u9472 { position:absolute; left:2px; top:-3px; width:136px; visibility:hidden; word-wrap:break-word; } #u9473_div { position:absolute; left:0px; top:0px; width:26px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9473 { position:absolute; left:338px; top:106px; width:26px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9474 { position:absolute; left:0px; top:0px; width:26px; white-space:nowrap; } #u9475 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9476 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9477_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9477 { position:absolute; left:128px; top:146px; width:200px; height:10px; } #u9478 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9479_img { position:absolute; left:0px; top:0px; width:160px; height:10px; } #u9479 { position:absolute; left:128px; top:146px; width:160px; height:10px; } #u9480 { position:absolute; left:2px; top:-3px; width:156px; visibility:hidden; word-wrap:break-word; } #u9481_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9481 { position:absolute; left:339px; top:144px; width:14px; height:14px; font-family:'SimSun'; font-weight:400; font-style:normal; font-size:10px; color:#FFFFFF; } #u9482 { position:absolute; left:2px; top:1px; width:10px; word-wrap:break-word; } #u9483 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9484 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9485_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(251, 251, 251, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9485 { position:absolute; left:128px; top:180px; width:200px; height:10px; } #u9486 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9487_img { position:absolute; left:0px; top:0px; width:200px; height:10px; } #u9487 { position:absolute; left:128px; top:180px; width:200px; height:10px; } #u9488 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9489_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9489 { position:absolute; left:339px; top:178px; width:14px; height:14px; } #u9490 { position:absolute; left:2px; top:-1px; width:10px; visibility:hidden; word-wrap:break-word; } #u9491 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9492_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9492 { position:absolute; left:128px; top:216px; width:200px; height:10px; } #u9493 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9494_div { position:absolute; left:0px; top:0px; width:19px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9494 { position:absolute; left:338px; top:212px; width:19px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9495 { position:absolute; left:0px; top:0px; width:19px; white-space:nowrap; } #u9496 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9497_div { position:absolute; left:0px; top:0px; width:200px; height:10px; background:inherit; background-color:rgba(244, 244, 244, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u9497 { position:absolute; left:129px; top:251px; width:200px; height:10px; } #u9498 { position:absolute; left:2px; top:-3px; width:196px; visibility:hidden; word-wrap:break-word; } #u9499_img { position:absolute; left:0px; top:0px; width:14px; height:14px; } #u9499 { position:absolute; left:339px; top:249px; width:14px; height:14px; } #u9500 { position:absolute; left:2px; top:-1px; width:10px; visibility:hidden; word-wrap:break-word; } #u9501 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9502_div { position:absolute; left:0px; top:0px; width:59px; height:37px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:28px; color:#666666; } #u9502 { position:absolute; left:165px; top:364px; width:59px; height:37px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:28px; color:#666666; } #u9503 { position:absolute; left:0px; top:0px; width:59px; white-space:nowrap; } #u9504_img { position:absolute; left:0px; top:0px; width:159px; height:157px; } #u9504 { position:absolute; left:117px; top:305px; width:159px; height:157px; } #u9505 { position:absolute; left:2px; top:70px; width:155px; visibility:hidden; word-wrap:break-word; } #u9506 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9507_img { position:absolute; left:0px; top:0px; width:146px; height:146px; } #u9507 { position:absolute; left:289px; top:308px; width:146px; height:146px; } #u9508 { position:absolute; left:2px; top:65px; width:142px; visibility:hidden; word-wrap:break-word; } #u9509_img { position:absolute; left:0px; top:0px; width:8px; height:60px; } #u9509 { position:absolute; left:358px; top:351px; width:8px; height:60px; } #u9510 { position:absolute; left:2px; top:22px; width:4px; visibility:hidden; word-wrap:break-word; } #u9511 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9512_img { position:absolute; left:0px; top:0px; width:132px; height:132px; } #u9512 { position:absolute; left:472px; top:310px; width:132px; height:132px; } #u9513 { position:absolute; left:2px; top:58px; width:128px; visibility:hidden; word-wrap:break-word; } #u9514_img { position:absolute; left:0px; top:0px; width:56px; height:38px; } #u9514 { position:absolute; left:510px; top:357px; width:56px; height:38px; } #u9515 { position:absolute; left:2px; top:11px; width:52px; visibility:hidden; word-wrap:break-word; } #u9516 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9517_div { position:absolute; left:0px; top:0px; width:38px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:18px; color:#666666; } #u9517 { position:absolute; left:165px; top:511px; width:38px; height:24px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:18px; color:#666666; } #u9518 { position:absolute; left:0px; top:0px; width:38px; white-space:nowrap; } #u9519_img { position:absolute; left:0px; top:0px; width:92px; height:90px; } #u9519 { position:absolute; left:138px; top:479px; width:92px; height:90px; } #u9520 { position:absolute; left:2px; top:37px; width:88px; visibility:hidden; word-wrap:break-word; } #u9521 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9522_img { position:absolute; left:0px; top:0px; width:84px; height:84px; } #u9522 { position:absolute; left:320px; top:478px; width:84px; height:84px; } #u9523 { position:absolute; left:2px; top:34px; width:80px; visibility:hidden; word-wrap:break-word; } #u9524_img { position:absolute; left:0px; top:0px; width:4px; height:30px; } #u9524 { position:absolute; left:360px; top:505px; width:4px; height:30px; } #u9525 { position:absolute; left:2px; top:7px; width:1px; visibility:hidden; word-wrap:break-word; } #u9526 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9527_img { position:absolute; left:0px; top:0px; width:84px; height:84px; } #u9527 { position:absolute; left:496px; top:477px; width:84px; height:84px; } #u9528 { position:absolute; left:2px; top:34px; width:80px; visibility:hidden; word-wrap:break-word; } #u9529_img { position:absolute; left:0px; top:0px; width:26px; height:17px; } #u9529 { position:absolute; left:525px; top:511px; width:26px; height:17px; } #u9530 { position:absolute; left:2px; top:0px; width:22px; visibility:hidden; word-wrap:break-word; } #u9531 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9532_div { position:absolute; left:0px; top:0px; width:26px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9532 { position:absolute; left:165px; top:628px; width:26px; height:16px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u9533 { position:absolute; left:0px; top:0px; width:26px; white-space:nowrap; } #u9534_img { position:absolute; left:0px; top:0px; width:46px; height:45px; } #u9534 { position:absolute; left:155px; top:614px; width:46px; height:45px; } #u9535 { position:absolute; left:2px; top:14px; width:42px; visibility:hidden; word-wrap:break-word; } #u9536 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9537_img { position:absolute; left:0px; top:0px; width:42px; height:42px; } #u9537 { position:absolute; left:341px; top:615px; width:42px; height:42px; } #u9538 { position:absolute; left:2px; top:13px; width:38px; visibility:hidden; word-wrap:break-word; } #u9539_img { position:absolute; left:0px; top:0px; width:3px; height:17px; } #u9539 { position:absolute; left:361px; top:627px; width:3px; height:17px; } #u9540 { position:absolute; left:2px; top:0px; width:1px; visibility:hidden; word-wrap:break-word; } #u9541 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9542_img { position:absolute; left:0px; top:0px; width:42px; height:42px; } #u9542 { position:absolute; left:517px; top:609px; width:42px; height:42px; } #u9543 { position:absolute; left:2px; top:13px; width:38px; visibility:hidden; word-wrap:break-word; } #u9544_img { position:absolute; left:0px; top:0px; width:17px; height:11px; } #u9544 { position:absolute; left:529px; top:625px; width:17px; height:11px; } #u9545 { position:absolute; left:2px; top:-2px; width:13px; visibility:hidden; word-wrap:break-word; } #u9546 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9547_div { position:absolute; left:0px; top:0px; width:131px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC'; font-weight:200; font-style:normal; font-size:18px; color:#FF3399; } #u9547 { position:absolute; left:768px; top:110px; width:131px; height:19px; font-family:'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC'; font-weight:200; font-style:normal; font-size:18px; color:#FF3399; } #u9548 { position:absolute; left:0px; top:0px; width:131px; white-space:nowrap; } #u9549_div { position:absolute; left:0px; top:0px; width:500px; height:18px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FF3399; line-height:18px; } #u9549 { position:absolute; left:770px; top:150px; width:500px; height:18px; color:#FF3399; line-height:18px; } #u9550 { position:absolute; left:0px; top:0px; width:500px; word-wrap:break-word; } #u9551_img { position:absolute; left:-1px; top:-1px; width:6px; height:95px; } #u9551 { position:absolute; left:752px; top:112px; width:3px; height:92px; } #u9552 { position:absolute; left:2px; top:38px; width:1px; visibility:hidden; word-wrap:break-word; }
0.338624
0.042902
.container { max-width: 1430px; } .border{ margin-bottom: 26px; border-bottom: 1px solid #0056b3 } .orderborder{ border-bottom: 1px solid #0056b3; margin: 10px 0px; } .orderItem h3{ padding-top: 5px; padding-bottom: 5px; } #orderListPart .col-md-3{ padding: 0px; } .bg-light { background-color: #f8f9fa !important; box-shadow: 0px 0px 30px; } .container-fluid { width: 85%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } #item_part .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 14.286%; } #item_part { margin-top: 20px; margin-top: 114px; padding-top: 20px; } .productItem{ width: 100%; text-align: center; } .content{ width: 100%; } .wi input{ width: 90% !important; } .content ul li{ padding-left: 10px; padding-right: 10px;; } /* add To chart button */ .addToChartBtn { background-color: gray; text-align: center; color: black; font-size: 18px; width: 100%; border: none; padding: 7px; } .addToChartBtn:hover { color: #0056b3; text-decoration: none !important; } .bt{ border: none; padding: 0px; cursor: pointer; outline:none; } button.bt:focus { outline:none; } .priceShow{ width: 100%; background-color: red; padding: 20px 0px; } .checked { color: orange; } #orderListPart { margin-top: 108px; padding-top: 40px; } .sideTitle{ width: 100%; background-color: red; padding: 5px; } .sideMenu{ width: 100%; overflow: hidden; box-shadow: 0px 10px 20px gray; } .sideMenu .dropdown-menu { position: relative; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding:0px; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; width: 100%; display: block; } .sideMenu .dropdown-menu .dropdown-item { display: block; width: 100%; padding: 0.5rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; font-size: 20px; } .sideMenu .dropdown-menu .dropdown-item:hover{ background-color: rgb(172, 168, 168); color: rgb(0, 0, 0); } .orderDetailsList{ background-color: rgb(233, 233, 233); box-shadow: 0px 5px 20px gray; padding-bottom: 20px; margin-bottom: 20px; } .profileSpan{ font-size: 14px; padding-left: 20px; } .profileDetails .form-check { position: relative; display: inline-block; padding-left: 1.25rem; } .rounded { border-radius: 50% !important; } #passwordEditPart{ padding-bottom: 20px; } .backShado { background-color: rgb(233, 233, 233); box-shadow: 0px 5px 20px gray; margin-bottom: 40px; } .shado{ box-shadow: 0px 5px 20px gray; } #checkoutPart{ margin-top: 200px; } .nav-link i{ font-size: 28px; font-weight: bold; }
public/assets/css/style2.css
.container { max-width: 1430px; } .border{ margin-bottom: 26px; border-bottom: 1px solid #0056b3 } .orderborder{ border-bottom: 1px solid #0056b3; margin: 10px 0px; } .orderItem h3{ padding-top: 5px; padding-bottom: 5px; } #orderListPart .col-md-3{ padding: 0px; } .bg-light { background-color: #f8f9fa !important; box-shadow: 0px 0px 30px; } .container-fluid { width: 85%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } #item_part .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 14.286%; } #item_part { margin-top: 20px; margin-top: 114px; padding-top: 20px; } .productItem{ width: 100%; text-align: center; } .content{ width: 100%; } .wi input{ width: 90% !important; } .content ul li{ padding-left: 10px; padding-right: 10px;; } /* add To chart button */ .addToChartBtn { background-color: gray; text-align: center; color: black; font-size: 18px; width: 100%; border: none; padding: 7px; } .addToChartBtn:hover { color: #0056b3; text-decoration: none !important; } .bt{ border: none; padding: 0px; cursor: pointer; outline:none; } button.bt:focus { outline:none; } .priceShow{ width: 100%; background-color: red; padding: 20px 0px; } .checked { color: orange; } #orderListPart { margin-top: 108px; padding-top: 40px; } .sideTitle{ width: 100%; background-color: red; padding: 5px; } .sideMenu{ width: 100%; overflow: hidden; box-shadow: 0px 10px 20px gray; } .sideMenu .dropdown-menu { position: relative; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding:0px; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; width: 100%; display: block; } .sideMenu .dropdown-menu .dropdown-item { display: block; width: 100%; padding: 0.5rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; font-size: 20px; } .sideMenu .dropdown-menu .dropdown-item:hover{ background-color: rgb(172, 168, 168); color: rgb(0, 0, 0); } .orderDetailsList{ background-color: rgb(233, 233, 233); box-shadow: 0px 5px 20px gray; padding-bottom: 20px; margin-bottom: 20px; } .profileSpan{ font-size: 14px; padding-left: 20px; } .profileDetails .form-check { position: relative; display: inline-block; padding-left: 1.25rem; } .rounded { border-radius: 50% !important; } #passwordEditPart{ padding-bottom: 20px; } .backShado { background-color: rgb(233, 233, 233); box-shadow: 0px 5px 20px gray; margin-bottom: 40px; } .shado{ box-shadow: 0px 5px 20px gray; } #checkoutPart{ margin-top: 200px; } .nav-link i{ font-size: 28px; font-weight: bold; }
0.263315
0.073463
body { background-image: url("https://cdn.pizap.com/pizapfiles/images/photo_backgrounds_textures_app04.jpg"); background-repeat: no-repeat; background-size: cover; font-family: monospace; font-family: Verdana, Geneva, sans-serif; color: ghostwhite; } .head { text-align: right; } /*{ margin: 0; padding: 0; }*/ /*header { background-image:linear-gradient(rgba(0,0,0,0.5),rgba (0,0,0,0.5)) url (54becf413c09c75cada3e67bb627162f.png); height: 100vh; background-size: cover; background-position: center; }*/ #first h2{ text-align: left; } #center-content { padding-top: 90px; } .main-nav { float : right; list-style: none; margin-top: 30px; } .main-nav li { display: in-line block; } .main-nav li a { color: white; text-decoration: none; padding: 5px 20px; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 15px; } .main-nav li.active a { border: 1px solid white; } .main-nav li a:hover { border: 1px solid white; } /*{ max-width: 1200px; margin: auto; }*/ .hero { text-align: center; width : 1200px; margin-left: 0px; margin-top: 0px; color: white; } h1 { color:white; text-transform: uppercase; font-size: 40px; text-align: center; /*margin-top: 275px;*/ } .button { margin-top: 30px; margin-left: 0; width: 30%; position: relative; left: 430px; text-align: center; } .button{ border: 1px solid white; padding: 10px 30px; color: white; text-decoration: none; margin-right: 5px; font-size: 13px; text-transform: uppercase; } .button:hover { background-color:gray; color: antiquewhite; } .btn-one { background-color: darkcyan; font-family:"Roboto", sans-serif; text-align: center; color: blueviolet; text-decoration: none; display: block; padding: 14px 16px; } .btn-two { font-family: "Roboto", sans-serif; } /*.btn-two:hover { background-color: darkcyan; transition: all 0.5s ease-in; }*/ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; /*background-color: black;*/ /*padding: 30px;*/ } .row ul li { float: right; } .row ul li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: black; } #projects ul li a { color: ghostwhite; text-decoration: none; padding: 10px; } .pad { padding: 20px; } /*.header { background-color: #F1F1F1; text-align: center; padding: 20px; }*/ .img { height: 10%; width: 10%; float: left; border: 2px solid mediumblue; border-radius: 10px; } footer { left: 0; width: 100%; background-color: black; color: whitesmoke; text-align: center; font-size: 20px; bottom: 0px; padding: 10px; }
styles.css
body { background-image: url("https://cdn.pizap.com/pizapfiles/images/photo_backgrounds_textures_app04.jpg"); background-repeat: no-repeat; background-size: cover; font-family: monospace; font-family: Verdana, Geneva, sans-serif; color: ghostwhite; } .head { text-align: right; } /*{ margin: 0; padding: 0; }*/ /*header { background-image:linear-gradient(rgba(0,0,0,0.5),rgba (0,0,0,0.5)) url (54becf413c09c75cada3e67bb627162f.png); height: 100vh; background-size: cover; background-position: center; }*/ #first h2{ text-align: left; } #center-content { padding-top: 90px; } .main-nav { float : right; list-style: none; margin-top: 30px; } .main-nav li { display: in-line block; } .main-nav li a { color: white; text-decoration: none; padding: 5px 20px; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 15px; } .main-nav li.active a { border: 1px solid white; } .main-nav li a:hover { border: 1px solid white; } /*{ max-width: 1200px; margin: auto; }*/ .hero { text-align: center; width : 1200px; margin-left: 0px; margin-top: 0px; color: white; } h1 { color:white; text-transform: uppercase; font-size: 40px; text-align: center; /*margin-top: 275px;*/ } .button { margin-top: 30px; margin-left: 0; width: 30%; position: relative; left: 430px; text-align: center; } .button{ border: 1px solid white; padding: 10px 30px; color: white; text-decoration: none; margin-right: 5px; font-size: 13px; text-transform: uppercase; } .button:hover { background-color:gray; color: antiquewhite; } .btn-one { background-color: darkcyan; font-family:"Roboto", sans-serif; text-align: center; color: blueviolet; text-decoration: none; display: block; padding: 14px 16px; } .btn-two { font-family: "Roboto", sans-serif; } /*.btn-two:hover { background-color: darkcyan; transition: all 0.5s ease-in; }*/ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; /*background-color: black;*/ /*padding: 30px;*/ } .row ul li { float: right; } .row ul li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: black; } #projects ul li a { color: ghostwhite; text-decoration: none; padding: 10px; } .pad { padding: 20px; } /*.header { background-color: #F1F1F1; text-align: center; padding: 20px; }*/ .img { height: 10%; width: 10%; float: left; border: 2px solid mediumblue; border-radius: 10px; } footer { left: 0; width: 100%; background-color: black; color: whitesmoke; text-align: center; font-size: 20px; bottom: 0px; padding: 10px; }
0.490724
0.096877
html, body { height: 100%; width: 100%; margin: auto } body { background-color: #fff; color: #333; font-size: 14px; overflow: hidden; font-family: 'open_sansregular', sans-serif; position: fixed; bottom: 0; left: 0; } a { color: blue; font-weight: bold; } a:hover { text-decoration: underline; } #mainWindow { width: 100%; height: 100%; position: relative; } /* * Open-Sans Font */ @font-face { font-family: 'open_sansregular'; src: url('../../resources/fonts/OpenSans-Regular-webfont.eot'); src: url('../../resources/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../resources/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../../resources/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../resources/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'open_sanssemibold'; src: url('../../resources/fonts/OpenSans-Semibold-webfont.eot'); src: url('../../resources/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../resources/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../../resources/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../../resources/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'); font-weight: normal; font-style: normal; } /* * Header Area */ #header { height: 115px; width: 100%; background: #444; color: #fff; margin: 0; overflow: hidden; } #headerText { padding-top: 5px; padding-left: 25px; float: left; } #title { font-family: 'open_sanssemibold', sans-serif; font-size: 20px; font-weight: bold; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } #subtitle { font-family: 'open_sansregular', sans-serif; font-size: 13px; height: 55px; margin-top: 10px; overflow-y: auto; font-weight: normal; color: #C5D5D5 } #logoArea { float: right; padding-top: 15px; padding-right: 25px; text-align: right; } #msLink { color: #C5D5D5; font-family: 'open_sansregular', sans-serif; font-weight: normal !important; font-size: 13px; /*outline:none; 508*/ text-decoration: none; } #msLink:hover { text-decoration: underline; } #logo { border: none; outline: none; } #logoImg { border: none; outline: none; } /* * Social sharing */ #social { margin-bottom: 20px; } @font-face { font-family: 'storymaps-icons'; src: url('../../resources/fonts/storymaps-icons.eot?73880937'); src: url('../../resources/fonts/storymaps-icons.eot?73880937#iefix') format('embedded-opentype'), url('../../resources/fonts/storymaps-icons.woff?73880937') format('woff'), url('../../resources/fonts/storymaps-icons.ttf?73880937') format('truetype'), url('../../resources/fonts/storymaps-icons.svg?73880937#storymaps-icons') format('svg'); font-weight: normal; font-style: normal; } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'storymaps-icons'; src: url('../font/storymaps-icons.svg?73880937#storymaps-icons') format('svg'); } } */ [class^="socialIcon"]:before, [class*=" socialIcon-"]:before { font-family: "storymaps-icons"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; /*margin-right: .2em;*/ text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ /*margin-left: .2em;*/ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .socialIcon-link:before { content: '\e802'; } /* '' */ .socialIcon-twitter-1:before { content: '\e800'; } /* '' */ .socialIcon-facebook-squared-1:before { content: '\e801'; } /* '�?' */ .shareIcon { display: inline-block; cursor: pointer; margin-left: 4px; color: #C5D5D5; vertical-align: 0px; } .shareIcon:hover { color: #fff; } .share_bitly { vertical-align: 1px; margin-left: 2px; } .social .popover-title { display: none; } #bitlyInput::-ms-clear { display: none; } .popover { position: absolute; top: 0; right: 47px; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; margin-left: -10px; color: black; } .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); border-width: 11px; border-bottom: 12px solid transparent; margin-top: -12px; width: 0; border-left: 12px solid #f7f7f7; height: 0; border-top: 12px solid transparent; top: 50%; position: absolute; } .popover-content { padding: 9px 14px; } /* * Tabs Area */ #divStrip { width: 100%; height: auto; margin: auto; overflow: visible; background-color: #7a7a7a; margin: 0px; padding: 0px; z-index: 101; } #tabs { height: 100%; padding-left: 17px; overflow: hidden; } .tab { float: left; background-color: #444; padding-top: 4px; padding-left: 10px; padding-right: 10px; margin-top: 10px; height: 21px; width: auto; min-width: 86px; margin-left: 7px; color: #d8d8d8; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } .tab:hover { color: #FFFFFF; } .tab-selected { background-color: #b9b9b9; color: #FFFFFF; cursor: default; } #bookmarksCon { position: absolute; width: 160px !important; right: 0px; top: 0px; z-index: 100; display: none; } #bookmarksDiv { display: none; background: #7A7A7A; max-height: 450px; overflow: auto; padding: 10px; } #bookmarksDiv a { color: #FFFFFF; cursor: pointer; font-family: 'open_sansregular', sans-serif; font-weight: normal; } #bookmarksToggle { position: relative; float: right; background: #7A7A7A; margin-top: 6px; width: 160px; height: 28px; cursor: pointer; z-index: 100; color: #fff; font-family: 'open_sansregular', sans-serif; } #bookmarksTogText { position: relative; margin: auto; margin-left: 2px; margin-top: 0px; padding: 5px; color: #fff; font-family: 'open_sansregular', sans-serif; } /* * Left Pane (contains feature tiles) */ #paneLeft { /* initial width -- will be re-calculated in app */ width: 485px; overflow: hidden; background-color: #b9b9b9; padding: 8px; } #paneLeft .noFeature { position: absolute; height: 80%; width: 50%; bottom: 0; display: none; } #paneLeft .noFeatureText { top: 20%; position: absolute; width: 200px; text-align: center; } ul.tilelist { /* initial width -- will be re-calculated in app */ width: 485px; padding-left: 1px; display: inline-block; overflow: auto; margin-top: 0px; margin: auto; padding-bottom: 10px; } ul.tilelist li { list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; width: 150px; height: 150px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; background-color: #E7E7E7; cursor: pointer; position: relative; } ul.tilelist> a { display: block; position: relative; text-decoration: none; color: #FFFFFF; width: 98px; height: 75px; } ul.tilelist img { max-width: 130px; max-height: 100px; margin: 10px; } ul.tilelist p { margin: 0px; margin-left: -40px; margin-top: -10px; } ul.tilelist .footer { padding-left: 10px; position: absolute; top: 113px; left: 0px; } ul.tilelist .num { width: 16px; padding-top: 1px; padding-bottom: 1px; float: left; border: solid; border-width: thin; color: white; font-size: 11px; text-align: center; } ul.tilelist .longNum { width: 20px; } ul.tilelist .blurb { width: 110px; height: 30px; overflow: hidden; float: left; margin-left: 4px; text-align: left; } ul.tilelist .longNumBlurb { width: 106px; } /* * Map area and components */ #map { position: absolute; top: 35px; border: none; padding: 0; height: 100%; width: 100%; overflow: hidden; outline: none !important; } #zoomToggle { position: absolute; left: 20px; top: 15px; text-align: center; border: 1px solid #57585A; background-color: #FFF; color: #4C4C4C; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; z-index: 5; } #zoomIn { top: 15px; width: 30px; height: 30px; font-size: 24px; font-family: 'open_sansregular', sans-serif; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; border-bottom: 1px solid #57585A; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } #zoomIn:hover { background-color: #eee; } #zoomExtent { top: 15px; width: 30px; height: 30px; font-size: 24px; font-family: 'open_sansregular', sans-serif; line-height: 25px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } #zoomExtent:hover { background-color: #eee; } #zoomExtentImg { position: relative; top: 5px; } #zoomOut { top: 75px; width: 30px; height: 30px; font-size: 24px; font-family: verdana, helvetica; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; border-top: 1px solid #57585A; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } #zoomOut:hover { background-color: #eee; } #locateButton { display: none; position: absolute; top: 100px; left: -1px; width: 30px; height: 30px; text-align: center; border: 1px solid #57585A; background-color: #FFF; color: #4C4C4C; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; cursor: pointer; } #locateButton img { margin-top: 6px; } .disableControls { background-color: #f4f4f4; color: #bbb; cursor: default !important; } #hoverInfo { font-size: 10px; font-family: 'open_sansregular', sans-serif; position: absolute; padding: 5px; max-width: 200px; background-color: #FFC; border: #848484 solid 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: 2px 2px 10px #333; -webkit-box-shadow: 2px 2px 10px #333; box-shadow: 2px 2px 10px #333; filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#333333'); -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#333333')"; overflow: hidden; display: none; z-index: 100; } .multiTip { border: 1px solid #444; -webkit-border-radius: 3px; border-radius: 3px; } .esriPopup .sizer { min-width: 280px; } .esriPopup .titleButton.maximize { display: none; } .title { width: 250px; line-height: 15px; padding: 5px; } .details { padding: 20px; padding-bottom: 0px; height: 100%; } .detailsTitle { color: #8c8c8c; font-family: 'open_sansregular', sans-serif; font-size: 24px; } .details hr { margin-top: 5px; margin-bottom: 10px; } .details .leftDiv { width: 80%; float: left; } .details .pictureFrame { width: 80%; height: 70%; } .details img { width: auto; height: 400px; max-width: 100%; max-height: 100%; } .details .rightDiv { width: 250px; float: left; padding-left: 20px; height: 100%; overflow: auto; position: absolute; right: 10px; } .details .address { margin-top: 10px; color: #393939; font-size: 12px; font-family: 'open_sansregular', sans-serif; } .details a { color: #336699; text-decoration: underline; } .infoWindowLink { color: #336699; cursor: pointer; font-weight: bold; } .infoWindowLink:hover { text-decoration: underline; } .infoWindowPictureDiv { width: 100%; padding-top: 10px; padding-bottom: 10px; } .infoWindowPictureDiv img { max-width: 545px; max-height: 500px; } /* To change position of close button to Top Right Corner */ #colorbox #cboxClose { top: 0; right: 0; } /* * Loader/Intro/Error Screen */ #whiteOut { position: absolute; width: 100%; height: 100%; background-color: #FFF; z-index: 100; top: 0px; } #loader { position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -40px; } #errorBox { display: none; position: absolute; top: 0; background-color: #FFF; width: 100%; height: 100%; z-index: 2000; } /* * Scrollbar */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb { background: #888; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } /* * Small screen styles */ /* * Mobile Intro Page */ #mobileTitlePage { height: 100%; width: 100%; background-color: rgb(68, 68, 68); display: none; z-index: 101; position: absolute; top: 0; overflow-y: auto; } .mobileTitle { margin-top: 12px; margin-left: 15px; font-family: 'open_sanssemibold', sans-serif; font-size: 22px; font-weight: bold; color: #fff; } .mobileSnippet { margin: 15px 15px 15px 15px; font-family: 'open_sansregular', sans-serif; font-size: 14px; color: #fff; max-height: 350px; overflow-y: auto; } .introList { margin: 35px 0 0 0 !important; font-family: 'open_sanssemibold', sans-serif; font-size: 18px; width: 100% !important; background-color: #888; list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; font-weight: bold; cursor: pointer; position: relative; } .mobileTitleThemes { height: 80px; -webkit-box-shadow: none !important; cursor: pointer; margin: 0 !important; border-color: #fff; border-style: solid; border-width: 1px 0px 1px; background-color: #888; font-size: 20px !important; color: #f4f4f4 } .mobileTitleThemes:hover { background-color: #777 !important; color: #fff; } .mobileTitleTheme { height: 50px; left: 50%; right: 50%; -webkit-box-shadow: 1px 1px 3px #fff !important; box-shadow: 1px 1px 3px #fff !important; font-size: 20px; cursor: pointer; color: #CFCFCF; background-color: #888; margin: 60px 75px 0px -75px !important; width: 150px !important; text-align: center; position: absolute !important; } .mobileTitleTheme:hover { background-color: #999 !important; } .startButton { margin-top: 10px; color: #f4f4f4; font-size: 20px; } .startButton:hover { color: #fff; } /* * Mobile Bookmark Component */ #mobileBookmarksCon { position: absolute; width: auto; right: 0px; top: 0px; z-index: 100; display: none; } #mobileBookmarksDiv { display: none; background: rgb(68, 68, 68); max-height: 450px; overflow: auto; padding: 10px; font-family: 'open_sansregular', sans-serif; } #mobileBookmarksDiv a { color: #FFF; cursor: pointer; font-family: 'open_sansregular', sans-serif; font-weight: normal; } #mobileBookmarksToggle { position: relative; background: rgb(68, 68, 68); margin-top: 6px; width: auto; height: 28px; cursor: pointer; z-index: 100; color: #FFF; font-family: 'open_sansregular', sans-serif; } #mobileBookmarksTogText { position: relative; margin: auto; margin-left: 2px; margin-top: 0px; padding: 5px; color: #FFF; font-family: 'open_sansregular', sans-serif; } /* * Mobile features list */ #mobilePaneList { display: none; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; background-color: #fff; } #mobilePaneList .noFeature { position: absolute; height: 100%; width: 100%; bottom: 0; display: none; } #mobilePaneList .noFeatureText { top: 30%; left: 50%; position: absolute; width: 200px; margin-left: -100px; text-align: center; } ul.mobileTileList { margin-top: 0px; -webkit-padding-start: 0px; margin-left: 0; padding-left: 0; } ul.mobileTileList li { list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; width: 100%; font-family: 'open_sanssemibold', sans-serif; font-size: 14px; cursor: pointer; position: relative; overflow: hidden; } /*ul.mobileTileList li:hover { background-color: #E7E7E7; }*/ ul.mobileTileList> a { display: block; position: relative text-decoration: none; color: #FFFFFF; width: 98px; height: 75px; } ul.mobileTileList img { max-width: 100px; max-height: 75px; margin: 3px 5px 0 7px; } ul.mobileTileList p { margin: 0px; margin-left: -40px; margin-top: -10px; } ul.mobileTileList .mobileInfo { position: absolute; top: 113px; width: 40%; } ul.mobileTileList .num { width: 30px; position: absolute; left: 117px; top: 3px; border: solid; border-width: thin; color: white; font-size: 14px; text-align: center; } ul.mobileTileList .blurb { height: 70px; position: absolute; left: 117px; top: 24px; overflow: hidden; text-overflow: ellipsis; } /* * Mobile Feature Info Pane */ #mobileFeature { display: block; visibility: hidden; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; background-color: #fff; } .mobileFeatureNum { width: 36px; margin-left: 20px; margin-top: 10px; border: solid; border-width: thin; color: white; font-size: 20px; text-align: center; } .mobileFeatureTitle { color: #8c8c8c; font-family: 'open_sanssemibold', sans-serif; font-size: 20px; text-align: left; padding-left: 70px; padding-top: 8px; margin-top: -35px; font-weight: bold; } .mobileFeatureSubtitle { color: #000; font-family: 'open_sanssemibold', sans-serif; font-size: 16px; text-align: left; padding-left: 20px; padding-right: 20px; } .mobilePictureDiv { padding-top: 10px; padding-bottom: 10px; overflow-x: hidden; text-align: left; margin-left: 20px; } .mobilePictureDiv img { max-width: 280px; max-height: 200px; } .mobileFeatureDesc { color: #000; font-family: 'open_sansregular', sans-serif; font-size: 14px; text-align: left; padding-left: 20px; padding-right: 20px; font-weight: normal; margin-bottom: -5px; } .mobileFeatureAddress { color: #000; font-family: 'open_sansregular', sans-serif; font-size: 14px; text-align: left; padding-left: 20px; padding-right: 20px; margin-top: 8px; font-weight: normal; } /* * Mobile Supported Layers Info Pane */ #mobileSupportedLayersView { display: block; visibility: hidden; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; } #mobileSupportedLayersView .mobileFeatureTitle { margin-top: 0 !important; } /* * Mobile Theme/Nav Bar */ #mobileThemeBar { visibility: hidden; width: 100%; top: 48%; height: 40px; background-color: rgb(68, 68, 68); position: absolute; color: #CFCFCF; } /*#mobileThemeBar .swiper-container{ overflow-y: auto; }*/ #mobileThemeBar .swiper-container { overflow: hidden } #navThemeLeft { top: 0; width: 40px; height: 40px; position: absolute; color: #888; font-weight: bold; font-size: 24px; z-index: 50; cursor: pointer; } #navThemeLeft:hover { color: #fff; } #navThemeRight { top: 0; right: 0; width: 40px; height: 40px; position: absolute; color: #888; font-weight: bold; font-size: 24px; z-index: 50; cursor: pointer; } #navThemeRight:hover { color: #fff; } #returnHiddenBar { display: none; position: absolute; top: 0; left: 40px; height: 40px; cursor: pointer; } /* * Mobile Theme/Nav Bar Icons */ @font-face { font-family: 'icomoon'; src: url('../../resources/fonts/icomoon.eot?v14m03'); src: url('../../resources/fonts/icomoon.eot?#iefixv14m03') format('embedded-opentype'), url('../../resources/fonts/icomoon.woff?v14m03') format('woff'), url('../../resources/fonts/icomoon.ttf?v14m03') format('truetype'), url('../../resources/fonts/icomoon.svg?v14m03#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; } [data-icon]:before { font-family: 'icomoon'; /* BYO icon font, mapped smartly */ content: attr(data-icon); speak: none; /* Not to be trusted, but hey. */ } .icon-phone:before { content: "\e601"; } .icon-undo:before { content: "\e600"; font-size: 30px; top: 5px; left: 10px; position: absolute; display: none; } .icon-undo:hover { color: #fff; } .icon-list:before { content: "\e602"; font-size: 20px; top: 10px; left: 10px; position: absolute; } .icon-list:hover { color: #fff; } .icon-contract:before { content: "\e60d"; } .icon-contract { color: #ededed; } .icon-contract:hover { color: #fff; } .icon-link:before { content: "\e603"; } .icon-facebook:before { content: "\e604"; } .icon-twitter:before { content: "\e605"; } .icon-arrow-left:before { content: "\e609"; } .icon-arrow-left { color: #ededed; position: absolute; left: 5px; top: 8px; } .icon-arrow-left:hover { color: #fff; } .icon-arrow-right:before { content: "\e60a"; } .icon-arrow-right { color: #ededed; position: absolute; right: 5px; top: 8px; } .icon-arrow-right:hover { color: #fff; } #returnIcon { display: none; cursor: pointer; color: #ededed; width: 40px; height: 40px; } #centerMapIconContainer { position: absolute; top: 0; right: 0; height: 40px; width: 40px; cursor: pointer; display: none; } #centerMapIcon { top: 9px; left: 9px; font-size: 18px; position: absolute; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */ -ms-transform: rotate(45deg); } /* * iDangerous Swiper style overrides */ .swiper-slide { cursor: default; } .swiper-slide p { cursor: default; width: 80%; margin-top: 9px; margin-left: 10%; margin-right: 10%; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'open_sanssemibold', sans-serif; } /* * Error box */ #fatalError { position: absolute; display: none; z-index: 3000; top: 50%; left: 0px; width: 100%; } #fatalError> table { margin-top: -85px; margin-left: -247px; max-width: 490px; min-height: 85px; background-color: white; border: 2px solid #428BC9; padding: 0px; margin-left: auto; margin-right: auto; } #fatalError .error-title { margin-right: 12px; } #fatalError .error-msg { margin-top: 8px; padding-bottom: 8px; margin-right: 8px; } #fatalError-icon { background: url('../../resources/images/warning-icon.png') 0 0px; width: 75px; height: 75px; background-repeat: no-repeat !important; background-size: 60px 60px; background-position: 5px 10px; }
website/app/css/style.css
html, body { height: 100%; width: 100%; margin: auto } body { background-color: #fff; color: #333; font-size: 14px; overflow: hidden; font-family: 'open_sansregular', sans-serif; position: fixed; bottom: 0; left: 0; } a { color: blue; font-weight: bold; } a:hover { text-decoration: underline; } #mainWindow { width: 100%; height: 100%; position: relative; } /* * Open-Sans Font */ @font-face { font-family: 'open_sansregular'; src: url('../../resources/fonts/OpenSans-Regular-webfont.eot'); src: url('../../resources/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../resources/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../../resources/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../resources/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'open_sanssemibold'; src: url('../../resources/fonts/OpenSans-Semibold-webfont.eot'); src: url('../../resources/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../resources/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../../resources/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../../resources/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'); font-weight: normal; font-style: normal; } /* * Header Area */ #header { height: 115px; width: 100%; background: #444; color: #fff; margin: 0; overflow: hidden; } #headerText { padding-top: 5px; padding-left: 25px; float: left; } #title { font-family: 'open_sanssemibold', sans-serif; font-size: 20px; font-weight: bold; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } #subtitle { font-family: 'open_sansregular', sans-serif; font-size: 13px; height: 55px; margin-top: 10px; overflow-y: auto; font-weight: normal; color: #C5D5D5 } #logoArea { float: right; padding-top: 15px; padding-right: 25px; text-align: right; } #msLink { color: #C5D5D5; font-family: 'open_sansregular', sans-serif; font-weight: normal !important; font-size: 13px; /*outline:none; 508*/ text-decoration: none; } #msLink:hover { text-decoration: underline; } #logo { border: none; outline: none; } #logoImg { border: none; outline: none; } /* * Social sharing */ #social { margin-bottom: 20px; } @font-face { font-family: 'storymaps-icons'; src: url('../../resources/fonts/storymaps-icons.eot?73880937'); src: url('../../resources/fonts/storymaps-icons.eot?73880937#iefix') format('embedded-opentype'), url('../../resources/fonts/storymaps-icons.woff?73880937') format('woff'), url('../../resources/fonts/storymaps-icons.ttf?73880937') format('truetype'), url('../../resources/fonts/storymaps-icons.svg?73880937#storymaps-icons') format('svg'); font-weight: normal; font-style: normal; } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'storymaps-icons'; src: url('../font/storymaps-icons.svg?73880937#storymaps-icons') format('svg'); } } */ [class^="socialIcon"]:before, [class*=" socialIcon-"]:before { font-family: "storymaps-icons"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; /*margin-right: .2em;*/ text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ /*margin-left: .2em;*/ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .socialIcon-link:before { content: '\e802'; } /* '' */ .socialIcon-twitter-1:before { content: '\e800'; } /* '' */ .socialIcon-facebook-squared-1:before { content: '\e801'; } /* '�?' */ .shareIcon { display: inline-block; cursor: pointer; margin-left: 4px; color: #C5D5D5; vertical-align: 0px; } .shareIcon:hover { color: #fff; } .share_bitly { vertical-align: 1px; margin-left: 2px; } .social .popover-title { display: none; } #bitlyInput::-ms-clear { display: none; } .popover { position: absolute; top: 0; right: 47px; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; margin-left: -10px; color: black; } .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); border-width: 11px; border-bottom: 12px solid transparent; margin-top: -12px; width: 0; border-left: 12px solid #f7f7f7; height: 0; border-top: 12px solid transparent; top: 50%; position: absolute; } .popover-content { padding: 9px 14px; } /* * Tabs Area */ #divStrip { width: 100%; height: auto; margin: auto; overflow: visible; background-color: #7a7a7a; margin: 0px; padding: 0px; z-index: 101; } #tabs { height: 100%; padding-left: 17px; overflow: hidden; } .tab { float: left; background-color: #444; padding-top: 4px; padding-left: 10px; padding-right: 10px; margin-top: 10px; height: 21px; width: auto; min-width: 86px; margin-left: 7px; color: #d8d8d8; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } .tab:hover { color: #FFFFFF; } .tab-selected { background-color: #b9b9b9; color: #FFFFFF; cursor: default; } #bookmarksCon { position: absolute; width: 160px !important; right: 0px; top: 0px; z-index: 100; display: none; } #bookmarksDiv { display: none; background: #7A7A7A; max-height: 450px; overflow: auto; padding: 10px; } #bookmarksDiv a { color: #FFFFFF; cursor: pointer; font-family: 'open_sansregular', sans-serif; font-weight: normal; } #bookmarksToggle { position: relative; float: right; background: #7A7A7A; margin-top: 6px; width: 160px; height: 28px; cursor: pointer; z-index: 100; color: #fff; font-family: 'open_sansregular', sans-serif; } #bookmarksTogText { position: relative; margin: auto; margin-left: 2px; margin-top: 0px; padding: 5px; color: #fff; font-family: 'open_sansregular', sans-serif; } /* * Left Pane (contains feature tiles) */ #paneLeft { /* initial width -- will be re-calculated in app */ width: 485px; overflow: hidden; background-color: #b9b9b9; padding: 8px; } #paneLeft .noFeature { position: absolute; height: 80%; width: 50%; bottom: 0; display: none; } #paneLeft .noFeatureText { top: 20%; position: absolute; width: 200px; text-align: center; } ul.tilelist { /* initial width -- will be re-calculated in app */ width: 485px; padding-left: 1px; display: inline-block; overflow: auto; margin-top: 0px; margin: auto; padding-bottom: 10px; } ul.tilelist li { list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; width: 150px; height: 150px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; background-color: #E7E7E7; cursor: pointer; position: relative; } ul.tilelist> a { display: block; position: relative; text-decoration: none; color: #FFFFFF; width: 98px; height: 75px; } ul.tilelist img { max-width: 130px; max-height: 100px; margin: 10px; } ul.tilelist p { margin: 0px; margin-left: -40px; margin-top: -10px; } ul.tilelist .footer { padding-left: 10px; position: absolute; top: 113px; left: 0px; } ul.tilelist .num { width: 16px; padding-top: 1px; padding-bottom: 1px; float: left; border: solid; border-width: thin; color: white; font-size: 11px; text-align: center; } ul.tilelist .longNum { width: 20px; } ul.tilelist .blurb { width: 110px; height: 30px; overflow: hidden; float: left; margin-left: 4px; text-align: left; } ul.tilelist .longNumBlurb { width: 106px; } /* * Map area and components */ #map { position: absolute; top: 35px; border: none; padding: 0; height: 100%; width: 100%; overflow: hidden; outline: none !important; } #zoomToggle { position: absolute; left: 20px; top: 15px; text-align: center; border: 1px solid #57585A; background-color: #FFF; color: #4C4C4C; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; z-index: 5; } #zoomIn { top: 15px; width: 30px; height: 30px; font-size: 24px; font-family: 'open_sansregular', sans-serif; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; border-bottom: 1px solid #57585A; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } #zoomIn:hover { background-color: #eee; } #zoomExtent { top: 15px; width: 30px; height: 30px; font-size: 24px; font-family: 'open_sansregular', sans-serif; line-height: 25px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } #zoomExtent:hover { background-color: #eee; } #zoomExtentImg { position: relative; top: 5px; } #zoomOut { top: 75px; width: 30px; height: 30px; font-size: 24px; font-family: verdana, helvetica; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; border-top: 1px solid #57585A; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } #zoomOut:hover { background-color: #eee; } #locateButton { display: none; position: absolute; top: 100px; left: -1px; width: 30px; height: 30px; text-align: center; border: 1px solid #57585A; background-color: #FFF; color: #4C4C4C; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; cursor: pointer; } #locateButton img { margin-top: 6px; } .disableControls { background-color: #f4f4f4; color: #bbb; cursor: default !important; } #hoverInfo { font-size: 10px; font-family: 'open_sansregular', sans-serif; position: absolute; padding: 5px; max-width: 200px; background-color: #FFC; border: #848484 solid 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: 2px 2px 10px #333; -webkit-box-shadow: 2px 2px 10px #333; box-shadow: 2px 2px 10px #333; filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#333333'); -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#333333')"; overflow: hidden; display: none; z-index: 100; } .multiTip { border: 1px solid #444; -webkit-border-radius: 3px; border-radius: 3px; } .esriPopup .sizer { min-width: 280px; } .esriPopup .titleButton.maximize { display: none; } .title { width: 250px; line-height: 15px; padding: 5px; } .details { padding: 20px; padding-bottom: 0px; height: 100%; } .detailsTitle { color: #8c8c8c; font-family: 'open_sansregular', sans-serif; font-size: 24px; } .details hr { margin-top: 5px; margin-bottom: 10px; } .details .leftDiv { width: 80%; float: left; } .details .pictureFrame { width: 80%; height: 70%; } .details img { width: auto; height: 400px; max-width: 100%; max-height: 100%; } .details .rightDiv { width: 250px; float: left; padding-left: 20px; height: 100%; overflow: auto; position: absolute; right: 10px; } .details .address { margin-top: 10px; color: #393939; font-size: 12px; font-family: 'open_sansregular', sans-serif; } .details a { color: #336699; text-decoration: underline; } .infoWindowLink { color: #336699; cursor: pointer; font-weight: bold; } .infoWindowLink:hover { text-decoration: underline; } .infoWindowPictureDiv { width: 100%; padding-top: 10px; padding-bottom: 10px; } .infoWindowPictureDiv img { max-width: 545px; max-height: 500px; } /* To change position of close button to Top Right Corner */ #colorbox #cboxClose { top: 0; right: 0; } /* * Loader/Intro/Error Screen */ #whiteOut { position: absolute; width: 100%; height: 100%; background-color: #FFF; z-index: 100; top: 0px; } #loader { position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -40px; } #errorBox { display: none; position: absolute; top: 0; background-color: #FFF; width: 100%; height: 100%; z-index: 2000; } /* * Scrollbar */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb { background: #888; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } /* * Small screen styles */ /* * Mobile Intro Page */ #mobileTitlePage { height: 100%; width: 100%; background-color: rgb(68, 68, 68); display: none; z-index: 101; position: absolute; top: 0; overflow-y: auto; } .mobileTitle { margin-top: 12px; margin-left: 15px; font-family: 'open_sanssemibold', sans-serif; font-size: 22px; font-weight: bold; color: #fff; } .mobileSnippet { margin: 15px 15px 15px 15px; font-family: 'open_sansregular', sans-serif; font-size: 14px; color: #fff; max-height: 350px; overflow-y: auto; } .introList { margin: 35px 0 0 0 !important; font-family: 'open_sanssemibold', sans-serif; font-size: 18px; width: 100% !important; background-color: #888; list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; font-weight: bold; cursor: pointer; position: relative; } .mobileTitleThemes { height: 80px; -webkit-box-shadow: none !important; cursor: pointer; margin: 0 !important; border-color: #fff; border-style: solid; border-width: 1px 0px 1px; background-color: #888; font-size: 20px !important; color: #f4f4f4 } .mobileTitleThemes:hover { background-color: #777 !important; color: #fff; } .mobileTitleTheme { height: 50px; left: 50%; right: 50%; -webkit-box-shadow: 1px 1px 3px #fff !important; box-shadow: 1px 1px 3px #fff !important; font-size: 20px; cursor: pointer; color: #CFCFCF; background-color: #888; margin: 60px 75px 0px -75px !important; width: 150px !important; text-align: center; position: absolute !important; } .mobileTitleTheme:hover { background-color: #999 !important; } .startButton { margin-top: 10px; color: #f4f4f4; font-size: 20px; } .startButton:hover { color: #fff; } /* * Mobile Bookmark Component */ #mobileBookmarksCon { position: absolute; width: auto; right: 0px; top: 0px; z-index: 100; display: none; } #mobileBookmarksDiv { display: none; background: rgb(68, 68, 68); max-height: 450px; overflow: auto; padding: 10px; font-family: 'open_sansregular', sans-serif; } #mobileBookmarksDiv a { color: #FFF; cursor: pointer; font-family: 'open_sansregular', sans-serif; font-weight: normal; } #mobileBookmarksToggle { position: relative; background: rgb(68, 68, 68); margin-top: 6px; width: auto; height: 28px; cursor: pointer; z-index: 100; color: #FFF; font-family: 'open_sansregular', sans-serif; } #mobileBookmarksTogText { position: relative; margin: auto; margin-left: 2px; margin-top: 0px; padding: 5px; color: #FFF; font-family: 'open_sansregular', sans-serif; } /* * Mobile features list */ #mobilePaneList { display: none; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; background-color: #fff; } #mobilePaneList .noFeature { position: absolute; height: 100%; width: 100%; bottom: 0; display: none; } #mobilePaneList .noFeatureText { top: 30%; left: 50%; position: absolute; width: 200px; margin-left: -100px; text-align: center; } ul.mobileTileList { margin-top: 0px; -webkit-padding-start: 0px; margin-left: 0; padding-left: 0; } ul.mobileTileList li { list-style-type: none; box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; margin: 2px; width: 100%; font-family: 'open_sanssemibold', sans-serif; font-size: 14px; cursor: pointer; position: relative; overflow: hidden; } /*ul.mobileTileList li:hover { background-color: #E7E7E7; }*/ ul.mobileTileList> a { display: block; position: relative text-decoration: none; color: #FFFFFF; width: 98px; height: 75px; } ul.mobileTileList img { max-width: 100px; max-height: 75px; margin: 3px 5px 0 7px; } ul.mobileTileList p { margin: 0px; margin-left: -40px; margin-top: -10px; } ul.mobileTileList .mobileInfo { position: absolute; top: 113px; width: 40%; } ul.mobileTileList .num { width: 30px; position: absolute; left: 117px; top: 3px; border: solid; border-width: thin; color: white; font-size: 14px; text-align: center; } ul.mobileTileList .blurb { height: 70px; position: absolute; left: 117px; top: 24px; overflow: hidden; text-overflow: ellipsis; } /* * Mobile Feature Info Pane */ #mobileFeature { display: block; visibility: hidden; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; background-color: #fff; } .mobileFeatureNum { width: 36px; margin-left: 20px; margin-top: 10px; border: solid; border-width: thin; color: white; font-size: 20px; text-align: center; } .mobileFeatureTitle { color: #8c8c8c; font-family: 'open_sanssemibold', sans-serif; font-size: 20px; text-align: left; padding-left: 70px; padding-top: 8px; margin-top: -35px; font-weight: bold; } .mobileFeatureSubtitle { color: #000; font-family: 'open_sanssemibold', sans-serif; font-size: 16px; text-align: left; padding-left: 20px; padding-right: 20px; } .mobilePictureDiv { padding-top: 10px; padding-bottom: 10px; overflow-x: hidden; text-align: left; margin-left: 20px; } .mobilePictureDiv img { max-width: 280px; max-height: 200px; } .mobileFeatureDesc { color: #000; font-family: 'open_sansregular', sans-serif; font-size: 14px; text-align: left; padding-left: 20px; padding-right: 20px; font-weight: normal; margin-bottom: -5px; } .mobileFeatureAddress { color: #000; font-family: 'open_sansregular', sans-serif; font-size: 14px; text-align: left; padding-left: 20px; padding-right: 20px; margin-top: 8px; font-weight: normal; } /* * Mobile Supported Layers Info Pane */ #mobileSupportedLayersView { display: block; visibility: hidden; position: absolute; bottom: 0; overflow-y: auto; overflow-x: hidden; width: 100%; } #mobileSupportedLayersView .mobileFeatureTitle { margin-top: 0 !important; } /* * Mobile Theme/Nav Bar */ #mobileThemeBar { visibility: hidden; width: 100%; top: 48%; height: 40px; background-color: rgb(68, 68, 68); position: absolute; color: #CFCFCF; } /*#mobileThemeBar .swiper-container{ overflow-y: auto; }*/ #mobileThemeBar .swiper-container { overflow: hidden } #navThemeLeft { top: 0; width: 40px; height: 40px; position: absolute; color: #888; font-weight: bold; font-size: 24px; z-index: 50; cursor: pointer; } #navThemeLeft:hover { color: #fff; } #navThemeRight { top: 0; right: 0; width: 40px; height: 40px; position: absolute; color: #888; font-weight: bold; font-size: 24px; z-index: 50; cursor: pointer; } #navThemeRight:hover { color: #fff; } #returnHiddenBar { display: none; position: absolute; top: 0; left: 40px; height: 40px; cursor: pointer; } /* * Mobile Theme/Nav Bar Icons */ @font-face { font-family: 'icomoon'; src: url('../../resources/fonts/icomoon.eot?v14m03'); src: url('../../resources/fonts/icomoon.eot?#iefixv14m03') format('embedded-opentype'), url('../../resources/fonts/icomoon.woff?v14m03') format('woff'), url('../../resources/fonts/icomoon.ttf?v14m03') format('truetype'), url('../../resources/fonts/icomoon.svg?v14m03#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; } [data-icon]:before { font-family: 'icomoon'; /* BYO icon font, mapped smartly */ content: attr(data-icon); speak: none; /* Not to be trusted, but hey. */ } .icon-phone:before { content: "\e601"; } .icon-undo:before { content: "\e600"; font-size: 30px; top: 5px; left: 10px; position: absolute; display: none; } .icon-undo:hover { color: #fff; } .icon-list:before { content: "\e602"; font-size: 20px; top: 10px; left: 10px; position: absolute; } .icon-list:hover { color: #fff; } .icon-contract:before { content: "\e60d"; } .icon-contract { color: #ededed; } .icon-contract:hover { color: #fff; } .icon-link:before { content: "\e603"; } .icon-facebook:before { content: "\e604"; } .icon-twitter:before { content: "\e605"; } .icon-arrow-left:before { content: "\e609"; } .icon-arrow-left { color: #ededed; position: absolute; left: 5px; top: 8px; } .icon-arrow-left:hover { color: #fff; } .icon-arrow-right:before { content: "\e60a"; } .icon-arrow-right { color: #ededed; position: absolute; right: 5px; top: 8px; } .icon-arrow-right:hover { color: #fff; } #returnIcon { display: none; cursor: pointer; color: #ededed; width: 40px; height: 40px; } #centerMapIconContainer { position: absolute; top: 0; right: 0; height: 40px; width: 40px; cursor: pointer; display: none; } #centerMapIcon { top: 9px; left: 9px; font-size: 18px; position: absolute; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */ -ms-transform: rotate(45deg); } /* * iDangerous Swiper style overrides */ .swiper-slide { cursor: default; } .swiper-slide p { cursor: default; width: 80%; margin-top: 9px; margin-left: 10%; margin-right: 10%; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'open_sanssemibold', sans-serif; } /* * Error box */ #fatalError { position: absolute; display: none; z-index: 3000; top: 50%; left: 0px; width: 100%; } #fatalError> table { margin-top: -85px; margin-left: -247px; max-width: 490px; min-height: 85px; background-color: white; border: 2px solid #428BC9; padding: 0px; margin-left: auto; margin-right: auto; } #fatalError .error-title { margin-right: 12px; } #fatalError .error-msg { margin-top: 8px; padding-bottom: 8px; margin-right: 8px; } #fatalError-icon { background: url('../../resources/images/warning-icon.png') 0 0px; width: 75px; height: 75px; background-repeat: no-repeat !important; background-size: 60px 60px; background-position: 5px 10px; }
0.372962
0.05549
html { background: #5f2c82; background: -webkit-linear-gradient(to left, #de6161 , #2657eb); background: linear-gradient(to left, #de6161 , #2657eb); /*background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);*/ /*background: radial-gradient(circle farthest-side at right bottom,#fefdfe 5%,#f8cdda 25%,#1d2b64 80%,#0e153a 98%);*/ } body { background-color: transparent; font-family: 'Open Sans', sans-serif; } ul { list-style: none; text-decoration: none; } p { margin: 0; } .p1 { color: white; font-size: 1.5em; padding-bottom: 15px; } .p2 { color: white; font-size: 1.2em; padding-bottom: 3px; } hr { margin: 0 0 10px 0; } a { text-decoration: none !important; } img { border: none; } input::-webkit-input-placeholder { color: #333 !important; } input:-moz-placeholder { /* Firefox 18- */ color: #333 !important; } input::-moz-placeholder { /* Firefox 19+ */ color: #333 !important; opacity: 1; } input:-ms-input-placeholder { color: #333 !important; opacity: 1; } input:placeholder-shown { border: 1px solid #59B2E6 !important; } .input-group-addon { background-color: transparent; color: #333; } .centerall { display: flex; height: 100vh; float: none; margin: 0 auto; flex-flow: column wrap; justify-content: center; } .alert-login { display: none; } .alert-login p { display: inline-block; padding-left: 8px; } .container-fluid { height: calc(100vh - 20px); } .row-full { height: 100%; } [class^=col-] { height: 100%; } .module-2 { position: relative; width: 100%; height: 50%; overflow: hidden; } .module-header { height: 50px; } .module-content { height: calc(100% - 70px); /*70px because 50px from header and 20px from h2 margin-top*/ } .module-content-flex { height: calc(100% - 70px); display: flex; justify-content: center; } /*HEADER*/ .header { background-color: #333; height: 20px; } .header p { color: #fff } /*WEATHER*/ /*CONDITIONS*/ .weather { position: relative; width: 100%; height: 50%; } .weather-current { width: 100%; height: 200px; padding: 40px 20px 20px 20px; } .weather-current img { width: 150px; height: 150px; float: left; } .weather-degree { font-size: 50px; text-align: center; padding-top: 20px; } .weather-description { font-size: 25px; text-align: center; } .weather p.location { float: right; margin-top: 10px; } /*FORECAST*/ .weather-forecast { margin-top: 60px; } .weather-forecast ul { width: 100%; height: 150px; padding: 0; margin: 0; } .weather-forecast li { width: 25%; height: 100%; float: left; text-align: center; position: relative; background: rgba(244, 244, 244, 0.1); border-left: 1px solid rgba(215, 215, 215, 0.2); } .weather-forecast li:first-child { border-left: 0; } .weather-forecast li div:last-child { width: 100%; position: absolute; bottom: 0; } .weather-forecast img { width: 50px; height: 50px; margin-top: 3px; } .weather-forecast p.cond-text { padding-top: 5px; } .weather-forecast p.day-title { height: 21px; line-height: 21px; border-bottom: 1px solid rgba(215, 215, 215, 0.2); } .weather-forecast p.temps { margin: 5px 0 0 0; padding: 0; } .weather-forecast span.pop { font-weight: normal; display: inline-block; width: 15px; height: 15px; background-image: url(../images/weather/sprite-common-vert.png); background-repeat: no-repeat; background-position: 0 -383px; vertical-align: middle; position: relative; top: -1px; } .weather-forecast span.hi { color: #f10000; } .weather-forecast span.lo { color: #004cff; } /*EMAIL*/ .email { position: relative; width: 100%; height: 50%; } /*TV*/ .tv { position: relative; width: 100%; height: 50%; } .tv-list { float: left; padding: 40px 0 0 0; margin: 0 10px 0 0; } .tv-list li { height: 70px; margin: 0 0 5px 0; color: #e4ccff; background: rgba(244, 244, 244, 0.1); border-radius: 3px; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2); } .tv-list li.today { margin: 10px 0; border: 1px solid black; } .tv-list-left { width: 70px; margin-left: 15px; } .tv-list-left li { font-size: 20px; text-align: center; padding: 7px 0 0 0; line-height: 25px; } .tv-list-left p { width: 45px; margin: 0 auto; } .tv-list-right { width: 330px; } .tv-list-right p { padding-left: 10px; } .tv-list-right p:first-child { padding-top: 2px; } .tvshowlinks { float: right; } /*MOVIES*/ .movies { position: relative; width: 100%; height: 50%; } .movies-container { width: 100%; text-align: center; align-self: center; } .movies-container img { display: inline-block; width: 210px; height: 315px; } .movies-container img:first-child { margin-right: 10px; } .movie { display: inline-block; width:210px; height:315px; background: url(../images/dev/210x315.png) no-repeat; background-size: cover; margin-right: 10px; } .movie .movie-overlay { position:relative; top:0px; width:210px; height:315px; background:#575757; opacity:0; } .movie:hover .movie-overlay { opacity:0.7; } /*CENTER*/ .welcome { text-align: center; font-size: 80px; margin-top: 150px; } /*LOGIN-FORM*/ .panel-login { width: 100%; background-color: rgba(255, 255, 255, 0.1); border-color: rgba(204, 204, 204, 0.8); -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); } .panel-login>.panel-heading { text-align:center; } .panel-login>.panel-heading a { color: #666; font-weight: bold; font-size: 15px; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .panel-login>.panel-heading a.active { color: #029f5b; font-size: 18px; } .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] { height: 45px; border: 1px solid #ddd; font-size: 16px; text-align: center; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .panel-login input:hover, .panel-login input:focus { outline:none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #ccc; } .btn-login { background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; height: auto; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; } .btn-login:hover, .btn-login:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } .forgot-password { text-decoration: underline; color: #333; } .forgot-password:hover, .forgot-password:focus { text-decoration: underline !important; color: #222; } .btn-signup { background-color: #1CB94E; outline: none; color: #fff; font-size: 14px; height: auto; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #1CB94A; } .btn-signup:hover, .btn-signup:focus { color: #fff; background-color: #1CA347; border-color: #1CA347; } /*TESTING*/ .module-settings { display: none; position: absolute; top: 60px; bottom: 0; background-color: #333; border-radius: 3px; } .module-settings-left { right: 1000px; left: -1000px; } .module-settings-right { right: -1000px; left: 1000px; } .white { color: white; } .setting-input { width: 100%; padding-bottom: 5px; margin: 0 auto; } /*.setting-input-first { padding-top: 15px; }*/ .setting-submit { position: absolute; right: 0; bottom: 0; left: 0; padding-bottom: 20px; } form:first-child { padding-top: 25px; } .tv-settings-primary { background-color: white; padding: 0; margin: 0; height: 2em; border: 1px solid white; line-height: 2em; } .tv-settings-primary li { background-color: red; display: inline-block; width: 50%; height: 100%; text-align: center; } .tv-settings-primary li:hover{ cursor: pointer; } .tv-settings-primary li:first-child { border-right: 1px solid white; } .tv-settings-secondary { display: none; background-color: white; padding: 0; margin: 0; height: 2em; border: 1px solid white; border-top: none; line-height: 2em; } .tv-settings-secondary li { background-color: red; display: inline-block; width: 50%; height: 100%; text-align: center; } .tv-settings-secondary li:hover{ cursor: pointer; } .tv-settings-secondary li:first-child { border-right: 1px solid white; } .tv-settings-content-showlist { background-color: blueviolet; max-height: 100%; overflow-y: auto; list-style-type: disc; } .tv-settings-content-showlist li { background-color: yellow; padding-top: 5px; } .tv-settings-content-showlist span { font-weight: 800; margin-right: 15px; line-height: 1em; } .tv-settings-content-showlist span:hover { cursor: pointer; } .active { background-color: darkred !important; } .active-sub { background-color: indianred !important; } .fa-cog { cursor: pointer; } .tv-settings-content { height: 100%; } .tv-settings-content-subtitles, .tv-settings-content-downloads { display: none; position: relative; height: 100%; } .tv-settings-content-subtitles button, .tv-settings-content-downloads button { position: absolute; bottom: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .weather-settings button.btn-update { position: absolute; bottom: 5px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .btn-update { width: 200px; background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; white-space: normal; } .btn-update:hover, .btn-update:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } .btn-search { width: 100%; background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; white-space: normal; } .btn-search:hover, .btn-search:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } input[type='checkbox'] { margin: 0; margin-left: 10px; } label { margin: 0; font-weight: 200; } .movies-settings-content { position: relative; height: 100%; } .movies-settings-addfilter { position: absolute; width: 100%; bottom: 0; left: 0; } .movies-settings-filter { color: white !important; } /* AUTO-COMPLETE (Weather Location) */ .ui-menu { background: white; } /* TEMP */ /*p, input { color: white !important; }*/ #map { height: 200px; overflow: hidden; margin: 15px 5px 0 5px; } .white { color: white; } .weather-settings .row { margin: 0; padding: 0; } .disp-flex { display: flex; align-items: center; justify-content: center; } .padding-both-5 { padding-left: 5px; padding-right: 5px; }
public/css/styles.css
html { background: #5f2c82; background: -webkit-linear-gradient(to left, #de6161 , #2657eb); background: linear-gradient(to left, #de6161 , #2657eb); /*background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);*/ /*background: radial-gradient(circle farthest-side at right bottom,#fefdfe 5%,#f8cdda 25%,#1d2b64 80%,#0e153a 98%);*/ } body { background-color: transparent; font-family: 'Open Sans', sans-serif; } ul { list-style: none; text-decoration: none; } p { margin: 0; } .p1 { color: white; font-size: 1.5em; padding-bottom: 15px; } .p2 { color: white; font-size: 1.2em; padding-bottom: 3px; } hr { margin: 0 0 10px 0; } a { text-decoration: none !important; } img { border: none; } input::-webkit-input-placeholder { color: #333 !important; } input:-moz-placeholder { /* Firefox 18- */ color: #333 !important; } input::-moz-placeholder { /* Firefox 19+ */ color: #333 !important; opacity: 1; } input:-ms-input-placeholder { color: #333 !important; opacity: 1; } input:placeholder-shown { border: 1px solid #59B2E6 !important; } .input-group-addon { background-color: transparent; color: #333; } .centerall { display: flex; height: 100vh; float: none; margin: 0 auto; flex-flow: column wrap; justify-content: center; } .alert-login { display: none; } .alert-login p { display: inline-block; padding-left: 8px; } .container-fluid { height: calc(100vh - 20px); } .row-full { height: 100%; } [class^=col-] { height: 100%; } .module-2 { position: relative; width: 100%; height: 50%; overflow: hidden; } .module-header { height: 50px; } .module-content { height: calc(100% - 70px); /*70px because 50px from header and 20px from h2 margin-top*/ } .module-content-flex { height: calc(100% - 70px); display: flex; justify-content: center; } /*HEADER*/ .header { background-color: #333; height: 20px; } .header p { color: #fff } /*WEATHER*/ /*CONDITIONS*/ .weather { position: relative; width: 100%; height: 50%; } .weather-current { width: 100%; height: 200px; padding: 40px 20px 20px 20px; } .weather-current img { width: 150px; height: 150px; float: left; } .weather-degree { font-size: 50px; text-align: center; padding-top: 20px; } .weather-description { font-size: 25px; text-align: center; } .weather p.location { float: right; margin-top: 10px; } /*FORECAST*/ .weather-forecast { margin-top: 60px; } .weather-forecast ul { width: 100%; height: 150px; padding: 0; margin: 0; } .weather-forecast li { width: 25%; height: 100%; float: left; text-align: center; position: relative; background: rgba(244, 244, 244, 0.1); border-left: 1px solid rgba(215, 215, 215, 0.2); } .weather-forecast li:first-child { border-left: 0; } .weather-forecast li div:last-child { width: 100%; position: absolute; bottom: 0; } .weather-forecast img { width: 50px; height: 50px; margin-top: 3px; } .weather-forecast p.cond-text { padding-top: 5px; } .weather-forecast p.day-title { height: 21px; line-height: 21px; border-bottom: 1px solid rgba(215, 215, 215, 0.2); } .weather-forecast p.temps { margin: 5px 0 0 0; padding: 0; } .weather-forecast span.pop { font-weight: normal; display: inline-block; width: 15px; height: 15px; background-image: url(../images/weather/sprite-common-vert.png); background-repeat: no-repeat; background-position: 0 -383px; vertical-align: middle; position: relative; top: -1px; } .weather-forecast span.hi { color: #f10000; } .weather-forecast span.lo { color: #004cff; } /*EMAIL*/ .email { position: relative; width: 100%; height: 50%; } /*TV*/ .tv { position: relative; width: 100%; height: 50%; } .tv-list { float: left; padding: 40px 0 0 0; margin: 0 10px 0 0; } .tv-list li { height: 70px; margin: 0 0 5px 0; color: #e4ccff; background: rgba(244, 244, 244, 0.1); border-radius: 3px; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2); } .tv-list li.today { margin: 10px 0; border: 1px solid black; } .tv-list-left { width: 70px; margin-left: 15px; } .tv-list-left li { font-size: 20px; text-align: center; padding: 7px 0 0 0; line-height: 25px; } .tv-list-left p { width: 45px; margin: 0 auto; } .tv-list-right { width: 330px; } .tv-list-right p { padding-left: 10px; } .tv-list-right p:first-child { padding-top: 2px; } .tvshowlinks { float: right; } /*MOVIES*/ .movies { position: relative; width: 100%; height: 50%; } .movies-container { width: 100%; text-align: center; align-self: center; } .movies-container img { display: inline-block; width: 210px; height: 315px; } .movies-container img:first-child { margin-right: 10px; } .movie { display: inline-block; width:210px; height:315px; background: url(../images/dev/210x315.png) no-repeat; background-size: cover; margin-right: 10px; } .movie .movie-overlay { position:relative; top:0px; width:210px; height:315px; background:#575757; opacity:0; } .movie:hover .movie-overlay { opacity:0.7; } /*CENTER*/ .welcome { text-align: center; font-size: 80px; margin-top: 150px; } /*LOGIN-FORM*/ .panel-login { width: 100%; background-color: rgba(255, 255, 255, 0.1); border-color: rgba(204, 204, 204, 0.8); -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); } .panel-login>.panel-heading { text-align:center; } .panel-login>.panel-heading a { color: #666; font-weight: bold; font-size: 15px; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .panel-login>.panel-heading a.active { color: #029f5b; font-size: 18px; } .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] { height: 45px; border: 1px solid #ddd; font-size: 16px; text-align: center; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .panel-login input:hover, .panel-login input:focus { outline:none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #ccc; } .btn-login { background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; height: auto; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; } .btn-login:hover, .btn-login:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } .forgot-password { text-decoration: underline; color: #333; } .forgot-password:hover, .forgot-password:focus { text-decoration: underline !important; color: #222; } .btn-signup { background-color: #1CB94E; outline: none; color: #fff; font-size: 14px; height: auto; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #1CB94A; } .btn-signup:hover, .btn-signup:focus { color: #fff; background-color: #1CA347; border-color: #1CA347; } /*TESTING*/ .module-settings { display: none; position: absolute; top: 60px; bottom: 0; background-color: #333; border-radius: 3px; } .module-settings-left { right: 1000px; left: -1000px; } .module-settings-right { right: -1000px; left: 1000px; } .white { color: white; } .setting-input { width: 100%; padding-bottom: 5px; margin: 0 auto; } /*.setting-input-first { padding-top: 15px; }*/ .setting-submit { position: absolute; right: 0; bottom: 0; left: 0; padding-bottom: 20px; } form:first-child { padding-top: 25px; } .tv-settings-primary { background-color: white; padding: 0; margin: 0; height: 2em; border: 1px solid white; line-height: 2em; } .tv-settings-primary li { background-color: red; display: inline-block; width: 50%; height: 100%; text-align: center; } .tv-settings-primary li:hover{ cursor: pointer; } .tv-settings-primary li:first-child { border-right: 1px solid white; } .tv-settings-secondary { display: none; background-color: white; padding: 0; margin: 0; height: 2em; border: 1px solid white; border-top: none; line-height: 2em; } .tv-settings-secondary li { background-color: red; display: inline-block; width: 50%; height: 100%; text-align: center; } .tv-settings-secondary li:hover{ cursor: pointer; } .tv-settings-secondary li:first-child { border-right: 1px solid white; } .tv-settings-content-showlist { background-color: blueviolet; max-height: 100%; overflow-y: auto; list-style-type: disc; } .tv-settings-content-showlist li { background-color: yellow; padding-top: 5px; } .tv-settings-content-showlist span { font-weight: 800; margin-right: 15px; line-height: 1em; } .tv-settings-content-showlist span:hover { cursor: pointer; } .active { background-color: darkred !important; } .active-sub { background-color: indianred !important; } .fa-cog { cursor: pointer; } .tv-settings-content { height: 100%; } .tv-settings-content-subtitles, .tv-settings-content-downloads { display: none; position: relative; height: 100%; } .tv-settings-content-subtitles button, .tv-settings-content-downloads button { position: absolute; bottom: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .weather-settings button.btn-update { position: absolute; bottom: 5px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .btn-update { width: 200px; background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; white-space: normal; } .btn-update:hover, .btn-update:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } .btn-search { width: 100%; background-color: #59B2E0; outline: none; color: #fff; font-size: 14px; font-weight: normal; padding: 14px 0; text-transform: uppercase; border-color: #59B2E6; white-space: normal; } .btn-search:hover, .btn-search:focus { color: #fff; background-color: #53A3CD; border-color: #53A3CD; } input[type='checkbox'] { margin: 0; margin-left: 10px; } label { margin: 0; font-weight: 200; } .movies-settings-content { position: relative; height: 100%; } .movies-settings-addfilter { position: absolute; width: 100%; bottom: 0; left: 0; } .movies-settings-filter { color: white !important; } /* AUTO-COMPLETE (Weather Location) */ .ui-menu { background: white; } /* TEMP */ /*p, input { color: white !important; }*/ #map { height: 200px; overflow: hidden; margin: 15px 5px 0 5px; } .white { color: white; } .weather-settings .row { margin: 0; padding: 0; } .disp-flex { display: flex; align-items: center; justify-content: center; } .padding-both-5 { padding-left: 5px; padding-right: 5px; }
0.396068
0.100834
body { width: 100%; height: 100%; } html { width: 100%; height: 100%; } @media(min-width:300px) { .navbar { padding: 7px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; background-color: transparent!important; text-decoration: none; border-color: transparent!important; background-color: black; opacity: 0.8; filter: alpha(opacity=40); } } /* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based. The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children of those sections to manage the look and feel of the site. */ .intro-section { height: 100%; padding-top: 150px; text-align: center; background: #fff; } .about-section { height: 100%; padding-top: 150px; text-align: center; background: #eee; } .services-section { height: 100%; padding-top: 150px; text-align: center; background: #fff; } .contact-section { height: 100%; padding-top: 150px; text-align: center; background: #eee; } /*my css*/ .top-nav-collapse { padding: 9px; background-color: black!important; } .navbar-nav{ float: right!important; } .btn{ border-radius: 4px!important; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{ border-radius: 9px; border: 1px solid white !important; } .navbar-inverse #logo{ position: fixed!important; top: 0!important; } .navbar-inverse .navbar-toogle{ position: fixed!important; top: 0!important; clear: both; } .top-nav-collapse { padding: 3px!important; background-color: black!important; } .navbar-nav{ float: right!important; } #logo{ position: fixed; padding-top: 1px; top: 0; }
css/scrolling-nav.css
body { width: 100%; height: 100%; } html { width: 100%; height: 100%; } @media(min-width:300px) { .navbar { padding: 7px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; background-color: transparent!important; text-decoration: none; border-color: transparent!important; background-color: black; opacity: 0.8; filter: alpha(opacity=40); } } /* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based. The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children of those sections to manage the look and feel of the site. */ .intro-section { height: 100%; padding-top: 150px; text-align: center; background: #fff; } .about-section { height: 100%; padding-top: 150px; text-align: center; background: #eee; } .services-section { height: 100%; padding-top: 150px; text-align: center; background: #fff; } .contact-section { height: 100%; padding-top: 150px; text-align: center; background: #eee; } /*my css*/ .top-nav-collapse { padding: 9px; background-color: black!important; } .navbar-nav{ float: right!important; } .btn{ border-radius: 4px!important; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{ border-radius: 9px; border: 1px solid white !important; } .navbar-inverse #logo{ position: fixed!important; top: 0!important; } .navbar-inverse .navbar-toogle{ position: fixed!important; top: 0!important; clear: both; } .top-nav-collapse { padding: 3px!important; background-color: black!important; } .navbar-nav{ float: right!important; } #logo{ position: fixed; padding-top: 1px; top: 0; }
0.480722
0.082549
:root { --bg-color-primary: #2c2c2c; --bg-color-secondary: #6b6b6b; --bg-color-tertiary: #171717; --fg-color: #fafafa; } body { overflow: hidden; margin: 0; color: var(--fg-color); } .background { display: flex; background-image: linear-gradient( 90deg, var(--bg-color-secondary) 0%, var(--bg-color-primary) 100% ); align-items: center; justify-content: center; height: 100vh; } .base { width: 256px; height: 256px; border-radius: 16px; box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3); } .square { position: absolute; background-color: var(--bg-color-primary); z-index: 1; } .logo { position: absolute; max-width: 100%; z-index: 2; } .logo-2 { margin: 6px; } .logo-3 { margin-left: 6px; } .row, .column { display: flex; } .column { flex-direction: column; } /* ----- animation control ----- */ .base, .square, .logo { transform-origin: 50% 100%; transform-style: preserve-3d; transition: 1s ease transform; } .base, .square, .logo-1, .logo-2, .logo-3 { animation-duration: 3s; animation-delay: 3s; animation-fill-mode: both; } .base { animation-name: layers-base; } .square { animation-name: fill, layers-square; animation-duration: 2s, 3s; animation-delay: 1s, 3s; } .logo-1 { animation-name: layers-logo-1; } .logo-2 { animation-name: layers-logo-2; } .logo-3 { animation-name: layers-logo-3; } /* ----- keyframes ----- */ @keyframes fill { from { width: 100vw; height: 100vh; border-radius: 0; } to { width: 256px; height: 256px; border-radius: 16px; } } @keyframes layers-base { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg); } } @keyframes layers-square { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(5rem); } } @keyframes layers-logo-1 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(12rem); } } @keyframes layers-logo-2 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(15rem); } } @keyframes layers-logo-3 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(10rem); } }
src/styles.css
:root { --bg-color-primary: #2c2c2c; --bg-color-secondary: #6b6b6b; --bg-color-tertiary: #171717; --fg-color: #fafafa; } body { overflow: hidden; margin: 0; color: var(--fg-color); } .background { display: flex; background-image: linear-gradient( 90deg, var(--bg-color-secondary) 0%, var(--bg-color-primary) 100% ); align-items: center; justify-content: center; height: 100vh; } .base { width: 256px; height: 256px; border-radius: 16px; box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3); } .square { position: absolute; background-color: var(--bg-color-primary); z-index: 1; } .logo { position: absolute; max-width: 100%; z-index: 2; } .logo-2 { margin: 6px; } .logo-3 { margin-left: 6px; } .row, .column { display: flex; } .column { flex-direction: column; } /* ----- animation control ----- */ .base, .square, .logo { transform-origin: 50% 100%; transform-style: preserve-3d; transition: 1s ease transform; } .base, .square, .logo-1, .logo-2, .logo-3 { animation-duration: 3s; animation-delay: 3s; animation-fill-mode: both; } .base { animation-name: layers-base; } .square { animation-name: fill, layers-square; animation-duration: 2s, 3s; animation-delay: 1s, 3s; } .logo-1 { animation-name: layers-logo-1; } .logo-2 { animation-name: layers-logo-2; } .logo-3 { animation-name: layers-logo-3; } /* ----- keyframes ----- */ @keyframes fill { from { width: 100vw; height: 100vh; border-radius: 0; } to { width: 256px; height: 256px; border-radius: 16px; } } @keyframes layers-base { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg); } } @keyframes layers-square { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(5rem); } } @keyframes layers-logo-1 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(12rem); } } @keyframes layers-logo-2 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(15rem); } } @keyframes layers-logo-3 { from { transform: scale(1); } to { transform: scale(1.15) rotateY(-30deg) rotateX(45deg) translateZ(10rem); } }
0.709523
0.19252
body { /*background-image: radial-gradient(circle, #f2f9fe, #ebf7fe, #e5f4fe, #ddf2fe, #d6f0fd);*/ background-color: #ecf0ff; } hr { margin: 14px 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; } /* login window */ #login { width: 470px; } #login .btn { float: left; width: 40%; font-size: 0.8rem; } /* #login .btn-btm { padding: 0; } */ #login .btn-left { margin-right: 4%; } #login #btn_sign_in { color: #fff; } /* #login #btn_remember { background: #fff; border: 1px solid #ced4da; } */ /* #login #btn_remember:hover { background: #f8f9fa; } */ #login h6, #login label { font-size: 0.8rem; } #login h6, #login label, #login #btn_remember { color: #808080; text-shadow: -1px 1px 0 #fff; } #login .fa { padding-right: 10px; } /* #login hr { clear: left; } */ #login .btm-links { font-size: 0.8rem; margin: 2px 0 0 0; } /* #login .btm-links #forgot-password { float: left; margin-left: 16px; } */ #login .btm-links #create-account { float: right; margin-right: 20px; } /* Account window */ #box-form-container { width: 470px; } #box-form-container label { text-align: right; margin-top: 2px; } #box-form-container input, #box-form-container select { font-size: 0.875rem; } #box-form-container .col-sm-9 { padding-left: 0; } #box-form-container .margin-zero { margin-bottom: 0; } #box-form-container .form-buttons { display: flex; align-items: center; justify-content: flex-end; } #box-form-container .form-buttons>:not(:last-child) { margin-right: 0.5rem; } /* modal windows .modal .modal-dialog { width: 480px; } .modal .form-group { margin-bottom: 0px; } .modal .alert { margin-top: 10px; margin-bottom: 0; padding: 8px 15px 8px 15px; } .modal .alert-dismissable, .modal .close { right: -4px; } .modal p { margin: 0; padding: 0; } .modal .modal-footer button { width: 80px; } */ .center-vertical { top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #footer { color: gray; } #link { color: grey; text-decoration: none; } #link:hover { color: #4182f3; } .btm-copyright { text-align: center; font-size: 0.8rem; margin: 2px 0 -10px 0; } @media (max-width: 767.98px) { #login { width: 300px; } #box-form-container { width: 300px; } #box-form-container label { text-align: left; } } .textarea-container { position: relative; } .textarea-container textarea { width: 100%; height: 100%; box-sizing: border-box; } .textarea-container button { position: absolute; top: 0; right: 0; opacity: 0; } .textarea-container button:hover { opacity: 1; } #loading { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('/image/ajax-loader.gif') 50% 50% no-repeat #fff; }
libs/auth/web/public/css/style.css
body { /*background-image: radial-gradient(circle, #f2f9fe, #ebf7fe, #e5f4fe, #ddf2fe, #d6f0fd);*/ background-color: #ecf0ff; } hr { margin: 14px 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; } /* login window */ #login { width: 470px; } #login .btn { float: left; width: 40%; font-size: 0.8rem; } /* #login .btn-btm { padding: 0; } */ #login .btn-left { margin-right: 4%; } #login #btn_sign_in { color: #fff; } /* #login #btn_remember { background: #fff; border: 1px solid #ced4da; } */ /* #login #btn_remember:hover { background: #f8f9fa; } */ #login h6, #login label { font-size: 0.8rem; } #login h6, #login label, #login #btn_remember { color: #808080; text-shadow: -1px 1px 0 #fff; } #login .fa { padding-right: 10px; } /* #login hr { clear: left; } */ #login .btm-links { font-size: 0.8rem; margin: 2px 0 0 0; } /* #login .btm-links #forgot-password { float: left; margin-left: 16px; } */ #login .btm-links #create-account { float: right; margin-right: 20px; } /* Account window */ #box-form-container { width: 470px; } #box-form-container label { text-align: right; margin-top: 2px; } #box-form-container input, #box-form-container select { font-size: 0.875rem; } #box-form-container .col-sm-9 { padding-left: 0; } #box-form-container .margin-zero { margin-bottom: 0; } #box-form-container .form-buttons { display: flex; align-items: center; justify-content: flex-end; } #box-form-container .form-buttons>:not(:last-child) { margin-right: 0.5rem; } /* modal windows .modal .modal-dialog { width: 480px; } .modal .form-group { margin-bottom: 0px; } .modal .alert { margin-top: 10px; margin-bottom: 0; padding: 8px 15px 8px 15px; } .modal .alert-dismissable, .modal .close { right: -4px; } .modal p { margin: 0; padding: 0; } .modal .modal-footer button { width: 80px; } */ .center-vertical { top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #footer { color: gray; } #link { color: grey; text-decoration: none; } #link:hover { color: #4182f3; } .btm-copyright { text-align: center; font-size: 0.8rem; margin: 2px 0 -10px 0; } @media (max-width: 767.98px) { #login { width: 300px; } #box-form-container { width: 300px; } #box-form-container label { text-align: left; } } .textarea-container { position: relative; } .textarea-container textarea { width: 100%; height: 100%; box-sizing: border-box; } .textarea-container button { position: absolute; top: 0; right: 0; opacity: 0; } .textarea-container button:hover { opacity: 1; } #loading { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('/image/ajax-loader.gif') 50% 50% no-repeat #fff; }
0.324663
0.057203
@charset "UTF-08"; /* Exportação de fonte do google font */ @import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap'); :root { /* Fontes */ --titulo: 'Passion One', cursive; --conteudo: 'Sriracha', cursive; --padrao: Verdana, Geneva, Tahoma, sans-serif; } /*Seletor Global*/ * { margin: 0px; padding: 0px; } /*Cabeçalho*/ header { text-align: center; background-color: black; color: white; padding: 60px; } header > h1 { font-family: var(--titulo); font-variant: small-caps; font-size: 9vw; } header > p { font-family: var(--padrao); } header a { color: white; text-decoration: none; } /*Conteudo*/ main { font-family: var(--conteudo); font-size: 3.5vw; } main > section#bl01 { padding: 50px; } main > section#bl02 { background-image: url('imagens/1foto.jpg'); background-repeat: no-repeat; background-position: right center; background-size: cover; background-attachment: fixed; padding: 50px; } main > section#bl02 > p { background-color: rgba(0, 0, 0, 0.500); color: white; width: 41vw; padding: 5px; } main > section#bl03 { padding: 50px; } main > section#bl04 { padding: 50px; } main > section#bl05 { background-image: url('imagens/2foto.jpg'); background-repeat: no-repeat; background-position: right center; background-size: cover; background-attachment:fixed; padding: 50px; } main > section#bl05 > p { background-color: rgba(0, 0, 0, 0.500); color: white; width: 42vw; padding: 5px; } main > section#bl06 { padding: 50px; } main > section#bl07 { padding: 50px; padding-bottom: 100px; } /*Rodapé*/ footer { font-family: var(--padrao); background-color: black; color: white; text-align: center; font-size: 14px; padding: 10px; } footer a { color: white; text-decoration: none; }
exercicios/ex020/style.css
@charset "UTF-08"; /* Exportação de fonte do google font */ @import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap'); :root { /* Fontes */ --titulo: 'Passion One', cursive; --conteudo: 'Sriracha', cursive; --padrao: Verdana, Geneva, Tahoma, sans-serif; } /*Seletor Global*/ * { margin: 0px; padding: 0px; } /*Cabeçalho*/ header { text-align: center; background-color: black; color: white; padding: 60px; } header > h1 { font-family: var(--titulo); font-variant: small-caps; font-size: 9vw; } header > p { font-family: var(--padrao); } header a { color: white; text-decoration: none; } /*Conteudo*/ main { font-family: var(--conteudo); font-size: 3.5vw; } main > section#bl01 { padding: 50px; } main > section#bl02 { background-image: url('imagens/1foto.jpg'); background-repeat: no-repeat; background-position: right center; background-size: cover; background-attachment: fixed; padding: 50px; } main > section#bl02 > p { background-color: rgba(0, 0, 0, 0.500); color: white; width: 41vw; padding: 5px; } main > section#bl03 { padding: 50px; } main > section#bl04 { padding: 50px; } main > section#bl05 { background-image: url('imagens/2foto.jpg'); background-repeat: no-repeat; background-position: right center; background-size: cover; background-attachment:fixed; padding: 50px; } main > section#bl05 > p { background-color: rgba(0, 0, 0, 0.500); color: white; width: 42vw; padding: 5px; } main > section#bl06 { padding: 50px; } main > section#bl07 { padding: 50px; padding-bottom: 100px; } /*Rodapé*/ footer { font-family: var(--padrao); background-color: black; color: white; text-align: center; font-size: 14px; padding: 10px; } footer a { color: white; text-decoration: none; }
0.298491
0.08733
:root { --colors-base-white: #ffffff; --colors-base-grey-25: #f9f9fa; --colors-base-grey-50: #f3f4f5; --colors-base-grey-75: #edeef0; --colors-base-grey-200: #cfd2d7; --colors-base-grey-400: #9ea5b0; --colors-base-grey-600: #6e7888; --colors-base-grey-800: #3d4b61; --colors-base-grey-900: #25354d; --colors-base-grey: #0d1f39; --colors-base-dark: #06111c; --colors-base-black: #000000; --colors-base-background: var(--colors-base-white); --colors-text-primary: #06111cff; /*alpha 1*/ --colors-text-secondary: #06111cd9; /*alpha .85*/ --colors-text-mute: #06111c99; /*alpha .60*/ --colors-text-muter: #06111c66; /*alpha .40*/ --colors-text-light-primary: #ffffffff; /*alpha 1*/ --colors-text-light-secondary: #ffffffe6; /*alpha .90*/ --colors-text-light-mute: #ffffffb3; /*alpha .70*/ --colors-text-light-muter: #ffffff80; /*alpha .50*/ --colors-themed-primary: #5528ff; --colors-themed-dark: #331899; --colors-themed-light: #eeeaff; --colors-themed-darkmode: #bba9ff; --colors-themed-background: #faf9ff; --colors-link-primary: var(--colors-themed-primary); --colors-link-hover: var(--colors-themed-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-themed-primary); --colors-button-hover: var(--colors-themed-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-themed-light); --colors-input-primary: var(--colors-base-grey-50); --colors-input-hover: var(--colors-themed-background); --colors-input-text-active: var(--colors-base-dark); --colors-input-text-inactive: var(--colors-base-grey-600); --colors-oathkeeper-background: #fdf9fe; --colors-oathkeeper-light: #f8ecfd; --colors-oathkeeper-darkmode: #e3b1f8; --colors-oathkeeper-primary: #b93dee; --colors-oathkeeper-dark: #6f258f; --colors-dockertest-background: #f7feff; --colors-dockertest-light: #e6fcfe; --colors-dockertest-darkmode: #9bf1f9; --colors-dockertest-primary: #04ddf1; --colors-dockertest-dark: #028491; --colors-keto-background: #f7fefb; --colors-keto-light: #e6fcf2; --colors-keto-darkmode: #99f3c9; --colors-keto-primary: #00e078; --colors-keto-dark: #008648; --colors-kratos-background: #fffbf8; --colors-kratos-light: #fff3e9; --colors-kratos-darkmode: #ffcfa5; --colors-kratos-primary: #ff871f; --colors-kratos-dark: #995113; --colors-hydra-background: #fffbfa; --colors-hydra-light: #fff0ee; --colors-hydra-darkmode: #ffc4b9; --colors-hydra-primary: #ff6b51; --colors-hydra-dark: #994031; --colors-error-background: #fff7f7; --colors-error-light: #ffe6e6; --colors-error-darkmode: #ff9999; --colors-error-primary: #ff0000; --colors-error-dark: #990000; --colors-warning-background: #fffef9; --colors-warning-light: #fffdea; --colors-warning-darkmode: #fef6ab; --colors-warning-primary: #fde82c; --colors-warning-dark: #988b1b; --colors-success-background: #fafef8; --colors-success-light: #eefbe8; --colors-success-darkmode: #bcf0a2; --colors-success-primary: #57d916; --colors-success-dark: #34820d; --colors-info-background: #f7fdff; --colors-info-light: #e6f8ff; --colors-info-darkmode: #99e3ff; --colors-info-primary: #00baff; --colors-info-dark: #007099; --gradient-ory: radial-gradient( 100% 114.57% at 0% 0%, #9bf1f9 0%, #5528ff 100% ); --gradient-oathkeeper: radial-gradient( 100% 114.57% at 0% 0%, #bba9ff 0%, #b93dee 100% ); --gradient-dockertest: radial-gradient( 100% 114.57% at 0% 0%, #99f3c9 0%, #04ddf1 100% ); --gradient-keto: radial-gradient( 100% 114.57% at 0% 0%, #fef6ab 0%, #00e078 100% ); --gradient-kratos: radial-gradient( 100% 114.57% at 0% 0%, #ffc4b9 0%, #ff871f 100% ); --gradient-hydra: radial-gradient( 100% 114.57% at 0% 0%, #e3b1f8 0%, #ff6b51 100% ); --gradient-white: radial-gradient( 100% 114.57% at 0% 0%, #f9f9fa 0%, #cfd2d7 100% ); --gradient-grey: radial-gradient( 100% 114.57% at 0% 0%, #6e7888 0%, #0d1f39 100% ); --gradient-primary-light: radial-gradient( 100% 114.57% at 0% 0%, #f9f9fa 0%, #faf9ff 100% ); --elevation-base: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; --elevation-large: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; } .theme-hydra { --colors-themed-primary: var(--colors-hydra-primary); --colors-themed-light: var(--colors-hydra-light); --colors-themed-background: var(--colors-hydra-background); --colors-themed-dark: var(--colors-hydra-dark); --colors-themed-darkmode: var(--colors-hydra-darkmode); --colors-link-primary: var(--colors-hydra-primary); --colors-link-hover: var(--colors-hydra-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-hydra-primary); --colors-button-hover: var(--colors-hydra-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-hydra-light); --colors-input-hover: var(--colors-hydra-background); } .theme-oathkeeper { --colors-themed-primary: var(--colors-oathkeeper-primary); --colors-themed-light: var(--colors-oathkeeper-light); --colors-themed-background: var(--colors-oathkeeper-background); --colors-themed-dark: var(--colors-oathkeeper-dark); --colors-themed-darkmode: var(--colors-oathkeeper-darkmode); --colors-link-primary: var(--colors-oathkeeper-primary); --colors-link-hover: var(--colors-oathkeeper-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-oathkeeper-primary); --colors-button-hover: var(--colors-oathkeeper-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-oathkeeper-light); --colors-input-hover: var(--colors-oathkeeper-background); } .theme-kratos { --colors-themed-primary: var(--colors-kratos-primary); --colors-themed-light: var(--colors-kratos-light); --colors-themed-background: var(--colors-kratos-background); --colors-themed-dark: var(--colors-kratos-dark); --colors-themed-darkmode: var(--colors-kratos-darkmode); --colors-link-primary: var(--colors-kratos-primary); --colors-link-hover: var(--colors-kratos-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-kratos-primary); --colors-button-hover: var(--colors-kratos-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-kratos-light); --colors-input-hover: var(--colors-kratos-background); } .theme-keto { --colors-themed-primary: var(--colors-keto-primary); --colors-themed-light: var(--colors-keto-light); --colors-themed-background: var(--colors-keto-background); --colors-themed-dark: var(--colors-keto-dark); --colors-themed-darkmode: var(--colors-keto-darkmode); --colors-link-primary: var(--colors-keto-primary); --colors-link-hover: var(--colors-keto-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-keto-primary); --colors-button-hover: var(--colors-keto-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-keto-light); --colors-input-hover: var(--colors-keto-background); } .background-is-dark, .background-is-themed { --colors-text-primary: var(--colors-text-light-primary); --colors-text-secondary: var(--colors-text-light-secondary); --colors-text-mute: var(--colors-text-light-mute); --colors-text-muter: var(--colors-text-light-muter); } .background-is-dark { --colors-base-background: var(--colors-base-dark); --colors-link-primary: var(--colors-themed-light); --colors-link-hover: var(--colors-themed-primary); --colors-link-active: var(--colors-text-primary); --colors-input-primary: var(--colors-base-grey-25); --colors-input-hover: var(--colors-themed-light); } .background-is-themed { --colors-base-background: var(--colors-themed-primary); --colors-link-primary: var(--colors-themed-light); --colors-link-hover: var(--colors-themed-background); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-themed-primary); --colors-button-primary: var(--colors-base-white); --colors-button-hover: var(--colors-themed-light); --colors-button-active: var(--colors-themed-light); --colors-button-border: var(--colors-themed-primary); --colors-input-primary: var(--colors-base-grey-25); --colors-input-hover: var(--colors-themed-light); }
src/styles/themes/default.css
:root { --colors-base-white: #ffffff; --colors-base-grey-25: #f9f9fa; --colors-base-grey-50: #f3f4f5; --colors-base-grey-75: #edeef0; --colors-base-grey-200: #cfd2d7; --colors-base-grey-400: #9ea5b0; --colors-base-grey-600: #6e7888; --colors-base-grey-800: #3d4b61; --colors-base-grey-900: #25354d; --colors-base-grey: #0d1f39; --colors-base-dark: #06111c; --colors-base-black: #000000; --colors-base-background: var(--colors-base-white); --colors-text-primary: #06111cff; /*alpha 1*/ --colors-text-secondary: #06111cd9; /*alpha .85*/ --colors-text-mute: #06111c99; /*alpha .60*/ --colors-text-muter: #06111c66; /*alpha .40*/ --colors-text-light-primary: #ffffffff; /*alpha 1*/ --colors-text-light-secondary: #ffffffe6; /*alpha .90*/ --colors-text-light-mute: #ffffffb3; /*alpha .70*/ --colors-text-light-muter: #ffffff80; /*alpha .50*/ --colors-themed-primary: #5528ff; --colors-themed-dark: #331899; --colors-themed-light: #eeeaff; --colors-themed-darkmode: #bba9ff; --colors-themed-background: #faf9ff; --colors-link-primary: var(--colors-themed-primary); --colors-link-hover: var(--colors-themed-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-themed-primary); --colors-button-hover: var(--colors-themed-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-themed-light); --colors-input-primary: var(--colors-base-grey-50); --colors-input-hover: var(--colors-themed-background); --colors-input-text-active: var(--colors-base-dark); --colors-input-text-inactive: var(--colors-base-grey-600); --colors-oathkeeper-background: #fdf9fe; --colors-oathkeeper-light: #f8ecfd; --colors-oathkeeper-darkmode: #e3b1f8; --colors-oathkeeper-primary: #b93dee; --colors-oathkeeper-dark: #6f258f; --colors-dockertest-background: #f7feff; --colors-dockertest-light: #e6fcfe; --colors-dockertest-darkmode: #9bf1f9; --colors-dockertest-primary: #04ddf1; --colors-dockertest-dark: #028491; --colors-keto-background: #f7fefb; --colors-keto-light: #e6fcf2; --colors-keto-darkmode: #99f3c9; --colors-keto-primary: #00e078; --colors-keto-dark: #008648; --colors-kratos-background: #fffbf8; --colors-kratos-light: #fff3e9; --colors-kratos-darkmode: #ffcfa5; --colors-kratos-primary: #ff871f; --colors-kratos-dark: #995113; --colors-hydra-background: #fffbfa; --colors-hydra-light: #fff0ee; --colors-hydra-darkmode: #ffc4b9; --colors-hydra-primary: #ff6b51; --colors-hydra-dark: #994031; --colors-error-background: #fff7f7; --colors-error-light: #ffe6e6; --colors-error-darkmode: #ff9999; --colors-error-primary: #ff0000; --colors-error-dark: #990000; --colors-warning-background: #fffef9; --colors-warning-light: #fffdea; --colors-warning-darkmode: #fef6ab; --colors-warning-primary: #fde82c; --colors-warning-dark: #988b1b; --colors-success-background: #fafef8; --colors-success-light: #eefbe8; --colors-success-darkmode: #bcf0a2; --colors-success-primary: #57d916; --colors-success-dark: #34820d; --colors-info-background: #f7fdff; --colors-info-light: #e6f8ff; --colors-info-darkmode: #99e3ff; --colors-info-primary: #00baff; --colors-info-dark: #007099; --gradient-ory: radial-gradient( 100% 114.57% at 0% 0%, #9bf1f9 0%, #5528ff 100% ); --gradient-oathkeeper: radial-gradient( 100% 114.57% at 0% 0%, #bba9ff 0%, #b93dee 100% ); --gradient-dockertest: radial-gradient( 100% 114.57% at 0% 0%, #99f3c9 0%, #04ddf1 100% ); --gradient-keto: radial-gradient( 100% 114.57% at 0% 0%, #fef6ab 0%, #00e078 100% ); --gradient-kratos: radial-gradient( 100% 114.57% at 0% 0%, #ffc4b9 0%, #ff871f 100% ); --gradient-hydra: radial-gradient( 100% 114.57% at 0% 0%, #e3b1f8 0%, #ff6b51 100% ); --gradient-white: radial-gradient( 100% 114.57% at 0% 0%, #f9f9fa 0%, #cfd2d7 100% ); --gradient-grey: radial-gradient( 100% 114.57% at 0% 0%, #6e7888 0%, #0d1f39 100% ); --gradient-primary-light: radial-gradient( 100% 114.57% at 0% 0%, #f9f9fa 0%, #faf9ff 100% ); --elevation-base: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; --elevation-large: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; } .theme-hydra { --colors-themed-primary: var(--colors-hydra-primary); --colors-themed-light: var(--colors-hydra-light); --colors-themed-background: var(--colors-hydra-background); --colors-themed-dark: var(--colors-hydra-dark); --colors-themed-darkmode: var(--colors-hydra-darkmode); --colors-link-primary: var(--colors-hydra-primary); --colors-link-hover: var(--colors-hydra-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-hydra-primary); --colors-button-hover: var(--colors-hydra-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-hydra-light); --colors-input-hover: var(--colors-hydra-background); } .theme-oathkeeper { --colors-themed-primary: var(--colors-oathkeeper-primary); --colors-themed-light: var(--colors-oathkeeper-light); --colors-themed-background: var(--colors-oathkeeper-background); --colors-themed-dark: var(--colors-oathkeeper-dark); --colors-themed-darkmode: var(--colors-oathkeeper-darkmode); --colors-link-primary: var(--colors-oathkeeper-primary); --colors-link-hover: var(--colors-oathkeeper-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-oathkeeper-primary); --colors-button-hover: var(--colors-oathkeeper-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-oathkeeper-light); --colors-input-hover: var(--colors-oathkeeper-background); } .theme-kratos { --colors-themed-primary: var(--colors-kratos-primary); --colors-themed-light: var(--colors-kratos-light); --colors-themed-background: var(--colors-kratos-background); --colors-themed-dark: var(--colors-kratos-dark); --colors-themed-darkmode: var(--colors-kratos-darkmode); --colors-link-primary: var(--colors-kratos-primary); --colors-link-hover: var(--colors-kratos-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-kratos-primary); --colors-button-hover: var(--colors-kratos-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-kratos-light); --colors-input-hover: var(--colors-kratos-background); } .theme-keto { --colors-themed-primary: var(--colors-keto-primary); --colors-themed-light: var(--colors-keto-light); --colors-themed-background: var(--colors-keto-background); --colors-themed-dark: var(--colors-keto-dark); --colors-themed-darkmode: var(--colors-keto-darkmode); --colors-link-primary: var(--colors-keto-primary); --colors-link-hover: var(--colors-keto-dark); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-base-white); --colors-button-primary: var(--colors-keto-primary); --colors-button-hover: var(--colors-keto-dark); --colors-button-active: var(--colors-text-primary); --colors-button-border: var(--colors-keto-light); --colors-input-hover: var(--colors-keto-background); } .background-is-dark, .background-is-themed { --colors-text-primary: var(--colors-text-light-primary); --colors-text-secondary: var(--colors-text-light-secondary); --colors-text-mute: var(--colors-text-light-mute); --colors-text-muter: var(--colors-text-light-muter); } .background-is-dark { --colors-base-background: var(--colors-base-dark); --colors-link-primary: var(--colors-themed-light); --colors-link-hover: var(--colors-themed-primary); --colors-link-active: var(--colors-text-primary); --colors-input-primary: var(--colors-base-grey-25); --colors-input-hover: var(--colors-themed-light); } .background-is-themed { --colors-base-background: var(--colors-themed-primary); --colors-link-primary: var(--colors-themed-light); --colors-link-hover: var(--colors-themed-background); --colors-link-active: var(--colors-text-primary); --colors-button-text: var(--colors-themed-primary); --colors-button-primary: var(--colors-base-white); --colors-button-hover: var(--colors-themed-light); --colors-button-active: var(--colors-themed-light); --colors-button-border: var(--colors-themed-primary); --colors-input-primary: var(--colors-base-grey-25); --colors-input-hover: var(--colors-themed-light); }
0.445288
0.064979
.comments_settingsPart { padding: 0px; } .comments_settingsPart h3 { margin: 0; } .comments_settingsPart ul { margin: 3px 0 0 0; } .comments_settingsPart ul li { list-style: none; } #comments_txtPage { width: 30px; padding: 2px; height: 16px; } #comments_settings .dialog_buttons { padding: 6px; height: 30px; } #comments_settings .dialog_buttons.right button { float: right; } /* Main container */ #comments_mainContainer.fl-widget-content, #comments_settings.fl-widget-content { padding: 10px; } .comments_commentMessage p.comments_infoDeleted { font-size: .9em; text-align: left; color: #000000; } .comments_nextButtons { width: 100%; } #comments_titlebar { width: auto; height: 20px; border-bottom-style: solid; border-bottom-width: 1px; color: #BBB; border-color: #DEDEDE; } #comments_titlebar .comments_titleLeft { float: left; font-size: 1.25em; font-weight: 700; color: #333; text-transform: capitalize; } #comments_titlebar .comments_titleRight { float: right; } #comments_numCommentsDisplayed, #comments_numComments { color: #333; } .comments_posterDataName, .comments_posterData a { font-size: 1.1em; text-decoration: none; font-weight: 400; margin: 0; } .comments_posterData { padding: 2px 0 0 5px; height: 35px; overflow: hidden; } .comments_posterData a:hover { text-decoration: underline; } .comments_commentMessage { background-color: #eee; color: #333; padding: 10px; margin-bottom: 20px; } .comments_commentMessage ul { float: right; margin-top: -5px; margin-bottom: 1px; } #comments_prevPage { float: right; margin-right: 10px; display: none; } .comments_commentLinks { overflow: auto; width: 140px; float: right; overflow: hidden; } .comments_commentMessage ul li { display: inline; color: #BBB; } .comments_arrowUp { height: 10px; background: #fff url(../images/comments_arrowup.jpg) no-repeat bottom left; } .comments_avatar { height: 35px; float: left; } .comments_dateComment { color: #BBB; } .comments_topCommentBar { margin-top: 20px; overflow: auto; width: 100%; } .comments_fillInCommentTopContainer input[type=text] { width: 350px; } #comments_txtMessage { height: 100px; } #comments_fillInComment { background-color: #EBEFF1; margin-top: 15px; padding: 0 15px 10px; } #comments_fillInComment label { font-weight: bold; display: block; } #comments_mainContainer .dialog_buttons { padding: 6px; height: 30px; } #comments_mainContainer .dialog_buttons.right button { float: right; } #comments_mainContainer .comments_message p { padding-bottom: 0; margin-bottom: 0; color: #000000; } #comments_mainContainer textarea, #comments_settings textarea { height: 140px; resize: none; } #comments_mainContainer input[type=text].error, #comments_settings input[type=text].error, #comments_mainContainer textarea.error, #comments_settings textarea.error { border-color: #9f3333; background-color: #ffdede; }
devwidgets/comments/css/comments.css
.comments_settingsPart { padding: 0px; } .comments_settingsPart h3 { margin: 0; } .comments_settingsPart ul { margin: 3px 0 0 0; } .comments_settingsPart ul li { list-style: none; } #comments_txtPage { width: 30px; padding: 2px; height: 16px; } #comments_settings .dialog_buttons { padding: 6px; height: 30px; } #comments_settings .dialog_buttons.right button { float: right; } /* Main container */ #comments_mainContainer.fl-widget-content, #comments_settings.fl-widget-content { padding: 10px; } .comments_commentMessage p.comments_infoDeleted { font-size: .9em; text-align: left; color: #000000; } .comments_nextButtons { width: 100%; } #comments_titlebar { width: auto; height: 20px; border-bottom-style: solid; border-bottom-width: 1px; color: #BBB; border-color: #DEDEDE; } #comments_titlebar .comments_titleLeft { float: left; font-size: 1.25em; font-weight: 700; color: #333; text-transform: capitalize; } #comments_titlebar .comments_titleRight { float: right; } #comments_numCommentsDisplayed, #comments_numComments { color: #333; } .comments_posterDataName, .comments_posterData a { font-size: 1.1em; text-decoration: none; font-weight: 400; margin: 0; } .comments_posterData { padding: 2px 0 0 5px; height: 35px; overflow: hidden; } .comments_posterData a:hover { text-decoration: underline; } .comments_commentMessage { background-color: #eee; color: #333; padding: 10px; margin-bottom: 20px; } .comments_commentMessage ul { float: right; margin-top: -5px; margin-bottom: 1px; } #comments_prevPage { float: right; margin-right: 10px; display: none; } .comments_commentLinks { overflow: auto; width: 140px; float: right; overflow: hidden; } .comments_commentMessage ul li { display: inline; color: #BBB; } .comments_arrowUp { height: 10px; background: #fff url(../images/comments_arrowup.jpg) no-repeat bottom left; } .comments_avatar { height: 35px; float: left; } .comments_dateComment { color: #BBB; } .comments_topCommentBar { margin-top: 20px; overflow: auto; width: 100%; } .comments_fillInCommentTopContainer input[type=text] { width: 350px; } #comments_txtMessage { height: 100px; } #comments_fillInComment { background-color: #EBEFF1; margin-top: 15px; padding: 0 15px 10px; } #comments_fillInComment label { font-weight: bold; display: block; } #comments_mainContainer .dialog_buttons { padding: 6px; height: 30px; } #comments_mainContainer .dialog_buttons.right button { float: right; } #comments_mainContainer .comments_message p { padding-bottom: 0; margin-bottom: 0; color: #000000; } #comments_mainContainer textarea, #comments_settings textarea { height: 140px; resize: none; } #comments_mainContainer input[type=text].error, #comments_settings input[type=text].error, #comments_mainContainer textarea.error, #comments_settings textarea.error { border-color: #9f3333; background-color: #ffdede; }
0.217836
0.084758
* { } body { height: 100%; flex-shrink: 0; background-color: #f5f5f5; } .container { height: 100%; flex-shrink: 0; } #heading { background-color: #f6b102; border-radius: 8px; box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2); } #website_name { width: 70%; /*display: inline-block;*/ font-size: 4em; font-family: 'Atomic Age', cursive; } #search_box { width: 30%; /*display: inline;*/ margin-top: 30px; float: right; } .col-md-2 { margin-top: 20px; padding-left: 0px; padding-right: 0px; background-color: #f6b102; border-radius: 3px; height: 100%; flex-shrink: 0; background-color: #f6b102; background: -webkit-linear-gradient(#f6b102, #f5f5f5); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#f6b102,#f5f5f5); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#f6b102, #f5f5f5); /* For Firefox 3.6 to 15 */ background: linear-gradient(#f6b102, #f5f5f5); } #article_display_section { margin-top: 20px; } #navigation { list-style:none; font-size: 1.2em; height: 100%; width:100%; } #navigation li { padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px; } #navigation li a:hover { background-color: #555; color:white; } #navigation li a { display:block; text-decoration: none; color:#000; padding: 0px 16px; } #article_class { list-style:none; padding-left: 0px; display: inline; } #article_class li { display: inline; font-size: 1.5em; padding-right: 0px; padding-left: 0px; border-radius: 8px; } #article_class button { width: 49%; border: 1px solid #000; background-color: #302508; color: white; border-radius: 8px; } #card_template { margin-top: 30px; background-color: #feeab6; border-radius: 10px; box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.2); } .card-header { /*border: 1px solid black;*/ } #art_title { width: 70%; display: inline-block; font-size: 2em; padding: 10px; } #bookmark_button { position: static; margin-right: 10px; margin-top: 10px; font-size: 2em; float: right; } #article_image_holder { width: 70%; align-items: center; padding: 10px; } #article_desc { padding: 10px; text-align: justify; /*border: 1px solid black;*/ } .card-footer { display: flex; /*border: 1px solid black;*/ } #rating_stars { display: inline; width: 30%; padding: 4px; font-size: 15px; } .glyphicon glyphicon-star-empty { display: inline-block; } #keyword_list { list-style:none; width: 70%; float: right; } #keyword_list li { display: inline-block; float: right; align-items: right; margin-right: 2px;" } hr { width: 80%; border-top: 1px solid #926901; }
css/main.css
* { } body { height: 100%; flex-shrink: 0; background-color: #f5f5f5; } .container { height: 100%; flex-shrink: 0; } #heading { background-color: #f6b102; border-radius: 8px; box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2); } #website_name { width: 70%; /*display: inline-block;*/ font-size: 4em; font-family: 'Atomic Age', cursive; } #search_box { width: 30%; /*display: inline;*/ margin-top: 30px; float: right; } .col-md-2 { margin-top: 20px; padding-left: 0px; padding-right: 0px; background-color: #f6b102; border-radius: 3px; height: 100%; flex-shrink: 0; background-color: #f6b102; background: -webkit-linear-gradient(#f6b102, #f5f5f5); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#f6b102,#f5f5f5); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#f6b102, #f5f5f5); /* For Firefox 3.6 to 15 */ background: linear-gradient(#f6b102, #f5f5f5); } #article_display_section { margin-top: 20px; } #navigation { list-style:none; font-size: 1.2em; height: 100%; width:100%; } #navigation li { padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px; } #navigation li a:hover { background-color: #555; color:white; } #navigation li a { display:block; text-decoration: none; color:#000; padding: 0px 16px; } #article_class { list-style:none; padding-left: 0px; display: inline; } #article_class li { display: inline; font-size: 1.5em; padding-right: 0px; padding-left: 0px; border-radius: 8px; } #article_class button { width: 49%; border: 1px solid #000; background-color: #302508; color: white; border-radius: 8px; } #card_template { margin-top: 30px; background-color: #feeab6; border-radius: 10px; box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.2); } .card-header { /*border: 1px solid black;*/ } #art_title { width: 70%; display: inline-block; font-size: 2em; padding: 10px; } #bookmark_button { position: static; margin-right: 10px; margin-top: 10px; font-size: 2em; float: right; } #article_image_holder { width: 70%; align-items: center; padding: 10px; } #article_desc { padding: 10px; text-align: justify; /*border: 1px solid black;*/ } .card-footer { display: flex; /*border: 1px solid black;*/ } #rating_stars { display: inline; width: 30%; padding: 4px; font-size: 15px; } .glyphicon glyphicon-star-empty { display: inline-block; } #keyword_list { list-style:none; width: 70%; float: right; } #keyword_list li { display: inline-block; float: right; align-items: right; margin-right: 2px;" } hr { width: 80%; border-top: 1px solid #926901; }
0.158565
0.042186
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("eztv.it"), url("http://eztv.it/index.php"), url("http://eztv.it/forum.css") { body {background-color: #111 !important;} #header_logo {display: none !important} #site_menu {background: #444 !important; border: solid #444 1px !important; -moz-border-radius: 6px !important; color: #999 !important} .forum_thread_header {background: #222 !important; color: #999 !important;} .forum_header_border, #divider{border: solid #444 1px !important;} .section_post_header { border: solid #444 1px !important} .form_action_text, .form_action_left, .form_action_right {background: #444 !important} /** LINK PEVIOUSLY SELECTED **/ .epinfo {color: #19D !important} .input {background: #444 !important;} SELECT[name="SearchString"] {background: #999 !important} .forum_header_border tr, .forum_header_border td {background-color: #222 !important;} .forum_header_menu {background-color: #999 !important;} /** LINK **/ a.thread_link {color: #af0 !important;} td {color: #999 !important;} /** LINK **/ *|*:link {color: #FF7401 !important;} .section_header_column {background-color:#222 !important} a {color: #999 !important} .section_post_header {background: #444 !important} .forum_header_border_normal {border: solid #444 1px !important} tr {background: #444 !important} td {background: #222 !important} /* -------------------------------------------------------------------------- G r e e n --- */ img[title="Show Description about Game of Thrones"], img[title="Show Description about Supernatural"], img[title="Show Description about Grimm"], img[title="Show Description about The Vampire Diaries"], img[title="Show Description about Thundercats (2011)"], img[title="Show Description about True Blood"], img[title="Show Description about Teen Wolf"], img[title="Show Description about The Walking Dead"], img[title="Show Description about Star Wars: The Clone Wars"], img[title="Show Description about Arrow"], img[title="Show Description about The Neighbors (2012"], img[title="Show Description about "], img[title="Show Description about "], img[title="Show Description about "], img[title="Show Description about "] { background: #af0 !important; border: solid 1px #0d0 !important; padding: 0px 19px 0px 3px !important; margin: -1px 0px 0px -3px !important; position: absolute !important; } img[src="http://ezimg.eu/s/1/3/show_info.png"], img[src="https://ezimg.eu/s/1/3/show_info.png"] { opacity: 0.8 !important; position: absolute !important; } img[src="http://ezimg.eu/s/2/1/tvrage.png"], img[src="https://ezimg.eu/s/2/1/tvrage.png"] { opacity: 0.6 !important; float: right !important; } /** PREVIOSELY SELECTED LINKS **/ a { color: #0f7ff0 !important; } /** GRID **/ td { color: #bbc !important; background: #112 !important; border-color: #0a3564 !important; } /** HOOVER **/ a:hover { color: #0f0 !important; text-decoration: none !important; } a.thread_link:hover { color: #0af !important; } }
data/usercss/92746.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("eztv.it"), url("http://eztv.it/index.php"), url("http://eztv.it/forum.css") { body {background-color: #111 !important;} #header_logo {display: none !important} #site_menu {background: #444 !important; border: solid #444 1px !important; -moz-border-radius: 6px !important; color: #999 !important} .forum_thread_header {background: #222 !important; color: #999 !important;} .forum_header_border, #divider{border: solid #444 1px !important;} .section_post_header { border: solid #444 1px !important} .form_action_text, .form_action_left, .form_action_right {background: #444 !important} /** LINK PEVIOUSLY SELECTED **/ .epinfo {color: #19D !important} .input {background: #444 !important;} SELECT[name="SearchString"] {background: #999 !important} .forum_header_border tr, .forum_header_border td {background-color: #222 !important;} .forum_header_menu {background-color: #999 !important;} /** LINK **/ a.thread_link {color: #af0 !important;} td {color: #999 !important;} /** LINK **/ *|*:link {color: #FF7401 !important;} .section_header_column {background-color:#222 !important} a {color: #999 !important} .section_post_header {background: #444 !important} .forum_header_border_normal {border: solid #444 1px !important} tr {background: #444 !important} td {background: #222 !important} /* -------------------------------------------------------------------------- G r e e n --- */ img[title="Show Description about Game of Thrones"], img[title="Show Description about Supernatural"], img[title="Show Description about Grimm"], img[title="Show Description about The Vampire Diaries"], img[title="Show Description about Thundercats (2011)"], img[title="Show Description about True Blood"], img[title="Show Description about Teen Wolf"], img[title="Show Description about The Walking Dead"], img[title="Show Description about Star Wars: The Clone Wars"], img[title="Show Description about Arrow"], img[title="Show Description about The Neighbors (2012"], img[title="Show Description about "], img[title="Show Description about "], img[title="Show Description about "], img[title="Show Description about "] { background: #af0 !important; border: solid 1px #0d0 !important; padding: 0px 19px 0px 3px !important; margin: -1px 0px 0px -3px !important; position: absolute !important; } img[src="http://ezimg.eu/s/1/3/show_info.png"], img[src="https://ezimg.eu/s/1/3/show_info.png"] { opacity: 0.8 !important; position: absolute !important; } img[src="http://ezimg.eu/s/2/1/tvrage.png"], img[src="https://ezimg.eu/s/2/1/tvrage.png"] { opacity: 0.6 !important; float: right !important; } /** PREVIOSELY SELECTED LINKS **/ a { color: #0f7ff0 !important; } /** GRID **/ td { color: #bbc !important; background: #112 !important; border-color: #0a3564 !important; } /** HOOVER **/ a:hover { color: #0f0 !important; text-decoration: none !important; } a.thread_link:hover { color: #0af !important; } }
0.298798
0.162314
height: 30px; /*width: 986px;*/ clear: both; } #main { clear: both; height: 800px; width: 986px; } #left { float: left; height: 800px; /*width: 120px;*/ } #right { float: left; z-index:1; /*height: 800px;*/ /*width: 740px;*/ /*866*/ } .pager { width: 100%; color: #212424; margin: 0 0 0 0; font: 70%/200% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif; } #Div_Right_Top{ /*background:#99FF33;*/ height: 80px; width: 740px; } #lbl_GroupPanel { background-color: #c3d9ff; width:365px; height:15px; padding:4px; /*margin:2px;*/ } #Top_LEFT{ float: left; margin:2px; width: 220px; } #Top_RIGHT{ /*width: 600px;*/ float: right; } #DIV_TimeLine {/*暫時保留左邊上邊空白*/ height: 150px; width:110px; background-position: center center; overflow:auto; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #c3d9ff; border-right-color: #c3d9ff; border-bottom-color: #c3d9ff; border-left-color: #c3d9ff; } #GroupPanel { height: 400px; width:360px; background-position: center center; overflow:auto; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #c3d9ff; border-right-color: #c3d9ff; border-bottom-color: #c3d9ff; border-left-color: #c3d9ff; overflow:scroll; padding:4px; } #Div_Search{ height: 30px; width: 100%; margin:0px; padding-top:6px; padding-bottom:5px; } table{ padding:0; margin:0; font-family: Arial, Helvetica, sans-serif; } table a { color: #854400; /*table字體顏色*/ text-decoration: none; } table a:visited { text-decoration: line-through; } table a:hover { text-decoration: underline; } a{ /*color: #854400;*/ /*table字體顏色*/ text-decoration: none; } .search_field { background: #FFF url(images/search.gif) no-repeat right center; } .bubble{background-color:#c3d9ff} .PubNote{width:100%;margin:0px 0px 15px 30px;padding:5px 5px 5px 5px;border-top:1px solid #ccc;border-right:2px solid #bbb;border-bottom:2px solid #888;border-left:1px solid #bbb; background-color:#FFFFFF; font-size:14px; } .formContainer { /*background-color: #F5EFC9;*/ /*background-color:#eeeeee;*/ /*border-bottom-width:thick; border-bottom-style:solid;*/ border:none; padding:20px; } .formContainer h3 { margin:0px; padding:0px 0px 10px 0px; font-size:135%; } .rowContainer { width:100%; overflow:hidden; padding-bottom:5px; height:100%; } .rowContainer label { width:75px; float:left; color: #758656; font-weight:bold; } .rowContainer input[type="text"] { width:200px; } .tooltipContainer { height:16px; font-size:11px; color: #666666; display:none; float:none; background-repeat:no-repeat; background-position:left center; padding:0px 20px; } .info { background-image:url(‘info.gif’); } .error { background-image:url(‘error.gif’); } .focusField{ border:solid 2px #73A6FF; background:#EFF5FF; color:#000; } .idleField{ background:#EEE; color: #6F6F6F; /* border: solid 2px #DFDFDF;*/ border: solid 1px #CCCCFF; height:20px; } #apDiv1 { position:absolute; left:132px; top:141px; width:242px; height:142px; z-index:1; visibility: hidden; } #apDiv2 { position:absolute; left:196px; top:10px; width:178px; height:183px; z-index:4; visibility: hidden; } /*顯示交易明細*/ #apDiv6{ position:absolute; width:40px; height:35px; right:10px; bottom:150px; z-index:3; background:#c3d9ff; padding-top:5px; /*padding:10px;*/ text-align:center; /*margin:2px;*/ /*background:#99FF33;*/ visibility:hidden; } /*顯示客戶第一筆交易明細*/ #GlassesDetail{ /* position:absolute; */ /*position:absolute;*/ width:300px; height:40px; /*right:10px; bottom:150px;*/ /*float:left;*/ /*z-index:3;*/ /*background:#FF0000;*/ /*visibility: hidden;*/ } #glassesRecentRecord{ /*position:absolute; */width:100%; /*height:35px;*/ font-size:14px; } #apDiv5 { position:absolute; left:446px; top:370px; width:300px; height:180px; background-color:#eeeeee; /*width:347px; height:208px;*/ z-index:4; visibility:hidden; border:thin; border-style:dotted; } #apDiv5 Input { background:#EEE; /*color: #6F6F6F;*/ color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv7 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; visibility:hidden; background-color:#eeeeee; border:thin; border-style:dotted; } #apDiv7 Input { background:#EEE; /*color: #6F6F6F;*/ color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv8 { position:absolute; left:184px; top:147px; width:178; height:183; z-index:6; visibility: hidden; } #apDiv3 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv3 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv4 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv4 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv9 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv9 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv10 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv10 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv11 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv11 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv12 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv12 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; }
css/index.css
height: 30px; /*width: 986px;*/ clear: both; } #main { clear: both; height: 800px; width: 986px; } #left { float: left; height: 800px; /*width: 120px;*/ } #right { float: left; z-index:1; /*height: 800px;*/ /*width: 740px;*/ /*866*/ } .pager { width: 100%; color: #212424; margin: 0 0 0 0; font: 70%/200% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif; } #Div_Right_Top{ /*background:#99FF33;*/ height: 80px; width: 740px; } #lbl_GroupPanel { background-color: #c3d9ff; width:365px; height:15px; padding:4px; /*margin:2px;*/ } #Top_LEFT{ float: left; margin:2px; width: 220px; } #Top_RIGHT{ /*width: 600px;*/ float: right; } #DIV_TimeLine {/*暫時保留左邊上邊空白*/ height: 150px; width:110px; background-position: center center; overflow:auto; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #c3d9ff; border-right-color: #c3d9ff; border-bottom-color: #c3d9ff; border-left-color: #c3d9ff; } #GroupPanel { height: 400px; width:360px; background-position: center center; overflow:auto; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #c3d9ff; border-right-color: #c3d9ff; border-bottom-color: #c3d9ff; border-left-color: #c3d9ff; overflow:scroll; padding:4px; } #Div_Search{ height: 30px; width: 100%; margin:0px; padding-top:6px; padding-bottom:5px; } table{ padding:0; margin:0; font-family: Arial, Helvetica, sans-serif; } table a { color: #854400; /*table字體顏色*/ text-decoration: none; } table a:visited { text-decoration: line-through; } table a:hover { text-decoration: underline; } a{ /*color: #854400;*/ /*table字體顏色*/ text-decoration: none; } .search_field { background: #FFF url(images/search.gif) no-repeat right center; } .bubble{background-color:#c3d9ff} .PubNote{width:100%;margin:0px 0px 15px 30px;padding:5px 5px 5px 5px;border-top:1px solid #ccc;border-right:2px solid #bbb;border-bottom:2px solid #888;border-left:1px solid #bbb; background-color:#FFFFFF; font-size:14px; } .formContainer { /*background-color: #F5EFC9;*/ /*background-color:#eeeeee;*/ /*border-bottom-width:thick; border-bottom-style:solid;*/ border:none; padding:20px; } .formContainer h3 { margin:0px; padding:0px 0px 10px 0px; font-size:135%; } .rowContainer { width:100%; overflow:hidden; padding-bottom:5px; height:100%; } .rowContainer label { width:75px; float:left; color: #758656; font-weight:bold; } .rowContainer input[type="text"] { width:200px; } .tooltipContainer { height:16px; font-size:11px; color: #666666; display:none; float:none; background-repeat:no-repeat; background-position:left center; padding:0px 20px; } .info { background-image:url(‘info.gif’); } .error { background-image:url(‘error.gif’); } .focusField{ border:solid 2px #73A6FF; background:#EFF5FF; color:#000; } .idleField{ background:#EEE; color: #6F6F6F; /* border: solid 2px #DFDFDF;*/ border: solid 1px #CCCCFF; height:20px; } #apDiv1 { position:absolute; left:132px; top:141px; width:242px; height:142px; z-index:1; visibility: hidden; } #apDiv2 { position:absolute; left:196px; top:10px; width:178px; height:183px; z-index:4; visibility: hidden; } /*顯示交易明細*/ #apDiv6{ position:absolute; width:40px; height:35px; right:10px; bottom:150px; z-index:3; background:#c3d9ff; padding-top:5px; /*padding:10px;*/ text-align:center; /*margin:2px;*/ /*background:#99FF33;*/ visibility:hidden; } /*顯示客戶第一筆交易明細*/ #GlassesDetail{ /* position:absolute; */ /*position:absolute;*/ width:300px; height:40px; /*right:10px; bottom:150px;*/ /*float:left;*/ /*z-index:3;*/ /*background:#FF0000;*/ /*visibility: hidden;*/ } #glassesRecentRecord{ /*position:absolute; */width:100%; /*height:35px;*/ font-size:14px; } #apDiv5 { position:absolute; left:446px; top:370px; width:300px; height:180px; background-color:#eeeeee; /*width:347px; height:208px;*/ z-index:4; visibility:hidden; border:thin; border-style:dotted; } #apDiv5 Input { background:#EEE; /*color: #6F6F6F;*/ color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv7 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; visibility:hidden; background-color:#eeeeee; border:thin; border-style:dotted; } #apDiv7 Input { background:#EEE; /*color: #6F6F6F;*/ color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv8 { position:absolute; left:184px; top:147px; width:178; height:183; z-index:6; visibility: hidden; } #apDiv3 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv3 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv4 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv4 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv9 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv9 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv10 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv10 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv11 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv11 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; } #apDiv12 { position:absolute; left:472px; top:392px; width:300px; height:180px; z-index:5; background-color:#eeeeee; border:thin; border-style:dotted; visibility: hidden; } #apDiv12 Input { background:#EEE; color:#000000; border: solid 1px #CCCCFF; height:20px; }
0.179351
0.054149
@font-face { font-family: 'Arvo'; font-display: auto; src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); } *{ box-sizing: border-box; } html{ height: 100%; } body{ margin: 0; text-align: center; height: 100%; } #root{ height: 100%; } #root > div:nth-child(1){ height: 100%; } .loader { padding-top: 300px; height: 100vh; background: #00bfff; text-align: center; } .loader h1 { font-size: 50px; } #wrapStart { padding-top: 300px; position: relative; height: 100%; background: url(../assets/images/space.jpg) 50% 50%/cover,#00bfff; overflow: hidden; } #earth { position: absolute; width: 950px; padding-top: 950px; left: 50%; margin-left: -475px; top:3%; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 1900px; animation: rotate 120s linear infinite; transform-style: preserve-3d; box-shadow: inset 60px 0 230px 18px rgba(0, 0, 0, 1); } #earth:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -220px 45px 230px 35px rgba(0,0,0,.9) inset; } #earth:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 300px 300px, #fff, #000); } #start{ opacity: 0.9; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #start + div { padding: 1% 0; } #records{ margin: 0 auto; width: 50%; color: #f4f5f9; font-family: 'Istok Web', sans-serif; border-color: #f4f5f9; border-spacing: 0; border-width: 2px; border-style: solid; border-collapse: collapse; font-size: 30px; letter-spacing: 3px; transition: .3s; } td,tr { border: 2px solid; width: auto; } tr > td:nth-child(2){ width: auto; } #backFromTable{ opacity: 0.9; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; margin: 50px auto 0; width: 250px; height: 113px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #backFromRules{ opacity: 0.8; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 50px auto 0; width: 280px; height: 125px; background: url(../assets/images/buttonYellow.png) 50% 50%/cover; border: none; cursor: pointer; } #settings { opacity: 0.9; display: block; margin: 0 auto; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2.5px; width: 306px; height: 137px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-bottom: 20px; transition: .3s; } #rules { opacity: 0.9; vertical-align: middle; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #yourRecords { opacity: 0.9; vertical-align: middle; display: inline-block; margin-left: 7% !important; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #back{ opacity: 0.9; display: none; margin: 0 auto; font-size: 40px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 280px; height: 125px; background: url(../assets/images/button2.png) 50% 50%/cover !important; border: none; cursor: pointer; transition: .3s; } #start:focus, #settings:focus, #rules:focus, #yourRecords:focus, #back:focus { outline: none; } #start:hover, #settings:hover, #rules:hover, #yourRecords:hover, #back:hover, #backFromTable:hover, #AllWorld:hover, .FlagGameBtn:hover, .CapitalGameBtn:hover, #apply:hover, #afterEnd:hover, #endMenu:hover, #backFromRules:hover{ opacity: 1; transform: scale(1.1); transition: .3s; z-index: 3; } #textLose{ display: block; } #textBonus, #textLose{ color: #f4f5f9; font-family: 'Vollkorn', serif; } #record, #continentName, #nameGame, #countryName{ color: #f4f5f9; font-family: 'Istok Web', sans-serif; } #wrap,#end { display: none; position: relative; height: 100%; margin: 0 auto; background:url(../assets/images/karta_mira.jpg) 50% 50%/cover rgba( 0, 0, 0, 0.5); background-blend-mode: multiply; padding-top: 15px; overflow: auto; } #newGame { margin: 0 auto; } #countryName { margin-top: 15px; margin-bottom: 15px; } #flag { width: 500px; height: 280px; margin: 0 auto; } #firstChange,#secondChange,#fourthChange,#thirdChange { display:inline-block; padding-top: 45px; margin:20px 30px; cursor: pointer; vertical-align: middle; font-size: 35px; font-family: 'Ubuntu Condensed', sans-serif; color:#f4f5f9; letter-spacing: 2px; width: 320px; height: 150px; background: url(../assets/images/BtnBlkWhtBrdr.png) 50% 50%/cover; } #firstChange:hover, #secondChange:hover, #thirdChange:hover, #fourthChange:hover{ color: #00bfff; } #blokHealh{ position: absolute; top: 5%; right: 2%; text-align: center; } #health_1,#health_2,#health_3{ display: inline-block; width: 50px; height: 50px; background: transparent; } #bonuses{ position: absolute; top: 25px; left: 10px; text-align: center; } #biscuit{ display: inline-block; position: relative; margin-left: 10px; width: 100px; height: 100px; font-size: 50px; vertical-align: middle; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 200px; animation: rotates 4s linear infinite; transition: transform 200ms linear; transform-style: preserve-3d; box-shadow: inset 5px 0 25px 3px rgba(0, 0, 0, 1); } #biscuit:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -25px 7px 55px 5px rgba(0,0,0,.9) inset; } #biscuit:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 100px 100px, #fff, #000); } @keyframes rotates { 0% {background-position: 0 0;} 100% {background-position: 200px 0;} } .map { position: relative; text-align: center; } svg { position: absolute; top: 0; left: 0; height: 99.5%; width: 100%; } path { opacity: 0.7; fill:black; cursor: pointer; transition: 0.3s; } path:hover { opacity: 0.1!important; transition: 0.3s ; } #options { position: absolute; width: 100%; height: 100%; top: 0; right: -100%; margin: 0 auto; background:lightblue; padding-top: 20px; } #rulesSheet{ position: absolute; width: 100%; height: 100%; top: 0; padding: 0 10%; margin: 0 auto; background:url(../assets/images/paper_texture3878.jpg) 50% 50%/cover; font-family: 'Lobster', cursive; } #rulesSheet > h2{ font-size: 50px; } #rulesSheet > div{ font-size: 25px; margin-top: 30px; } #rulesSheet > div > span{ font-weight: 700; } input { display: none; } #AllWorld{ display: inline-block; position: absolute; left:46%; bottom: -7%; padding-top: 15px; width: 160px; height: 70px; cursor: pointer; background: url(../assets/images/button3.png) 50% 50%/cover; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 27px; font-family: 'Ubuntu Condensed', sans-serif; } .FlagGameBtn{ display: inline-block; font-size: 25px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 135px; height: 60px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; transition: .5s; } .CapitalGameBtn{ display: inline-block; margin-left: 15%; font-size: 25px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 135px; height: 60px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; transition: .5s; } #asiaInput { display: inline-block; position: absolute; right:10%; top: 25%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #europaInput { display: inline-block; position: absolute; right:48%; top: 15%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #africaInput { display: inline-block; position: absolute; left:45%; bottom: 38%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #sAmericaInput { display: inline-block; position: absolute; left:14%; bottom: 30%; padding-top: 25px; width: 150px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #nAmericaInput { display: inline-block; position: absolute; left:8%; top: 24%; padding-top: 25px; width: 150px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #oceaniaInput { display: inline-block; position: absolute; right:18%; padding-top: 25px; bottom: 30%; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #changeAsia:checked ~ #asiaInput,#changeEurope:checked ~ #europaInput, #changeAfrica:checked ~ #africaInput,#changeSouthAmerica:checked ~ #sAmericaInput, #changeNorthAmerica:checked ~ #nAmericaInput,#changeOceania:checked ~ #oceaniaInput, #changeAllContinents:checked ~ #AllWorld,#changeFlags:checked ~ .FlagGameBtn, #changeCapitals:checked ~ .CapitalGameBtn { background: url(../assets/images/button1.png) 50% 50%/cover; transform: scale(1.35); opacity:1; } #recordsTable{ position: absolute; width: 100%; height: 100%; top: 0; right: -100%; margin: 0 auto; background:url(../assets/images/funnyWmap.jpg) 50% 50%/cover rgba( 0, 0, 0, 0.8); background-blend-mode: multiply; padding-top: 25px; } #apply{ position: absolute; bottom: 5%; left: 46%; font-size: 27px; font-family: 'Ubuntu Condensed', sans-serif; color: black; text-align: center; width: 160px; height: 70px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover; border: none; cursor: pointer; } #changeContinent { margin-top: 25px; } #goBackFlags { display: inline-block; font-size: 23px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2px; width: 150px; height: 67px; background: url(../assets/images/button4.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-left: 15px; margin-top: 15px; transition: .5s; } #hint { display: inline-block; vertical-align: top; margin: auto 0; font-size: 23px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2.5px; width: 150px; height: 67px; border: none; cursor: pointer; margin-right: 15px; margin-top: 15px; transition: .5s; } #hint:hover, #goBackFlags:hover { transition: .5s; color: rgba(0, 0, 0, 1) } #textBonus{ display: block; margin-top: 10px; } #endText{ margin-top: 30vh; font-family: 'Press Start 2P', cursive; color: #f4f5f9; font-size: 5em; } #loose{ margin-top: 5vh; font-family: 'Prosto One', cursive; color: #f4f5f9; font-size: 3em; } #afterEnd{ margin-top: 13vh; opacity: 0.9; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; width: 250px; height: 113px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; } #endMenu{ margin-left: 8%; vertical-align: bottom; opacity: 0.9; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; width: 250px; height: 113px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; } #noRecords{ margin-top: 5vh; font-family: 'Prosto One', cursive; color: #f4f5f9; font-size: 3em; } @media (min-width: 1000px) { @keyframes rotate { 0% {background-position: 0 0;} 100% {background-position: 1900px 0;} } } @media (max-width: 1000px) { #earth{ top: 25%; } #options{ padding-top: 20%; } svg{ width:102%; } #apply{ position: absolute; bottom: 20%; left: 38%; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; width: 275px; height: 120px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover; border: none; cursor: pointer; } #AllWorld{ position: absolute; left:38%; bottom: -20%; padding-top: 10px; width: 275px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; } .FlagGameBtn{ display: inline-block; opacity: 1; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 275px; height: 120px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; } .CapitalGameBtn{ display: inline-block; opacity: 1; margin-left: 15%; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 275px; height: 120px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; } #rulesSheet{ padding: 0 1%; } #rulesSheet > h2{ font-size: 70px; } #rulesSheet > div{ font-size: 40px; margin-top: 25px; } #records{ margin: 0 auto; width: 75%; color: #f4f5f9; font-family: 'Istok Web', sans-serif; border-color: #f4f5f9; border-spacing: 0; border-width: 5px; border-style: solid; border-collapse: collapse; font-size: 50px; letter-spacing: 3px; } td,tr { border: 5px solid; width: auto; } tr > td:nth-child(2){ width: auto; } #textLose{ display: block; font-size: 32px; margin-top: 15px; } #health_1,#health_2,#health_3{ display: inline-block; width: 75px; height: 75px; background: transparent; } #textBonus { font-size: 32px; } #biscuit{ display: inline-block; position: relative; margin-left: 10px; width: 140px; height: 140px; font-size: 50px; vertical-align: middle; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 280px; animation: rotates 4s linear infinite; transition: transform 200ms linear; transform-style: preserve-3d; box-shadow: inset 5px 0 25px 3px rgba(0, 0, 0, 1); } #biscuit:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -25px 7px 55px 5px rgba(0,0,0,.9) inset; } #biscuit:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 100px 100px, #fff, #000); } @keyframes rotates { 0% {background-position: 0 0;} 100% {background-position: 280px 0;} } #record,#countryName { font-size: 32px; } #continentName { font-size: 48px; } #nameGame { font-size: 64px } #record, #continentName, #nameGame, #countryName{ color: #f4f5f9; font-family: 'Istok Web', sans-serif; } #flag { width: 500px; padding-top:300px; margin: 0 auto; } .forMedia { margin-top: 30%; } #goBackFlags { display: inline-block; font-size: 32px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2px; width: 300px; height: 134px; background: url(../assets/images/button4.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-left: 15px; margin-top: 35px; margin-bottom: 100px; } #hint { display: inline-block; margin: auto 0; font-size: 32px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; width: 300px; height: 134px; background: url(../assets/images/button1.png) 50% 50%/cover !important; border: none; cursor: pointer; opacity: 0.9; margin-right: 15px; margin-top: 35px; } #firstChange,#secondChange,#fourthChange,#thirdChange { display:inline-block; padding-top: 60px; margin:25px 35px; cursor: pointer; vertical-align: middle; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color:#f4f5f9; letter-spacing: 2px; width: 420px; height: 200px; background: url(../assets/images/BtnBlkWhtBrdr.png) 50% 50%/cover; } #start{ display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; } #settings { display: block; margin: 0 auto; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2.5px; width: 330px; height: 150px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-top: 25px; } #rules { vertical-align: middle; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; margin-top: 25px; } #yourRecords { vertical-align: middle; display: inline-block; margin-left: 7% !important; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; margin-top: 25px; } #back{ display: none; margin: 0 auto; font-size: 40px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 330px; height: 150px; background: url(../assets/images/button2.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-top: 25px; } }
src/styles.css
@font-face { font-family: 'Arvo'; font-display: auto; src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); } *{ box-sizing: border-box; } html{ height: 100%; } body{ margin: 0; text-align: center; height: 100%; } #root{ height: 100%; } #root > div:nth-child(1){ height: 100%; } .loader { padding-top: 300px; height: 100vh; background: #00bfff; text-align: center; } .loader h1 { font-size: 50px; } #wrapStart { padding-top: 300px; position: relative; height: 100%; background: url(../assets/images/space.jpg) 50% 50%/cover,#00bfff; overflow: hidden; } #earth { position: absolute; width: 950px; padding-top: 950px; left: 50%; margin-left: -475px; top:3%; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 1900px; animation: rotate 120s linear infinite; transform-style: preserve-3d; box-shadow: inset 60px 0 230px 18px rgba(0, 0, 0, 1); } #earth:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -220px 45px 230px 35px rgba(0,0,0,.9) inset; } #earth:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 300px 300px, #fff, #000); } #start{ opacity: 0.9; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #start + div { padding: 1% 0; } #records{ margin: 0 auto; width: 50%; color: #f4f5f9; font-family: 'Istok Web', sans-serif; border-color: #f4f5f9; border-spacing: 0; border-width: 2px; border-style: solid; border-collapse: collapse; font-size: 30px; letter-spacing: 3px; transition: .3s; } td,tr { border: 2px solid; width: auto; } tr > td:nth-child(2){ width: auto; } #backFromTable{ opacity: 0.9; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; margin: 50px auto 0; width: 250px; height: 113px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #backFromRules{ opacity: 0.8; display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 50px auto 0; width: 280px; height: 125px; background: url(../assets/images/buttonYellow.png) 50% 50%/cover; border: none; cursor: pointer; } #settings { opacity: 0.9; display: block; margin: 0 auto; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2.5px; width: 306px; height: 137px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-bottom: 20px; transition: .3s; } #rules { opacity: 0.9; vertical-align: middle; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #yourRecords { opacity: 0.9; vertical-align: middle; display: inline-block; margin-left: 7% !important; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 306px; height: 137px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; transition: .3s; } #back{ opacity: 0.9; display: none; margin: 0 auto; font-size: 40px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 280px; height: 125px; background: url(../assets/images/button2.png) 50% 50%/cover !important; border: none; cursor: pointer; transition: .3s; } #start:focus, #settings:focus, #rules:focus, #yourRecords:focus, #back:focus { outline: none; } #start:hover, #settings:hover, #rules:hover, #yourRecords:hover, #back:hover, #backFromTable:hover, #AllWorld:hover, .FlagGameBtn:hover, .CapitalGameBtn:hover, #apply:hover, #afterEnd:hover, #endMenu:hover, #backFromRules:hover{ opacity: 1; transform: scale(1.1); transition: .3s; z-index: 3; } #textLose{ display: block; } #textBonus, #textLose{ color: #f4f5f9; font-family: 'Vollkorn', serif; } #record, #continentName, #nameGame, #countryName{ color: #f4f5f9; font-family: 'Istok Web', sans-serif; } #wrap,#end { display: none; position: relative; height: 100%; margin: 0 auto; background:url(../assets/images/karta_mira.jpg) 50% 50%/cover rgba( 0, 0, 0, 0.5); background-blend-mode: multiply; padding-top: 15px; overflow: auto; } #newGame { margin: 0 auto; } #countryName { margin-top: 15px; margin-bottom: 15px; } #flag { width: 500px; height: 280px; margin: 0 auto; } #firstChange,#secondChange,#fourthChange,#thirdChange { display:inline-block; padding-top: 45px; margin:20px 30px; cursor: pointer; vertical-align: middle; font-size: 35px; font-family: 'Ubuntu Condensed', sans-serif; color:#f4f5f9; letter-spacing: 2px; width: 320px; height: 150px; background: url(../assets/images/BtnBlkWhtBrdr.png) 50% 50%/cover; } #firstChange:hover, #secondChange:hover, #thirdChange:hover, #fourthChange:hover{ color: #00bfff; } #blokHealh{ position: absolute; top: 5%; right: 2%; text-align: center; } #health_1,#health_2,#health_3{ display: inline-block; width: 50px; height: 50px; background: transparent; } #bonuses{ position: absolute; top: 25px; left: 10px; text-align: center; } #biscuit{ display: inline-block; position: relative; margin-left: 10px; width: 100px; height: 100px; font-size: 50px; vertical-align: middle; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 200px; animation: rotates 4s linear infinite; transition: transform 200ms linear; transform-style: preserve-3d; box-shadow: inset 5px 0 25px 3px rgba(0, 0, 0, 1); } #biscuit:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -25px 7px 55px 5px rgba(0,0,0,.9) inset; } #biscuit:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 100px 100px, #fff, #000); } @keyframes rotates { 0% {background-position: 0 0;} 100% {background-position: 200px 0;} } .map { position: relative; text-align: center; } svg { position: absolute; top: 0; left: 0; height: 99.5%; width: 100%; } path { opacity: 0.7; fill:black; cursor: pointer; transition: 0.3s; } path:hover { opacity: 0.1!important; transition: 0.3s ; } #options { position: absolute; width: 100%; height: 100%; top: 0; right: -100%; margin: 0 auto; background:lightblue; padding-top: 20px; } #rulesSheet{ position: absolute; width: 100%; height: 100%; top: 0; padding: 0 10%; margin: 0 auto; background:url(../assets/images/paper_texture3878.jpg) 50% 50%/cover; font-family: 'Lobster', cursive; } #rulesSheet > h2{ font-size: 50px; } #rulesSheet > div{ font-size: 25px; margin-top: 30px; } #rulesSheet > div > span{ font-weight: 700; } input { display: none; } #AllWorld{ display: inline-block; position: absolute; left:46%; bottom: -7%; padding-top: 15px; width: 160px; height: 70px; cursor: pointer; background: url(../assets/images/button3.png) 50% 50%/cover; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 27px; font-family: 'Ubuntu Condensed', sans-serif; } .FlagGameBtn{ display: inline-block; font-size: 25px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 135px; height: 60px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; transition: .5s; } .CapitalGameBtn{ display: inline-block; margin-left: 15%; font-size: 25px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 135px; height: 60px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; transition: .5s; } #asiaInput { display: inline-block; position: absolute; right:10%; top: 25%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #europaInput { display: inline-block; position: absolute; right:48%; top: 15%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #africaInput { display: inline-block; position: absolute; left:45%; bottom: 38%; padding-top: 25px; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #sAmericaInput { display: inline-block; position: absolute; left:14%; bottom: 30%; padding-top: 25px; width: 150px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #nAmericaInput { display: inline-block; position: absolute; left:8%; top: 24%; padding-top: 25px; width: 150px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #oceaniaInput { display: inline-block; position: absolute; right:18%; padding-top: 25px; bottom: 30%; width: 150px; height: 75px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 30px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; } #changeAsia:checked ~ #asiaInput,#changeEurope:checked ~ #europaInput, #changeAfrica:checked ~ #africaInput,#changeSouthAmerica:checked ~ #sAmericaInput, #changeNorthAmerica:checked ~ #nAmericaInput,#changeOceania:checked ~ #oceaniaInput, #changeAllContinents:checked ~ #AllWorld,#changeFlags:checked ~ .FlagGameBtn, #changeCapitals:checked ~ .CapitalGameBtn { background: url(../assets/images/button1.png) 50% 50%/cover; transform: scale(1.35); opacity:1; } #recordsTable{ position: absolute; width: 100%; height: 100%; top: 0; right: -100%; margin: 0 auto; background:url(../assets/images/funnyWmap.jpg) 50% 50%/cover rgba( 0, 0, 0, 0.8); background-blend-mode: multiply; padding-top: 25px; } #apply{ position: absolute; bottom: 5%; left: 46%; font-size: 27px; font-family: 'Ubuntu Condensed', sans-serif; color: black; text-align: center; width: 160px; height: 70px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover; border: none; cursor: pointer; } #changeContinent { margin-top: 25px; } #goBackFlags { display: inline-block; font-size: 23px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2px; width: 150px; height: 67px; background: url(../assets/images/button4.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-left: 15px; margin-top: 15px; transition: .5s; } #hint { display: inline-block; vertical-align: top; margin: auto 0; font-size: 23px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2.5px; width: 150px; height: 67px; border: none; cursor: pointer; margin-right: 15px; margin-top: 15px; transition: .5s; } #hint:hover, #goBackFlags:hover { transition: .5s; color: rgba(0, 0, 0, 1) } #textBonus{ display: block; margin-top: 10px; } #endText{ margin-top: 30vh; font-family: 'Press Start 2P', cursive; color: #f4f5f9; font-size: 5em; } #loose{ margin-top: 5vh; font-family: 'Prosto One', cursive; color: #f4f5f9; font-size: 3em; } #afterEnd{ margin-top: 13vh; opacity: 0.9; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; width: 250px; height: 113px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; } #endMenu{ margin-left: 8%; vertical-align: bottom; opacity: 0.9; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; width: 250px; height: 113px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; } #noRecords{ margin-top: 5vh; font-family: 'Prosto One', cursive; color: #f4f5f9; font-size: 3em; } @media (min-width: 1000px) { @keyframes rotate { 0% {background-position: 0 0;} 100% {background-position: 1900px 0;} } } @media (max-width: 1000px) { #earth{ top: 25%; } #options{ padding-top: 20%; } svg{ width:102%; } #apply{ position: absolute; bottom: 20%; left: 38%; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; width: 275px; height: 120px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover; border: none; cursor: pointer; } #AllWorld{ position: absolute; left:38%; bottom: -20%; padding-top: 10px; width: 275px; height: 120px; cursor: pointer; transition-duration: 0.5s; transition-timing-function: ease-in-out; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; } .FlagGameBtn{ display: inline-block; opacity: 1; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 275px; height: 120px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; } .CapitalGameBtn{ display: inline-block; opacity: 1; margin-left: 15%; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 275px; height: 120px; background: url(../assets/images/buttonOrange.png) 50% 50%/cover !important; cursor: pointer; } #rulesSheet{ padding: 0 1%; } #rulesSheet > h2{ font-size: 70px; } #rulesSheet > div{ font-size: 40px; margin-top: 25px; } #records{ margin: 0 auto; width: 75%; color: #f4f5f9; font-family: 'Istok Web', sans-serif; border-color: #f4f5f9; border-spacing: 0; border-width: 5px; border-style: solid; border-collapse: collapse; font-size: 50px; letter-spacing: 3px; } td,tr { border: 5px solid; width: auto; } tr > td:nth-child(2){ width: auto; } #textLose{ display: block; font-size: 32px; margin-top: 15px; } #health_1,#health_2,#health_3{ display: inline-block; width: 75px; height: 75px; background: transparent; } #textBonus { font-size: 32px; } #biscuit{ display: inline-block; position: relative; margin-left: 10px; width: 140px; height: 140px; font-size: 50px; vertical-align: middle; background: url(../assets/images/earthMap.jpg) 0 0 repeat; border-radius: 50%; background-size: 280px; animation: rotates 4s linear infinite; transition: transform 200ms linear; transform-style: preserve-3d; box-shadow: inset 5px 0 25px 3px rgba(0, 0, 0, 1); } #biscuit:after { content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; border-radius: 50%; box-shadow: -25px 7px 55px 5px rgba(0,0,0,.9) inset; } #biscuit:before { content: ""; position: absolute; border-radius: 50%; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; background: radial-gradient(circle at 100px 100px, #fff, #000); } @keyframes rotates { 0% {background-position: 0 0;} 100% {background-position: 280px 0;} } #record,#countryName { font-size: 32px; } #continentName { font-size: 48px; } #nameGame { font-size: 64px } #record, #continentName, #nameGame, #countryName{ color: #f4f5f9; font-family: 'Istok Web', sans-serif; } #flag { width: 500px; padding-top:300px; margin: 0 auto; } .forMedia { margin-top: 30%; } #goBackFlags { display: inline-block; font-size: 32px; font-family: 'Ubuntu Condensed', sans-serif; color: rgba(0, 0, 0, 0.55); letter-spacing: 2px; width: 300px; height: 134px; background: url(../assets/images/button4.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-left: 15px; margin-top: 35px; margin-bottom: 100px; } #hint { display: inline-block; margin: auto 0; font-size: 32px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; width: 300px; height: 134px; background: url(../assets/images/button1.png) 50% 50%/cover !important; border: none; cursor: pointer; opacity: 0.9; margin-right: 15px; margin-top: 35px; } #firstChange,#secondChange,#fourthChange,#thirdChange { display:inline-block; padding-top: 60px; margin:25px 35px; cursor: pointer; vertical-align: middle; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color:#f4f5f9; letter-spacing: 2px; width: 420px; height: 200px; background: url(../assets/images/BtnBlkWhtBrdr.png) 50% 50%/cover; } #start{ display: block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 3px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button1.png) 50% 50%/cover; border: none; cursor: pointer; } #settings { display: block; margin: 0 auto; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2.5px; width: 330px; height: 150px; background: url(../assets/images/buttonViolet.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-top: 25px; } #rules { vertical-align: middle; display: inline-block; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button3.png) 50% 50%/cover; border: none; cursor: pointer; margin-top: 25px; } #yourRecords { vertical-align: middle; display: inline-block; margin-left: 7% !important; font-size: 50px; font-family: 'Ubuntu Condensed', sans-serif; color: black; letter-spacing: 2.5px; margin: 0 auto; width: 330px; height: 150px; background: url(../assets/images/button4.png) 50% 50%/cover; border: none; cursor: pointer; margin-top: 25px; } #back{ display: none; margin: 0 auto; font-size: 40px; font-family: 'Ubuntu Condensed', sans-serif; color: black !important; letter-spacing: 2px; width: 330px; height: 150px; background: url(../assets/images/button2.png) 50% 50%/cover !important; border: none; cursor: pointer; margin-top: 25px; } }
0.253306
0.069954
* { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0; box-sizing: border-box; } .header { background-color: #ff6a28; color: #fff; padding: 8px 16px; text-align: center; position: fixed; top: 0; z-index: 2; } .footer { background-color: #ff6a28; color: #fff; padding: 8px 16px; text-align: center; } .recipe-card { text-align: center; min-width: 320px; max-width: 345px; margin: 26px auto; border-radius: 5px; box-shadow: 1px 1px 7px rgba(0, 0, 0, .4); } .recipe-picture { padding: 20px 10px; border-radius: 50px; } .recipe-category { padding: 4px 12px; color: #b8b8b8; text-transform: uppercase; font-size: 12px; } .racipe-name { padding: 4px 12px; } /* pagina bolo de cenoura*/ .racipe-body-name { text-align: center; } .racipe-body-picture { max-width: 100%; } .racipe-body { padding: 12px; max-width: 500px; margin: 0 auto; } .racipe-body h2 { color: #ff6a28; } .racipe-body ul { margin: 0 50px; } .racipe-body li { padding: 10px; } @media (min-width: 768px) { } main { display: flex; flex-direction: row; flex-wrap: wrap; text-align: center; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } @media (min-width: 1024px) { main { display: flex; flex-flow: row wrap; text-align: center; position: relative; margin: 60px auto; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } } @media (min-width: 1386px) { main { display: flex; flex-flow: row wrap; text-align: center; position: relative; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } .footer { display: block; position: absolute; padding: 20px; width: 100%; } }
public/styles/page.css
* { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0; box-sizing: border-box; } .header { background-color: #ff6a28; color: #fff; padding: 8px 16px; text-align: center; position: fixed; top: 0; z-index: 2; } .footer { background-color: #ff6a28; color: #fff; padding: 8px 16px; text-align: center; } .recipe-card { text-align: center; min-width: 320px; max-width: 345px; margin: 26px auto; border-radius: 5px; box-shadow: 1px 1px 7px rgba(0, 0, 0, .4); } .recipe-picture { padding: 20px 10px; border-radius: 50px; } .recipe-category { padding: 4px 12px; color: #b8b8b8; text-transform: uppercase; font-size: 12px; } .racipe-name { padding: 4px 12px; } /* pagina bolo de cenoura*/ .racipe-body-name { text-align: center; } .racipe-body-picture { max-width: 100%; } .racipe-body { padding: 12px; max-width: 500px; margin: 0 auto; } .racipe-body h2 { color: #ff6a28; } .racipe-body ul { margin: 0 50px; } .racipe-body li { padding: 10px; } @media (min-width: 768px) { } main { display: flex; flex-direction: row; flex-wrap: wrap; text-align: center; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } @media (min-width: 1024px) { main { display: flex; flex-flow: row wrap; text-align: center; position: relative; margin: 60px auto; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } } @media (min-width: 1386px) { main { display: flex; flex-flow: row wrap; text-align: center; position: relative; } .header { position: fixed; top: 0; width: 100%; z-index: 2; } .footer { display: block; position: absolute; padding: 20px; width: 100%; } }
0.610686
0.11187
.wallet_container { display: flex; justify-content: space-between; width: 100% } @media (max-width: 820px) { .wallet_container { padding-bottom:15px } } .wallet_component { width: 100%; border-radius: 6px; background: #231f15; color: #898886; } .wallet_component .loader { min-height: 320px } .wallet_component .loading-error { height: calc(100% - 52px); font-size: 22px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; padding: 0 20px; display: flex; align-items: center } .wallet_component .list { height: 100% } .wallet_component .withPager { height: calc(100% - 80px) } .wallet_menu { height: 62px; display: flex; align-items: center; border-bottom: 1px solid #343b48; font-size: 15px; padding: 0 20px; background: #2d3340; border-radius: 6px 6px 0 0 } .wallet_menu a { display: flex; height: 100%; align-items: center; justify-content: center; position: relative; color: #828f9a; width: 100%; cursor: pointer; padding: 0 15px } .wallet_menu a.wallet_isActive { color: #fff } .wallet_menu a.wallet_isActive:after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #4986f5 } @media (max-width: 820px) { .wallet_menu { height:52px; padding: 0; font-size: 13px } } .wallet_deposit,.wallet_history,.wallet_withdraw { height: calc(100% - 62px); min-height: 320px; height: 320px } @media (min-width: 1599px) { .wallet_component { border-left: 1px solid #2d281d; border-right: 1px solid #2d281d; } } @media (max-width: 1124px) { .wallet_container { flex-direction:column } .wallet_component { width: 100%; margin-bottom: 15px } } .withPager .list { position: relative } .withPager .list.loading .list .item { opacity: .5 } .withPager .loader { position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .withPager.isLoading tbody { pointer-events: none; -webkit-filter: blur(4px); filter: blur(4px) } .history_wrapper { height: calc(100% - 114px); min-height: 320px; position: relative } .history_nav { display: flex; align-items: center; height: 52px; border-bottom: 1px solid #2d281d; } .history_nav .btn { display: flex; height: 100%; align-items: center; justify-content: center; position: relative; width: 100%; background: transparent; border-radius: 0; color: #898886; font-size: 15px; } .history_nav .btn.isActive { background: #2a2519; } .history_nav .btn:not(.isActive):focus,.history_nav .btn:not(.isActive):hover { color: #fff } .history_table { color: #fff; width: 100%; border-spacing: 0; border-collapse: initial } .history_table .popover-tip-block { display: flex; align-items: center; justify-content: center; } .history_table .popover-tip-icon { background: transparent; height: 14px; width: 14px; } .history_table th { text-align: left; font-size: 11px; font-weight: 700; height: 40px; color: #898886; background: #2a2519; text-transform: uppercase; } .history_table td,.history_table th { padding: 0 15px; text-align: left } .history_table td { font-size: 14px; font-weight: 400; height: 50px; color: #fff; border-bottom: 1px solid #2a2519; letter-spacing: .2px; } .history_table tr:last-child td:first-child { } .history_table tr:last-child td:last-child { } .history_scroll { overflow-x: visible } .history_button { display: flex; margin-left: auto; justify-content: flex-end } .history_button .btn { border-radius: 0 4px 4px 0; font-weight: 400; height: 30px; padding: 0 8px } .history_button .btn:hover { color: #fff } .history_button .history_icon { border: 1px solid #4986f5; border-radius: 4px 0 0 4px; display: flex; align-items: center; position: relative; width: 30px; height: 30px; cursor: help } .history_button .history_icon svg { fill: #fff; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .history_empty { font-size: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; min-height: 300px } .history_empty h4 { font-size: 24px } .history_system { display: flex; align-items: center; } .history_system>span { display: inline-block; vertical-align: middle; margin-left: 5px } @media (max-width: 820px) { .history_scroll { overflow-x: scroll } .history_table td,.history_table th { padding:0 10px } } @media (max-width: 400px) { .history_table td,.history_table th { font-size:12px } } .popover-tip-text { color: #fff; padding: 10px; font-size: 14px; max-width: 214px }
public/css/css/profileHistory.css
.wallet_container { display: flex; justify-content: space-between; width: 100% } @media (max-width: 820px) { .wallet_container { padding-bottom:15px } } .wallet_component { width: 100%; border-radius: 6px; background: #231f15; color: #898886; } .wallet_component .loader { min-height: 320px } .wallet_component .loading-error { height: calc(100% - 52px); font-size: 22px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; padding: 0 20px; display: flex; align-items: center } .wallet_component .list { height: 100% } .wallet_component .withPager { height: calc(100% - 80px) } .wallet_menu { height: 62px; display: flex; align-items: center; border-bottom: 1px solid #343b48; font-size: 15px; padding: 0 20px; background: #2d3340; border-radius: 6px 6px 0 0 } .wallet_menu a { display: flex; height: 100%; align-items: center; justify-content: center; position: relative; color: #828f9a; width: 100%; cursor: pointer; padding: 0 15px } .wallet_menu a.wallet_isActive { color: #fff } .wallet_menu a.wallet_isActive:after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #4986f5 } @media (max-width: 820px) { .wallet_menu { height:52px; padding: 0; font-size: 13px } } .wallet_deposit,.wallet_history,.wallet_withdraw { height: calc(100% - 62px); min-height: 320px; height: 320px } @media (min-width: 1599px) { .wallet_component { border-left: 1px solid #2d281d; border-right: 1px solid #2d281d; } } @media (max-width: 1124px) { .wallet_container { flex-direction:column } .wallet_component { width: 100%; margin-bottom: 15px } } .withPager .list { position: relative } .withPager .list.loading .list .item { opacity: .5 } .withPager .loader { position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .withPager.isLoading tbody { pointer-events: none; -webkit-filter: blur(4px); filter: blur(4px) } .history_wrapper { height: calc(100% - 114px); min-height: 320px; position: relative } .history_nav { display: flex; align-items: center; height: 52px; border-bottom: 1px solid #2d281d; } .history_nav .btn { display: flex; height: 100%; align-items: center; justify-content: center; position: relative; width: 100%; background: transparent; border-radius: 0; color: #898886; font-size: 15px; } .history_nav .btn.isActive { background: #2a2519; } .history_nav .btn:not(.isActive):focus,.history_nav .btn:not(.isActive):hover { color: #fff } .history_table { color: #fff; width: 100%; border-spacing: 0; border-collapse: initial } .history_table .popover-tip-block { display: flex; align-items: center; justify-content: center; } .history_table .popover-tip-icon { background: transparent; height: 14px; width: 14px; } .history_table th { text-align: left; font-size: 11px; font-weight: 700; height: 40px; color: #898886; background: #2a2519; text-transform: uppercase; } .history_table td,.history_table th { padding: 0 15px; text-align: left } .history_table td { font-size: 14px; font-weight: 400; height: 50px; color: #fff; border-bottom: 1px solid #2a2519; letter-spacing: .2px; } .history_table tr:last-child td:first-child { } .history_table tr:last-child td:last-child { } .history_scroll { overflow-x: visible } .history_button { display: flex; margin-left: auto; justify-content: flex-end } .history_button .btn { border-radius: 0 4px 4px 0; font-weight: 400; height: 30px; padding: 0 8px } .history_button .btn:hover { color: #fff } .history_button .history_icon { border: 1px solid #4986f5; border-radius: 4px 0 0 4px; display: flex; align-items: center; position: relative; width: 30px; height: 30px; cursor: help } .history_button .history_icon svg { fill: #fff; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .history_empty { font-size: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; min-height: 300px } .history_empty h4 { font-size: 24px } .history_system { display: flex; align-items: center; } .history_system>span { display: inline-block; vertical-align: middle; margin-left: 5px } @media (max-width: 820px) { .history_scroll { overflow-x: scroll } .history_table td,.history_table th { padding:0 10px } } @media (max-width: 400px) { .history_table td,.history_table th { font-size:12px } } .popover-tip-text { color: #fff; padding: 10px; font-size: 14px; max-width: 214px }
0.393618
0.176033
@charset "utf-8"; /* CSS Document */ /******************* [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Header 3.1 Top Bar 3.2 Header Content 3.3 Logo 4.Menu 5.Home /*********** 1. Fonts ***********/ @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); /********************************* 2. Body and some general stuff *********************************/ * { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } body { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; background: #FFFFFF; color: #696969; } div { display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ul { list-style: none; margin-bottom: 0px; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 2; font-weight: 500; color: #696969; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } p:last-of-type { margin-bottom: 0; } a { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } a, a:hover, a:visited, a:active, a:link { text-decoration: none; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } a:hover { color: #20d34a !important; } ::selection { color: #20d34a; } p::selection { } h1{font-size: 48px;} h2{font-size: 36px;} h3{font-size: 24px;} h4{font-size: 18px;} h5{font-size: 14px;} h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection { } .form-control { color: #db5246; } section { display: block; position: relative; box-sizing: border-box; } .clear { clear: both; } .clearfix::before, .clearfix::after { content: ""; display: table; } .clearfix::after { clear: both; } .clearfix { zoom: 1; } .float_left { float: left; } .float_right { float: right; } .trans_200 { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .trans_300 { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .trans_400 { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .trans_500 { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .fill_height { height: 100%; } .super_container { width: 100%; overflow: hidden; } .prlx_parent { overflow: hidden; } .prlx { height: 130% !important; } .parallax-window { min-height: 400px; background: transparent; } .nopadding { padding: 0px !important; } .button { display: inline-block; width: 220px; height: 48px; /***51*/ background: #283290; } .button::after { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #20d34a; content: ''; z-index: 0; -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99); transition: all 400ms cubic-bezier(.33,.68,.59,.99); } .button a { display: block; position: relative; line-height: 48px; font-size: 12px; font-weight: 900; color: #FFFFFF; padding-left: 15px; padding-right: 45px; text-transform: uppercase; letter-spacing: 0.05em; z-index: 10; } .button:hover::after { height: 100%; } .button:hover a { color: #FFFFFF !important; } .section_title { padding-top: 17px; } .section_title h2 { font-size: 30px; font-weight: 500; color: #232323; } .section_title::before { display: block; position: absolute; left: 1px; top: 0; width: 54px; height: 3px; background: #20d34a; content: ''; } .section_title_light h2 { color: #FFFFFF; } /********************************* 3. Header *********************************/ .header { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #FFFFFF; z-index: 100; } .header.scrolled { top: -48px; /***-48*/ } /********************************* 3.1 Top Bar *********************************/ .top_bar { width: 100%; background: #283290; } .top_bar_content { width: 100%; height: 48px; padding-left: 214px; } .top_bar_item { margin-left: 33px; } .top_bar_item a { font-size: 14px; color: #FFFFFF; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .top_bar_item:first-child { margin-left: 37px; } .top_bar_item_register a { height: 100%; color: #FFFFFF; font-size: 14px; font-weight: 700; padding-left: 38px; padding-right: 38px; } .top_bar_item_logIn a { height: 100%; color: #FFFFFF; font-size: 14px; font-weight: 700; margin-left: 10px; padding-left: 38px; padding-right: 38px; } /********************************* 3.2 Header Content *********************************/ .header_container { width: 100%; background: #FFFFFF; margin-bottom: 80px; } .header_content { width: 100%; height: 103px; } .header.scrolled .header_content { height: 80px; } .main_nav ul li { display: inline-block; } .main_nav ul li:not(:first-child) { margin-left: 32px; } .main_nav ul li a { font-size: 16px; font-weight: 500; color: #323232; } .hamburger { display: none; cursor: pointer; } .hamburger i { font-size: 24px; color: #272727; } /********************************* 3.3 Logo *********************************/ .logo_container_outer { position: absolute; top: 0; left: 0; width: 100%; } .logo_container { position: absolute; top: 0; left: 15px; width: 216px; height: 150px; background: #FFFFFF; box-shadow: 0px 31px 29px rgba(0,0,0,0.09); z-index: 10; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .header.scrolled .logo_container { top: 48px; height: 120px; } .logo_container a { display: block; position: relative; width: 100%; height: 100%; } .logo_content { width: 100%; height: 100%; padding-left: 36px; } .logo_line { position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #20d34a; } .logo { margin-top: 27px; } .logo span { color: #20d34a; } .logo_container a .logo:hover { color: #283290; } .logo_text { font-size: 30px; font-weight: 500; color: #283290; line-height: 0.75; } .logo_box { display: inline-block; width: 23px; height: 23px; background: #20d34a; color: #FFFFFF; font-size: 24px; line-height: 23px; text-align: center; -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); margin-left: 1px; } .logo_sub { font-size: 14px; font-weight: 400; color: #8f8e8e; padding-left: 3px; margin-top: 2px; } .date_picker { margin-top: 250px; /* margin-left: 50%; margin-right: 50%; */ margin-left: 151px; } .date_picker h2 { margin-bottom: 50px; color: #232323; }
Front_End/styles/make_appointment.css
@charset "utf-8"; /* CSS Document */ /******************* [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Header 3.1 Top Bar 3.2 Header Content 3.3 Logo 4.Menu 5.Home /*********** 1. Fonts ***********/ @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); /********************************* 2. Body and some general stuff *********************************/ * { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } body { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; background: #FFFFFF; color: #696969; } div { display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ul { list-style: none; margin-bottom: 0px; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 2; font-weight: 500; color: #696969; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } p:last-of-type { margin-bottom: 0; } a { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } a, a:hover, a:visited, a:active, a:link { text-decoration: none; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } a:hover { color: #20d34a !important; } ::selection { color: #20d34a; } p::selection { } h1{font-size: 48px;} h2{font-size: 36px;} h3{font-size: 24px;} h4{font-size: 18px;} h5{font-size: 14px;} h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px; text-shadow: rgba(0,0,0,.01) 0 0 1px; } h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection { } .form-control { color: #db5246; } section { display: block; position: relative; box-sizing: border-box; } .clear { clear: both; } .clearfix::before, .clearfix::after { content: ""; display: table; } .clearfix::after { clear: both; } .clearfix { zoom: 1; } .float_left { float: left; } .float_right { float: right; } .trans_200 { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .trans_300 { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .trans_400 { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .trans_500 { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .fill_height { height: 100%; } .super_container { width: 100%; overflow: hidden; } .prlx_parent { overflow: hidden; } .prlx { height: 130% !important; } .parallax-window { min-height: 400px; background: transparent; } .nopadding { padding: 0px !important; } .button { display: inline-block; width: 220px; height: 48px; /***51*/ background: #283290; } .button::after { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #20d34a; content: ''; z-index: 0; -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99); -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99); transition: all 400ms cubic-bezier(.33,.68,.59,.99); } .button a { display: block; position: relative; line-height: 48px; font-size: 12px; font-weight: 900; color: #FFFFFF; padding-left: 15px; padding-right: 45px; text-transform: uppercase; letter-spacing: 0.05em; z-index: 10; } .button:hover::after { height: 100%; } .button:hover a { color: #FFFFFF !important; } .section_title { padding-top: 17px; } .section_title h2 { font-size: 30px; font-weight: 500; color: #232323; } .section_title::before { display: block; position: absolute; left: 1px; top: 0; width: 54px; height: 3px; background: #20d34a; content: ''; } .section_title_light h2 { color: #FFFFFF; } /********************************* 3. Header *********************************/ .header { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #FFFFFF; z-index: 100; } .header.scrolled { top: -48px; /***-48*/ } /********************************* 3.1 Top Bar *********************************/ .top_bar { width: 100%; background: #283290; } .top_bar_content { width: 100%; height: 48px; padding-left: 214px; } .top_bar_item { margin-left: 33px; } .top_bar_item a { font-size: 14px; color: #FFFFFF; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .top_bar_item:first-child { margin-left: 37px; } .top_bar_item_register a { height: 100%; color: #FFFFFF; font-size: 14px; font-weight: 700; padding-left: 38px; padding-right: 38px; } .top_bar_item_logIn a { height: 100%; color: #FFFFFF; font-size: 14px; font-weight: 700; margin-left: 10px; padding-left: 38px; padding-right: 38px; } /********************************* 3.2 Header Content *********************************/ .header_container { width: 100%; background: #FFFFFF; margin-bottom: 80px; } .header_content { width: 100%; height: 103px; } .header.scrolled .header_content { height: 80px; } .main_nav ul li { display: inline-block; } .main_nav ul li:not(:first-child) { margin-left: 32px; } .main_nav ul li a { font-size: 16px; font-weight: 500; color: #323232; } .hamburger { display: none; cursor: pointer; } .hamburger i { font-size: 24px; color: #272727; } /********************************* 3.3 Logo *********************************/ .logo_container_outer { position: absolute; top: 0; left: 0; width: 100%; } .logo_container { position: absolute; top: 0; left: 15px; width: 216px; height: 150px; background: #FFFFFF; box-shadow: 0px 31px 29px rgba(0,0,0,0.09); z-index: 10; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .header.scrolled .logo_container { top: 48px; height: 120px; } .logo_container a { display: block; position: relative; width: 100%; height: 100%; } .logo_content { width: 100%; height: 100%; padding-left: 36px; } .logo_line { position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #20d34a; } .logo { margin-top: 27px; } .logo span { color: #20d34a; } .logo_container a .logo:hover { color: #283290; } .logo_text { font-size: 30px; font-weight: 500; color: #283290; line-height: 0.75; } .logo_box { display: inline-block; width: 23px; height: 23px; background: #20d34a; color: #FFFFFF; font-size: 24px; line-height: 23px; text-align: center; -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); margin-left: 1px; } .logo_sub { font-size: 14px; font-weight: 400; color: #8f8e8e; padding-left: 3px; margin-top: 2px; } .date_picker { margin-top: 250px; /* margin-left: 50%; margin-right: 50%; */ margin-left: 151px; } .date_picker h2 { margin-bottom: 50px; color: #232323; }
0.281307
0.055978
@import url("../dojo/resources/dojo.css"); @import url("../dijit/themes/claro/claro.css"); @import url("claroToaster.css"); /* to be moved to dojox in 1.8 */ @import url("../dojox/layout/resources/ResizeHandle.css"); @import url("../dojox/html/resources/ellipsis.css"); @import url("../dojox/form/resources/UploaderFileList.css"); @import url("syntaxColors.css"); @import url("propview.css"); BODY{ position: fixed; } .downloadSelectedHeader{ font-weight: bold; } .downloadSelectedList{ overflow: auto; height: 50px; margin-left:10px; } .dwnloadLibTable .columnc{ text-align: center; } #davinci_app .davinciPaletteContainer .dijitTab { border:1px solid #d2d2d2; } #davinci_app .davinciPaletteContainer .dijitTabContainerLeft-tabs { background-color: #F5F5F5; border-right: 1px solid #D5D5D5; } #davinci_app .davinciPaletteContainer .dijitTabContainerRight-tabs { background-color: #F5F5F5; border-left: 1px solid #D5D5D5; } .claro #davinci_app .davinciPaletteContainer .dijitTab.dijitTabChecked .dijitTabInnerDiv { background-color:#B2D4F3; } .claro #davinci_app .davinciPaletteContainer .dijitTab .dijitTabInnerDiv { background-color:#d0d0d0; } .claro #davinci_app .davinciPaletteContainer .davinciBottomPalette .dijitTabContainerTop-tabs .dijitTab { padding-top:0px; } /**** RESTORE THIS LOGIC LATER WHEN WE ALLOW USERS TO ADD/REMOVE PALETTES ****/ .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon { /*opacity:0;*/ /* visibility:hidden doesn't seem to work with :hover */ } .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon:hover { /*opacity:1;*/ } /**** TEMPORARILY, DONT SHOW CLOSE BUTTON ****/ .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon { display:none; } #davinci_app .davinciPalette { overflow:hidden; } #davinci_app .dijitSplitterH { height:4px; } #davinci_app .dijitSplitterV { width:4px; } .claro #editors_container { z-index:-4; /* For some reason, need negative z-index when using StackContainer */ } .claro #editors_container .dijitBorderContainer { padding:8px; } .claro #editors_container .dijitBorderContainer-dijitContentPane { border:none; padding:0; } .heading { font-weight: bold; padding-bottom: 0.25em; } .viewActionIcon, .editActionIcon { width:16px; height:16px; background-repeat: no-repeat; } #davinci_toolbar_container .viewActionIcon, #davinci_toolbar_container .editActionIcon { width:27px; height:27px; } .StyleNormalViewButton { width:17px; } .StyleNormalViewButton .dijitButtonNode { width:16px !important; padding:0 !important; } .styleImagePreviewDiv{ width:16px; height:16px; border: 1px solid #B3B3B3; background-repeat: no-repeat } .styleAlphaNameColumn, .styleCategoryNameColumn{ font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 10px; text-align: left; float: left; width: 13em !important; } .computedCssValue { background-color : #ffe8e8 !important; border-color:#411 !important; } .styleAlphaValueColumn, .styleCategoryValueColumn{ font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: 10px; width: 13em !important; float:right; display:inline; } .styleCategoryTable, .styleAlphaTable { font-family: Verdana; font-weight: normal; font-size: 10px; width: 250px; border-collapse: collapse; border-spacing: 0px; margin-top: 0px; } .StyleNormalViewButton .dijitButtonContents { margin-left:-3px !important; } .StyleNormalViewSpacerFontButtonGroups { display:inline-block; width:3px; } .StyleNormalViewSpacerBGBorder { display:inline-block; width:4px; } .StyleNormalViewSpacerBorderColorWidth { display:inline-block; width:4px; } .stylePaneNormalViewTable{ table-layout: fixed; border-spacing:0; margin:0; padding:0; } /* WE AREN'T SHOWING ICONS IN PROPS PALETTE NOW. MIGHT RESTORE THEM LATER .styleBoldButton { background-image: url('img/styletoolbar/bold.gif') !important; width:16px; height:16px; } .styleItalicsButton { background-image: url('img/styletoolbar/italic.gif') !important; width:16px; height:16px; } .styleUnderlineButton { background-image: url('img/styletoolbar/underline.gif') !important; width:16px; height:16px; } .styleLeftJustifyButton { background-image: url('img/styletoolbar/align_left.gif'); width:16px; height:16px; } .styleRightJustifyButton { background-image: url('img/styletoolbar/align_right.gif'); width:16px; height:16px; } .styleCenterButton { background-image: url('img/styletoolbar/align_center.gif'); width:16px; height:16px; } */ #davinci_ve_widgets_ColorPicker_1 input, #dijit_form_TextBox_0, #dijit_form_TextBox_5 { /* color: transparent; */ } #davinci_ve_widgets_MultiTypeDropDown_0 { padding: 2px; } #davinci_ve_widgets_Background_0 { margin-bottom: -3px; } #davinci_ve_widgets_ColorPicker_0 div, #davinci_ve_widgets_ColorPicker_1 div, #davinci_ve_widgets_ColorPicker_2 div{ background-image: none; } #styleFillColorIcon { margin-bottom: -5px; } #styleBackgroundImageIcon { margin-bottom: -4px; } .propertiesPaneTable { margin: 4px; table-layout:fixed; width:13em; } .objectPaneTable { margin: 4px; table-layout:fixed; border-collapse:collapse; font-size:9pt; } .objectPaneTable th, .objectPaneTable td { padding:1px 0 0 0; } .objectSelectionName{ height:2em; } .styleViewCol2, .styleViewCol3, .styleViewCol4, .propertiesSelectionName, .objectSelectionName { background-image:none !important; background-color:#EAEAEA !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: lowercase; letter-spacing: -0.02em; } .styleViewCol1{ } .propertiesAppliesToToolBar{ background-color:#EAEAEA !important; } .propertiesAppliesToToolBar, .propertiesViewToolBar{ background-image:none !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: lowercase; letter-spacing: -0.02em; width:74px !important; } .propertiesNameColumn, .objectNameColumn{ width:7em; } .propertiesValueColumn, .objectValueColumn{ } .styleHeader { background-color:#4477BB !important; background-image:none !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: uppercase; text-align: center; letter-spacing: -0.02em; color: #464646; } #editors_container > .dijitTabPaneWrapper { background-color:white; } .themeEditor { background-color: white !important; } /* Tweaks to claro for editor toolbar */ #davinci_toolbar_pane { overflow:hidden; height:43px; padding:0px; background-color: #F5F5F5; border: 1px solid #D5D5D5; border-radius: 3px 3px 0 0; margin-top: -3px; } .claro .dijitToolbar.davinciToolbar { font-size:10px; border-bottom:none; width:100%; } #davinci_app #davinci_toolbar_pane .dijitToolbar { padding:8px 0px 4px 6px; height:auto; box-shadow: none; background-color: inherit; } .claro .dijitToolbar.davinciToolbar .dijitButtonContents { padding:0 2px; line-height:16px; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitDropDownButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitComboButton .dijitArrowButton:focus { outline:1px dotted black; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonNode { padding: 4px; padding-bottom:3px; border-radius: 3px; font-size: 12px; border: 1px solid #333; box-shadow: .5px 1px 1px rgba(0,0,0,.5); border-color: #CCC; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonText { opacity: .9; font-weight: bold; text-shadow: 1px 1px white; } #davinci_app .davinciToolbar .maqLabelButton { margin-left: 2px; margin-right: 4px; } #davinci_app .davinciToolbar .dijitDropDownButton { padding-left:0; /* override claro theme value */ } #davinci_app .davinciToolbar .davinciFloatRight { float:right; } .claro #davinci_menubar_pane .dijitContentPane{ padding:0; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane { padding:0; border-bottom: 1px solid #E5E5E5; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar { margin-bottom: 0; overflow:hidden; font-size: 12px; line-height: 5px; background-color: #333333; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0273BE), color-stop(1, #025D99) ); background-image: -o-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -moz-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -webkit-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -ms-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: linear-gradient(to bottom, #0273BE 0%, #025D99 100%); border: solid 1px #026AAD; color: #FFFFFF; border: none; border-radius: 0px; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar div { color: #FFFFFF; } claro div#davinci_app.dijitBorderContainerNoGutter div#left_mainBody.dijitBorderContainerNoGutter div#palette-tabcontainer-left-top.dijitTabContainer div.dijitTabPaneWrapper div#davinci.ui.navigator.dijitLayoutContainer div.dijitAlignClient div#resourceTree.dijitTree div#dijit__TreeNode_0.dijitTreeIsRoot div.dijitTreeContainer div#dijit__TreeNode_20.dijitTreeIsRoot div.dijitTreeRow span.dijitTreeContent img.dijitIcon { } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar {padding-left: 0px; } /*#davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton .dijitButtonNode { background: #EEE; background-image: -webkit-linear-gradient(#f4f4f4, #dbdbdb); background-image: -moz-linear-gradient(#f4f4f4, #dbdbdb); background-image: -ms-linear-gradient(#f4f4f4, #dbdbdb); background-image: -o-linear-gradient(#f4f4f4, #dbdbdb); background-image: linear-gradient(#f4f4f4, #dbdbdb); }*/ #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.dijitHover .dijitButtonNode { background: #AAA; background-image: -webkit-linear-gradient(#fefefe, #cccccc); background-image: -moz-linear-gradient(#fefefe, #cccccc); background-image: -ms-linear-gradient(#fefefe, #cccccc); background-image: -o-linear-gradient(#fefefe, #cccccc); background-image: linear-gradient(#fefefe, #cccccc); } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.dijitActive .dijitButtonNode { background: #ccc; background-image: -webkit-linear-gradient(#d0d0d0, #e4e4e4); background-image: -moz-linear-gradient(#d0d0d0, #e4e4e4); background-image: -ms-linear-gradient(#d0d0d0, #e4e4e4); background-image: -o-linear-gradient(#d0d0d0, #e4e4e4); background-image: linear-gradient(#d0d0d0, #e4e4e4); } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.maqLabelButtonSelected .dijitButtonNode { background: #eee; background-image: -webkit-linear-gradient(#dbdbdb, #f4f4f4); background-image: -moz-linear-gradient(#dbdbdb, #f4f4f4); background-image: -ms-linear-gradient(#dbdbdb, #f4f4f4); background-image: -o-linear-gradient(#dbdbdb, #f4f4f4); background-image: linear-gradient(#dbdbdb, #f4f4f4); } #davinci_app .davinciToolbar .maqLabelButton.maqDesignButton { margin-right:0px; } #davinci_app .davinciToolbar .maqLabelButton.maqDesignButton .dijitButtonNode { border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modeLeftButton { margin-left:10px; margin-right:0px; } #davinci_app .davinciToolbar .maqLabelButton.modeLeftButton .dijitButtonNode { border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modeRightButton { margin-left:0px; margin-right:10px; } #davinci_app .davinciToolbar .maqLabelButton.modeRightButton .dijitButtonNode { border-top-left-radius:0px; border-bottom-left-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modecentreButton { margin-left: -1px; margin-right: -1px; } #davinci_app .davinciToolbar .maqLabelButton.modecentreButton .dijitButtonNode { border-top-left-radius:0px; border-bottom-left-radius:0px; border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.maqSourceComboButton { margin-left:-1px; margin-right:10px; } #davinci_app .davinciToolbar .dijitComboButton.maqLabelButton.maqSourceComboButton .dijitButtonNode.dijitStretch { border-radius:0px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton .dijitArrowButtonInner, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton .dijitArrowButtonInner { width: 8px; height: 8px; background-image: url(img/sprite.png); background-position: -22px -44px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton .dijitArrowButtonInner { width: 8px; height: 8px; background-image: url(img/sprite.png); background-position: -22px -44px; margin-left:2px; margin-right:1px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton .dijitArrowButtonInner { margin-left:5px; margin-right:-2px; } #davinci_app { height: 100%; } #davinci_top_bar { padding:0; margin:0; overflow: hidden; } #davinci_top_bar_main { padding:0px; /* override dijitContentPane */ -moz-box-sizing: border-box; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #2C2A29), color-stop(1, #32302F) ); background-image: -o-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -moz-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -webkit-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -ms-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: linear-gradient(to bottom, #2C2A29 0%, #32302F 100%); border-bottom: 1px solid #111010; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.15) inset; color: rgba(255, 255, 255, 0.7); padding: 0 15px 0 8px; text-shadow: 0 -1px 0 #1E1D1C; width: 100%; z-index: 2; /*background: -moz-linear-gradient(#323A45, #121212); background: -ms-linear-gradient(#323A45, #121212); background: -o-linear-gradient(#323A45, #121212); background: linear-gradient(#323A45, #121212);*/ color: #ccc; font: normal bold 12px Arial, sans-serif; text-shadow:none; overflow: hidden; height:40px; line-height:44px; text-align:center; } #davinci_top_bar_divider { height:4px; /*background-image: url(img/bkgrd_bluelip.gif);*/ background-image: url(img/sprite.png); background-position: 0 -18px; background-repeat: repeat-x; } .icon-panel-trigger:before { background: url("img/sprite.svg") no-repeat scroll -220px 0 / 960px 560px rgba(0, 0, 0, 0); height: 16px; left: 0; opacity: 1; top: 8px; width: 20px; } .maq_banner_name_box { padding-left:10px; display: inline-block; padding-top: 1px; float:left; } .dj_gecko .maq_banner_name_box { padding-top: 2px; /* Different rounding rules between WebKit and Gecko */ } .maq_banner_logo { display:inline-block; width:32px; height:32px; background-image:url(img/sprite.png); background-position:0px -342px; vertical-align: middle; } .maq_banner_name { padding-left:2px; font: normal normal 18px Arial, sans-serif; color:white; text-shadow: #000 1px 1px 1px; } #davinci_top_bar .dijitToolbar, davinci_top_bar .dijitButtonNode { border: 0 !important; } #davinci_user_container { display: inline-block; float: right; padding-right: 10px; white-space: nowrap; } #davinci_top_bar #maq_banner_editor_commands .dijitDropDownButton { margin:0 3px; } #davinci_top_bar #maq_banner_editor_commands .dijitButtonContents { padding-left:5px; padding-right:6px; } #davinci_top_bar #maq_banner_editor_commands .dijitButtonNode { background-image:-webkit-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-moz-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-ms-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-o-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); border:1px solid black; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px; box-shadow:0px 1px 0px #666; margin-top:-4px; /* Need this for proper vertical alignment */ } #davinci_top_bar #maq_banner_editor_commands .dijitButtonText { font:normal bold 12px Arial, sans-serif; color:white; text-shadow:#000 1px 0px 0px; padding:2px 4px; } #davinci_top_bar #maq_banner_editor_commands .dijitArrowButtonInner { background-image:url(img/sprite.png); background-position:-1px -45px; width:8px; height:8px; margin-left:6px; margin-right:-4px; } #davinci_file_tabs { height:44px; overflow-y:hidden; } #davinci_app #davinci_file_tabs.dijitTabContainer, #davinci_app #davinci_file_tabs .dijitTabPaneWrapper { background:white; border-bottom:none; } #davinci_file_tabs .dijitTabPaneWrapper, #davinci_file_tabs .dijitTabContainerTop-tabs, #davinci_file_tabs .dijitTabContainerBottom-tabs, #davinci_file_tabs .dijitTabContainerLeft-tabs, #davinci_file_tabs .dijitTabContainerRight-tabs { font-family:'Lato',​sans-serif; } #davinci_file_tabs .dijitTabCloseButton .dijitTabCloseText { display: none; } .claro .dijitTabCloseButton { background-image: url("img/sprite.png"); background-position: -35px -321px; height: 14px; margin-left: 5px; margin-right: -5px; width: 14px; } #davinci_file_tabs .dijitTab { padding: 3px 6px; top:2px; margin-right:-1px; } #davinci_file_tabs .dijitTab.dijitTabChecked { font-weight:bold; background:white; border-bottom:1px solid white; z-index:4; margin-bottom:-2px; background:image:none; padding-bottom: 2px; padding-top: 2px; } #davinci_file_tabs .dijitTab:hover, #davinci_file_tabs .dijitTab.dijitTabChecked:hover { background:#dfdfdf; } #davinci_file_tabs .dijitTab.dijitTab .dijitTabCloseButton { margin-right:-2px; } #davinci_file_tabs .dijitTab.dijitTabChecked .dijitTabCloseButton { background-image:url(img/sprite.png); background-position:-35px -321px; margin-left:7px; margin-right:0px; } .claro .dijitTabContainerTop-tabs .dijitTabChecked { padding: 3px 6px; } #davinci_app .davinciPalette { background:white; } #davinci_app .davinciPalette .dijitTabContainerTop-tabs, #davinci_app .davinciPalette .dijitTabContainerBottom-tabs, #davinci_app .davinciPalette .dijitTabContainerLeft-tabs, #davinci_app .davinciPalette .dijitTabContainerRight-tabs { -background: #F4F4F4; } #davinci_app .davinciPalette > .dijitTabPaneWrapper { background: white; } #davinci_app .davinciPalette > div > .dijitTab { padding: 2px; text-align: center; font-size: 11.5px; wwidth:64px; mmargin-bottom:-1px; } #left_mainBody .davinciPalette > div > .dijitTab { /* Safari */ //-webkit-transform: rotate(-90deg); /* Firefox */ //-moz-transform: rotate(-90deg); /* IE */ //-ms-transform: rotate(-90deg); /* Opera */ //-o-transform: rotate(-90deg); /* Internet Explorer */ //filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); top: 40px; } #right_mainBody .davinciPalette > div > .dijitTab { /* Safari */ //-webkit-transform: rotate(90deg); /* Firefox */ //-moz-transform: rotate(90deg); /* IE */ //-ms-transform: rotate(90deg); /* Opera */ //-o-transform: rotate(90deg); /* Internet Explorer */ //filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); top: 40px; } #davinci_app .davinciPalette .paletteIcon { display: none; } /* #right_mainBody .davinciPalette > div > .dijitTab, #right_mainBody .davinciPalette .dijitTabContainerRight-tabs { background-image: -webkit-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -moz-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -ms-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -o-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); }*/ #davinci_app .davinciPalette > div > .dijitTab:focus { outline:none; } #davinci_app .maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { background-color:white; background-image:none; z-index: 1; border-right: 1px solid white; font-weight:bold; } #davinci_app .dijitTabContainerRight-tabs .dijitTabChecked { border-left-width:1px; } #davinci_app .maqPaletteExpanded .dijitTabContainerRight-tabs .dijitTabChecked { border-left-width:0px; } #davinci_app .dijitTabContainerLeft-tabs .dijitTabChecked { border-right-width:1px; } #davinci_app .maqPaletteExpanded .dijitTabContainerLeft-tabs .dijitTabChecked { border-right-width:0px; } #left_mainBody, #right_mainBody { padding-top:1px; } #left_mainBody.maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { } #right_mainBody.maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { } #davinci_app .davinciPalette > div > .dijitTab .tabLabel { } #davinci_app .davinciPalette > div > .dijitTab .tabLabel:focus { outline:none; } #davinci_app .davinciPalette .paletteIcon { display: inline-block; width: 26px; height: 26px; background-repeat: no-repeat; background-image: url(img/sprite.png); margin-top: 0px; float: left; padding: 5px; } #davinci_app .davinciPalette .paletteIconWidgets { background-image: url("img/icons/palette.png"); height: 13px; width: 13px; margin-top: 4px; } #davinci_app .davinciPalette .paletteIconStates { background-image: url("img/icons/film-timeline.png"); height: 13px; width: 13px; } #davinci_app .davinciPalette .paletteIconStyles { background-image: url("img/icons/edit-style.png"); height: 13px; width: 13px; } #davinci_app .davinciPalette .paletteIconReviews { background-position: -30px -120px; } #davinci_app .davinciPalette .paletteIconOutline { background-position: -30px -150px; } #davinci_app .davinciPalette .paletteIconFiles { background-image: url("img/icons/folders.png"); height: 13px; width: 13px; margin-top: 4px; } #davinci_app .davinciPalette .paletteIconComments { background-position: -30px -210px; } #davinci_app .davinciPalette .dijitTab .tabLabel { /* display:none; */ display: block; margin-top: 4px; margin-bottom: 4px; } #toolbar_container { display: table; margin: 0 auto; padding: 0; height: 32px; } .palette_titleBarDiv { display:none; } .davinciTopPalette .palette_titleBarDiv { height:20px; line-height:25px; font-size:16px; text-transform:uppercase; background-color: #F5F5F5; border: 1px solid #D5D5D5; border-radius: 3px 3px 0 0; line-height: 1; overflow: visible; z-index: 1; } #left_mainBody .davinciTopPalette .palette_titleBarDiv, #right_mainBody .davinciTopPalette .palette_titleBarDiv { display:block; } .palette_titleBarDiv .paletteCloseBox { display:inline-block; width: 16px; height: 16px; font-size: 12px; line-height: 12px; text-align: center; margin-top: 4px; } #left_mainBody .davinciTopPalette .palette_titleBarDiv .paletteCloseBox { background-image:url(img/sprite.png); background-position:-78px -1936px; float:right; margin-right: 4px; } #right_mainBody .davinciTopPalette .palette_titleBarDiv .paletteCloseBox { background-image:url(img/sprite.png); background-position:-87px -2035px; float:left; margin-left: 4px; } .davinciTopPalette .palette_titleBarDiv .paletteCloseBox:hover { cursor:pointer; } .palette_titleBarDiv .titleBarDivTitle { display:none; } .EditorContainer .toolbaredContainer_toolbarDiv { height: 28px; } #davinci_toolbar_main { display:inline; background: none; border: none; padding-top:15px !important; font: normal normal bold 8pt sans-serif; } /* FIXME: Probably don't need to define rules for both DropDown and Combo. We will probably use one or the other */ .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode, .claro #davinci_app #davinci_user_container .dijitComboButton, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonNode { border:none; background-color:transparent; background-image:none; padding-left:0; padding-right:0; padding-bottom:6px; /* For win/chrome - see subsequent rule for other browsers */ } /* Deal with 1-pixel layout difference for win/chrome, which gets padding-bottom:6px this rule makes it so mac/chrome and all versions of FF get padding-bottom:4px; */ .isMac .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode, .dj_gecko .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode { padding-bottom:4px; } .claro #davinci_app #davinci_user_container .dijitDropDownButton, .claro #davinci_app #davinci_user_container .dijitComboButton { margin:0 0 0 8px; } .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonText, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonText { padding:0px .2em; /* Squeeze padding a bit over what claro provides */ margin-top: -2px; /* To make baselines align with text on either side of buttons */ } .claro #davinci_app #davinci_user_container .dijitArrowButtonInner { /* background-image:url("img/buttonArrows.png");*/ /* Derived from claro, but no bluish tint FIXME: why? resolve with other claro buttonArrows reference in .paletteDropdown */ /* Following 2 lines squeeze the arrow closer to text */ /* background-position:-53px 53%; */ background-image:url("img/sprite.png"); background-position: 5px -126px; width: 20px; } #davinci_top_bar .dijitButtonText { font:normal bold 9pt Arial, sans-serif; color:#ccc; text-shadow: #000 1px 1px 1px; } .claro #davinci_app #davinci_user_container .dijitDropDownButtonHover .dijitButtonNode, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonNodeHover, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitDownArrowButtonHover, .claro #davinci_app #davinci_user_container .dijitDropDownButtonHover .dijitButtonNode { color: white; /* Override claro, which uses black */ } #loginpane { margin-top: 2em; margin-left: 5em; } .dvOutlineVisibility { position:relative; width:16px; height:13px; margin-left:2px; margin-top:-2px; margin-right:-18px; background-position:-2px -4px; } .dvOutlineVisibilityOn { background-image:url('img/sprite.png'); background-position: -84px -1523px; width: 16px; height: 16px; } .dvOutlineVisibilityOff { background-image:url('img/sprite.png'); background-position: -84px -266px; width: 16px; height: 16px; } .dvStateNode .dvOutlineVisibilityOn { background-image:url('img/checkmarkNoBorder.png'); background-position:-2px -4px; } .dvStateNode .dvOutlineVisibilityOff { background-image:url('img/checkmarkNoBorder.png'); background-position:-34px -4px; } /*FIXME: These two style rules aren't hooked up yet to theme editor Visual Outline palette, so hasn't been tested yet. */ .dvSubwidgetNode .dvOutlineVisibilityOn { background-image:url('img/checkmarkNoBorder.png'); background-position:-98px -4px; } .dvSubwidgetNode .dvOutlineVisibilityOff { background-image:url('img/checkmarkNoBorder.png'); background-position:-114px -4px; } #dvOutlineSubcontainer { overflow: auto; /* overflow: hidden; /* hide scrollbars on outline */ white-space: nowrap; height: 100%; } [id="davinci.ui.outline"] .dijitTree { height: 100% } .dvBox { display: inline-block; height: 13px; border-width: 1px; border-style: solid; border-color: black; vertical-align: middle; } #dvStatesDataGrid .dojoxGridHeader { display: none; } #dvStatesViewToolbar { border-bottom:1px solid #aaa; background:#eee; margin:0; padding:3px; font-family:helvetica,arial,sans-serif; font-size:85%; } #dvStatesViewActions { text-align:right; } #dvStatesViewCurrentWidgetID { xdisplay:inline-block; xfloat:left; } #dvStatesViewTransition { display:inline-block; float:left; margin-top: 4px; } #widget_dvStatesViewTransitionBox { width:40px; margin-top: -2px; margin-left: 3px; margin-bottom: 2px; } #dvStatesViewToolbarFooter { clear: both; } #dvStatesViewDataGridContainer { height: 80%; xbackground: blue; } .dvStateBox { display: inline-block; width: 10px; height: 10px; border-width: 1px; border-style: solid; vertical-align: middle; } /* Palette */ .dojoyPalette { background-color: white !important; height: 100%; overflow-x: hidden; margin: 2px 3px 3px 4px; } .dojoyPaletteHeaderTable, .explorerHeaderProjectTable { width:100%; border-collapse:collapse; border-spacing:0; margin-bottom:1px; } .dojoyPaletteHeaderTable td, .explorerHeaderProjectTable td { padding:0; } .dojoyPaletteFilterContainer { position:relative; height:16px; } .dojoyPaletteFilterTextBox { position:absolute; top:0px; } .dojoyPaletteFilterClearIcon { display:none; position:absolute; right:3px; top:3px; background-image:url(img/sprite.png); background-position:-56px -323px; width:12px; height:12px; } .maqWidgetsToolbarFiltered .dojoyPaletteFilterClearIcon { display:block; } .dojoyPaletteHeaderTableCol2 { width:16px; } .dojoyPaletteHeaderTableCol2 .dijitDropDownButton .dijitButtonNode, .explorerHeaderProjectCol2 .dijitDropDownButton .dijitButtonNode { border:none; background:none; } .dojoyPaletteHeaderTableCol2 .dijitDropDownButton .dijitArrowButtonInner { background-image:url(img/sprite.png); background-position: -18px -39px; } .dojoyPaletteMenuItemCheckMark { background-image:url('../dijit/themes/claro/images/checkmarkNoBorder.png'); width:16px; height:16px; display:inline-block; } .dojoyPaletteMenuItemCheckMarkOff { visibility:hidden; } .dojoyPaletteCommon a { text-decoration: none; color: black; white-space: nowrap; display: inline-block; } .dojoyPaletteCommon .paletteItemNormalContainer { overflow:hidden; display:inline-block; width:66px; height:81px; position:relative; z-index:1; padding: 35px; } .dojoyPaletteCommon .paletteItemSelectionContainer { vertical-align: top; position:relative; z-index:1; } .dojoyPaletteCommon .paletteItemSelectionContent { display:inline-block; z-index:1; position:absolute; left:0px; width:136px; height:155px; padding:0px; border:2px solid #999; border-radius:4px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); pointer-events:none; } .paletteItemSelectedStrip { position:absolute; display:block; background:white; } .paletteItemSelectedStripV { position:absolute; top:0px; width:8px; height:80px; } .paletteItemSelectedStripL { left:0px; border-top-left-radius:4px; border-bottom-left-radius:4px; } .paletteItemSelectedStripR { left:58px; border-top-right-radius:4px; border-bottom-right-radius:4px; } .paletteItemSelectedStripH { position:absolute; left:8px; width:50px; height:8px; } .paletteItemSelectedStripT { top:0px; } .paletteItemSelectedStripB { top:72px; } .paletteItemSelectedIcon { position:absolute; display:inline-block; pointer-events:auto; width:26px; height:26px; } .paletteItemSelectedMoreIcon { /*background-image:url(img/palette_more_active.png);*/ background-image:url(img/sprite.png); background-position:-65px -41px; background-repeat:no-repeat; left: 54px; top: -14px; } .paletteItemSelectedHelpIcon { /*background-image:url(img/palette_help_active.png);*/ background-image:url(img/sprite.png); background-position:-94px -40px; background-repeat:no-repeat; left: 54px; top:67px; } #maqBody .paletteItemMorePopup .dijitTooltipContainer, #maqBody .paletteItemHelpPopup .dijitTooltipContainer { background:white; border-color:#b6b6b6; border-width:3px; border-radius:12px; box-shadow: 0px 0px 4px rgba(0, 0, 0, .4); padding: 2px 8px 5px; } .paletteItemMoreContent { } .paletteItemHelpContent { padding-top:15px; padding-right:12px; } .paletteItemMoreCloseBox, .paletteItemHelpCloseBox { position: absolute; right: 4px; background-image: url("img/sprite.png"); background-repeat: no-repeat; background-position: -43px -41px; width: 16px; height: 16px; display: inline-block; } .paletteItemMoreCloseBox:hover, .paletteItemHelpCloseBox:hover { cursor:pointer; } .paletteItemMoreCloseBox { top: 6px; } .paletteItemHelpCloseBox { top: 18px; } .paletteItemAlternatesLabel { font-size: 10px; padding-left:4px; padding-bottom: 3px; margin-right: 10px; } .paletteItemAlternatesContainer { } .paletteItemAlternate { margin: 2px 3px; padding: 4px; padding-bottom: 3px; border-radius: 3px; font-size: 12px; border: 1px solid #333; box-shadow: .5px 1px 1px rgba(0, 0, 0, .5); border-color: #CCC; background: #EEE; font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif; font-size: 12px; } .paletteItemMoreUnselected { background-image: -webkit-linear-gradient(#F4F4F4, #DBDBDB); background-image: -moz-linear-gradient(#F4F4F4, #DBDBDB); background-image: -ms-linear-gradient(#F4F4F4, #DBDBDB); background-image: -o-linear-gradient(#F4F4F4, #DBDBDB); background-image: linear-gradient(#F4F4F4, #DBDBDB); } .paletteItemMoreSelected { font-weight:bold; background-image: -webkit-linear-gradient(#DBDBDB, #F4F4F4); background-image: -moz-linear-gradient(#DBDBDB, #F4F4F4); background-image: -ms-linear-gradient(#DBDBDB, #F4F4F4); background-image: -o-linear-gradient(#DBDBDB, #F4F4F4); background-image: linear-gradient(#DBDBDB, #F4F4F4); } .paletteItemHelpContent { max-width:500px; } .paletteItemHelpDescription { } .helpInnerContent { } .helpInnerContentType { } .helpInnerContentSummary { } .helpInnerContentSummaryTitle { margin:8px 0px 2px; font-weight: bold; font-size: 13px; } .helpInnerContentSummaryContent { font-size:12px; } .helpInnerContentSummaryContent p { margin-top: 4px; margin-bottom: 4px; } .paletteTooltip { font-size:12px; } .paletteTooltipCurrent { font-size:13px; } .paletteTooltipCurrentWidget { font-weight:bold; } .paletteTooltipCurrentLibrary { } .paletteTooltipAlternates { padding-top:5px; } .paletteTooltipAlternatesLabel { } .paletteTooltipAlternatesLibraries { } .paletteTooltipNote { padding-top:5px; } .dojoyPaletteCommon img { vertical-align: top; } .dojoyPalette.paletteLayoutIcons .dojoyPaletteItem.dojoyPaletteCommon { border-left: 1px solid #B5BCC7; border-top: 1px solid #B5BCC7; display: inline-block; line-height: 95px; outline: medium none; } .dojoyPalette.paletteLayoutIcons .dojoyPaletteItem.dojoyPaletteCommon a { vertical-align:bottom; line-height:normal; } .dojoyPalette.paletteLayoutIcons .paletteItemImageContainer { text-align:center; display:block; } .dojoyPalette.paletteLayoutIcons .paletteItemImageContainer img { width:50px; height:50px; box-shadow: 0px 0px 3px rgba(0, 0, 0, .24); } .dojoyPalette.paletteLayoutIcons .paletteItemLabelContainer { padding-top:5px; text-align:center; display:block; overflow:hidden; white-space: normal; text-overflow:ellipsis; height:24px; font-size:12px; line-height:12px; } .dojoyPalette.paletteLayoutIcons .paletteItemLabel { } .dojoyPaletteCommon { white-space: nowrap; border-width: 1px; border-style: solid; border-color: #D1D1D1 white #989898 white; border-top-color: transparent; font-family: arial, helvetica, sans-serif; font-size:11px; color:#222; cursor: pointer; padding: 1px; } .dojoyPaletteHeader { } .dojoyPaletteItem { background-color: white; border-color: white; } .dojoyPaletteItemFlat { border-color: white; background-color: white; } .dojoyPaletteItemRaised { border-color: white #ACA899 #ACA899 white; background-color: #F0F4FC; } .dojoyPaletteItemSunken { } .dojoyPaletteItemSunken .paletteItemLabel { font-weight:bold; } .dojoyPaletteFolderr { border-color: #D1D1D1 #989898 #989898 white; line-height: 18px; height: 18px; font-size:13px; } .claro .dojoyPaletteFolderLowr, /* background-image: url(images/palette-folder-bg.gif); */ .claro .dojoyPaletteFolderHir { /* background-image: url(images/palette-folder-bg-hi.gif); */ background: #EAEAEA url(../dijit/themes/claro/images/standardGradient.png) repeat-x scroll left top; } .dojoyPaletteFolderr img { margin-right:4px; } .PaletteFolderSubsectionr { padding-left:16px; font-size:12px; font-style:italic; } .dojoyPaletteSearchr { /* font-size: 12px;*/ background-repeat: no-repeat; padding-left: 1px; } .maqWidgetsFiltered { padding-top: 16px; } .maqWidgetsCategory { margin-left: 1em; color: grey; font: italic smaller sans-serif; } .maqWidgetsCategorySameLine { display: inline; } .paletteLayoutIcons .maqWidgetsCategorySameLine { display:none; } .maqWidgetsCategorySeparateLine { display: none; } .paletteLayoutIcons .maqWidgetsCategorySeparateLine { display: block; overflow: hidden; text-overflow: ellipsis; } /* FIXME: Temporary hack to make "Select Files..." command on Add Files dialog look like a button. Really need to do a UI makeover for Add Files dialog. */ #btn0.browse { width:8em; text-align:center; padding:3px; border:1px #555 solid; border-radius:10px; -moz-border-radius:10px; } #btn0.browse:hover { background-color:#aaa; } .themeSetDialogAdd { background-image: url(img/sprite.png); background-position: -82px -466px; height: 20px; width: 20px; display: table-cell; } .themeSetDialogDelete { background-image: url(img/sprite.png); background-position: -82px -466px; height: 20px; width: 20px; display: table-cell; } .undoIcon { background-image: url(img/sprite.png); /* FIXME: add logic for undo-disabled.gif? */ background-position: -52px -379px; background-repeat: no-repeat; } .dijitButtonDisabled .undoIcon { background-position: -52px -415px; } .redoIcon { background-image: url(img/sprite.png); /* FIXME: add logic for redo-disabled.gif? */ background-position: -19px -379px; background-repeat: no-repeat; } .dijitButtonDisabled .redoIcon { background-position: -19px -415px; } .tableCommandsIcon { background-image: url(img/sprite.png); background-position: -75px -745px; } .editCutIcon { background-image: url(img/sprite.png); background-position: -19px -512px; } .refreshIcon { background-image: url(img/Refresh.png); width:32px; height:32px; } .dijitButtonDisabled .editCutIcon { background-position: -19px -483px; } .editCutIconSmall { background-image: url(img/sprite.png); background-position: 0 -515px; } .editCopyIcon { background-image: url(img/sprite.png); background-position: -22px -450px; } .dijitButtonDisabled .editCopyIcon { background-position: -85px -430px; } .editCopyIconSmall { background-image: url(img/sprite.png); background-position: 0 -450px; } .editPasteIcon { background-image: url(img/sprite.png); background-position: -6px -551px; } .dijitButtonDisabled .editPasteIcon { background-position: -82px -551px; } .editPasteIconSmall { background-image: url(img/sprite.png); background-position: -82px -399px; } .editDeleteIcon { background-image: url(img/sprite.png); background-position: -18px -669px; } .dijitButtonDisabled .editDeleteIcon { background-position: -18px -700px; } .editDeleteIconSmall { background-image: url(img/sprite.png); background-position: 0 -647px; } .selectParentIconSmall { background-image: url(img/sprite.png); background-position: -23px -1685px; } .selectAncestorIconSmall { background-image: url(img/sprite.png); background-position: -47px -1685px; } .unselectAllIconSmall { background-image: url(img/sprite.png); background-position: -70px -1685px; } .moveToFrontIconSmall { background-image: url(img/sprite.png); background-position: -25px -1663px; } .moveForwardIconSmall { background-image: url(img/sprite.png); background-position: -49px -1663px; } .moveBackwardIconSmall { background-image: url(img/sprite.png); background-position: -71px -1663px; } .moveToBackIconSmall { background-image: url(img/sprite.png); background-position: -92px -1663px; } .tableCommandsIcon { background-image: url("img/icons/table.png"); height: 13px; width: 13px; } .tableInsertIconSmall { background-image: url(img/sprite.png); background-position: -26px -1574px; } .tableSelectTableIconSmall { background-image: url(img/sprite.png); background-position: -51px -1573px; } .tableSelectRowIconSmall { background-image: url(img/sprite.png); background-position: -72px -1574px; } .tableSelectColumnIconSmall { background-image: url(img/sprite.png); background-position: -94px -1574px; } .tableInsertColumnBeforeIconSmall { background-image: url(img/sprite.png); background-position: -27px -1595px; } .tableInsertColumnAfterIconSmall { background-image: url(img/sprite.png); background-position: -47px -1595px; } .tableInsertRowBeforeIconSmall { background-image: url(img/sprite.png); background-position: -27px -1617px; } .tableInsertRowAfterIconSmall { background-image: url(img/sprite.png); background-position: -47px -1617px; } .tableDeleteColumnIconSmall { background-image: url(img/sprite.png); background-position: -49px -1641px; } .tableDeleteRowIconSmall { background-image: url(img/sprite.png); background-position: -25px -1641px; } .dijitButtonDisabled .tableCommandsIcon { background-position: -40px -1406px; } .tableCommands .dijitArrowButtonInner { display:none; } .treeAddChildIcon { background-image: url(img/sprite.png); background-position: -5px -1754px; } .dijitButtonDisabled .treeAddChildIcon{ opacity: 0.5; } .treeInputInsertBeforeIcon { background-image: url(img/sprite.png); background-position: -49px -1754px; } .dijitButtonDisabled .treeInputInsertBeforeIcon{ opacity: 0.5; } .treeInputInsertAfterIcon { background-image: url(img/sprite.png); background-position: -69px -1754px; } .dijitButtonDisabled .treeInputInsertAfterIcon{ opacity: 0.5; } .treeInputDeleteIcon { background-image: url(img/sprite.png); background-position: -28px -1754px; } .dijitButtonDisabled .treeInputDeleteIcon{ opacity: 0.5; } .treeInputMoveUpIcon { background-image: url(img/sprite.png); background-position: -30px -1713px; } .dijitButtonDisabled .treeInputMoveUpIcon{ opacity: 0.5; } .treeInputMoveDownIcon { background-image: url(img/sprite.png); background-position: -52px -1713px; } .dijitButtonDisabled .treeInputMoveDownIcon{ opacity: 0.5; } .treeInputShiftLeftIcon { background-image: url(img/sprite.png); background-position: -77px -1713px; } .dijitButtonDisabled .treeInputShiftLeftIcon{ opacity: 0.5; } .treeInputShiftRightIcon { background-image: url(img/sprite.png); background-position: -98px -1713px; } .dijitButtonDisabled .treeInputShiftRightIcon{ opacity: 0.5; } .addStateIcon, .addThemeSetIcon { background-image: url(img/sprite.png); background-position: 0px -2055px; } .addStateIcon.addStateIconDisabled { background-position: 0px -2055px; } .removeStateIcon, .removeThemeSetIcon { background-image: url(img/sprite.png); background-position: -20px -2055px; } .removeStateIcon.removeStateIconDisabled { background-position: -20px -2055px; } .modifyStateIcon { background-image: url(img/sprite.png); background-position: -40px -2056px; } .modifyStateIcon.modifyStateIconDisabled { background-position: -40px -2056px; } .modify_state_container { white-space:nowrap; line-height:30px; } .manageStatesIcon { background-image: url(img/sprite.png); background-position: -60px -2056px; } .manageStatesIcon.manageStatesIconDisabled { background-position: -60px -2096px; } .newWidgetsCurrentStateIcon { background-image: url(img/sprite.png); } .newWidgetsCurrentStateIconOn { background-position: -80px -2076px; } .newWidgetsCurrentStateIconOn.newWidgetsCurrentStateIconDisabled { background-position: -80px -2116px; } .newWidgetsCurrentStateIconOff { background-position: -80px -2056px; } .newWidgetsCurrentStateIconOff.newWidgetsCurrentStateIconDisabled { background-position: -80px -2096px; } .highlightBaseWidgetsIcon { background-image: url(img/sprite.png); } .highlightBaseWidgetsIconOn { background-position: -100px -2076px; } .highlightBaseWidgetsIconOn.highlightBaseWidgetsIconDisabled { background-position: -100px -2116px; } .highlightBaseWidgetsIconOff { background-position: -100px -2056px; } .highlightBaseWidgetsIconOff.highlightBaseWidgetsIconDisabled { background-position: -100px -2096px; } .states_rename_table td { white-space:nowrap; } .states_rename_table td.labelcolumn { padding-right:4px; text-align:right; } .modify_state_rename_container { white-space:nowrap; } .modify_state_rename_button { float:right; margin-left:30px; } .initial_state_row { clear:both; margin:15px 10px 15px; } .EnableAsStateContainerWidgetDiv { margin:1px 0 0px; } .EnableAsStateContainerStatesDiv { margin:4px 0 0px; } .EnableAsStateContainerWidgetLabel { } .EnableAsStateContainerDescriptionDiv { margin:24px 0 8px; } .EnableAsStateContainerCheckBoxDiv { margin:12px 0 16px 8px; } .sourceMenuIcon { width:16px; height:16px; } .designModeIcon { background-image: url(img/sprite.png); background-position: 0 -1842px; } .sourceModeIcon { background-image: url(img/sprite.png); background-position: 0 -1908px; } .splitVerticalIcon { background-image: url(img/sprite.png); background-position: -82px 0; } .splitHorizontalIcon { background-image: url(img/sprite.png); background-position: -82px -66px; } /* FIXME: I'm hardcoding the dropdown arrow icon from claro. Instead, we should just use a Dijit DropDownArrow control and then inherit the styling "for free" but current code for dropdown menus uses dijit.Menubar as top-level widget because that's what Phil recommended. */ .paletteDropdown { display:inline-block; float:right; border:none; background-image:url("../dijit/themes/claro/form/images/buttonArrows.png"); background-position:-51px 53%; background-repeat:no-repeat; height:15px; margin:3px 5px 0; width:15px; } .EditorContainer .paletteDropdown { margin:5px 5px 0; } .paletteDropdown .dijitMenuBar, .paletteDropdown .dijitMenuBar .dijitMenuItem { background:none; } /* Override claro theme, which puts a solid border around menus FIXME: still needed? */ .paletteDropdown .dijitMenu, .paletteDropdown .dijitMenuBar { border:none; } .claro #davinci_app .dijitComboButton .dijitButtonNode { /* background-image:none; */ background-color:#FFF; background-image:url("img/header_shadow.png"); background-position:center bottom; } .claro #davinci_app .dijitComboButton .dijitButtonNode.dijitStretch { border-top-right-radius:0px; border-bottom-right-radius:0px; } .claro #davinci_app .dijitComboButton .dijitButtonNode.dijitArrowButton { border-top-left-radius:0px; border-bottom-left-radius:0px; border-left:none; } .claro #davinci_app .newOpenComboButton .dijitArrowButtonInner, .claro #davinci_app .newOpenComboButton .dijitArrowButtonInner { margin-top:5px; /* Drop downarrow down to align with text better */ } .claro .dijitComboButton .dijitButtonNode { padding:0px 4px 2px; } .editor_top_new_button { background-image:url("img/sprite.png"); background-position: 0 0; width:16px; height:16px; } .editor_top_open_button { background-image:url("img/sprite.png"); background-position: -82px -334px; width: 16px; height: 16px; } .claro .smartInputLoading{ background-color: #eee; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 948; display: block; opacity: 0.5; background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center; } .claro .loading{ /*background-color: #eee;*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 948; display: block; opacity: 1.0; margin: 1em; /*background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center;*/ } .claro .error { background-color: red; } .claro .loading table { width: 100%; height: 100%; } .claro .loading td { text-align: center; font-size:200%; font-color: #666666; /*background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: left;*/ } .claro .loading td span { width: 200px; height: 200px; background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center; } .inlineEdit{ position: absolute; /*width: 750px;*/ /*height: 380px;*/ z-index: 949; display: none; } .inlineEditConnectorBelow{ background-image: url("../dijit/themes/claro/images/tooltip.png"); background-position: -31px 0; background-repeat: no-repeat; border: 0 none; height: 14px; left: 35px; top: 19px; width: 16px; z-index: 949; position: absolute; } .inlineEditDisabled{ opacity: .5; } .inlineEditFolder{ background-image: url('img/sprite.png'); background-position: -80px -337px; background-color: #F7FDFF; height: 16px; width: 16px; display:inline-block; margin-top: 5px; position: absolute; } .inlineEditHelp{ background-image: url('img/sprite.png'); background-position: 0 -1646px; height: 16px; width: 16px; display:inline-block; margin-top: 5px; } .inlineEditHelpSelected{ background-image: url('img/sprite.png'); background-position: 0 -1712px; height: 16px; width: 16px; display:inline-block; margin-top: 5px; } .inlineEditHelpOk .dijitButtonNode, .inlineEditHelpCancel .dijitButtonNode{ width:40px; } .davinciIleb { width: 200px; border-width:0px 0px 1px 0px; border-style:solid; border-color: #769DC0; } .iedResizeDiv { position: relative; width: 200px; } .smartInputTextBox { overflow: auto; padding: 1px; margin-left: -1px; outline:none; } .smartInputTextArea, .smartInputTextAreaMulti { border-width: 0px; overflow: auto; resize:none; outline:none; width:200px; height:30px; } .smartInputTextAreaMulti { height:60px; } .smartInputSim { height:18px; border-color: #769DC0; border-style: solid; border-width: 0px 0px 1px 0px; background-color: #F7FCFF; margin: -1px; } .smartInputDiv { display: block; width:100%; } .smartInputRadioDiv{ /*border: 3px solid #86a9c6; */ /*border: 1px solid #769DC0;; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);*/ background-color: #f7fdff; font-size: 90%; /*padding-top: 3px; */ padding-top: 2px; padding-left: .6em; padding-right: 1px; width: 195px; /*height:60px; */ /*border-top-style: none; -moz-border-radius: 0px 0px 4px 4px;*/ } .smartInputRadioDiv table { width: 100%; } .smartInputTd1 { width: 16px; } .smartInputTd2 { width: 200px; white-space: nowrap; } .smartInputRadioTextDiv { width: 100px; } /* .smartInputHelpDiv { padding-right: .7em; line-height: 1.5em; padding-left: .5em; padding-bottom: 3px; padding-top: 3px; } */ .smartInputSpacerSpan { float: right; display: inline-block; line-height: 2em; white-space: nowrap; } .smartInputHelpTextDiv { border-top: 1px solid #86a9c6; padding-top: .4em; margin-top: .25em; } .smartInputHelpTextDivContentPane { text-align: left; height:80px; } .EditorContainer { z-index: -4; } .EditorContainer .dijitBorderContainer { z-index: -3; } .EditorContainer IFRAME { border: 0; width: 100%; height: 100%; } #davinci_app .dojoxEllipsisIFrame{ /* * this is to fix for a FF/FB bug where we get the iframe height from the css rule .EditorContainer IFRAME * Creating extra lines between our smart input radio buttons */ height: 1px; } .device { display: none; position:absolute; z-index: -1; } .claro #editorsWelcomePage.dijitContentPane { padding:0; } #welcomePage { text-align:center; } .welcome_outer_table { width:100%; border-collapse: collapse; } #welcome_page_content { text-align:left; margin:-2px 0; border:none; } .welcome_above_content { display:none; height:32px; background:#cedfe9; margin:-1px; } .welcome_content { font-family: Verdana, sans-serif, Arial; } .welcome_header { background-image:url(img/sprite.png); background-position:-9px -2170px; background-repeat: no-repeat; height:26px; margin:30px 0px 10px 12px; font-size: 27px; color:transparent; } .welcome_under_header { color:#444; font-size:15px; margin-left:13px; margin-bottom: 18px; margin-top: 18px; } .welcome_actions_border_cell { height:175px; padding-top: 40px; background-image:-webkit-linear-gradient(#f1f1f1, white 38%); background-image:-moz-linear-gradient(#f1f1f1, white 38%); background-image:-ms-linear-gradient(#f1f1f1, white 38%); background-image:-o-linear-gradient(#f1f1f1, white 38%); background-image:linear-gradient(#f1f1f1, white 38%); } .welcome_actions { height:175px; background-image:-webkit-linear-gradient(#f1f1f1, white 38%); background-image:-moz-linear-gradient(#f1f1f1, white 38%); background-image:-ms-linear-gradient(#f1f1f1, white 38%); background-image:-o-linear-gradient(#f1f1f1, white 38%); background-image:linear-gradient(#f1f1f1, white 38%); padding-top: 40px; padding-left: 50px; padding-right: 50px; } .welcome_actions_table { width:900px; } .welcome_section { margin:10px 0 22px; text-align:center; } .welcome_section .welcome_section_footer { clear:both; } .welcome_section_label { font-size: 13px; color: #00649B; white-space:nowrap; padding-bottom:10px; } .welcome_section_header { padding-left: 12px; font-weight: normal; font-size: 18px; } .welcome_section_container { height: 80px; } .welcome_icon { display:inline-block; background-image: url(img/sprite.png); width: 50px; height: 65px; margin-top:6px; } .welcome_section_content { font-family: Verdana, sans-serif; } .welcome_learn_container_outer { border: 1px solid #BBB; margin: 11px 10px 10px; border-radius: 2px; } .welcome_learn_container_inner { padding:0 12px; border-top: 2px solid #F4F4F4; border-bottom: 2px solid #F4F4F4; border-left: 4px solid #F4F4F4; border-right: 4px solid #F4F4F4; border-radius: 2px; background:#fbfbfb; } .welcome_learn_table { height:160px; font-size:12px; } .welcome_learn_row1 { height:92px; } .dj_webkit .welcome_learn_row1 { height:88px; } .welcome_learn_row2 { text-align:left; } .welcome_learn_cell { vertical-align:top; } .welcome_learn_content_title { font-weight:bold; padding-top:10px; } .welcome_learn_content_description { margin-top:4px; } .welcome_learn_content_action { margin-top:20px; color: #00649B; padding-bottom:10px; } .welcome_icon_learn { width: 50px; height: 65px; background-image:url(img/sprite.png); margin-top: 12px; } .welcome_learn_table_inner { width:236px; } .welcome_learn_table_inner td { vertical-align:top; } .welcome_learn_content { text-align:left; padding-left: 4px; } .welcome_icon_tutorials { background-position: -60px -2457px; } .welcome_icon_videos { background-position: -62px -2525px; } .welcome_icon_cheatsheets { margin-top: 15px; background-position: -6px -2250px; } .welcome_icon_howto { background-position: -62px -2315px; } .welcome_icon_new_mobile { background-position: -3px -2460px; } .welcome_icon_new_desktop { background-position: -60px -2390px; } .welcome_icon_new_sketch { background-position: -60px -2250px; } .welcome_icon_newtheme { background-position: -3px -2320px; } .welcome_icon_newreview { background-position: -3px -2390px; } .welcome_content table { border-collapse:collapse; /* cellspacing equiv */ } td.welcome_section_cell { width:180px; } .welcome_content td.welcome_section_cell { padding:0 10px 0 20px; /* cellpadding equiv */ vertical-align:top; } .welcome_section_active { border:1px solid transparent; display:block; color:black; text-decoration:none; } .welcome_section_active:hover { background-color:#f4f4f4; border:1px solid #eaeaea; cursor:pointer; } .welcome_section_active:active { background-color:#e8e8e8; border:1px solid #e0e0e0; cursor:pointer; } .welcome_section_header_about { margin-top:48px; margin-bottom: 14px; } .welcome_about_maqetta_footer { text-align:left; padding-left: 12px; } .welcome_about_icon { width: 50px; height: 65px; background-image:url(img/sprite.png); background-position:-3px -2530px; } .welcome_about_maqetta_table td { vertical-align:top; } .welcome_about_content_cell { padding-top:8px; padding-left:6px; } .welcome_learn_more { color:blue; margin-top:3px; } .welcome_learn_more:hover { cursor:pointer; } #davinci_warn { width: 400px; } #davinci_warn .dijitToasterContent { font-size: 175%; } #davinci_warn .dijitToasterError .dijitToasterContent { background-color:#11BB17; } #unsupportedBrowserDialog { width: 400px; font-size: 125%; } #unsupportedBrowserDialog .maqButtonArea { text-align: right; } .about_container { padding:0px 10px 3px 6px; } .about_container DIV { line-height: 1.5em; } .paletteDragContainer { } .paletteDragContainer .paletteItemImage { width:30px; height:30px; } .maqParentListDiv { position:absolute; z-index:1000000; opacity:.8; pointer-events:none; background:white; } .maqCandidateParents { max-width:40em; background:white; } .maqCandidateParentsHeader { margin-top:1em; } .maqCandidateParentsList { } .maqCandidateParentsHelp { margin-top:.5em; } .maqCandidateListItem { } .maqCandidateCurrent { color:brown; } .maqCandidateCheckedColumn { width:.5em; opacity:0; } .maqCandidateCurrent .maqCandidateCheckedColumn { opacity:1; } .maqCandidateNumberColumn { padding-left:2px; } .maqCandidateParentColumn { white-space:nowrap; overflow:hidden; } /*FIXME: OLD LOGIC .StatesViewTree .dijitTreeExpando { display:none; } */ /* dijit.Tree defaults to white-space:nowrap, which messes up Firefox, which has a known problem when mixing white-space:nowrap on a container node and then float:right on interior nodes. Firefox pushes the float:right nodes to a subsequent row. */ .dj_gecko .StatesViewTree .dijitTreeRow, .dj_gecko .StatesViewTree .dijitTreeContent { white-space:normal; } .ReviewToolBarTextContainer { display: inline-block; } .ReviewToolBarText { background-color: ##ffffe0; background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8e8), to(#ffffcc)); background-image: -o-linear-gradient(#f8f8e8, #ffffcc); background-image: -ms-linear-gradient(#f8f8e8, #ffffcc); background-image: -moz-linear-gradient(#f8f8e8, #ffffcc); background-image: -webkit-linear-gradient(#f8f8e8, #ffffcc); background-image: linear-gradient(#f8f8e8, #ffffcc); padding: 8px 1em 5px; font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; margin-right: 12px; display: inline-block; height: 40px; margin: -9px 0px -10px -6px; /* Undo the padding added by davinciToolbar rules */ } .EditorContainer.ReviewEditor .toolbaredContainer_toolbarDiv { height:auto; } .idleWarning { left: 0px; top: 0px; position: absolute; transition-property: height; transition-duration: 4s; height:50px; overflow:hidden; background-color: #FAFAD2; padding-top: 25px; text-align: center; width:100%; z-index: 1000; } /* Orion content assist */ .contentassist { display: none; background-color: #fff; padding: 2px; position: fixed; top: 100px; left: 100px; border: 1px solid #ccc; z-index: 10; cursor: default; overflow: auto; height: 150px; width: 200px; } .contentassist .selected { background-color: #ddd; } .ScenesPaletteAppStateIcon { float:right; margin-right:6px; display:inline-block; width:12px; height:1.1em; } .ScenesPaletteAppStateIcon.ScenesPaletteCurrent { background-image:url('img/sprite.png'); background-position: -84px -1523px; width: 16px; height: 16px; } .ScenesPaletteAppStateIcon.ScenesPaletteCurrent.ScenesPaletteCurrentHidden { visibility:hidden; } /* Need to tweak WebKit to drop bullet icon a couple of pixels */ .dj_webkit .ScenesPaletteAppStateIcon.ScenesPaletteFocus { margin-top: -2px; } .ScenesPaletteAppStateIcon.ScenesPaletteFocus.ScenesPaletteFocusHidden { visibility:hidden; } .ScenesPaletteAppStateIcon.ScenesPaletteInitial { margin-top: -1px; margin-right:10px; } .ScenesPaletteAppStateIcon.ScenesPaletteInitial.ScenesPaletteInitialHidden { visibility:hidden; } .dj_webkit #davinci_app .dijitToolbar .dijitButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitDropDownButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitComboButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitToggleButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitComboBox .dijitButtonNode { -webkit-transition-duration:0; /* Prevents jiggling buttons in Chrome */ } #focusContainer { pointer-events:none; position:absolute; overflow:hidden; } .maqFocus { z-index: 5; pointer-events:auto; } .focusDragDiv { } .editFocusFrame { position:absolute; overflow:hidden; border:none; background:#d3e1ee; border:1px dashed #6a94dc; } .editFocusFrameLEFT { width:2px; border-right:none; cursor:w-resize; } .editFocusFrameRIGHT { width:2px; border-left:none; cursor:e-resize; } .editFocusFrameTOP { height:2px; border-bottom:none; cursor:n-resize; } .editFocusFrameBOTTOM { height:2px; border-top:none; cursor:s-resize; } .editFocusNob { background-color:#6a94dc; border:1px solid white; box-shadow:0px 2px 2px #888; position:absolute; width:5px; height:5px; overflow:hidden; } #maqBody .maqHidden { display:none; } .shapesDragDiv { z-index:1000000; position:absolute; } #visualEditorBorder { pointer-events:none; display: none; } #visualEditorBorderTopLeft { position:absolute; left:0px; top:0px; width:7px; height:7px; border-top: 1px solid white; border-left: 1px solid white; background:-webkit-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderTopRight { position:absolute; right:0px; top:0px; width:7px; height:7px; border-top: 1px solid white; border-right: 1px solid white; background:-webkit-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderTop { position:absolute; left:8px; right:8px; top:0px; border-top:1px solid white; border-bottom:1px solid transparent; height:6px; background:-webkit-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderRight { position:absolute; right:0px; top:8px; bottom:0px; width:6px; border-left:1px solid transparent; border-right:1px solid white; background:-webkit-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderLeft { position:absolute; left:0px; top:8px; bottom:0px; width:6px; border-left:1px solid white; border-right:1px solid transparent; background:-webkit-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; } #mainBody > .dijitSplitterV.dijitAlignLeft { border-right: 1px solid #848A8C; border-left: 1px solid #A9AFB4; margin-top:1px; background: #C5CCCF; width: 2px; } #mainBody > .dijitSplitterV.dijitAlignRight { border-left: 1px solid #848A8C; border-right: 1px solid #A9AFB4; margin-top:1px; background: #C5CCCF; width: 2px; } #mainBody > .dijitSplitterV .dijitSplitterThumb { left:0px; width:2px; background:white; } #left_mainBody .dijitSplitterH, #right_mainBody .dijitSplitterH { border-top: 1px solid #A9AFB4; border-bottom: 1px solid #A9AFB4; background: #C5CCCF; height: 2px; } #left_mainBody > .dijitSplitterH .dijitSplitterThumb, #right_mainBody > .dijitSplitterH .dijitSplitterThumb { top:0px; height:2px; background:white; } #maqBody .dijitSelectMenu .dijitMenuItemSelected td, #maqBody .dijitMenuItemHover, #maqBody .dijitMenuItemSelected { background-color: #e9e9e9; background-image: none; } #maqBody .dijitToolbar .dijitButtonHover .dijitButtonNode, #maqBody .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode, #maqBody .dijitToolbar .dijitComboButton .dijitButtonNodeHover, #maqBody .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover, #maqBody .dijitToolbar .dijitToggleButtonHover .dijitButtonNode { background-color: #e9e9e9; border-color:#d2d2d2; } #maqBody .dijitToolbar .dijitButtonActive .dijitButtonNode, #maqBody .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode, #maqBody .dijitToolbar .dijitComboButton .dijitButtonNodeActive, #maqBody .dijitToolbar .dijitComboButton .dijitDownArrowButtonActive, #maqBody .dijitToolbar .dijitToggleButtonActive .dijitButtonNode { background-color: #d9d9d9; border-color:#c2c2c2; } #maqBody .dijitButton .dijitButtonNode, #maqBody .dijitDropDownButton .dijitButtonNode, #maqBody .dijitComboButton .dijitButtonNode, #maqBody .dijitToggleButton .dijitButtonNode { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Resizable dialog */ .resizableDialog.submitOnEnter .dijitDialogPaneActionBar .maqPrimaryButton { font-weight: bold; } .dijitDialogPaneContentArea .maqDialogMessage { margin-bottom: 10px; font-weight: bold; } .maqBaseStateShiningThrough { border-radius: 6px; margin-left: -5px; position: absolute; pointer-events: none; border: 2px solid red; padding: 2px; margin-top: -4px; margin-top: -4px; opacity:.3; z-index:6; /* 3x3 red check image */ background-image:url('data:image/gif;base64,R0lGODlhAwADAJEAAAAAAP////8AAP///yH5BAEAAAMALAAAAAADAAMAAAIEnCc3BQA7'); background-repeat:repeat; } .addStateNameDiv label { margin-right:8px; } .addStateNameDiv { margin-bottom:8px; } .addStateNameDiv .dijitTextBox { width:18em; } .addStateDialogOptions { margin:4px 0; } .addStateDialogMoveWhichDiv label { margin-right:8px; } .addStateDialogRemoveFromBaseDiv { margin:8px 0; } .manageStatesStatesListDiv { padding:3px; width: 100%; height: 100px; border: 1px solid #888; overflow-y: scroll; } .manageStatesCheckAcceleratorsDiv { margin-top:4px; margin-bottom: 8px; } .manageStatesCheckboxCell { width:20px; height:20px; text-align:center; vertical-align:middle; } .manageStatesCheckbox { width:16px; height:16px; background-image: url('img/sprite.png'); } ..manageStatesCheckbox:hover { cursor:pointer; } .manageStatesCheckboxAllVisible { background-position: -84px -1523px; } .manageStatesCheckboxAllVisibleBackgroundAll { background-position: -84px -1523px; /*background-position: -60px -1550px;*/ } .manageStatesCheckboxAllVisibleBackgroundSome { background-position: -84px -1523px; /*background-position: -60px -1550px;*/ } .manageStatesCheckboxNoneVisible { background-position: -84px -266px; } .manageStatesCheckboxSomeVisible { background-position: -40px -1547px; } .manageStatesStateNameCell { height:20px; vertical-align:center; padding-left:4px; white-space:nowrap; } .manageStatesNotesCell { width:1px; padding-left:4px; padding-right:4px; } .manageStatesNotesSpan { white-space:nowrap; font-size:90%; font-style:italic; } .dirtyFileAsterisk { display:inline-block; margin-left:.25em; margin-top:-6px; background-image:url(img/sprite.png); background-position:0px -100px; width:7px; height:5px; } .EventSelection .propertyExtra { width:5px; } .rotate { /* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg); /* IE */ -ms-transform: rotate(-90deg); /* Opera */ -o-transform: rotate(-90deg); /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } #davinci_app #davinci_toolbar_container .dijitToolbar { background-image: none; } #davinci_app #davinci_bottomtoolbar_container .dijitToolbar.davinciToolbar { background-image: none; margin-bottom: 0px; overflow: visible; background-color: #F5F5F5; border: 1px solid #D5D5D5; } #davinci_bottomtoolbar_container.dijitContentPane ,#davinci_bottomtoolbar_pane.dijitContentPane { padding: 0px; overflow: visible; }
maqetta.core.client/WebContent/davinci/davinci.css
@import url("../dojo/resources/dojo.css"); @import url("../dijit/themes/claro/claro.css"); @import url("claroToaster.css"); /* to be moved to dojox in 1.8 */ @import url("../dojox/layout/resources/ResizeHandle.css"); @import url("../dojox/html/resources/ellipsis.css"); @import url("../dojox/form/resources/UploaderFileList.css"); @import url("syntaxColors.css"); @import url("propview.css"); BODY{ position: fixed; } .downloadSelectedHeader{ font-weight: bold; } .downloadSelectedList{ overflow: auto; height: 50px; margin-left:10px; } .dwnloadLibTable .columnc{ text-align: center; } #davinci_app .davinciPaletteContainer .dijitTab { border:1px solid #d2d2d2; } #davinci_app .davinciPaletteContainer .dijitTabContainerLeft-tabs { background-color: #F5F5F5; border-right: 1px solid #D5D5D5; } #davinci_app .davinciPaletteContainer .dijitTabContainerRight-tabs { background-color: #F5F5F5; border-left: 1px solid #D5D5D5; } .claro #davinci_app .davinciPaletteContainer .dijitTab.dijitTabChecked .dijitTabInnerDiv { background-color:#B2D4F3; } .claro #davinci_app .davinciPaletteContainer .dijitTab .dijitTabInnerDiv { background-color:#d0d0d0; } .claro #davinci_app .davinciPaletteContainer .davinciBottomPalette .dijitTabContainerTop-tabs .dijitTab { padding-top:0px; } /**** RESTORE THIS LOGIC LATER WHEN WE ALLOW USERS TO ADD/REMOVE PALETTES ****/ .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon { /*opacity:0;*/ /* visibility:hidden doesn't seem to work with :hover */ } .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon:hover { /*opacity:1;*/ } /**** TEMPORARILY, DONT SHOW CLOSE BUTTON ****/ .claro #davinci_app .davinciPaletteContainer .dijitTabCloseIcon { display:none; } #davinci_app .davinciPalette { overflow:hidden; } #davinci_app .dijitSplitterH { height:4px; } #davinci_app .dijitSplitterV { width:4px; } .claro #editors_container { z-index:-4; /* For some reason, need negative z-index when using StackContainer */ } .claro #editors_container .dijitBorderContainer { padding:8px; } .claro #editors_container .dijitBorderContainer-dijitContentPane { border:none; padding:0; } .heading { font-weight: bold; padding-bottom: 0.25em; } .viewActionIcon, .editActionIcon { width:16px; height:16px; background-repeat: no-repeat; } #davinci_toolbar_container .viewActionIcon, #davinci_toolbar_container .editActionIcon { width:27px; height:27px; } .StyleNormalViewButton { width:17px; } .StyleNormalViewButton .dijitButtonNode { width:16px !important; padding:0 !important; } .styleImagePreviewDiv{ width:16px; height:16px; border: 1px solid #B3B3B3; background-repeat: no-repeat } .styleAlphaNameColumn, .styleCategoryNameColumn{ font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 10px; text-align: left; float: left; width: 13em !important; } .computedCssValue { background-color : #ffe8e8 !important; border-color:#411 !important; } .styleAlphaValueColumn, .styleCategoryValueColumn{ font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: 10px; width: 13em !important; float:right; display:inline; } .styleCategoryTable, .styleAlphaTable { font-family: Verdana; font-weight: normal; font-size: 10px; width: 250px; border-collapse: collapse; border-spacing: 0px; margin-top: 0px; } .StyleNormalViewButton .dijitButtonContents { margin-left:-3px !important; } .StyleNormalViewSpacerFontButtonGroups { display:inline-block; width:3px; } .StyleNormalViewSpacerBGBorder { display:inline-block; width:4px; } .StyleNormalViewSpacerBorderColorWidth { display:inline-block; width:4px; } .stylePaneNormalViewTable{ table-layout: fixed; border-spacing:0; margin:0; padding:0; } /* WE AREN'T SHOWING ICONS IN PROPS PALETTE NOW. MIGHT RESTORE THEM LATER .styleBoldButton { background-image: url('img/styletoolbar/bold.gif') !important; width:16px; height:16px; } .styleItalicsButton { background-image: url('img/styletoolbar/italic.gif') !important; width:16px; height:16px; } .styleUnderlineButton { background-image: url('img/styletoolbar/underline.gif') !important; width:16px; height:16px; } .styleLeftJustifyButton { background-image: url('img/styletoolbar/align_left.gif'); width:16px; height:16px; } .styleRightJustifyButton { background-image: url('img/styletoolbar/align_right.gif'); width:16px; height:16px; } .styleCenterButton { background-image: url('img/styletoolbar/align_center.gif'); width:16px; height:16px; } */ #davinci_ve_widgets_ColorPicker_1 input, #dijit_form_TextBox_0, #dijit_form_TextBox_5 { /* color: transparent; */ } #davinci_ve_widgets_MultiTypeDropDown_0 { padding: 2px; } #davinci_ve_widgets_Background_0 { margin-bottom: -3px; } #davinci_ve_widgets_ColorPicker_0 div, #davinci_ve_widgets_ColorPicker_1 div, #davinci_ve_widgets_ColorPicker_2 div{ background-image: none; } #styleFillColorIcon { margin-bottom: -5px; } #styleBackgroundImageIcon { margin-bottom: -4px; } .propertiesPaneTable { margin: 4px; table-layout:fixed; width:13em; } .objectPaneTable { margin: 4px; table-layout:fixed; border-collapse:collapse; font-size:9pt; } .objectPaneTable th, .objectPaneTable td { padding:1px 0 0 0; } .objectSelectionName{ height:2em; } .styleViewCol2, .styleViewCol3, .styleViewCol4, .propertiesSelectionName, .objectSelectionName { background-image:none !important; background-color:#EAEAEA !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: lowercase; letter-spacing: -0.02em; } .styleViewCol1{ } .propertiesAppliesToToolBar{ background-color:#EAEAEA !important; } .propertiesAppliesToToolBar, .propertiesViewToolBar{ background-image:none !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: lowercase; letter-spacing: -0.02em; width:74px !important; } .propertiesNameColumn, .objectNameColumn{ width:7em; } .propertiesValueColumn, .objectValueColumn{ } .styleHeader { background-color:#4477BB !important; background-image:none !important; font: normal 900 8pt bold Verdana,sans-serif; text-transform: uppercase; text-align: center; letter-spacing: -0.02em; color: #464646; } #editors_container > .dijitTabPaneWrapper { background-color:white; } .themeEditor { background-color: white !important; } /* Tweaks to claro for editor toolbar */ #davinci_toolbar_pane { overflow:hidden; height:43px; padding:0px; background-color: #F5F5F5; border: 1px solid #D5D5D5; border-radius: 3px 3px 0 0; margin-top: -3px; } .claro .dijitToolbar.davinciToolbar { font-size:10px; border-bottom:none; width:100%; } #davinci_app #davinci_toolbar_pane .dijitToolbar { padding:8px 0px 4px 6px; height:auto; box-shadow: none; background-color: inherit; } .claro .dijitToolbar.davinciToolbar .dijitButtonContents { padding:0 2px; line-height:16px; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitDropDownButton .dijitButtonContents:focus, #davinci_app .davinciToolbar .dijitComboButton .dijitArrowButton:focus { outline:1px dotted black; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonNode { padding: 4px; padding-bottom:3px; border-radius: 3px; font-size: 12px; border: 1px solid #333; box-shadow: .5px 1px 1px rgba(0,0,0,.5); border-color: #CCC; } #davinci_app .davinciToolbar .maqLabelButton .dijitButtonText { opacity: .9; font-weight: bold; text-shadow: 1px 1px white; } #davinci_app .davinciToolbar .maqLabelButton { margin-left: 2px; margin-right: 4px; } #davinci_app .davinciToolbar .dijitDropDownButton { padding-left:0; /* override claro theme value */ } #davinci_app .davinciToolbar .davinciFloatRight { float:right; } .claro #davinci_menubar_pane .dijitContentPane{ padding:0; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane { padding:0; border-bottom: 1px solid #E5E5E5; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar { margin-bottom: 0; overflow:hidden; font-size: 12px; line-height: 5px; background-color: #333333; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0273BE), color-stop(1, #025D99) ); background-image: -o-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -moz-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -webkit-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: -ms-linear-gradient(bottom, #0273BE 0%, #025D99 100%); background-image: linear-gradient(to bottom, #0273BE 0%, #025D99 100%); border: solid 1px #026AAD; color: #FFFFFF; border: none; border-radius: 0px; } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar div { color: #FFFFFF; } claro div#davinci_app.dijitBorderContainerNoGutter div#left_mainBody.dijitBorderContainerNoGutter div#palette-tabcontainer-left-top.dijitTabContainer div.dijitTabPaneWrapper div#davinci.ui.navigator.dijitLayoutContainer div.dijitAlignClient div#resourceTree.dijitTree div#dijit__TreeNode_0.dijitTreeIsRoot div.dijitTreeContainer div#dijit__TreeNode_20.dijitTreeIsRoot div.dijitTreeRow span.dijitTreeContent img.dijitIcon { } .claro div#davinci_app.dijitBorderContainerNoGutter div#davinci_menubar_pane.dijitContentPane div#davinci_menu_bar.dijitMenuBar {padding-left: 0px; } /*#davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton .dijitButtonNode { background: #EEE; background-image: -webkit-linear-gradient(#f4f4f4, #dbdbdb); background-image: -moz-linear-gradient(#f4f4f4, #dbdbdb); background-image: -ms-linear-gradient(#f4f4f4, #dbdbdb); background-image: -o-linear-gradient(#f4f4f4, #dbdbdb); background-image: linear-gradient(#f4f4f4, #dbdbdb); }*/ #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.dijitHover .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.dijitHover .dijitButtonNode { background: #AAA; background-image: -webkit-linear-gradient(#fefefe, #cccccc); background-image: -moz-linear-gradient(#fefefe, #cccccc); background-image: -ms-linear-gradient(#fefefe, #cccccc); background-image: -o-linear-gradient(#fefefe, #cccccc); background-image: linear-gradient(#fefefe, #cccccc); } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.dijitActive .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.dijitActive .dijitButtonNode { background: #ccc; background-image: -webkit-linear-gradient(#d0d0d0, #e4e4e4); background-image: -moz-linear-gradient(#d0d0d0, #e4e4e4); background-image: -ms-linear-gradient(#d0d0d0, #e4e4e4); background-image: -o-linear-gradient(#d0d0d0, #e4e4e4); background-image: linear-gradient(#d0d0d0, #e4e4e4); } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitToggleButton.maqLabelButton.maqLabelButtonSelected .dijitButtonNode, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboBox.maqLabelButton.maqLabelButtonSelected .dijitButtonNode { background: #eee; background-image: -webkit-linear-gradient(#dbdbdb, #f4f4f4); background-image: -moz-linear-gradient(#dbdbdb, #f4f4f4); background-image: -ms-linear-gradient(#dbdbdb, #f4f4f4); background-image: -o-linear-gradient(#dbdbdb, #f4f4f4); background-image: linear-gradient(#dbdbdb, #f4f4f4); } #davinci_app .davinciToolbar .maqLabelButton.maqDesignButton { margin-right:0px; } #davinci_app .davinciToolbar .maqLabelButton.maqDesignButton .dijitButtonNode { border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modeLeftButton { margin-left:10px; margin-right:0px; } #davinci_app .davinciToolbar .maqLabelButton.modeLeftButton .dijitButtonNode { border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modeRightButton { margin-left:0px; margin-right:10px; } #davinci_app .davinciToolbar .maqLabelButton.modeRightButton .dijitButtonNode { border-top-left-radius:0px; border-bottom-left-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.modecentreButton { margin-left: -1px; margin-right: -1px; } #davinci_app .davinciToolbar .maqLabelButton.modecentreButton .dijitButtonNode { border-top-left-radius:0px; border-bottom-left-radius:0px; border-top-right-radius:0px; border-bottom-right-radius:0px; padding-bottom: 7px; } #davinci_app .davinciToolbar .maqLabelButton.maqSourceComboButton { margin-left:-1px; margin-right:10px; } #davinci_app .davinciToolbar .dijitComboButton.maqLabelButton.maqSourceComboButton .dijitButtonNode.dijitStretch { border-radius:0px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton .dijitArrowButtonInner, #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton .dijitArrowButtonInner { width: 8px; height: 8px; background-image: url(img/sprite.png); background-position: -22px -44px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitComboButton .dijitArrowButtonInner { width: 8px; height: 8px; background-image: url(img/sprite.png); background-position: -22px -44px; margin-left:2px; margin-right:1px; } #davinci_app #davinci_toolbar_container .dijitToolbar .dijitDropDownButton .dijitArrowButtonInner { margin-left:5px; margin-right:-2px; } #davinci_app { height: 100%; } #davinci_top_bar { padding:0; margin:0; overflow: hidden; } #davinci_top_bar_main { padding:0px; /* override dijitContentPane */ -moz-box-sizing: border-box; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #2C2A29), color-stop(1, #32302F) ); background-image: -o-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -moz-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -webkit-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: -ms-linear-gradient(bottom, #2C2A29 0%, #32302F 100%); background-image: linear-gradient(to bottom, #2C2A29 0%, #32302F 100%); border-bottom: 1px solid #111010; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.15) inset; color: rgba(255, 255, 255, 0.7); padding: 0 15px 0 8px; text-shadow: 0 -1px 0 #1E1D1C; width: 100%; z-index: 2; /*background: -moz-linear-gradient(#323A45, #121212); background: -ms-linear-gradient(#323A45, #121212); background: -o-linear-gradient(#323A45, #121212); background: linear-gradient(#323A45, #121212);*/ color: #ccc; font: normal bold 12px Arial, sans-serif; text-shadow:none; overflow: hidden; height:40px; line-height:44px; text-align:center; } #davinci_top_bar_divider { height:4px; /*background-image: url(img/bkgrd_bluelip.gif);*/ background-image: url(img/sprite.png); background-position: 0 -18px; background-repeat: repeat-x; } .icon-panel-trigger:before { background: url("img/sprite.svg") no-repeat scroll -220px 0 / 960px 560px rgba(0, 0, 0, 0); height: 16px; left: 0; opacity: 1; top: 8px; width: 20px; } .maq_banner_name_box { padding-left:10px; display: inline-block; padding-top: 1px; float:left; } .dj_gecko .maq_banner_name_box { padding-top: 2px; /* Different rounding rules between WebKit and Gecko */ } .maq_banner_logo { display:inline-block; width:32px; height:32px; background-image:url(img/sprite.png); background-position:0px -342px; vertical-align: middle; } .maq_banner_name { padding-left:2px; font: normal normal 18px Arial, sans-serif; color:white; text-shadow: #000 1px 1px 1px; } #davinci_top_bar .dijitToolbar, davinci_top_bar .dijitButtonNode { border: 0 !important; } #davinci_user_container { display: inline-block; float: right; padding-right: 10px; white-space: nowrap; } #davinci_top_bar #maq_banner_editor_commands .dijitDropDownButton { margin:0 3px; } #davinci_top_bar #maq_banner_editor_commands .dijitButtonContents { padding-left:5px; padding-right:6px; } #davinci_top_bar #maq_banner_editor_commands .dijitButtonNode { background-image:-webkit-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-moz-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-ms-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:-o-linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); background-image:linear-gradient(#707070 0%,#303030 50%,#010101 51%,#000000 100%); border:1px solid black; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px; box-shadow:0px 1px 0px #666; margin-top:-4px; /* Need this for proper vertical alignment */ } #davinci_top_bar #maq_banner_editor_commands .dijitButtonText { font:normal bold 12px Arial, sans-serif; color:white; text-shadow:#000 1px 0px 0px; padding:2px 4px; } #davinci_top_bar #maq_banner_editor_commands .dijitArrowButtonInner { background-image:url(img/sprite.png); background-position:-1px -45px; width:8px; height:8px; margin-left:6px; margin-right:-4px; } #davinci_file_tabs { height:44px; overflow-y:hidden; } #davinci_app #davinci_file_tabs.dijitTabContainer, #davinci_app #davinci_file_tabs .dijitTabPaneWrapper { background:white; border-bottom:none; } #davinci_file_tabs .dijitTabPaneWrapper, #davinci_file_tabs .dijitTabContainerTop-tabs, #davinci_file_tabs .dijitTabContainerBottom-tabs, #davinci_file_tabs .dijitTabContainerLeft-tabs, #davinci_file_tabs .dijitTabContainerRight-tabs { font-family:'Lato',​sans-serif; } #davinci_file_tabs .dijitTabCloseButton .dijitTabCloseText { display: none; } .claro .dijitTabCloseButton { background-image: url("img/sprite.png"); background-position: -35px -321px; height: 14px; margin-left: 5px; margin-right: -5px; width: 14px; } #davinci_file_tabs .dijitTab { padding: 3px 6px; top:2px; margin-right:-1px; } #davinci_file_tabs .dijitTab.dijitTabChecked { font-weight:bold; background:white; border-bottom:1px solid white; z-index:4; margin-bottom:-2px; background:image:none; padding-bottom: 2px; padding-top: 2px; } #davinci_file_tabs .dijitTab:hover, #davinci_file_tabs .dijitTab.dijitTabChecked:hover { background:#dfdfdf; } #davinci_file_tabs .dijitTab.dijitTab .dijitTabCloseButton { margin-right:-2px; } #davinci_file_tabs .dijitTab.dijitTabChecked .dijitTabCloseButton { background-image:url(img/sprite.png); background-position:-35px -321px; margin-left:7px; margin-right:0px; } .claro .dijitTabContainerTop-tabs .dijitTabChecked { padding: 3px 6px; } #davinci_app .davinciPalette { background:white; } #davinci_app .davinciPalette .dijitTabContainerTop-tabs, #davinci_app .davinciPalette .dijitTabContainerBottom-tabs, #davinci_app .davinciPalette .dijitTabContainerLeft-tabs, #davinci_app .davinciPalette .dijitTabContainerRight-tabs { -background: #F4F4F4; } #davinci_app .davinciPalette > .dijitTabPaneWrapper { background: white; } #davinci_app .davinciPalette > div > .dijitTab { padding: 2px; text-align: center; font-size: 11.5px; wwidth:64px; mmargin-bottom:-1px; } #left_mainBody .davinciPalette > div > .dijitTab { /* Safari */ //-webkit-transform: rotate(-90deg); /* Firefox */ //-moz-transform: rotate(-90deg); /* IE */ //-ms-transform: rotate(-90deg); /* Opera */ //-o-transform: rotate(-90deg); /* Internet Explorer */ //filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); top: 40px; } #right_mainBody .davinciPalette > div > .dijitTab { /* Safari */ //-webkit-transform: rotate(90deg); /* Firefox */ //-moz-transform: rotate(90deg); /* IE */ //-ms-transform: rotate(90deg); /* Opera */ //-o-transform: rotate(90deg); /* Internet Explorer */ //filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); top: 40px; } #davinci_app .davinciPalette .paletteIcon { display: none; } /* #right_mainBody .davinciPalette > div > .dijitTab, #right_mainBody .davinciPalette .dijitTabContainerRight-tabs { background-image: -webkit-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -moz-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -ms-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: -o-linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); background-image: linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 92%, #F1F1F1 93%, #D7D7D7 100%); }*/ #davinci_app .davinciPalette > div > .dijitTab:focus { outline:none; } #davinci_app .maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { background-color:white; background-image:none; z-index: 1; border-right: 1px solid white; font-weight:bold; } #davinci_app .dijitTabContainerRight-tabs .dijitTabChecked { border-left-width:1px; } #davinci_app .maqPaletteExpanded .dijitTabContainerRight-tabs .dijitTabChecked { border-left-width:0px; } #davinci_app .dijitTabContainerLeft-tabs .dijitTabChecked { border-right-width:1px; } #davinci_app .maqPaletteExpanded .dijitTabContainerLeft-tabs .dijitTabChecked { border-right-width:0px; } #left_mainBody, #right_mainBody { padding-top:1px; } #left_mainBody.maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { } #right_mainBody.maqPaletteExpanded .davinciPalette > div > .dijitTab.dijitTabChecked { } #davinci_app .davinciPalette > div > .dijitTab .tabLabel { } #davinci_app .davinciPalette > div > .dijitTab .tabLabel:focus { outline:none; } #davinci_app .davinciPalette .paletteIcon { display: inline-block; width: 26px; height: 26px; background-repeat: no-repeat; background-image: url(img/sprite.png); margin-top: 0px; float: left; padding: 5px; } #davinci_app .davinciPalette .paletteIconWidgets { background-image: url("img/icons/palette.png"); height: 13px; width: 13px; margin-top: 4px; } #davinci_app .davinciPalette .paletteIconStates { background-image: url("img/icons/film-timeline.png"); height: 13px; width: 13px; } #davinci_app .davinciPalette .paletteIconStyles { background-image: url("img/icons/edit-style.png"); height: 13px; width: 13px; } #davinci_app .davinciPalette .paletteIconReviews { background-position: -30px -120px; } #davinci_app .davinciPalette .paletteIconOutline { background-position: -30px -150px; } #davinci_app .davinciPalette .paletteIconFiles { background-image: url("img/icons/folders.png"); height: 13px; width: 13px; margin-top: 4px; } #davinci_app .davinciPalette .paletteIconComments { background-position: -30px -210px; } #davinci_app .davinciPalette .dijitTab .tabLabel { /* display:none; */ display: block; margin-top: 4px; margin-bottom: 4px; } #toolbar_container { display: table; margin: 0 auto; padding: 0; height: 32px; } .palette_titleBarDiv { display:none; } .davinciTopPalette .palette_titleBarDiv { height:20px; line-height:25px; font-size:16px; text-transform:uppercase; background-color: #F5F5F5; border: 1px solid #D5D5D5; border-radius: 3px 3px 0 0; line-height: 1; overflow: visible; z-index: 1; } #left_mainBody .davinciTopPalette .palette_titleBarDiv, #right_mainBody .davinciTopPalette .palette_titleBarDiv { display:block; } .palette_titleBarDiv .paletteCloseBox { display:inline-block; width: 16px; height: 16px; font-size: 12px; line-height: 12px; text-align: center; margin-top: 4px; } #left_mainBody .davinciTopPalette .palette_titleBarDiv .paletteCloseBox { background-image:url(img/sprite.png); background-position:-78px -1936px; float:right; margin-right: 4px; } #right_mainBody .davinciTopPalette .palette_titleBarDiv .paletteCloseBox { background-image:url(img/sprite.png); background-position:-87px -2035px; float:left; margin-left: 4px; } .davinciTopPalette .palette_titleBarDiv .paletteCloseBox:hover { cursor:pointer; } .palette_titleBarDiv .titleBarDivTitle { display:none; } .EditorContainer .toolbaredContainer_toolbarDiv { height: 28px; } #davinci_toolbar_main { display:inline; background: none; border: none; padding-top:15px !important; font: normal normal bold 8pt sans-serif; } /* FIXME: Probably don't need to define rules for both DropDown and Combo. We will probably use one or the other */ .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode, .claro #davinci_app #davinci_user_container .dijitComboButton, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonNode { border:none; background-color:transparent; background-image:none; padding-left:0; padding-right:0; padding-bottom:6px; /* For win/chrome - see subsequent rule for other browsers */ } /* Deal with 1-pixel layout difference for win/chrome, which gets padding-bottom:6px this rule makes it so mac/chrome and all versions of FF get padding-bottom:4px; */ .isMac .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode, .dj_gecko .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonNode { padding-bottom:4px; } .claro #davinci_app #davinci_user_container .dijitDropDownButton, .claro #davinci_app #davinci_user_container .dijitComboButton { margin:0 0 0 8px; } .claro #davinci_app #davinci_user_container .dijitDropDownButton .dijitButtonText, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonText { padding:0px .2em; /* Squeeze padding a bit over what claro provides */ margin-top: -2px; /* To make baselines align with text on either side of buttons */ } .claro #davinci_app #davinci_user_container .dijitArrowButtonInner { /* background-image:url("img/buttonArrows.png");*/ /* Derived from claro, but no bluish tint FIXME: why? resolve with other claro buttonArrows reference in .paletteDropdown */ /* Following 2 lines squeeze the arrow closer to text */ /* background-position:-53px 53%; */ background-image:url("img/sprite.png"); background-position: 5px -126px; width: 20px; } #davinci_top_bar .dijitButtonText { font:normal bold 9pt Arial, sans-serif; color:#ccc; text-shadow: #000 1px 1px 1px; } .claro #davinci_app #davinci_user_container .dijitDropDownButtonHover .dijitButtonNode, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitButtonNodeHover, .claro #davinci_app #davinci_user_container .dijitComboButton .dijitDownArrowButtonHover, .claro #davinci_app #davinci_user_container .dijitDropDownButtonHover .dijitButtonNode { color: white; /* Override claro, which uses black */ } #loginpane { margin-top: 2em; margin-left: 5em; } .dvOutlineVisibility { position:relative; width:16px; height:13px; margin-left:2px; margin-top:-2px; margin-right:-18px; background-position:-2px -4px; } .dvOutlineVisibilityOn { background-image:url('img/sprite.png'); background-position: -84px -1523px; width: 16px; height: 16px; } .dvOutlineVisibilityOff { background-image:url('img/sprite.png'); background-position: -84px -266px; width: 16px; height: 16px; } .dvStateNode .dvOutlineVisibilityOn { background-image:url('img/checkmarkNoBorder.png'); background-position:-2px -4px; } .dvStateNode .dvOutlineVisibilityOff { background-image:url('img/checkmarkNoBorder.png'); background-position:-34px -4px; } /*FIXME: These two style rules aren't hooked up yet to theme editor Visual Outline palette, so hasn't been tested yet. */ .dvSubwidgetNode .dvOutlineVisibilityOn { background-image:url('img/checkmarkNoBorder.png'); background-position:-98px -4px; } .dvSubwidgetNode .dvOutlineVisibilityOff { background-image:url('img/checkmarkNoBorder.png'); background-position:-114px -4px; } #dvOutlineSubcontainer { overflow: auto; /* overflow: hidden; /* hide scrollbars on outline */ white-space: nowrap; height: 100%; } [id="davinci.ui.outline"] .dijitTree { height: 100% } .dvBox { display: inline-block; height: 13px; border-width: 1px; border-style: solid; border-color: black; vertical-align: middle; } #dvStatesDataGrid .dojoxGridHeader { display: none; } #dvStatesViewToolbar { border-bottom:1px solid #aaa; background:#eee; margin:0; padding:3px; font-family:helvetica,arial,sans-serif; font-size:85%; } #dvStatesViewActions { text-align:right; } #dvStatesViewCurrentWidgetID { xdisplay:inline-block; xfloat:left; } #dvStatesViewTransition { display:inline-block; float:left; margin-top: 4px; } #widget_dvStatesViewTransitionBox { width:40px; margin-top: -2px; margin-left: 3px; margin-bottom: 2px; } #dvStatesViewToolbarFooter { clear: both; } #dvStatesViewDataGridContainer { height: 80%; xbackground: blue; } .dvStateBox { display: inline-block; width: 10px; height: 10px; border-width: 1px; border-style: solid; vertical-align: middle; } /* Palette */ .dojoyPalette { background-color: white !important; height: 100%; overflow-x: hidden; margin: 2px 3px 3px 4px; } .dojoyPaletteHeaderTable, .explorerHeaderProjectTable { width:100%; border-collapse:collapse; border-spacing:0; margin-bottom:1px; } .dojoyPaletteHeaderTable td, .explorerHeaderProjectTable td { padding:0; } .dojoyPaletteFilterContainer { position:relative; height:16px; } .dojoyPaletteFilterTextBox { position:absolute; top:0px; } .dojoyPaletteFilterClearIcon { display:none; position:absolute; right:3px; top:3px; background-image:url(img/sprite.png); background-position:-56px -323px; width:12px; height:12px; } .maqWidgetsToolbarFiltered .dojoyPaletteFilterClearIcon { display:block; } .dojoyPaletteHeaderTableCol2 { width:16px; } .dojoyPaletteHeaderTableCol2 .dijitDropDownButton .dijitButtonNode, .explorerHeaderProjectCol2 .dijitDropDownButton .dijitButtonNode { border:none; background:none; } .dojoyPaletteHeaderTableCol2 .dijitDropDownButton .dijitArrowButtonInner { background-image:url(img/sprite.png); background-position: -18px -39px; } .dojoyPaletteMenuItemCheckMark { background-image:url('../dijit/themes/claro/images/checkmarkNoBorder.png'); width:16px; height:16px; display:inline-block; } .dojoyPaletteMenuItemCheckMarkOff { visibility:hidden; } .dojoyPaletteCommon a { text-decoration: none; color: black; white-space: nowrap; display: inline-block; } .dojoyPaletteCommon .paletteItemNormalContainer { overflow:hidden; display:inline-block; width:66px; height:81px; position:relative; z-index:1; padding: 35px; } .dojoyPaletteCommon .paletteItemSelectionContainer { vertical-align: top; position:relative; z-index:1; } .dojoyPaletteCommon .paletteItemSelectionContent { display:inline-block; z-index:1; position:absolute; left:0px; width:136px; height:155px; padding:0px; border:2px solid #999; border-radius:4px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); pointer-events:none; } .paletteItemSelectedStrip { position:absolute; display:block; background:white; } .paletteItemSelectedStripV { position:absolute; top:0px; width:8px; height:80px; } .paletteItemSelectedStripL { left:0px; border-top-left-radius:4px; border-bottom-left-radius:4px; } .paletteItemSelectedStripR { left:58px; border-top-right-radius:4px; border-bottom-right-radius:4px; } .paletteItemSelectedStripH { position:absolute; left:8px; width:50px; height:8px; } .paletteItemSelectedStripT { top:0px; } .paletteItemSelectedStripB { top:72px; } .paletteItemSelectedIcon { position:absolute; display:inline-block; pointer-events:auto; width:26px; height:26px; } .paletteItemSelectedMoreIcon { /*background-image:url(img/palette_more_active.png);*/ background-image:url(img/sprite.png); background-position:-65px -41px; background-repeat:no-repeat; left: 54px; top: -14px; } .paletteItemSelectedHelpIcon { /*background-image:url(img/palette_help_active.png);*/ background-image:url(img/sprite.png); background-position:-94px -40px; background-repeat:no-repeat; left: 54px; top:67px; } #maqBody .paletteItemMorePopup .dijitTooltipContainer, #maqBody .paletteItemHelpPopup .dijitTooltipContainer { background:white; border-color:#b6b6b6; border-width:3px; border-radius:12px; box-shadow: 0px 0px 4px rgba(0, 0, 0, .4); padding: 2px 8px 5px; } .paletteItemMoreContent { } .paletteItemHelpContent { padding-top:15px; padding-right:12px; } .paletteItemMoreCloseBox, .paletteItemHelpCloseBox { position: absolute; right: 4px; background-image: url("img/sprite.png"); background-repeat: no-repeat; background-position: -43px -41px; width: 16px; height: 16px; display: inline-block; } .paletteItemMoreCloseBox:hover, .paletteItemHelpCloseBox:hover { cursor:pointer; } .paletteItemMoreCloseBox { top: 6px; } .paletteItemHelpCloseBox { top: 18px; } .paletteItemAlternatesLabel { font-size: 10px; padding-left:4px; padding-bottom: 3px; margin-right: 10px; } .paletteItemAlternatesContainer { } .paletteItemAlternate { margin: 2px 3px; padding: 4px; padding-bottom: 3px; border-radius: 3px; font-size: 12px; border: 1px solid #333; box-shadow: .5px 1px 1px rgba(0, 0, 0, .5); border-color: #CCC; background: #EEE; font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif; font-size: 12px; } .paletteItemMoreUnselected { background-image: -webkit-linear-gradient(#F4F4F4, #DBDBDB); background-image: -moz-linear-gradient(#F4F4F4, #DBDBDB); background-image: -ms-linear-gradient(#F4F4F4, #DBDBDB); background-image: -o-linear-gradient(#F4F4F4, #DBDBDB); background-image: linear-gradient(#F4F4F4, #DBDBDB); } .paletteItemMoreSelected { font-weight:bold; background-image: -webkit-linear-gradient(#DBDBDB, #F4F4F4); background-image: -moz-linear-gradient(#DBDBDB, #F4F4F4); background-image: -ms-linear-gradient(#DBDBDB, #F4F4F4); background-image: -o-linear-gradient(#DBDBDB, #F4F4F4); background-image: linear-gradient(#DBDBDB, #F4F4F4); } .paletteItemHelpContent { max-width:500px; } .paletteItemHelpDescription { } .helpInnerContent { } .helpInnerContentType { } .helpInnerContentSummary { } .helpInnerContentSummaryTitle { margin:8px 0px 2px; font-weight: bold; font-size: 13px; } .helpInnerContentSummaryContent { font-size:12px; } .helpInnerContentSummaryContent p { margin-top: 4px; margin-bottom: 4px; } .paletteTooltip { font-size:12px; } .paletteTooltipCurrent { font-size:13px; } .paletteTooltipCurrentWidget { font-weight:bold; } .paletteTooltipCurrentLibrary { } .paletteTooltipAlternates { padding-top:5px; } .paletteTooltipAlternatesLabel { } .paletteTooltipAlternatesLibraries { } .paletteTooltipNote { padding-top:5px; } .dojoyPaletteCommon img { vertical-align: top; } .dojoyPalette.paletteLayoutIcons .dojoyPaletteItem.dojoyPaletteCommon { border-left: 1px solid #B5BCC7; border-top: 1px solid #B5BCC7; display: inline-block; line-height: 95px; outline: medium none; } .dojoyPalette.paletteLayoutIcons .dojoyPaletteItem.dojoyPaletteCommon a { vertical-align:bottom; line-height:normal; } .dojoyPalette.paletteLayoutIcons .paletteItemImageContainer { text-align:center; display:block; } .dojoyPalette.paletteLayoutIcons .paletteItemImageContainer img { width:50px; height:50px; box-shadow: 0px 0px 3px rgba(0, 0, 0, .24); } .dojoyPalette.paletteLayoutIcons .paletteItemLabelContainer { padding-top:5px; text-align:center; display:block; overflow:hidden; white-space: normal; text-overflow:ellipsis; height:24px; font-size:12px; line-height:12px; } .dojoyPalette.paletteLayoutIcons .paletteItemLabel { } .dojoyPaletteCommon { white-space: nowrap; border-width: 1px; border-style: solid; border-color: #D1D1D1 white #989898 white; border-top-color: transparent; font-family: arial, helvetica, sans-serif; font-size:11px; color:#222; cursor: pointer; padding: 1px; } .dojoyPaletteHeader { } .dojoyPaletteItem { background-color: white; border-color: white; } .dojoyPaletteItemFlat { border-color: white; background-color: white; } .dojoyPaletteItemRaised { border-color: white #ACA899 #ACA899 white; background-color: #F0F4FC; } .dojoyPaletteItemSunken { } .dojoyPaletteItemSunken .paletteItemLabel { font-weight:bold; } .dojoyPaletteFolderr { border-color: #D1D1D1 #989898 #989898 white; line-height: 18px; height: 18px; font-size:13px; } .claro .dojoyPaletteFolderLowr, /* background-image: url(images/palette-folder-bg.gif); */ .claro .dojoyPaletteFolderHir { /* background-image: url(images/palette-folder-bg-hi.gif); */ background: #EAEAEA url(../dijit/themes/claro/images/standardGradient.png) repeat-x scroll left top; } .dojoyPaletteFolderr img { margin-right:4px; } .PaletteFolderSubsectionr { padding-left:16px; font-size:12px; font-style:italic; } .dojoyPaletteSearchr { /* font-size: 12px;*/ background-repeat: no-repeat; padding-left: 1px; } .maqWidgetsFiltered { padding-top: 16px; } .maqWidgetsCategory { margin-left: 1em; color: grey; font: italic smaller sans-serif; } .maqWidgetsCategorySameLine { display: inline; } .paletteLayoutIcons .maqWidgetsCategorySameLine { display:none; } .maqWidgetsCategorySeparateLine { display: none; } .paletteLayoutIcons .maqWidgetsCategorySeparateLine { display: block; overflow: hidden; text-overflow: ellipsis; } /* FIXME: Temporary hack to make "Select Files..." command on Add Files dialog look like a button. Really need to do a UI makeover for Add Files dialog. */ #btn0.browse { width:8em; text-align:center; padding:3px; border:1px #555 solid; border-radius:10px; -moz-border-radius:10px; } #btn0.browse:hover { background-color:#aaa; } .themeSetDialogAdd { background-image: url(img/sprite.png); background-position: -82px -466px; height: 20px; width: 20px; display: table-cell; } .themeSetDialogDelete { background-image: url(img/sprite.png); background-position: -82px -466px; height: 20px; width: 20px; display: table-cell; } .undoIcon { background-image: url(img/sprite.png); /* FIXME: add logic for undo-disabled.gif? */ background-position: -52px -379px; background-repeat: no-repeat; } .dijitButtonDisabled .undoIcon { background-position: -52px -415px; } .redoIcon { background-image: url(img/sprite.png); /* FIXME: add logic for redo-disabled.gif? */ background-position: -19px -379px; background-repeat: no-repeat; } .dijitButtonDisabled .redoIcon { background-position: -19px -415px; } .tableCommandsIcon { background-image: url(img/sprite.png); background-position: -75px -745px; } .editCutIcon { background-image: url(img/sprite.png); background-position: -19px -512px; } .refreshIcon { background-image: url(img/Refresh.png); width:32px; height:32px; } .dijitButtonDisabled .editCutIcon { background-position: -19px -483px; } .editCutIconSmall { background-image: url(img/sprite.png); background-position: 0 -515px; } .editCopyIcon { background-image: url(img/sprite.png); background-position: -22px -450px; } .dijitButtonDisabled .editCopyIcon { background-position: -85px -430px; } .editCopyIconSmall { background-image: url(img/sprite.png); background-position: 0 -450px; } .editPasteIcon { background-image: url(img/sprite.png); background-position: -6px -551px; } .dijitButtonDisabled .editPasteIcon { background-position: -82px -551px; } .editPasteIconSmall { background-image: url(img/sprite.png); background-position: -82px -399px; } .editDeleteIcon { background-image: url(img/sprite.png); background-position: -18px -669px; } .dijitButtonDisabled .editDeleteIcon { background-position: -18px -700px; } .editDeleteIconSmall { background-image: url(img/sprite.png); background-position: 0 -647px; } .selectParentIconSmall { background-image: url(img/sprite.png); background-position: -23px -1685px; } .selectAncestorIconSmall { background-image: url(img/sprite.png); background-position: -47px -1685px; } .unselectAllIconSmall { background-image: url(img/sprite.png); background-position: -70px -1685px; } .moveToFrontIconSmall { background-image: url(img/sprite.png); background-position: -25px -1663px; } .moveForwardIconSmall { background-image: url(img/sprite.png); background-position: -49px -1663px; } .moveBackwardIconSmall { background-image: url(img/sprite.png); background-position: -71px -1663px; } .moveToBackIconSmall { background-image: url(img/sprite.png); background-position: -92px -1663px; } .tableCommandsIcon { background-image: url("img/icons/table.png"); height: 13px; width: 13px; } .tableInsertIconSmall { background-image: url(img/sprite.png); background-position: -26px -1574px; } .tableSelectTableIconSmall { background-image: url(img/sprite.png); background-position: -51px -1573px; } .tableSelectRowIconSmall { background-image: url(img/sprite.png); background-position: -72px -1574px; } .tableSelectColumnIconSmall { background-image: url(img/sprite.png); background-position: -94px -1574px; } .tableInsertColumnBeforeIconSmall { background-image: url(img/sprite.png); background-position: -27px -1595px; } .tableInsertColumnAfterIconSmall { background-image: url(img/sprite.png); background-position: -47px -1595px; } .tableInsertRowBeforeIconSmall { background-image: url(img/sprite.png); background-position: -27px -1617px; } .tableInsertRowAfterIconSmall { background-image: url(img/sprite.png); background-position: -47px -1617px; } .tableDeleteColumnIconSmall { background-image: url(img/sprite.png); background-position: -49px -1641px; } .tableDeleteRowIconSmall { background-image: url(img/sprite.png); background-position: -25px -1641px; } .dijitButtonDisabled .tableCommandsIcon { background-position: -40px -1406px; } .tableCommands .dijitArrowButtonInner { display:none; } .treeAddChildIcon { background-image: url(img/sprite.png); background-position: -5px -1754px; } .dijitButtonDisabled .treeAddChildIcon{ opacity: 0.5; } .treeInputInsertBeforeIcon { background-image: url(img/sprite.png); background-position: -49px -1754px; } .dijitButtonDisabled .treeInputInsertBeforeIcon{ opacity: 0.5; } .treeInputInsertAfterIcon { background-image: url(img/sprite.png); background-position: -69px -1754px; } .dijitButtonDisabled .treeInputInsertAfterIcon{ opacity: 0.5; } .treeInputDeleteIcon { background-image: url(img/sprite.png); background-position: -28px -1754px; } .dijitButtonDisabled .treeInputDeleteIcon{ opacity: 0.5; } .treeInputMoveUpIcon { background-image: url(img/sprite.png); background-position: -30px -1713px; } .dijitButtonDisabled .treeInputMoveUpIcon{ opacity: 0.5; } .treeInputMoveDownIcon { background-image: url(img/sprite.png); background-position: -52px -1713px; } .dijitButtonDisabled .treeInputMoveDownIcon{ opacity: 0.5; } .treeInputShiftLeftIcon { background-image: url(img/sprite.png); background-position: -77px -1713px; } .dijitButtonDisabled .treeInputShiftLeftIcon{ opacity: 0.5; } .treeInputShiftRightIcon { background-image: url(img/sprite.png); background-position: -98px -1713px; } .dijitButtonDisabled .treeInputShiftRightIcon{ opacity: 0.5; } .addStateIcon, .addThemeSetIcon { background-image: url(img/sprite.png); background-position: 0px -2055px; } .addStateIcon.addStateIconDisabled { background-position: 0px -2055px; } .removeStateIcon, .removeThemeSetIcon { background-image: url(img/sprite.png); background-position: -20px -2055px; } .removeStateIcon.removeStateIconDisabled { background-position: -20px -2055px; } .modifyStateIcon { background-image: url(img/sprite.png); background-position: -40px -2056px; } .modifyStateIcon.modifyStateIconDisabled { background-position: -40px -2056px; } .modify_state_container { white-space:nowrap; line-height:30px; } .manageStatesIcon { background-image: url(img/sprite.png); background-position: -60px -2056px; } .manageStatesIcon.manageStatesIconDisabled { background-position: -60px -2096px; } .newWidgetsCurrentStateIcon { background-image: url(img/sprite.png); } .newWidgetsCurrentStateIconOn { background-position: -80px -2076px; } .newWidgetsCurrentStateIconOn.newWidgetsCurrentStateIconDisabled { background-position: -80px -2116px; } .newWidgetsCurrentStateIconOff { background-position: -80px -2056px; } .newWidgetsCurrentStateIconOff.newWidgetsCurrentStateIconDisabled { background-position: -80px -2096px; } .highlightBaseWidgetsIcon { background-image: url(img/sprite.png); } .highlightBaseWidgetsIconOn { background-position: -100px -2076px; } .highlightBaseWidgetsIconOn.highlightBaseWidgetsIconDisabled { background-position: -100px -2116px; } .highlightBaseWidgetsIconOff { background-position: -100px -2056px; } .highlightBaseWidgetsIconOff.highlightBaseWidgetsIconDisabled { background-position: -100px -2096px; } .states_rename_table td { white-space:nowrap; } .states_rename_table td.labelcolumn { padding-right:4px; text-align:right; } .modify_state_rename_container { white-space:nowrap; } .modify_state_rename_button { float:right; margin-left:30px; } .initial_state_row { clear:both; margin:15px 10px 15px; } .EnableAsStateContainerWidgetDiv { margin:1px 0 0px; } .EnableAsStateContainerStatesDiv { margin:4px 0 0px; } .EnableAsStateContainerWidgetLabel { } .EnableAsStateContainerDescriptionDiv { margin:24px 0 8px; } .EnableAsStateContainerCheckBoxDiv { margin:12px 0 16px 8px; } .sourceMenuIcon { width:16px; height:16px; } .designModeIcon { background-image: url(img/sprite.png); background-position: 0 -1842px; } .sourceModeIcon { background-image: url(img/sprite.png); background-position: 0 -1908px; } .splitVerticalIcon { background-image: url(img/sprite.png); background-position: -82px 0; } .splitHorizontalIcon { background-image: url(img/sprite.png); background-position: -82px -66px; } /* FIXME: I'm hardcoding the dropdown arrow icon from claro. Instead, we should just use a Dijit DropDownArrow control and then inherit the styling "for free" but current code for dropdown menus uses dijit.Menubar as top-level widget because that's what Phil recommended. */ .paletteDropdown { display:inline-block; float:right; border:none; background-image:url("../dijit/themes/claro/form/images/buttonArrows.png"); background-position:-51px 53%; background-repeat:no-repeat; height:15px; margin:3px 5px 0; width:15px; } .EditorContainer .paletteDropdown { margin:5px 5px 0; } .paletteDropdown .dijitMenuBar, .paletteDropdown .dijitMenuBar .dijitMenuItem { background:none; } /* Override claro theme, which puts a solid border around menus FIXME: still needed? */ .paletteDropdown .dijitMenu, .paletteDropdown .dijitMenuBar { border:none; } .claro #davinci_app .dijitComboButton .dijitButtonNode { /* background-image:none; */ background-color:#FFF; background-image:url("img/header_shadow.png"); background-position:center bottom; } .claro #davinci_app .dijitComboButton .dijitButtonNode.dijitStretch { border-top-right-radius:0px; border-bottom-right-radius:0px; } .claro #davinci_app .dijitComboButton .dijitButtonNode.dijitArrowButton { border-top-left-radius:0px; border-bottom-left-radius:0px; border-left:none; } .claro #davinci_app .newOpenComboButton .dijitArrowButtonInner, .claro #davinci_app .newOpenComboButton .dijitArrowButtonInner { margin-top:5px; /* Drop downarrow down to align with text better */ } .claro .dijitComboButton .dijitButtonNode { padding:0px 4px 2px; } .editor_top_new_button { background-image:url("img/sprite.png"); background-position: 0 0; width:16px; height:16px; } .editor_top_open_button { background-image:url("img/sprite.png"); background-position: -82px -334px; width: 16px; height: 16px; } .claro .smartInputLoading{ background-color: #eee; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 948; display: block; opacity: 0.5; background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center; } .claro .loading{ /*background-color: #eee;*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 948; display: block; opacity: 1.0; margin: 1em; /*background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center;*/ } .claro .error { background-color: red; } .claro .loading table { width: 100%; height: 100%; } .claro .loading td { text-align: center; font-size:200%; font-color: #666666; /*background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: left;*/ } .claro .loading td span { width: 200px; height: 200px; background-image: url('../dojox/image/resources/images/loading.gif'); background-repeat: no-repeat; background-position: center; } .inlineEdit{ position: absolute; /*width: 750px;*/ /*height: 380px;*/ z-index: 949; display: none; } .inlineEditConnectorBelow{ background-image: url("../dijit/themes/claro/images/tooltip.png"); background-position: -31px 0; background-repeat: no-repeat; border: 0 none; height: 14px; left: 35px; top: 19px; width: 16px; z-index: 949; position: absolute; } .inlineEditDisabled{ opacity: .5; } .inlineEditFolder{ background-image: url('img/sprite.png'); background-position: -80px -337px; background-color: #F7FDFF; height: 16px; width: 16px; display:inline-block; margin-top: 5px; position: absolute; } .inlineEditHelp{ background-image: url('img/sprite.png'); background-position: 0 -1646px; height: 16px; width: 16px; display:inline-block; margin-top: 5px; } .inlineEditHelpSelected{ background-image: url('img/sprite.png'); background-position: 0 -1712px; height: 16px; width: 16px; display:inline-block; margin-top: 5px; } .inlineEditHelpOk .dijitButtonNode, .inlineEditHelpCancel .dijitButtonNode{ width:40px; } .davinciIleb { width: 200px; border-width:0px 0px 1px 0px; border-style:solid; border-color: #769DC0; } .iedResizeDiv { position: relative; width: 200px; } .smartInputTextBox { overflow: auto; padding: 1px; margin-left: -1px; outline:none; } .smartInputTextArea, .smartInputTextAreaMulti { border-width: 0px; overflow: auto; resize:none; outline:none; width:200px; height:30px; } .smartInputTextAreaMulti { height:60px; } .smartInputSim { height:18px; border-color: #769DC0; border-style: solid; border-width: 0px 0px 1px 0px; background-color: #F7FCFF; margin: -1px; } .smartInputDiv { display: block; width:100%; } .smartInputRadioDiv{ /*border: 3px solid #86a9c6; */ /*border: 1px solid #769DC0;; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);*/ background-color: #f7fdff; font-size: 90%; /*padding-top: 3px; */ padding-top: 2px; padding-left: .6em; padding-right: 1px; width: 195px; /*height:60px; */ /*border-top-style: none; -moz-border-radius: 0px 0px 4px 4px;*/ } .smartInputRadioDiv table { width: 100%; } .smartInputTd1 { width: 16px; } .smartInputTd2 { width: 200px; white-space: nowrap; } .smartInputRadioTextDiv { width: 100px; } /* .smartInputHelpDiv { padding-right: .7em; line-height: 1.5em; padding-left: .5em; padding-bottom: 3px; padding-top: 3px; } */ .smartInputSpacerSpan { float: right; display: inline-block; line-height: 2em; white-space: nowrap; } .smartInputHelpTextDiv { border-top: 1px solid #86a9c6; padding-top: .4em; margin-top: .25em; } .smartInputHelpTextDivContentPane { text-align: left; height:80px; } .EditorContainer { z-index: -4; } .EditorContainer .dijitBorderContainer { z-index: -3; } .EditorContainer IFRAME { border: 0; width: 100%; height: 100%; } #davinci_app .dojoxEllipsisIFrame{ /* * this is to fix for a FF/FB bug where we get the iframe height from the css rule .EditorContainer IFRAME * Creating extra lines between our smart input radio buttons */ height: 1px; } .device { display: none; position:absolute; z-index: -1; } .claro #editorsWelcomePage.dijitContentPane { padding:0; } #welcomePage { text-align:center; } .welcome_outer_table { width:100%; border-collapse: collapse; } #welcome_page_content { text-align:left; margin:-2px 0; border:none; } .welcome_above_content { display:none; height:32px; background:#cedfe9; margin:-1px; } .welcome_content { font-family: Verdana, sans-serif, Arial; } .welcome_header { background-image:url(img/sprite.png); background-position:-9px -2170px; background-repeat: no-repeat; height:26px; margin:30px 0px 10px 12px; font-size: 27px; color:transparent; } .welcome_under_header { color:#444; font-size:15px; margin-left:13px; margin-bottom: 18px; margin-top: 18px; } .welcome_actions_border_cell { height:175px; padding-top: 40px; background-image:-webkit-linear-gradient(#f1f1f1, white 38%); background-image:-moz-linear-gradient(#f1f1f1, white 38%); background-image:-ms-linear-gradient(#f1f1f1, white 38%); background-image:-o-linear-gradient(#f1f1f1, white 38%); background-image:linear-gradient(#f1f1f1, white 38%); } .welcome_actions { height:175px; background-image:-webkit-linear-gradient(#f1f1f1, white 38%); background-image:-moz-linear-gradient(#f1f1f1, white 38%); background-image:-ms-linear-gradient(#f1f1f1, white 38%); background-image:-o-linear-gradient(#f1f1f1, white 38%); background-image:linear-gradient(#f1f1f1, white 38%); padding-top: 40px; padding-left: 50px; padding-right: 50px; } .welcome_actions_table { width:900px; } .welcome_section { margin:10px 0 22px; text-align:center; } .welcome_section .welcome_section_footer { clear:both; } .welcome_section_label { font-size: 13px; color: #00649B; white-space:nowrap; padding-bottom:10px; } .welcome_section_header { padding-left: 12px; font-weight: normal; font-size: 18px; } .welcome_section_container { height: 80px; } .welcome_icon { display:inline-block; background-image: url(img/sprite.png); width: 50px; height: 65px; margin-top:6px; } .welcome_section_content { font-family: Verdana, sans-serif; } .welcome_learn_container_outer { border: 1px solid #BBB; margin: 11px 10px 10px; border-radius: 2px; } .welcome_learn_container_inner { padding:0 12px; border-top: 2px solid #F4F4F4; border-bottom: 2px solid #F4F4F4; border-left: 4px solid #F4F4F4; border-right: 4px solid #F4F4F4; border-radius: 2px; background:#fbfbfb; } .welcome_learn_table { height:160px; font-size:12px; } .welcome_learn_row1 { height:92px; } .dj_webkit .welcome_learn_row1 { height:88px; } .welcome_learn_row2 { text-align:left; } .welcome_learn_cell { vertical-align:top; } .welcome_learn_content_title { font-weight:bold; padding-top:10px; } .welcome_learn_content_description { margin-top:4px; } .welcome_learn_content_action { margin-top:20px; color: #00649B; padding-bottom:10px; } .welcome_icon_learn { width: 50px; height: 65px; background-image:url(img/sprite.png); margin-top: 12px; } .welcome_learn_table_inner { width:236px; } .welcome_learn_table_inner td { vertical-align:top; } .welcome_learn_content { text-align:left; padding-left: 4px; } .welcome_icon_tutorials { background-position: -60px -2457px; } .welcome_icon_videos { background-position: -62px -2525px; } .welcome_icon_cheatsheets { margin-top: 15px; background-position: -6px -2250px; } .welcome_icon_howto { background-position: -62px -2315px; } .welcome_icon_new_mobile { background-position: -3px -2460px; } .welcome_icon_new_desktop { background-position: -60px -2390px; } .welcome_icon_new_sketch { background-position: -60px -2250px; } .welcome_icon_newtheme { background-position: -3px -2320px; } .welcome_icon_newreview { background-position: -3px -2390px; } .welcome_content table { border-collapse:collapse; /* cellspacing equiv */ } td.welcome_section_cell { width:180px; } .welcome_content td.welcome_section_cell { padding:0 10px 0 20px; /* cellpadding equiv */ vertical-align:top; } .welcome_section_active { border:1px solid transparent; display:block; color:black; text-decoration:none; } .welcome_section_active:hover { background-color:#f4f4f4; border:1px solid #eaeaea; cursor:pointer; } .welcome_section_active:active { background-color:#e8e8e8; border:1px solid #e0e0e0; cursor:pointer; } .welcome_section_header_about { margin-top:48px; margin-bottom: 14px; } .welcome_about_maqetta_footer { text-align:left; padding-left: 12px; } .welcome_about_icon { width: 50px; height: 65px; background-image:url(img/sprite.png); background-position:-3px -2530px; } .welcome_about_maqetta_table td { vertical-align:top; } .welcome_about_content_cell { padding-top:8px; padding-left:6px; } .welcome_learn_more { color:blue; margin-top:3px; } .welcome_learn_more:hover { cursor:pointer; } #davinci_warn { width: 400px; } #davinci_warn .dijitToasterContent { font-size: 175%; } #davinci_warn .dijitToasterError .dijitToasterContent { background-color:#11BB17; } #unsupportedBrowserDialog { width: 400px; font-size: 125%; } #unsupportedBrowserDialog .maqButtonArea { text-align: right; } .about_container { padding:0px 10px 3px 6px; } .about_container DIV { line-height: 1.5em; } .paletteDragContainer { } .paletteDragContainer .paletteItemImage { width:30px; height:30px; } .maqParentListDiv { position:absolute; z-index:1000000; opacity:.8; pointer-events:none; background:white; } .maqCandidateParents { max-width:40em; background:white; } .maqCandidateParentsHeader { margin-top:1em; } .maqCandidateParentsList { } .maqCandidateParentsHelp { margin-top:.5em; } .maqCandidateListItem { } .maqCandidateCurrent { color:brown; } .maqCandidateCheckedColumn { width:.5em; opacity:0; } .maqCandidateCurrent .maqCandidateCheckedColumn { opacity:1; } .maqCandidateNumberColumn { padding-left:2px; } .maqCandidateParentColumn { white-space:nowrap; overflow:hidden; } /*FIXME: OLD LOGIC .StatesViewTree .dijitTreeExpando { display:none; } */ /* dijit.Tree defaults to white-space:nowrap, which messes up Firefox, which has a known problem when mixing white-space:nowrap on a container node and then float:right on interior nodes. Firefox pushes the float:right nodes to a subsequent row. */ .dj_gecko .StatesViewTree .dijitTreeRow, .dj_gecko .StatesViewTree .dijitTreeContent { white-space:normal; } .ReviewToolBarTextContainer { display: inline-block; } .ReviewToolBarText { background-color: ##ffffe0; background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8e8), to(#ffffcc)); background-image: -o-linear-gradient(#f8f8e8, #ffffcc); background-image: -ms-linear-gradient(#f8f8e8, #ffffcc); background-image: -moz-linear-gradient(#f8f8e8, #ffffcc); background-image: -webkit-linear-gradient(#f8f8e8, #ffffcc); background-image: linear-gradient(#f8f8e8, #ffffcc); padding: 8px 1em 5px; font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; margin-right: 12px; display: inline-block; height: 40px; margin: -9px 0px -10px -6px; /* Undo the padding added by davinciToolbar rules */ } .EditorContainer.ReviewEditor .toolbaredContainer_toolbarDiv { height:auto; } .idleWarning { left: 0px; top: 0px; position: absolute; transition-property: height; transition-duration: 4s; height:50px; overflow:hidden; background-color: #FAFAD2; padding-top: 25px; text-align: center; width:100%; z-index: 1000; } /* Orion content assist */ .contentassist { display: none; background-color: #fff; padding: 2px; position: fixed; top: 100px; left: 100px; border: 1px solid #ccc; z-index: 10; cursor: default; overflow: auto; height: 150px; width: 200px; } .contentassist .selected { background-color: #ddd; } .ScenesPaletteAppStateIcon { float:right; margin-right:6px; display:inline-block; width:12px; height:1.1em; } .ScenesPaletteAppStateIcon.ScenesPaletteCurrent { background-image:url('img/sprite.png'); background-position: -84px -1523px; width: 16px; height: 16px; } .ScenesPaletteAppStateIcon.ScenesPaletteCurrent.ScenesPaletteCurrentHidden { visibility:hidden; } /* Need to tweak WebKit to drop bullet icon a couple of pixels */ .dj_webkit .ScenesPaletteAppStateIcon.ScenesPaletteFocus { margin-top: -2px; } .ScenesPaletteAppStateIcon.ScenesPaletteFocus.ScenesPaletteFocusHidden { visibility:hidden; } .ScenesPaletteAppStateIcon.ScenesPaletteInitial { margin-top: -1px; margin-right:10px; } .ScenesPaletteAppStateIcon.ScenesPaletteInitial.ScenesPaletteInitialHidden { visibility:hidden; } .dj_webkit #davinci_app .dijitToolbar .dijitButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitDropDownButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitComboButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitToggleButton .dijitButtonNode, .dj_webkit #davinci_app .dijitToolbar .dijitComboBox .dijitButtonNode { -webkit-transition-duration:0; /* Prevents jiggling buttons in Chrome */ } #focusContainer { pointer-events:none; position:absolute; overflow:hidden; } .maqFocus { z-index: 5; pointer-events:auto; } .focusDragDiv { } .editFocusFrame { position:absolute; overflow:hidden; border:none; background:#d3e1ee; border:1px dashed #6a94dc; } .editFocusFrameLEFT { width:2px; border-right:none; cursor:w-resize; } .editFocusFrameRIGHT { width:2px; border-left:none; cursor:e-resize; } .editFocusFrameTOP { height:2px; border-bottom:none; cursor:n-resize; } .editFocusFrameBOTTOM { height:2px; border-top:none; cursor:s-resize; } .editFocusNob { background-color:#6a94dc; border:1px solid white; box-shadow:0px 2px 2px #888; position:absolute; width:5px; height:5px; overflow:hidden; } #maqBody .maqHidden { display:none; } .shapesDragDiv { z-index:1000000; position:absolute; } #visualEditorBorder { pointer-events:none; display: none; } #visualEditorBorderTopLeft { position:absolute; left:0px; top:0px; width:7px; height:7px; border-top: 1px solid white; border-left: 1px solid white; background:-webkit-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(-45deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderTopRight { position:absolute; right:0px; top:0px; width:7px; height:7px; border-top: 1px solid white; border-right: 1px solid white; background:-webkit-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(225deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderTop { position:absolute; left:8px; right:8px; top:0px; border-top:1px solid white; border-bottom:1px solid transparent; height:6px; background:-webkit-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderRight { position:absolute; right:0px; top:8px; bottom:0px; width:6px; border-left:1px solid transparent; border-right:1px solid white; background:-webkit-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(180deg,#e0e0e0,#fcfcfc) no-repeat; } #visualEditorBorderLeft { position:absolute; left:0px; top:8px; bottom:0px; width:6px; border-left:1px solid white; border-right:1px solid transparent; background:-webkit-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-moz-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-ms-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:-o-linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; background:linear-gradient(0deg,#e0e0e0,#fcfcfc) no-repeat; } #mainBody > .dijitSplitterV.dijitAlignLeft { border-right: 1px solid #848A8C; border-left: 1px solid #A9AFB4; margin-top:1px; background: #C5CCCF; width: 2px; } #mainBody > .dijitSplitterV.dijitAlignRight { border-left: 1px solid #848A8C; border-right: 1px solid #A9AFB4; margin-top:1px; background: #C5CCCF; width: 2px; } #mainBody > .dijitSplitterV .dijitSplitterThumb { left:0px; width:2px; background:white; } #left_mainBody .dijitSplitterH, #right_mainBody .dijitSplitterH { border-top: 1px solid #A9AFB4; border-bottom: 1px solid #A9AFB4; background: #C5CCCF; height: 2px; } #left_mainBody > .dijitSplitterH .dijitSplitterThumb, #right_mainBody > .dijitSplitterH .dijitSplitterThumb { top:0px; height:2px; background:white; } #maqBody .dijitSelectMenu .dijitMenuItemSelected td, #maqBody .dijitMenuItemHover, #maqBody .dijitMenuItemSelected { background-color: #e9e9e9; background-image: none; } #maqBody .dijitToolbar .dijitButtonHover .dijitButtonNode, #maqBody .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode, #maqBody .dijitToolbar .dijitComboButton .dijitButtonNodeHover, #maqBody .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover, #maqBody .dijitToolbar .dijitToggleButtonHover .dijitButtonNode { background-color: #e9e9e9; border-color:#d2d2d2; } #maqBody .dijitToolbar .dijitButtonActive .dijitButtonNode, #maqBody .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode, #maqBody .dijitToolbar .dijitComboButton .dijitButtonNodeActive, #maqBody .dijitToolbar .dijitComboButton .dijitDownArrowButtonActive, #maqBody .dijitToolbar .dijitToggleButtonActive .dijitButtonNode { background-color: #d9d9d9; border-color:#c2c2c2; } #maqBody .dijitButton .dijitButtonNode, #maqBody .dijitDropDownButton .dijitButtonNode, #maqBody .dijitComboButton .dijitButtonNode, #maqBody .dijitToggleButton .dijitButtonNode { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Resizable dialog */ .resizableDialog.submitOnEnter .dijitDialogPaneActionBar .maqPrimaryButton { font-weight: bold; } .dijitDialogPaneContentArea .maqDialogMessage { margin-bottom: 10px; font-weight: bold; } .maqBaseStateShiningThrough { border-radius: 6px; margin-left: -5px; position: absolute; pointer-events: none; border: 2px solid red; padding: 2px; margin-top: -4px; margin-top: -4px; opacity:.3; z-index:6; /* 3x3 red check image */ background-image:url('data:image/gif;base64,R0lGODlhAwADAJEAAAAAAP////8AAP///yH5BAEAAAMALAAAAAADAAMAAAIEnCc3BQA7'); background-repeat:repeat; } .addStateNameDiv label { margin-right:8px; } .addStateNameDiv { margin-bottom:8px; } .addStateNameDiv .dijitTextBox { width:18em; } .addStateDialogOptions { margin:4px 0; } .addStateDialogMoveWhichDiv label { margin-right:8px; } .addStateDialogRemoveFromBaseDiv { margin:8px 0; } .manageStatesStatesListDiv { padding:3px; width: 100%; height: 100px; border: 1px solid #888; overflow-y: scroll; } .manageStatesCheckAcceleratorsDiv { margin-top:4px; margin-bottom: 8px; } .manageStatesCheckboxCell { width:20px; height:20px; text-align:center; vertical-align:middle; } .manageStatesCheckbox { width:16px; height:16px; background-image: url('img/sprite.png'); } ..manageStatesCheckbox:hover { cursor:pointer; } .manageStatesCheckboxAllVisible { background-position: -84px -1523px; } .manageStatesCheckboxAllVisibleBackgroundAll { background-position: -84px -1523px; /*background-position: -60px -1550px;*/ } .manageStatesCheckboxAllVisibleBackgroundSome { background-position: -84px -1523px; /*background-position: -60px -1550px;*/ } .manageStatesCheckboxNoneVisible { background-position: -84px -266px; } .manageStatesCheckboxSomeVisible { background-position: -40px -1547px; } .manageStatesStateNameCell { height:20px; vertical-align:center; padding-left:4px; white-space:nowrap; } .manageStatesNotesCell { width:1px; padding-left:4px; padding-right:4px; } .manageStatesNotesSpan { white-space:nowrap; font-size:90%; font-style:italic; } .dirtyFileAsterisk { display:inline-block; margin-left:.25em; margin-top:-6px; background-image:url(img/sprite.png); background-position:0px -100px; width:7px; height:5px; } .EventSelection .propertyExtra { width:5px; } .rotate { /* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg); /* IE */ -ms-transform: rotate(-90deg); /* Opera */ -o-transform: rotate(-90deg); /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } #davinci_app #davinci_toolbar_container .dijitToolbar { background-image: none; } #davinci_app #davinci_bottomtoolbar_container .dijitToolbar.davinciToolbar { background-image: none; margin-bottom: 0px; overflow: visible; background-color: #F5F5F5; border: 1px solid #D5D5D5; } #davinci_bottomtoolbar_container.dijitContentPane ,#davinci_bottomtoolbar_pane.dijitContentPane { padding: 0px; overflow: visible; }
0.182863
0.036804
.divider { background-color: #3698d2; width: 1px; height: 100vh; } .caption { font-size: 1.7rem; line-height: 2em; font-family: "Fira Code", cursive; color: #000; } .caption a { text-decoration: underline; } .otherMenu { display: flex; flex-direction: column; padding-top: 25px; font-size: 1.3rem; justify-content: space-between; height: 100px; } .otherMenu span:hover { cursor: pointer; text-decoration: underline; } .selected { text-decoration: underline; } .notSelected { text-decoration: none; } .polaroid { background: #fff; padding: 1rem; box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2); } .polaroid > img { margin-top: 1.5rem; max-width: 20rem; height: auto; } .item { width: 22rem; display: inline-block; margin-top: 2rem; } .container { width: 25rem; display: flex; flex-direction: column; justify-content: center; align-items: center; } .developer { display: flex; font-family: "Fira Code", cursive; color: #fff; font-size: 1.3rem; padding-top: 15px; flex-direction: column; } .typeriter { display: flex; } .js { background-color: #000; font-weight: normal; color: #fff; } .nodejs { background-color: #609a5a; font-weight: normal; } .reactjs { background-color: #5ed3f3; font-weight: normal; } .reactNative { background-color: #25d2f5; font-weight: normal; } .contacts { padding-top: 20px; display: flex; flex-direction: row; justify-content: flex-start; } .contacts a { padding-right: 15px; padding-left: 5px; font-size: 1rem; text-decoration: underline; } .icon { width: 20px; } .item { width: 22rem; display: inline-block; margin-top: 2rem; } .item .polaroid:before { content: ""; position: absolute; z-index: -1; transition: all 0.35s; } .item:nth-of-type(4n + 1) { transform: scale(0.8, 0.8) rotate(5deg); transition: all 0.35s; } .item:nth-of-type(4n + 1) .polaroid:before { transform: rotate(6deg); height: 20%; width: 47%; bottom: 30px; right: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); } .item:nth-of-type(4n + 2) { transform: scale(0.8, 0.8) rotate(-5deg); transition: all 0.35s; } .item:nth-of-type(4n + 2) .polaroid:before { transform: rotate(-6deg); height: 20%; width: 47%; bottom: 30px; left: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); } .item:nth-of-type(4n + 4) { transform: scale(0.8, 0.8) rotate(3deg); transition: all 0.35s; } .item:nth-of-type(4n + 4) .polaroid:before { transform: rotate(4deg); height: 20%; width: 47%; bottom: 30px; right: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); } .item:nth-of-type(4n + 3) { transform: scale(0.8, 0.8) rotate(-3deg); transition: all 0.35s; } .item:nth-of-type(4n + 3) .polaroid:before { transform: rotate(-4deg); height: 20%; width: 47%; bottom: 30px; left: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); } .item:hover { filter: none; transform: scale(1, 1) rotate(0deg) !important; transition: all 0.35s; } .item:hover .polaroid:before { content: ""; position: absolute; z-index: -1; transform: rotate(0deg); height: 90%; width: 90%; bottom: 0%; right: 5%; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); transition: all 0.35s; }
styles/Menu.module.css
.divider { background-color: #3698d2; width: 1px; height: 100vh; } .caption { font-size: 1.7rem; line-height: 2em; font-family: "Fira Code", cursive; color: #000; } .caption a { text-decoration: underline; } .otherMenu { display: flex; flex-direction: column; padding-top: 25px; font-size: 1.3rem; justify-content: space-between; height: 100px; } .otherMenu span:hover { cursor: pointer; text-decoration: underline; } .selected { text-decoration: underline; } .notSelected { text-decoration: none; } .polaroid { background: #fff; padding: 1rem; box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2); } .polaroid > img { margin-top: 1.5rem; max-width: 20rem; height: auto; } .item { width: 22rem; display: inline-block; margin-top: 2rem; } .container { width: 25rem; display: flex; flex-direction: column; justify-content: center; align-items: center; } .developer { display: flex; font-family: "Fira Code", cursive; color: #fff; font-size: 1.3rem; padding-top: 15px; flex-direction: column; } .typeriter { display: flex; } .js { background-color: #000; font-weight: normal; color: #fff; } .nodejs { background-color: #609a5a; font-weight: normal; } .reactjs { background-color: #5ed3f3; font-weight: normal; } .reactNative { background-color: #25d2f5; font-weight: normal; } .contacts { padding-top: 20px; display: flex; flex-direction: row; justify-content: flex-start; } .contacts a { padding-right: 15px; padding-left: 5px; font-size: 1rem; text-decoration: underline; } .icon { width: 20px; } .item { width: 22rem; display: inline-block; margin-top: 2rem; } .item .polaroid:before { content: ""; position: absolute; z-index: -1; transition: all 0.35s; } .item:nth-of-type(4n + 1) { transform: scale(0.8, 0.8) rotate(5deg); transition: all 0.35s; } .item:nth-of-type(4n + 1) .polaroid:before { transform: rotate(6deg); height: 20%; width: 47%; bottom: 30px; right: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); } .item:nth-of-type(4n + 2) { transform: scale(0.8, 0.8) rotate(-5deg); transition: all 0.35s; } .item:nth-of-type(4n + 2) .polaroid:before { transform: rotate(-6deg); height: 20%; width: 47%; bottom: 30px; left: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); } .item:nth-of-type(4n + 4) { transform: scale(0.8, 0.8) rotate(3deg); transition: all 0.35s; } .item:nth-of-type(4n + 4) .polaroid:before { transform: rotate(4deg); height: 20%; width: 47%; bottom: 30px; right: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); } .item:nth-of-type(4n + 3) { transform: scale(0.8, 0.8) rotate(-3deg); transition: all 0.35s; } .item:nth-of-type(4n + 3) .polaroid:before { transform: rotate(-4deg); height: 20%; width: 47%; bottom: 30px; left: 12px; box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); } .item:hover { filter: none; transform: scale(1, 1) rotate(0deg) !important; transition: all 0.35s; } .item:hover .polaroid:before { content: ""; position: absolute; z-index: -1; transform: rotate(0deg); height: 90%; width: 90%; bottom: 0%; right: 5%; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); transition: all 0.35s; }
0.483161
0.123762
/* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; padding: 2px; overflow: hidden; } #general_remove_category > form { float: right; } #general_remove_category > form > input { width: 110px; background-color: indianred; color: whitesmoke; border-radius: 5px; font-size: 0.8em; } /* ------------------------------------------------------------------------------------------ */ #general_info { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; border: 5px solid skyblue; border-radius: 5px; padding: 10px; margin-bottom: 10px; } #general_info > div { overflow: hidden; } #general_info > div > h1 { float: left; font-family: 'Nanum Pen Script', cursive; font-size: 38px; height: 45px; line-height: 45px; } #general_info > div > p { float: right; } #general_info > p { margin-top: 10px; } /* ------------------------------------------------------------------------------------------ */ #general_nav { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; border: 5px solid #C599D7; border-radius: 5px; padding: 10px; margin-bottom: 10px; } #general_nav #general_order { width: 150px; height: 40px; font-size: 15px; padding-left: 3px; } #general_nav #general_search { width: 300px; height: 35px; border: 1px solid black; font-size: 15px; margin: 0 10px; padding-left: 10px; } #general_nav #nav_submit { width: 50px; height: 40px; font-size: 15px; } /* ------------------------------------------------------------------------------------------ */ #general_add { /* 중앙 정렬 */ width: 630px; margin: 0 auto; height: 205px; border: 2px solid #C5C4C8; box-sizing: border-box; padding: 10px; background-color: #F7F9FA; margin-bottom: 10px; } #general_add #new_text { resize: none; /* 크기 조절 방지 */ font-family: 'Noto Serif', sans-serif; width: 600px; height: 140px; border: 1px solid white; margin-bottom: 5px; } #general_add #add_wrap { overflow: hidden; } #general_add #add_file { display: none; } #general_add #add_submit { display: none; } #general_add #add_file_icon { display: block; width: 24px; height: 24px; background: url('../img/general/clip.png'); float: left; margin-top: 4px; } #general_add #add_submit_icon { display: block; width: 32px; height: 32px; background: url('../img/general/edit.png'); float: right; } /* ------------------------------------------------------------------------------------------ */ #general_add_img_wrap { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; background-color: #F7F9FA; margin-bottom: 10px; } #general_add_img_wrap > img { padding: 20px; } /* ------------------------------------------------------------------------------------------ */ #general_list > article { /* 중앙 정렬 */ width: 630px; margin: 0 auto; height: 240px; border: 2px solid #C5C4C8; border-radius: 10px; box-sizing: border-box; overflow: hidden; padding: 10px; background-color: #F7F9FA; margin-bottom: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ #general_list > article > a { display: flex; flex-direction: column; width: 100%; height: 100%; box-sizing: border-box; text-decoration: none; font-family: "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif; color: black; } #general_list > article > a > div.article_top { display: flex; flex-direction: row; justify-content: space-between; width: 100%; height: 25%; } #general_list > article > a > div.article_middle { width: 100%; height: 60%; border: 1px solid darkgray; margin: 0.5% 0; margin-bottom: 2%; } #general_list > article > a > div.article_bottom { display: flex; flex-direction: row; justify-content: space-between; width: 100%; height: 12.5%; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_top > div.account_wrap { display: flex; align-items: center; height: 100%; } #general_list > article > a > div.article_top > div.account_wrap > div.img_wrap { width: 45px; height: 45px; border: 1px solid white; border-radius: 50%; background-color: white; } #general_list > article > a > div.article_top > div.account_wrap > div.img_wrap > img { display: block; margin: 0 auto; margin-top: 6px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; margin-left: 12px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p { color: black; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p.nickname { font-size: 1.1em; font-weight: bold; margin-bottom: 8px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p.datetime { font-size: 0.8em; color: dimgrey; } #general_list > article > a > div.article_top > div.delete_wrap input.delete { display: none; } #general_list > article > a > div.article_top > div.delete_wrap label { display: block; width: 24px; height: 24px; } #general_list > article > a > div.article_top > div.delete_wrap label.delete_icon { background-image: url('../img/general/delete_24.png'); } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_middle { box-sizing: border-box; border-radius: 10px; padding: 5px; overflow-y: scroll; background-color: white; } /* Chrome(,Safari)에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle::-webkit-scrollbar { width: 0; } /* Firefox에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle { scrollbar-width: none; } /* IE에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle { -ms-overflow-style: none; overflow: auto; } #general_list > article > a > div.article_middle > p { color: darkslategray; font-size: 1em; line-height: 1.4em; white-space: pre-line; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_bottom > div.left { display: flex; flex-direction: row; align-items: center; height: 100%; } #general_list > article > a > div.article_bottom input.likes, #general_list > article > a > div.article_bottom input.dislikes, #general_list > article > a > div.article_bottom input.stranger { display: none; } #general_list > article > a > div.article_bottom label { display: block; width: 24px; height: 24px; } #general_list > article > a > div.article_bottom label.likes_icon { background-image: url('../img/general/like_24.png'); } #general_list > article > a > div.article_bottom label.dislikes_icon { background-image: url('../img/general/dislike_24.png'); } #general_list > article > a > div.article_bottom label.stranger_icon { background-image: url('../img/general/stranger_24.png'); } #general_list > article > a > div.article_bottom label.detail { width: auto; height: auto; font-size: 0.8em; } #general_list > article > a > div.article_bottom label.detail[data-type=비추] { margin-left: 4px; margin-right: 8px; } #general_list > article > a > div.article_bottom label.detail[data-type=신고] { margin-left: 3px; } #general_list > article > a > div.article_bottom > div.left > p { margin-left: 5px; margin-right: 10px; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_bottom > div.right { display: flex; flex-direction: row; align-items: center; height: 100%; } #general_list > article > a > div.article_bottom > div.right > img { display: block; } #general_list > article > a > div.article_bottom > div.right > img[data-type=image] { margin-right: 8px; } #general_list > article > a > div.article_bottom > div.right > img[data-type=comment] { margin-left: 10px; margin-right: 6px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ #general_list_nav { overflow: hidden; /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; padding: 10px; margin-bottom: 10px; } #general_list_nav > a { display: block; float: left; width: 70px; height: 40px; text-align: center; line-height: 40px; border: 2px solid darkred; border-radius: 15px; color: darkred; font-weight: bold; } #general_list_nav > a.first { margin-right: 10px; } #general_list_nav > a.right { float: right; }
public/ssHome/css/general.styles.css
/* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; padding: 2px; overflow: hidden; } #general_remove_category > form { float: right; } #general_remove_category > form > input { width: 110px; background-color: indianred; color: whitesmoke; border-radius: 5px; font-size: 0.8em; } /* ------------------------------------------------------------------------------------------ */ #general_info { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; border: 5px solid skyblue; border-radius: 5px; padding: 10px; margin-bottom: 10px; } #general_info > div { overflow: hidden; } #general_info > div > h1 { float: left; font-family: 'Nanum Pen Script', cursive; font-size: 38px; height: 45px; line-height: 45px; } #general_info > div > p { float: right; } #general_info > p { margin-top: 10px; } /* ------------------------------------------------------------------------------------------ */ #general_nav { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; border: 5px solid #C599D7; border-radius: 5px; padding: 10px; margin-bottom: 10px; } #general_nav #general_order { width: 150px; height: 40px; font-size: 15px; padding-left: 3px; } #general_nav #general_search { width: 300px; height: 35px; border: 1px solid black; font-size: 15px; margin: 0 10px; padding-left: 10px; } #general_nav #nav_submit { width: 50px; height: 40px; font-size: 15px; } /* ------------------------------------------------------------------------------------------ */ #general_add { /* 중앙 정렬 */ width: 630px; margin: 0 auto; height: 205px; border: 2px solid #C5C4C8; box-sizing: border-box; padding: 10px; background-color: #F7F9FA; margin-bottom: 10px; } #general_add #new_text { resize: none; /* 크기 조절 방지 */ font-family: 'Noto Serif', sans-serif; width: 600px; height: 140px; border: 1px solid white; margin-bottom: 5px; } #general_add #add_wrap { overflow: hidden; } #general_add #add_file { display: none; } #general_add #add_submit { display: none; } #general_add #add_file_icon { display: block; width: 24px; height: 24px; background: url('../img/general/clip.png'); float: left; margin-top: 4px; } #general_add #add_submit_icon { display: block; width: 32px; height: 32px; background: url('../img/general/edit.png'); float: right; } /* ------------------------------------------------------------------------------------------ */ #general_add_img_wrap { /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; background-color: #F7F9FA; margin-bottom: 10px; } #general_add_img_wrap > img { padding: 20px; } /* ------------------------------------------------------------------------------------------ */ #general_list > article { /* 중앙 정렬 */ width: 630px; margin: 0 auto; height: 240px; border: 2px solid #C5C4C8; border-radius: 10px; box-sizing: border-box; overflow: hidden; padding: 10px; background-color: #F7F9FA; margin-bottom: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ #general_list > article > a { display: flex; flex-direction: column; width: 100%; height: 100%; box-sizing: border-box; text-decoration: none; font-family: "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif; color: black; } #general_list > article > a > div.article_top { display: flex; flex-direction: row; justify-content: space-between; width: 100%; height: 25%; } #general_list > article > a > div.article_middle { width: 100%; height: 60%; border: 1px solid darkgray; margin: 0.5% 0; margin-bottom: 2%; } #general_list > article > a > div.article_bottom { display: flex; flex-direction: row; justify-content: space-between; width: 100%; height: 12.5%; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_top > div.account_wrap { display: flex; align-items: center; height: 100%; } #general_list > article > a > div.article_top > div.account_wrap > div.img_wrap { width: 45px; height: 45px; border: 1px solid white; border-radius: 50%; background-color: white; } #general_list > article > a > div.article_top > div.account_wrap > div.img_wrap > img { display: block; margin: 0 auto; margin-top: 6px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; margin-left: 12px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p { color: black; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p.nickname { font-size: 1.1em; font-weight: bold; margin-bottom: 8px; } #general_list > article > a > div.article_top > div.account_wrap > div.info_wrap > p.datetime { font-size: 0.8em; color: dimgrey; } #general_list > article > a > div.article_top > div.delete_wrap input.delete { display: none; } #general_list > article > a > div.article_top > div.delete_wrap label { display: block; width: 24px; height: 24px; } #general_list > article > a > div.article_top > div.delete_wrap label.delete_icon { background-image: url('../img/general/delete_24.png'); } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_middle { box-sizing: border-box; border-radius: 10px; padding: 5px; overflow-y: scroll; background-color: white; } /* Chrome(,Safari)에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle::-webkit-scrollbar { width: 0; } /* Firefox에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle { scrollbar-width: none; } /* IE에서 스크롤바를 안보이게 설정한다. */ #general_list > article > a > div.article_middle { -ms-overflow-style: none; overflow: auto; } #general_list > article > a > div.article_middle > p { color: darkslategray; font-size: 1em; line-height: 1.4em; white-space: pre-line; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_bottom > div.left { display: flex; flex-direction: row; align-items: center; height: 100%; } #general_list > article > a > div.article_bottom input.likes, #general_list > article > a > div.article_bottom input.dislikes, #general_list > article > a > div.article_bottom input.stranger { display: none; } #general_list > article > a > div.article_bottom label { display: block; width: 24px; height: 24px; } #general_list > article > a > div.article_bottom label.likes_icon { background-image: url('../img/general/like_24.png'); } #general_list > article > a > div.article_bottom label.dislikes_icon { background-image: url('../img/general/dislike_24.png'); } #general_list > article > a > div.article_bottom label.stranger_icon { background-image: url('../img/general/stranger_24.png'); } #general_list > article > a > div.article_bottom label.detail { width: auto; height: auto; font-size: 0.8em; } #general_list > article > a > div.article_bottom label.detail[data-type=비추] { margin-left: 4px; margin-right: 8px; } #general_list > article > a > div.article_bottom label.detail[data-type=신고] { margin-left: 3px; } #general_list > article > a > div.article_bottom > div.left > p { margin-left: 5px; margin-right: 10px; } /* ------------------------------------------------------------------------------------------ */ #general_list > article > a > div.article_bottom > div.right { display: flex; flex-direction: row; align-items: center; height: 100%; } #general_list > article > a > div.article_bottom > div.right > img { display: block; } #general_list > article > a > div.article_bottom > div.right > img[data-type=image] { margin-right: 8px; } #general_list > article > a > div.article_bottom > div.right > img[data-type=comment] { margin-left: 10px; margin-right: 6px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ #general_list_nav { overflow: hidden; /* 중앙 정렬 */ width: 630px; margin: 0 auto; box-sizing: border-box; padding: 10px; margin-bottom: 10px; } #general_list_nav > a { display: block; float: left; width: 70px; height: 40px; text-align: center; line-height: 40px; border: 2px solid darkred; border-radius: 15px; color: darkred; font-weight: bold; } #general_list_nav > a.first { margin-right: 10px; } #general_list_nav > a.right { float: right; }
0.34632
0.096663
body { background-color: #a6a6a6; font-family: 'Roboto'; } * { border-radius: 0 !important; } li { list-style: none; } ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-track { background: #b3b3ff; } ::-webkit-scrollbar-thumb { background: #707070; } .memo-wrapper { width: 300px; } .memo-main { float:left; } .memo { width: 250px; height:300px; background-color: #f2f2f2; margin-bottom: 20px; box-shadow: 10px 10px 5px #888888; } .memo-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height:50px; background-color: #b3b3ff; color: black; font-weight: 700; line-height: 50px; padding-left: 10px; } .memo-status-red { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: red; border-style: solid; border-width: 3px; border-color: white; } .memo-status-yellow { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: yellow; border-style: solid; border-width: 3px; border-color: white; } .memo-status-green { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: green; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-red { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: red; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-yellow { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: yellow; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-green { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: green; border-style: solid; border-width: 3px; border-color: white; } .memo-status-none { display: none; } .memo-title-new, .memo-title-none { height:50px; background-color: #b3b3ff; color: black; font-weight: 700; line-height: 50px; padding-left: 10px; line-height: 50px; font-weight: 700; padding-left: 10px; } .memo-content { margin: 5px; padding: 10px; height: 230px; word-wrap: break-word; overflow-y: auto; } .modal-header { background-color: #b3b3ff; } .memo-content-new { text-align: center; line-height: 250px; font-size: 100px; } .fill { height: 20px; } .side-container { float: left; width: 30px; background-color: #707070; height: 120px; padding-top: 10px; color: #b3b3ff; -webkit-transform: perspective(100px) rotateY(20deg); -webkit-transform-origin: left center; -moz-transform: perspective(100px) rotateY(20deg); -moz-transform-origin: left center; box-shadow: 10px 10px 5px #888888; } .tool-link { color: white; } .tool-link:hover { color: #b3b3ff; } .footer-date { float:left; } .tool-icon { padding-left: 6px; margin-top: 8px; font-size: 20px; } .new-memo { width: 250px; height:300px; background-color: #f2f2f2; box-shadow: 0px 4px 6px #333; -moz-box-shadow: 0px 4px 6px #333; -webkit-box-shadow: 0px 4px 6px #333; margin: 10px; border-style: solid; border-width: 1px; } .navbar-memo { background-color:#b3b3ff; color:#ffffff; border-radius:0; border-style: solid; border-bottom: 3px solid #ffffff; } .navbar-memo .navbar-nav > li > a { color:#fff; } .navbar-memo .navbar-nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #b3b3ff; } .navbar-memo .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { color: #ffffff; background-color:transparent; } .navbar-memo .navbar-brand { color:#eeeeee; }
memo-app/assets/css/main.css
body { background-color: #a6a6a6; font-family: 'Roboto'; } * { border-radius: 0 !important; } li { list-style: none; } ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-track { background: #b3b3ff; } ::-webkit-scrollbar-thumb { background: #707070; } .memo-wrapper { width: 300px; } .memo-main { float:left; } .memo { width: 250px; height:300px; background-color: #f2f2f2; margin-bottom: 20px; box-shadow: 10px 10px 5px #888888; } .memo-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height:50px; background-color: #b3b3ff; color: black; font-weight: 700; line-height: 50px; padding-left: 10px; } .memo-status-red { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: red; border-style: solid; border-width: 3px; border-color: white; } .memo-status-yellow { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: yellow; border-style: solid; border-width: 3px; border-color: white; } .memo-status-green { border-radius: 90px !important; margin-top: 15px; margin-right: 5px; float: left; display: block; height: 20px; width: 20px; line-height: 50px; background-color: green; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-red { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: red; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-yellow { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: yellow; border-style: solid; border-width: 3px; border-color: white; } .memo-view-status-green { border-radius: 90px !important; margin-right: 5px; float: left; display: block; height: 50px; width: 50px; background-color: green; border-style: solid; border-width: 3px; border-color: white; } .memo-status-none { display: none; } .memo-title-new, .memo-title-none { height:50px; background-color: #b3b3ff; color: black; font-weight: 700; line-height: 50px; padding-left: 10px; line-height: 50px; font-weight: 700; padding-left: 10px; } .memo-content { margin: 5px; padding: 10px; height: 230px; word-wrap: break-word; overflow-y: auto; } .modal-header { background-color: #b3b3ff; } .memo-content-new { text-align: center; line-height: 250px; font-size: 100px; } .fill { height: 20px; } .side-container { float: left; width: 30px; background-color: #707070; height: 120px; padding-top: 10px; color: #b3b3ff; -webkit-transform: perspective(100px) rotateY(20deg); -webkit-transform-origin: left center; -moz-transform: perspective(100px) rotateY(20deg); -moz-transform-origin: left center; box-shadow: 10px 10px 5px #888888; } .tool-link { color: white; } .tool-link:hover { color: #b3b3ff; } .footer-date { float:left; } .tool-icon { padding-left: 6px; margin-top: 8px; font-size: 20px; } .new-memo { width: 250px; height:300px; background-color: #f2f2f2; box-shadow: 0px 4px 6px #333; -moz-box-shadow: 0px 4px 6px #333; -webkit-box-shadow: 0px 4px 6px #333; margin: 10px; border-style: solid; border-width: 1px; } .navbar-memo { background-color:#b3b3ff; color:#ffffff; border-radius:0; border-style: solid; border-bottom: 3px solid #ffffff; } .navbar-memo .navbar-nav > li > a { color:#fff; } .navbar-memo .navbar-nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #b3b3ff; } .navbar-memo .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { color: #ffffff; background-color:transparent; } .navbar-memo .navbar-brand { color:#eeeeee; }
0.299822
0.088741
@-moz-document domain(vkontakte.ru) { #side_bar a { color:#999999 !important; font-size: 10px !important; } .search_subtab1 { cursor: pointer; color: #999; } .button_blue button { border-top-color: #069FF4 !important; border-bottom-color: #069FF4 !important; border-left-color: #069FF4 !important; border-right-color: #069FF4 !important; color: white; text-shadow: 0 1px 0 #069FF4; background: #069FF4 repeat-x top !important; background-position: 0px -16px; } ul.t0 .tab_word { font-size: 10px !important; } .summary_tab_sel .summary_tab2, .summary_tab_sel .summary_tab2:hover { background: #069FF4 !important; } .summary_tab3 { font-weight: bold; color: #999; line-height: 120%; } #footer_wrap { font-size: 10px !important; color: #999 !important; } #friends .user_block .label { color: #999 !important; font-size: 9px !important; } .input_back_content { font-size: 10px !important; } #friends .user_block .actions a { font-size: 10px !important; color: #888 !important; } .summary_wrap { color: #999 !important; } #gp div#gp_back { background-color: #069FF4 !important; } .t_bar { border-bottom: solid 1px #DDD !important; } .left_box.attention h4 { color: #069FF4 !important; } #friends .side_panel { background-color: #F1F1F1 !important; } #friends .sections_block .cur_section { border: 1px solid #069FF4!important; color: white !important; background-color: #069FF4 !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-image: initial; } .module_header .header_top .right_link { color: #AAA !important; font-weight: normal !important; } #friends .search { background: #F1F1F1 !important; border-bottom: 1px solid #DDD !important; } #profile_current_info { font-weight: normal; color: #BBB !important; } .search_subtab1.active { background-color: #069FF4 !important; } #side_bar ol li { font-size: 1.04em !important; } a { color: #069FF4 !important; } #side_bar .more_div { border-top: 1px solid #959595 !important; } #side_bar a:hover { color: #fff !important; } #feed_wall .wall_post_text { font-size: 12px !important; } #main_feed .wall_module .reply { background: #F0F0F0 !important; border-radius: 6px !important; color: #666 !important; font-size: 11px !important; } .wd_lnk { color: #999 !important; font-size: 9px !important; } .fc_clist_inner { background: #F1F1F1 !important; } #rb_box_fc_clist .fc_tab_title, .rb_minimized .fc_tab_title { color: #444 !important; font-size: 10px !important; } .fc_tab_title { font-weight: normal !important; text-shadow: none !important; } .wr_header { display: block !important; cursor: pointer !important; color: #AAA !important; background: #DDD !important; height: 13px; padding: 9px 0px 8px !important; border-bottom: 1px dashed #BBB !important; } div.ts { background-color: none !important; background-image: -webkit-linear-gradient(none) !important; background-image: -ms-linear-gradient(none) !important; background-image: -webkit-gradient none !important; } #profile_main_actions { background: #D2D2D2 !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; } .head_nav a.top_nav_link { font-weight: normal !important; font-size: 10px !important; color: #999 !important; text-shadow: none !important; } .left_box { background: #DDD !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; } input.text, textarea { background: #EDFDFF !important; border: 1px solid #DDD !important; font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans !important; font-size: 11px !important; padding: 3px !important; margin: 0px !important; border-image: initial !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; } input.search { background: #EDFDFF !important; border: none !important; font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans !important; font-size: 11px !important; padding: 3px !important; margin: 0px !important; border-image: initial !important; } #feed_wall .wall_module .like_wrap, #feed_wall .wall_module .reply_link_wrap, #feed_wall .wall_module .reply_link_wrap small, #feed_wall .wall_module .info_footer { font-size: 10px !important; } .wall_module .online { display: block !important; width: 50px !important; text-align: center !important; padding-top: 5px !important; color: #888 !important; } .wall_module .reply { border-top: 1px solid #E5E5E5 !important; } .input_back { color: #AAA !important; font-size: 11px !important; } .module_header .header_top { background: #E5e5e5 !important; color: #666 !important; font-size: 10px !important; } .narrow_column { padding-bottom: 100% !important; width: 200px !important; background: #F1F1F1 !important; border-right: 1px solid #DDD !important; } .wall_module .like_count, .fw_reply .like_count { font-size: 17px !important; font: bold 17px tahoma !important; color: #BBB !important; } .wall_module .reply .author { padding-right: 3px !important; font-weight: bold !important; font-size: 11px !important; color: #1d1d1d !important; } .wall_module .reply { background: #F0F0F0 !important; } .wall_module .replies_wrap { color: #777 !important; } body { background: #666 !important; } #header { background: none !important; border: none !important; } #header h1 { font-size: 27px !important; padding: 10px !important; color: #858585 !important; } #header_wrap1 { border: none !important; } .stl_active.over_fast #stl_bg { background-color: #777 !important; } #stl_text { margin: 0 21px 0 10px !important; color: white !important; background: none !important; } #side_bar ol li a { background: #666 !important; } div.ts_input_wrap { background: none !important; width: 305px !important; -webkit-box-shadow: none !important; box-shadow: none !important; } #page_header .right { background: none !important; } #page_header .left { background: none !important; } #page_header .back { background: none !important; } #ts_wrap { background: none !important; } #ts_cont_wrap { background: #F1F1F1 !important; } #wrap1 { border: none !important; } #wrap3 { background: #Fff !important; border-radius: 6px !important; } .tabs { background: none !important; } .tabs.t_bar { background: none !important; } ul.t0 li.active_link a, ul.t0 li.active_link a:hover { background: #DDD !important; } .like_tt .header div { background: #666 !important; border: none !important; border-color: #none !important; } #search_query_wrap { background: #F1F1F1 !important; border-bottom: 1px solid #DDD !important; -webkit-border-top-left-radius: 6px !important; -webkit-border-top-right-radius: 6px!important; -moz-border-radius-topleft: 6px !important; -moz-border-radius-topright: 6px !important; border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } }
data/usercss/58394.user.css
@-moz-document domain(vkontakte.ru) { #side_bar a { color:#999999 !important; font-size: 10px !important; } .search_subtab1 { cursor: pointer; color: #999; } .button_blue button { border-top-color: #069FF4 !important; border-bottom-color: #069FF4 !important; border-left-color: #069FF4 !important; border-right-color: #069FF4 !important; color: white; text-shadow: 0 1px 0 #069FF4; background: #069FF4 repeat-x top !important; background-position: 0px -16px; } ul.t0 .tab_word { font-size: 10px !important; } .summary_tab_sel .summary_tab2, .summary_tab_sel .summary_tab2:hover { background: #069FF4 !important; } .summary_tab3 { font-weight: bold; color: #999; line-height: 120%; } #footer_wrap { font-size: 10px !important; color: #999 !important; } #friends .user_block .label { color: #999 !important; font-size: 9px !important; } .input_back_content { font-size: 10px !important; } #friends .user_block .actions a { font-size: 10px !important; color: #888 !important; } .summary_wrap { color: #999 !important; } #gp div#gp_back { background-color: #069FF4 !important; } .t_bar { border-bottom: solid 1px #DDD !important; } .left_box.attention h4 { color: #069FF4 !important; } #friends .side_panel { background-color: #F1F1F1 !important; } #friends .sections_block .cur_section { border: 1px solid #069FF4!important; color: white !important; background-color: #069FF4 !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-image: initial; } .module_header .header_top .right_link { color: #AAA !important; font-weight: normal !important; } #friends .search { background: #F1F1F1 !important; border-bottom: 1px solid #DDD !important; } #profile_current_info { font-weight: normal; color: #BBB !important; } .search_subtab1.active { background-color: #069FF4 !important; } #side_bar ol li { font-size: 1.04em !important; } a { color: #069FF4 !important; } #side_bar .more_div { border-top: 1px solid #959595 !important; } #side_bar a:hover { color: #fff !important; } #feed_wall .wall_post_text { font-size: 12px !important; } #main_feed .wall_module .reply { background: #F0F0F0 !important; border-radius: 6px !important; color: #666 !important; font-size: 11px !important; } .wd_lnk { color: #999 !important; font-size: 9px !important; } .fc_clist_inner { background: #F1F1F1 !important; } #rb_box_fc_clist .fc_tab_title, .rb_minimized .fc_tab_title { color: #444 !important; font-size: 10px !important; } .fc_tab_title { font-weight: normal !important; text-shadow: none !important; } .wr_header { display: block !important; cursor: pointer !important; color: #AAA !important; background: #DDD !important; height: 13px; padding: 9px 0px 8px !important; border-bottom: 1px dashed #BBB !important; } div.ts { background-color: none !important; background-image: -webkit-linear-gradient(none) !important; background-image: -ms-linear-gradient(none) !important; background-image: -webkit-gradient none !important; } #profile_main_actions { background: #D2D2D2 !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; } .head_nav a.top_nav_link { font-weight: normal !important; font-size: 10px !important; color: #999 !important; text-shadow: none !important; } .left_box { background: #DDD !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; } input.text, textarea { background: #EDFDFF !important; border: 1px solid #DDD !important; font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans !important; font-size: 11px !important; padding: 3px !important; margin: 0px !important; border-image: initial !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; } input.search { background: #EDFDFF !important; border: none !important; font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans !important; font-size: 11px !important; padding: 3px !important; margin: 0px !important; border-image: initial !important; } #feed_wall .wall_module .like_wrap, #feed_wall .wall_module .reply_link_wrap, #feed_wall .wall_module .reply_link_wrap small, #feed_wall .wall_module .info_footer { font-size: 10px !important; } .wall_module .online { display: block !important; width: 50px !important; text-align: center !important; padding-top: 5px !important; color: #888 !important; } .wall_module .reply { border-top: 1px solid #E5E5E5 !important; } .input_back { color: #AAA !important; font-size: 11px !important; } .module_header .header_top { background: #E5e5e5 !important; color: #666 !important; font-size: 10px !important; } .narrow_column { padding-bottom: 100% !important; width: 200px !important; background: #F1F1F1 !important; border-right: 1px solid #DDD !important; } .wall_module .like_count, .fw_reply .like_count { font-size: 17px !important; font: bold 17px tahoma !important; color: #BBB !important; } .wall_module .reply .author { padding-right: 3px !important; font-weight: bold !important; font-size: 11px !important; color: #1d1d1d !important; } .wall_module .reply { background: #F0F0F0 !important; } .wall_module .replies_wrap { color: #777 !important; } body { background: #666 !important; } #header { background: none !important; border: none !important; } #header h1 { font-size: 27px !important; padding: 10px !important; color: #858585 !important; } #header_wrap1 { border: none !important; } .stl_active.over_fast #stl_bg { background-color: #777 !important; } #stl_text { margin: 0 21px 0 10px !important; color: white !important; background: none !important; } #side_bar ol li a { background: #666 !important; } div.ts_input_wrap { background: none !important; width: 305px !important; -webkit-box-shadow: none !important; box-shadow: none !important; } #page_header .right { background: none !important; } #page_header .left { background: none !important; } #page_header .back { background: none !important; } #ts_wrap { background: none !important; } #ts_cont_wrap { background: #F1F1F1 !important; } #wrap1 { border: none !important; } #wrap3 { background: #Fff !important; border-radius: 6px !important; } .tabs { background: none !important; } .tabs.t_bar { background: none !important; } ul.t0 li.active_link a, ul.t0 li.active_link a:hover { background: #DDD !important; } .like_tt .header div { background: #666 !important; border: none !important; border-color: #none !important; } #search_query_wrap { background: #F1F1F1 !important; border-bottom: 1px solid #DDD !important; -webkit-border-top-left-radius: 6px !important; -webkit-border-top-right-radius: 6px!important; -moz-border-radius-topleft: 6px !important; -moz-border-radius-topright: 6px !important; border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } }
0.151059
0.053329
@media only screen and (min-width: 993px) { .container { width: 85% !important; } } @media only screen and (min-width: 601px) { .row .col.offset-m1 { margin-right: 8.3333333333%;margin-left: auto; } } body {direction: rtl;font-family: 'b yekan';} html, body {height: 100%;overflow: hidden;} strong {font-weight: 700;} .row .col {float: right;} main.main {padding: 4em 0px;} .slide_nav {padding-top: 50px !important;} .slide_nav > i:first-child {margin-left:30px;} .slide_nav > i:nth-child(2) {margin-right:30px;} .slide_no {font-size: 25px;font-family: sans-serif;margin-right: -10px;margin-top: 20px;} .current_slide {font-size: 65px;font-weight: 900;} q:before {content: '';} .quote-body {font-size: 38px;} .quote-author, .social_share {display: inline-block;} .social_share {float: left;margin-top: 30px;} .quote-author h1 {font-size: 12px;margin: 0;} .social_share i { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .social_share .holder { display: inline-block; color: black; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social_share .holder:hover { -webkit-transform: translateY(-10px) scale(1.3); -ms-transform: translateY(-10px) scale(1.3); -o-transform: translateY(-10px) scale(1.3); transform: translateY(-10px) scale(1.3); } .social_share span { display: inline-block; border:1px solid black; padding: 4px; width: 30px; height: 30px; margin: 5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .background { background-color: pink; position: absolute; width: 25%; height: 200%; z-index: -10; top: -10%; -webkit-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); } footer .icon_bar { position: absolute; bottom: 0; width: 100%; height: 40px; text-align: left; padding-left: 80px; } footer .icon_bar i {margin: 0px 10px;} .footer_bar { position: absolute; bottom: -200px; width: 100%; height: 100px; background-color: yellow; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .footer_bar.active {bottom: 0;} .cp {font-size: 12px;font-family: sans-serif;display: inline-block;direction: ltr;}
css/style.css
@media only screen and (min-width: 993px) { .container { width: 85% !important; } } @media only screen and (min-width: 601px) { .row .col.offset-m1 { margin-right: 8.3333333333%;margin-left: auto; } } body {direction: rtl;font-family: 'b yekan';} html, body {height: 100%;overflow: hidden;} strong {font-weight: 700;} .row .col {float: right;} main.main {padding: 4em 0px;} .slide_nav {padding-top: 50px !important;} .slide_nav > i:first-child {margin-left:30px;} .slide_nav > i:nth-child(2) {margin-right:30px;} .slide_no {font-size: 25px;font-family: sans-serif;margin-right: -10px;margin-top: 20px;} .current_slide {font-size: 65px;font-weight: 900;} q:before {content: '';} .quote-body {font-size: 38px;} .quote-author, .social_share {display: inline-block;} .social_share {float: left;margin-top: 30px;} .quote-author h1 {font-size: 12px;margin: 0;} .social_share i { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .social_share .holder { display: inline-block; color: black; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social_share .holder:hover { -webkit-transform: translateY(-10px) scale(1.3); -ms-transform: translateY(-10px) scale(1.3); -o-transform: translateY(-10px) scale(1.3); transform: translateY(-10px) scale(1.3); } .social_share span { display: inline-block; border:1px solid black; padding: 4px; width: 30px; height: 30px; margin: 5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .background { background-color: pink; position: absolute; width: 25%; height: 200%; z-index: -10; top: -10%; -webkit-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); } footer .icon_bar { position: absolute; bottom: 0; width: 100%; height: 40px; text-align: left; padding-left: 80px; } footer .icon_bar i {margin: 0px 10px;} .footer_bar { position: absolute; bottom: -200px; width: 100%; height: 100px; background-color: yellow; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .footer_bar.active {bottom: 0;} .cp {font-size: 12px;font-family: sans-serif;display: inline-block;direction: ltr;}
0.262842
0.10026
/*font-weight: normal;*/ /*font-style: normal;*/ /*font-family: 'feathericons';*/ /*src:url('../fonts/feathericons/feathericons.eot?-8is7zf');*/ /*src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),*/ /*url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),*/ /*url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),*/ /*url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');*/ /*}*/ .grid { position: relative; margin: 0 auto; padding: 1em 0 4em; /*max-width: 1000px;*/ max-width: 100%; /*min-width: 200px;*/ /*height: 500px;*/ list-style: none; text-align: center; /*background-color: #ffff00;*/ } /* Common style */ .grid figure { position: relative; float: left; overflow: hidden; margin: 10px 1%; min-width: 210px; max-width: 550px; /*max-height: 360px;*/ max-height: 420px; width: 48%; /*width: 30%;*/ background: rgb(220,30,40); text-align: center; cursor: pointer; } .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1; } .grid figure figcaption { padding: 2em; color: #fff; /*text-transform: uppercase;*/ font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */ .grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .grid figure h3 { /*word-spacing: -0.15em;*/ /*font-weight: 300;*/ font-weight: bold; } .grid figure h3 span { /*font-weight: 800;*/ } .grid figure h3, .grid figure p { margin: 0; } .grid figure p { letter-spacing: 1px; font-size: 68.5%; } /* Individual effects */ /*---------------*/ /***** Chico *****/ /*---------------*/ figure.effect-chico img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.12); transform: scale(1.12); } figure.effect-chico:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.effect-chico figcaption { padding: 3em; } figure.effect-chico figcaption::before { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; border: 1px solid #fff; content: ''; -webkit-transform: scale(1.1); transform: scale(1.1); } figure.effect-chico figcaption::before, figure.effect-chico p { opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-chico h3 { /*padding: 20% 0 20px 0;*/ } figure.effect-chico p { margin: 0 auto; max-width: 250px; -webkit-transform: scale(1.5); transform: scale(1.5); } figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } /*@media screen and (max-width: 50em) {*/ /*.content {*/ /*padding: 0 10px;*/ /*text-align: center;*/ /*}*/ /*.grid figure {*/ /*display: inline-block;*/ /*float: none;*/ /*margin: 10px auto;*/ /*width: 100%;*/ /*}*/ /*}*/
public/layouts/Utilities/Chico-effect.css
/*font-weight: normal;*/ /*font-style: normal;*/ /*font-family: 'feathericons';*/ /*src:url('../fonts/feathericons/feathericons.eot?-8is7zf');*/ /*src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),*/ /*url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),*/ /*url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),*/ /*url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');*/ /*}*/ .grid { position: relative; margin: 0 auto; padding: 1em 0 4em; /*max-width: 1000px;*/ max-width: 100%; /*min-width: 200px;*/ /*height: 500px;*/ list-style: none; text-align: center; /*background-color: #ffff00;*/ } /* Common style */ .grid figure { position: relative; float: left; overflow: hidden; margin: 10px 1%; min-width: 210px; max-width: 550px; /*max-height: 360px;*/ max-height: 420px; width: 48%; /*width: 30%;*/ background: rgb(220,30,40); text-align: center; cursor: pointer; } .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1; } .grid figure figcaption { padding: 2em; color: #fff; /*text-transform: uppercase;*/ font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */ .grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .grid figure h3 { /*word-spacing: -0.15em;*/ /*font-weight: 300;*/ font-weight: bold; } .grid figure h3 span { /*font-weight: 800;*/ } .grid figure h3, .grid figure p { margin: 0; } .grid figure p { letter-spacing: 1px; font-size: 68.5%; } /* Individual effects */ /*---------------*/ /***** Chico *****/ /*---------------*/ figure.effect-chico img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.12); transform: scale(1.12); } figure.effect-chico:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.effect-chico figcaption { padding: 3em; } figure.effect-chico figcaption::before { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; border: 1px solid #fff; content: ''; -webkit-transform: scale(1.1); transform: scale(1.1); } figure.effect-chico figcaption::before, figure.effect-chico p { opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-chico h3 { /*padding: 20% 0 20px 0;*/ } figure.effect-chico p { margin: 0 auto; max-width: 250px; -webkit-transform: scale(1.5); transform: scale(1.5); } figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } /*@media screen and (max-width: 50em) {*/ /*.content {*/ /*padding: 0 10px;*/ /*text-align: center;*/ /*}*/ /*.grid figure {*/ /*display: inline-block;*/ /*float: none;*/ /*margin: 10px auto;*/ /*width: 100%;*/ /*}*/ /*}*/
0.173743
0.041191
html { min-height: 100%; position: relative; } body { padding-bottom: 0; background-color: #e4e6e9; font-family: 'Helvetica',Arial,sans-serif; font-size: 13px; color: #393939; min-height: 100%; } body:before { content: ""; display: block; position: fixed; top: 0; bottom: 0; max-height: 100%; min-height: 100%; width: 100%; z-index: -1; background-color: #FFF; } #main-container { padding: 0; position: relative; } .navbar { margin-bottom: 0; } .navbar-inverse .navbar-inner { border: 0; box-shadow: none; border-radius: 0; margin: 0; padding-left: 0; padding-right: 0; min-height: 45px; position: relative; } .navbar-inverse .navbar-inner { background: #68BC31; } .navbar-inverse { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; } .navbar-inverse .brand,.navbar-inverse .navbar-text,.navbar-inverse .navbar-link,.navbar-inverse .brand,.navbar-inverse .nav>li>a { color: #FFF; } .navbar-inverse .brand { font-size: 24px; } .navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus { background-color: #d67e31; } .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret { border-top-color: #FFF; } .navbar-inverse .brand { text-shadow: none; } .navbar-inverse .nav>li>a { font-size: 14px; text-shadow: none; } .navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus { box-shadow: none; } .navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus { background-color: #336e96; } .navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle { background-color: #db873d; } .ace-nav { height: 100%; } .ace-nav>li { line-height: 45px; background-color: #2e6589; border-left: 1px solid #DDD; padding: 0; position: relative; } .ace-nav>li>a>[class*="icon-"] { font-size: 16px; color: #EEE; } .ace-nav>li>a,.ace-nav>li>span { position: relative; color: #EEE; display: block; height: 100%; padding: 0 8px!important; background-color: none; } .ace-nav>li:first-child { border-left: none; } .ace-nav>li>a>.badge { position: relative; top: -2px; left: 2px; padding-right: 6px; padding-left: 6px; } .nav-user-photo { margin: -4px 8px 0 0; border-radius: 24px; border: 2px solid #FFF; max-width: 36px!important; } .ace-nav>li.grey { background: #777; } .ace-nav>li.purple { background: #777; } .ace-nav>li.green { background: #777; } .ace-nav>li.light-blue { background: #68BC31; } .ace-nav>li.red { background: #b74635; } .ace-nav>li.light-green { background: #9abc32; } .ace-nav>li.light-purple { background: #cb6fd7; } .ace-nav>li.light-orange { background: #f79263; } .ace-nav>li.dark { background: #404040; } .ace-nav>li.light-blue2 { background: #42a8e1; } .ace-nav>li.white-pink { background: #f4dae5; } .ace-nav>li.no-border { border-left: none; } .ace-nav>li.margin-1 { margin-left: 1px; } .ace-nav>li.margin-2 { margin-left: 1px; margin-right: 1px; } #breadcrumbs { position: relative; z-index: 13; border-bottom: 1px solid #e5e5e5; background-color: #f5f5f5; min-height: 40px; line-height: 39px; padding: 0 12px 0 0; display: block; } .breadcrumb { background-color: transparent; display: inline-block; line-height: 24px; margin: 0 22px 0 12px; padding: 0; font-size: 13px; color: #333; border-radius: 0; } .breadcrumb>li>a { display: inline-block; padding: 0 4px; color: #4c8fbd; } .breadcrumb>li,.breadcrumb>.active { color: #555; } .breadcrumb .icon-home { margin-left: 4px; margin-right: 2px; font-size: 20px; position: relative; top: 2px; } .breadcrumb .icon-angle-right { height: 22px; padding: 0; margin: 0; position: relative; top: 1px; font-size: 12px; color: #b2b6bf; } .breadcrumb>li>.divider { padding: 0 4px; } #nav-search { position: absolute; top: 5px; right: 22px; line-height: 24px; } #nav-search .form-search { margin-top: 1px; } #nav-search-input { border-color: #6fb3e0; border-width: 1px; width: 120px; height: 18px!important; border-radius: 4px!important; font-size: 13px; color: #666!important; z-index: 11; -moz-transition: all .15s ease; -webkit-transition: all .15s ease; -o-transition: all .15s ease; -ms-transition: all .15s ease; transition: all .15s ease; } #nav-search-input+.dropdown-menu { min-width: 0; left: 0; right: 0; } #nav-search-btn { border-radius: 0; } #nav-search-input:focus { color: #656a72; box-shadow: none; opacity: 1; } #nav-search-icon { color: #6fb3e0; font-size: 14px; line-height: 24px; } #sidebar>#nav-search { position: static; text-align: center; background-color: #fafafa; height: 35px; padding-top: 5px; border-bottom: 1px solid #DDD; } #sidebar>#nav-search>.form-search #nav-search-input { width: 130px!important; border-radius: 0!important; max-width: 130px!important; opacity: 1!important; } #sidebar>#nav-search #nav-search-input+.dropdown-menu { text-align: left; } #sidebar.menu-min>#nav-search>.form-search { position: absolute; left: 5px; z-index: 14; } #sidebar.menu-min>#nav-search>.form-search #nav-search-input { width: 0!important; max-width: 0!important; opacity: 0!important; } #sidebar.menu-min>#nav-search:hover #nav-search-input,#sidebar.menu-min>#nav-search #nav-search-input:focus,#sidebar.menu-min>#nav-search #nav-search-input:hover,#sidebar.menu-min>#nav-search #nav-search-input:active { width: 130px!important; max-width: 130px!important; opacity: 1!important; } #sidebar.menu-min>#nav-search>.form-search #nav-search-icon { border: 1px solid; border-radius: 32px; background-color: #FFF; padding: 0 5px; } #sidebar>#nav-search>.form-search #nav-search-icon,#sidebar.menu-min>#nav-search:hover #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:focus ~ #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:hover ~ #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:active ~ #nav-search-icon { border: 0; border-radius: 0; padding: 0 3px; } #sidebar:before { content: ""; display: block; width: 189px; position: fixed; bottom: 0; top: 0; z-index: -1; background-color: #f2f2f2; border-right: 1px solid #CCC; } #sidebar { width: 189px; position: absolute; margin-left: 0; margin-top: 0; border-right: 1px solid #CCC; background-color: #FFF; } body.navbar-fixed { padding-top: 45px; } #sidebar.fixed { position: fixed; } #sidebar-shortcuts { background-color: #fafafa; line-height: 37px; max-height: 40px; margin-bottom: 0; border-bottom: 1px solid #DDD; text-align: center; } #sidebar-shortcuts-large { padding-bottom: 4px; } #sidebar-shortcuts-mini { display: none; font-size: 0; width: 42px; line-height: 18px; padding-top: 2px; padding-bottom: 2px; background-color: #FFF; } #sidebar-shortcuts-mini>.btn { border-width: 0!important; font-size: 0; line-height: 0; padding: 8px!important; margin: 0 1px; border-radius: 0!important; opacity: .85; } #main-content { margin-left: 190px; margin-right: 0; margin-top: 0; min-height: 100%; padding: 0; } .nav-list { margin: 0; padding: 0; list-style: none; } li [class^="icon-"],.nav-list li [class^="icon-"],li [class*=" icon-"],.nav-list li [class*=" icon-"] { width: auto; } .nav-list>li>a,.nav-list .nav-header { margin: 0; } .nav-list>li { display: block; padding: 0; margin: 0; border: 0; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #e5e5e5; position: relative; } .nav-list>li:first-child { border-top: 0; } .nav-list>li>a { display: block; height: 38px; line-height: 36px; padding: 0 16px 0 7px; background-color: #f9f9f9; color: #585858; text-shadow: none!important; font-size: 14px; text-decoration: none; } .nav-list>li>a>[class*="icon-"]:first-child { display: inline-block; vertical-align: middle; min-width: 30px; text-align: center; font-size: 18px; font-weight: normal; } .nav-list>li>a:focus { background-color: #f9f9f9; color: #1963aa; } .nav-list>li>a:hover { background-color: #FFF; color: #1963aa; } .nav-list>li>a:hover:before { display: block; content: ""; position: absolute; top: -1px; bottom: 0; left: 0; width: 3px; max-width: 3px; overflow: hidden; background-color: #3382af; } .nav-list>li.active>a:hover:before { display: none; } .menu-min .nav-list>li>a:hover:before { width: 2px; max-width: 2px; } .nav-list>li.separator { height: 3px; background-color: #62597f; position: static; margin: 1px 0; box-shadow: none; } .nav-list>li.active { background-color: #FFF; } .nav-list>li.open>a { background-color: #fafafa; color: #1963aa; } .nav-list>li.active>a,.nav-list>li.active>a:hover,.nav-list>li.active>a:focus { background-color: #FFF; color: #0b6cbc; font-size: 13px; } .nav-list>li.active>a>[class*="icon-"] { font-weight: normal; } .nav-list>li.active>a:after,.nav-list>li.active.open>.submenu>li.active>a:after { display: inline-block; content: ""; position: absolute!important; right: 0; top: 4px; border: 8px solid transparent; border-width: 14px 10px; border-right-color: #f79263; } .nav-list>li.active>a.dropdown-toggle:after { border-width: 12px 7px; top: 6px; } .nav-list>li.active.open>a:after { display: none; } .nav-list>li.active.open>.submenu>li.active>a:after { top: 2px; } .nav-list>li.active:after { display: inline-block; content: ""; position: absolute; right: -2px; top: -1px; bottom: 0; border-right: 2px solid #f79263; } .nav-list>li>a>.arrow { display: inline-block; width: 14px!important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 10px; top: 11px; padding: 0; color: #666; } .nav-list>li>a:hover>.arrow,.nav-list>li.active>a>.arrow,.nav-list>li.open>a>.arrow { color: #1963aa; } .nav-list>.active>ul.submenu { display: block; } .nav-list>li.open { border-bottom-color: #e5e5e5; } .nav-list>li>.submenu { display: none; list-style: none; margin: 0; padding: 0; position: relative; background-color: #FFF; border-top: 1px solid #e5e5e5; } .nav-list>li>.submenu>li { margin-left: 0; position: relative; } .nav-list>li>.submenu>li>a { display: block; color: #616161; padding: 7px 0 8px 32px; margin: 0; border-bottom: 1px dotted #e4e4e4; } .nav-list>li>.submenu>li>a:focus { text-decoration: none; } .nav-list>li>.submenu>li:last-child>a { border-bottom: 0; } .nav-list>li>.submenu>li:first-child>a { border-top: 1px solid #fafafa; } .nav-list>li>.submenu>li>a:hover { text-decoration: none; color: #4b88b7; } .nav-list>li>.submenu>li.active>a { color: #0b6cbc; } .nav-list>li>.submenu>li { position: relative; } .nav-list>li>.submenu>li:before { display: inline-block; content: ""; width: 9px; position: absolute; left: 21px; top: 17px; border-top: 1px dashed #b1c9e0; } .nav-list>li>.submenu>li>a { padding-left: 37px; position: relative; } .nav-list>li>.submenu>li:after { content: ""; display: inline-block; position: absolute; top: 0; bottom: 0; left: 18px; width: 0; border-left: 1px dashed #b1c9e0; } .nav-list>li>.submenu>li>a>[class*="icon-"]:first-child { display: none; font-size: 12px; font-weight: normal; width: 22px; height: 16px; line-height: 16px; text-align: center; position: absolute; left: 8px; top: 10px; z-index: 1; background-color: #FFF; } .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child,.nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child { display: inline-block; } .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child { color: #c86139; } #sidebar-collapse { border-bottom: 1px solid #e0e0e0; background-color: #f3f3f3; text-align: center; padding: 3px 0; position: relative; } #sidebar-collapse>[class*="icon-"] { display: inline-block; cursor: pointer; font-size: 14px; color: #AAA; border: 1px solid #BBB; padding: 0 5px; line-height: 18px; border-radius: 16px; background-color: #FFF; position: relative; } #sidebar-collapse:before { content: ""; display: inline-block; height: 0; border-top: 1px solid #e1e1e1; position: absolute; left: 15px; right: 15px; top: 13px; } #sidebar.menu-min:before { width: 42px; } #sidebar.menu-min { width: 42px; } #sidebar.menu-min+#main-content { margin-left: 43px; } .menu-min .nav-list>li>a { position: relative; } .menu-min .nav-list>li>a>span { display: none; position: absolute; left: 41px; top: -2px; width: 158px; height: 39px; line-height: 38px; background-color: #f5f5f5; z-index: 121; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); border: 1px solid #CCC; padding-left: 12px; } .menu-min .nav-list>li:hover>a { color: #1963aa; } .menu-min .nav-list>li>a.dropdown-toggle>span { box-shadow: none; border: 0; top: -1px; left: 42px; width: 163px; border-bottom: 1px solid #DDD; } .menu-min .nav-list>li.active>a>span { border-left-color: #1963aa; } .menu-min .nav-list>li.open>a { background-color: #fafafa; color: #585858; } .menu-min .nav-list>li.open.active>a { background-color: #FFF; } .menu-min .nav-list>li.open:hover>a { color: #1963aa; } .menu-min .nav-list>li.active>a:after { border-width: 10px 6px; top: 8px; } .menu-min .nav-list>li.active.open>a:after { display: block; } .menu-min .nav-list>li.active.open>.submenu>li.active>a:after { display: none; } .menu-min .nav-list>li:hover>a>span { display: block; } .menu-min .nav-list>li>a>.arrow { display: none; } .menu-min #sidebar-shortcuts { position: relative; } .menu-min #sidebar-shortcuts-mini { display: block; } .menu-min #sidebar-shortcuts-large { display: none; position: absolute; left: 42px; top: -1px; width: 175px; z-index: 20; background-color: #FFF; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); border: 1px solid #CCC; padding: 0 2px 3px; } .menu-min #sidebar-shortcuts:hover #sidebar-shortcuts-large { display: block; } .menu-min #sidebar-collapse:before { left: 5px; right: 5px; } .menu-min #sidebar-collapse>[class*="icon-"] { font-size: 13px; padding: 0 4px; line-height: 15px; border-width: 1px; border-color: #BBB; } .menu-min .nav-list>li>ul.submenu { background: #FFF; position: absolute; z-index: 120; left: 41px; top: -2px; width: 175px; border: 1px solid #CCC; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); padding-top: 40px; padding-bottom: 2px; display: none!important; } .menu-min .nav-list>li:hover>ul.submenu { display: block!important; } .menu-min .nav-list>li.active>ul.submenu { border-left-color: #1963aa; } .menu-min .nav-list>li>ul.submenu>li:before,.menu-min .nav-list>li>ul.submenu>li:after { display: none; } .menu-min .nav-list>li>ul.submenu>li>a { border-left: none; margin-left: 0; padding-left: 24px; } .menu-min .nav-list>li>.submenu>li>a>[class*="icon-"]:first-child { width: 16px; } .menu-min .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child,.menu-min .nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child { left: 7px; } #menu-toggler { display: none; } #page-content { margin: 0; background: #FFF; padding: 8px 20px 24px; } #page-content>.page-header:first-child { margin: 0 0 12px; border-bottom: 1px dotted #e2e2e2; } #page-content>.page-header:first-child>h1 { padding: 0; margin: 0 8px; font-size: 24px; font-weight: 300; color: #2679b5; } #page-content>.page-header:first-child>h1>small { margin: 0 6px; font-size: 14px; color: #8089a0; font-weight: normal; } #ace-settings-container { position: absolute; right: 0; top: 50px; z-index: 10; } #ace-settings-btn { display: inline-block; float: left; width: 42px; margin: 0; text-align: center; border-radius: 6px 0 0 6px!important; opacity: .4; filter: alpha(opacity=40); vertical-align: top; } #ace-settings-btn:hover,#ace-settings-btn.open { opacity: 1; filter: alpha(opacity=100); } #ace-settings-box { display: none; float: left; width: 125px; padding: 0 14px; background-color: #FFF; border: 2px solid #ffb34b; } #ace-settings-box.open { display: inline-block; } #ace-settings-box>div { margin: 6px 0; color: #444; max-height: 24px; } #ace-settings-box>div>label { font-size: 13px; } #btn-scroll-up { border: 0; position: absolute; right: 2px; bottom: 2px; line-height: 20px; padding-bottom: 4px; } a:focus,a:active { text-decoration: none; } .hidden { display: none; } .center { text-align: center; } .position-relative { position: relative; } .position-absolute { position: absolute; } .dark { color: #333!important; } .white { color: #FFF!important; } .red { color: #dd5a43!important; } .light-red { color: #f77!important; } .blue { color: #478fca!important; } .light-blue { color: #93cbf9!important; } .green { color: #69aa46!important; } .light-green { color: #b6e07f!important; } .orange { color: #ff892a!important; } .purple { color: #a069c3!important; } .pink { color: #c6699f!important; } .pink2 { color: #d6487e!important; } .brown { color: brown!important; } .grey { color: #777!important; } .bigger-110 { font-size: 110%; } .bigger-125 { font-size: 125%; } .bigger-150 { font-size: 150%; } .bigger-200 { font-size: 200%; } .smaller-90 { font-size: 90%; } .smaller-75 { font-size: 75%; } .smaller-50 { font-size: 50%; } .hr { display: block; height: 0; overflow: hidden; font-size: 1px; margin: 12px 0; border-top: 1px solid #e3e3e3; } .hr-double { height: 1px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; } .hr8 { margin: 8px 0; } .hr12 { margin: 12px 0; } .hr16 { margin: 12px 0; } .hr18 { margin: 18px 0; } .hr24 { margin: 24px 0; } .hr32 { margin: 32px 0; } .hr.dotted { border-top-style: dotted; } .hr-double.dotted { border-bottom-style: dotted; } .space,.space-18,.space-24,.space-36,.space-9,.space-6,.space-3,.vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 { display: block; height: 0; overflow: hidden; font-size: 0; margin: 12px 0; } .vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 { display: none; } .space-18,.vspace-18 { margin: 18px 0; } .space-24,.vspace-24 { margin: 24px 0; } .space-36,.vspace-36 { margin: 36px 0; } .space-9,.vspace-9 { margin: 9px 0; } .space-6,.vspace-6 { margin: 6px 0; } .space-3,.vspace-3 { margin: 3px 0; } .header { line-height: 28px; margin-bottom: 16px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid #CCC; } .header.blue { border-bottom-color: #c2daee; } .header.green { border-bottom-color: #d9e8c6; } .header.purple { border-bottom-color: #e0d1f1; } .header.orange { border-bottom-color: #ffd8ab; } .header.red { border-bottom-color: #f4c9c1; } .header.grey { border-bottom-color: #d2d2d2; } .header.pink { border-bottom-color: #eccedf; } .header.pink2 { border-bottom-color: #f1c3d5; } .header.light-blue { border-bottom-color: #dbeefd; } .header.light-red { border-bottom-color: #ffd2d2; } .header.light-green { border-bottom-color: #e7f5d5; } .header.brown { border-bottom-color: #e1b9b9; } .header>[class*="icon-"] { margin-right: 2px; } h1,h2,h3,h4,h5,h6 { font-weight: normal; } h1 { font-size: 32px; } h2 { font-size: 25px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 15px; } h6 { font-size: 13px; } .lighter { font-weight: lighter; } .bolder { font-weight: bolder; } h1.smaller { font-size: 31px; } h2.smaller { font-size: 24px; } h3.smaller { font-size: 21px; } h4.smaller { font-size: 17px; } h5.smaller { font-size: 14px; } h6.smaller { font-size: 12px; } h1.bigger { font-size: 33px; } h2.bigger { font-size: 26px; } h3.bigger { font-size: 23px; } h4.bigger { font-size: 16px; } h5.bigger { font-size: 16px; } h6.bigger { font-size: 14px; } h1.block,h2.block,h3.block,h4.block,h5.block,h6.block { margin-bottom: 16px; } .inline { display: inline-block!important; } .block { display: block!important; } blockquote,blockquote.pull-right { border-color: #e5eaf1; } li>ul.margin,li>ol.margin { margin-left: 18px; } .unstyled>li>[class*="icon-"]:first-child,.inline>li>[class*="icon-"]:first-child { width: 20px; text-align: center; } .spaced>li { margin-top: 9px; margin-bottom: 9px; } .spaced2>li { margin-top: 15px; margin-bottom: 15px; } li.divider:before { content: ""; display: inline-block; } li.divider { margin-top: 3px; margin-bottom: 3px; height: 0; } .spaced>li.divider { margin-top: 5px; margin-bottom: 5px; } .spaced2>li.divider { margin-top: 8px; margin-bottom: 8px; } .tab-content { border: 1px solid #c5d0dc; padding: 16px 12px; position: relative; z-index: 11; } .tab-content.no-padding { padding: 0; } .tab-content.padding-8 { padding: 8px 6px; } .tab-content.padding-4 { padding: 4px 3px; } .tab-content.padding-24 { padding: 24px 18px; } .nav-tabs { border-color: #d6d6d6; margin-bottom: -1px; } .nav-tabs>li>a,.nav-tabs>li>a:focus { border-radius: 0!important; border-color: #cdcdcd; background-color: #f9f9f9; color: #999; margin-right: -1px; margin-left: 1px; line-height: 16px; position: relative; z-index: 11; border-color: #c5d0dc; } .nav-tabs>li:first-child>a { margin-left: 0; } .nav-tabs>li>a>.badge { padding: 0 4px; line-height: 15px; } .nav-tabs>li>a:hover { background-color: #FFF; color: #4c8fbd; border-color: #c5d0dc; } .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a:active,.nav-tabs>li>a:focus { outline: none!important; } .tabs-below>.nav-tabs { margin-bottom: 0; margin-top: -1px; border-color: #c5d0dc; } .tabs-below>.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a:focus { border-color: #c5d0dc; } .tabs-below>.nav-tabs>li.active>a,.tabs-below>.nav-tabs>li.active>a:hover,.tabs-below>.nav-tabs>li.active>a,.tabs-below>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-bottom: 2px solid #4c8fbd; border-top-color: transparent; margin-top: 0; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15); } .tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a { min-width: 60px; } .tabs-left>.nav-tabs { margin-bottom: 0; margin-right: -1px; border-color: #c5d0dc; } .tabs-left>.nav-tabs>li>a,.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus { border-color: #c5d0dc; margin: 0 -1px 0 0; } .tabs-left>.nav-tabs>li.active>a,.tabs-left>.nav-tabs>li.active>a:hover,.tabs-left>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-left: 2px solid #4c8fbd; border-right-color: transparent; margin: 0 -1px 0 -1px; box-shadow: -2px 0 3px 0 rgba(0,0,0,0.15); } .tabs-right>.nav-tabs { margin-bottom: 0; margin-left: -1px; border-color: #c5d0dc; } .tabs-right>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus { border-color: #c5d0dc; margin: 0 0 0 -1px; } .tabs-right>.nav-tabs>li.active>a,.tabs-right>.nav-tabs>li.active>a:hover,.tabs-right>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-right: 2px solid #4c8fbd; border-left-color: transparent; margin: 0 -1px 0 -1px; box-shadow: 2px 0 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a>[class*="icon-"] { opacity: .75; } .nav-tabs>li.active>a>[class*="icon-"] { opacity: 1; } .nav-tabs>li>a>.badge.badge-icon { padding-left: 0; padding-right: 0; text-align: center; opacity: .75; } .nav-tabs>li>a>.badge.badge-icon>[class*="icon-"] { margin: 0; padding: 0; } .nav-tabs>li>a>.badge { opacity: .75; } .nav-tabs>li.active a>.badge { opacity: 1; } .nav-tabs .dropdown-toggle .caret { margin-top: 7px; } .nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus { background-color: #4f99c6; border-color: #4f99c6; color: #fff; } .accordion-group { border-radius: 0; border-color: #c5d0dc; background-color: #FFF; } .accordion-group:last-child { border-bottom-width: 1px; } .collapse { background-color: #FFF; } .accordion-heading .accordion-toggle { color: #4c8fbd; background-color: #f1f9ff; } .accordion-heading .accordion-toggle.collapsed { color: #679; font-weight: normal; background-color: #f1f9ff; } .accordion-heading .accordion-toggle:hover { color: #4c8fbd; background-color: #f1f9ff; } .accordion-heading .accordion-toggle { position: relative; } .accordion-heading .accordion-toggle:after { content: "\f107"; font-family: FontAwesome; font-size: 16px; display: inline-block; color: #4c8fbd; position: absolute; right: 6px; width: 14px; line-height: 18px; text-align: center; } .accordion-heading .accordion-toggle.collapsed:after { content: "\f104"; color: #679; } .accordion-heading .accordion-toggle.collapsed:hover:after { color: #4c8fbd; } .accordion-heading .accordion-toggle:focus,.accordion-heading .accordion-toggle:active { outline: 0; text-decoration: none; } .collapse.in>.accordion-inner,.accordion-inner { border-top: 1px solid #c5d0dc; } .accordion-heading .accordion-toggle>[class*="icon-"]:first-child { width: 16px; } .accordion-heading .accordion-toggle:hover>[class*="icon-"]:first-child { text-decoration: none; } .accordion-inner.no-padding { padding: 0; } .progress { border-radius: 0; height: 18px; box-shadow: none; background: #dadada; } .progress .bar { box-shadow: none; line-height: 18px; } .progress[data-percent] { position: relative; } .progress[data-percent]:after { display: inline-block; content: attr(data-percent); color: #FFF; position: absolute; left: 0; right: 0; top: 0; bottom: 0; line-height: 16px; text-align: center; font-size: 12px; font-family: Verdana; } .progress.progress-small { height: 12px; } .progress.progress-small .bar { line-height: 10px; font-size: 11px; } .progress.progress-small[data-percent]:after { line-height: 10px; font-size: 11px; } .progress.progress-mini { height: 9px; } .progress.progress-mini .bar { line-height: 8px; font-size: 11px; } .progress.progress-mini[data-percent]:after { line-height: 8px; font-size: 11px; } .progress .bar { background-image: none; background-color: #2a91d8; } .progress-danger .bar,.progress .bar-danger { background-image: none; background-color: #ca5952; } .progress-success .bar,.progress .bar-success { background-image: none; background-color: #59a84b; } .progress-warning .bar,.progress .bar-warning { background-image: none; background-color: #f2bb46; } .progress .bar+.bar { box-shadow: none; } .progress-danger.progress-striped .bar,.progress-striped .bar-danger { background-color: #cc4942; } .progress-warning.progress-striped .bar,.progress-striped .bar-warning { background-color: #eba450; } .progress-success.progress-striped .bar,.progress-striped .bar-success { background-color: #55b83b; } .progress-info.progress-striped .bar,.progress-striped .bar-info { background-color: #148bcf; } .progress { position: relative; } .progress:before { display: inline-block; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: radial-gradient(9px 9px 0deg,circle cover,aqua 0,rgba(0,0,255,0) 100%,blue 95%); } .modal { border-radius: 0; } .modal-footer { border-top-color: #e4e9ee; box-shadow: none; background-color: #eff3f8; } .modal-header .close { font-size: 32px; } .well { border-radius: 0; } .well h1,.well h2,.well h3,.well h4,.well h5,.well h6 { margin-top: 0; } .well h1,.well h2,.well h3 { line-height: 36px; } .alert { font-size: 14px; border-radius: 0; } .alert .close { font-size: 16px; } .alert-block p+p { margin-top: 10px; } .tooltip.left { margin-left: -11px; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); } .tooltip-inner { background-color: #333; color: #FFF; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; text-shadow: 1px 1px 0 rgba(42,45,50,0.5); border-radius: 0; } .tooltip.top .tooltip-arrow { border-top-color: #333; } .tooltip.right .tooltip-arrow { border-right-color: #333; } .tooltip.left .tooltip-arrow { border-left-color: #333; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #333; } .tooltip-error+.tooltip>.tooltip-inner { background-color: #c94d32; color: #FFF; text-shadow: 1px 1px 0 rgba(100,60,20,0.3); border-radius: 0; } .tooltip-error+.tooltip.top .tooltip-arrow { border-top-color: #c94d32; } .tooltip-error+.tooltip.right .tooltip-arrow { border-right-color: #c94d32; } .tooltip-error+.tooltip.left .tooltip-arrow { border-left-color: #c94d32; } .tooltip-error+.tooltip.bottom .tooltip-arrow { border-bottom-color: #c94d32; } .tooltip-success+.tooltip>.tooltip-inner { background-color: #629b58; color: #FFF; text-shadow: 1px 1px 0 rgba(60,100,20,0.3); border-radius: 0; } .tooltip-success+.tooltip.top .tooltip-arrow { border-top-color: #629b58; } .tooltip-success+.tooltip.right .tooltip-arrow { border-right-color: #629b58; } .tooltip-success+.tooltip.left .tooltip-arrow { border-left-color: #629b58; } .tooltip-success+.tooltip.bottom .tooltip-arrow { border-bottom-color: #629b58; } .tooltip-warning+.tooltip>.tooltip-inner { background-color: #ed9421; color: #FFF; text-shadow: 1px 1px 0 rgba(100,90,10,0.3); border-radius: 0; } .tooltip-warning+.tooltip.top .tooltip-arrow { border-top-color: #ed9421; } .tooltip-warning+.tooltip.right .tooltip-arrow { border-right-color: #ed9421; } .tooltip-warning+.tooltip.left .tooltip-arrow { border-left-color: #ed9421; } .tooltip-warning+.tooltip.bottom .tooltip-arrow { border-bottom-color: #ed9421; } .tooltip-info+.tooltip>.tooltip-inner { background-color: #4b89aa; color: #FFF; text-shadow: 1px 1px 0 rgba(40,50,100,0.3); border-radius: 0; } .tooltip-info+.tooltip.top .tooltip-arrow { border-top-color: #4b89aa; } .tooltip-info+.tooltip.right .tooltip-arrow { border-right-color: #4b89aa; } .tooltip-info+.tooltip.left .tooltip-arrow { border-left-color: #4b89aa; } .tooltip-info+.tooltip.bottom .tooltip-arrow { border-bottom-color: #4b89aa; } .popover { border-radius: 0; padding: 0; border-color: #ccc; border-width: 1px; box-shadow: 0 0 4px 2px rgba(0,0,0,0.2); color: #4d6883; } .popover-title { border-radius: 0; background-color: #eff3f8; color: #555; border-bottom: 1px solid #dfe3e8; text-shadow: 1px 1px 1px rgba(220,220,220,0.2); } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #eff3f8; border-top-width: 0; } .tooltip-error+.popover .popover-title { background-color: #f7f0ef; border-bottom-color: #e8e0df; color: #b75445; text-shadow: none; } .tooltip-error+.popover { color: #555; border: 1px solid #f7f0ef; } .tooltip-error+.popover.top .arrow:after { border-top-color: #f7f0ef; } .tooltip-error+.popover.bottom .arrow:after { border-bottom-color: #f7f0ef; } .tooltip-error+.popover.right .arrow:after { border-right-color: #f7f0ef; } .tooltip-error+.popover.left .arrow:after { border-left-color: #f7f0ef; } .tooltip-warning+.popover .popover-title { background-color: #f4eee3; border-bottom-color: #e4dcd3; color: #d67e31; text-shadow: none; } .tooltip-warning+.popover { color: #555; border: 1px solid #f4eee3; } .tooltip-warning+.popover.top .arrow:after { border-top-color: #f4eee3; } .tooltip-warning+.popover.bottom .arrow:after { border-bottom-color: #f4eee3; } .tooltip-warning+.popover.right .arrow:after { border-right-color: #f4eee3; } .tooltip-warning+.popover.left .arrow:after { border-left-color: #f4eee3; } .tooltip-success+.popover .popover-title { background-color: #e8f2e3; border-bottom-color: #d8e2d3; color: #629b58; text-shadow: none; } .tooltip-success+.popover { color: #555; border: 1px solid #e8f2e3; } .tooltip-success+.popover.top .arrow:after { border-top-color: #e8f2e3; } .tooltip-success+.popover.bottom .arrow:after { border-bottom-color: #e8f2e3; } .tooltip-success+.popover.right .arrow:after { border-right-color: #e8f2e3; } .tooltip-success+.popover.left .arrow:after { border-left-color: #e8f2e3; } .tooltip-info+.popover .popover-title { background-color: #e5edf8; border-bottom-color: #d5dde8; color: #3f79b6; text-shadow: none; } .tooltip-info+.popover { color: #555; border: 1px solid #e5edf8; } .tooltip-info+.popover.top .arrow:after { border-top-color: #e5edf8; } .tooltip-info+.popover.bottom .arrow:after { border-bottom-color: #e5edf8; } .tooltip-info+.popover.right .arrow:after { border-right-color: #e5edf8; } .tooltip-info+.popover.left .arrow:after { border-left-color: #e5edf8; } .popover-notitle+.popover .popover-title { display: none; } .popover-notitle+.popover.top .arrow:after { border-top-color: #FFF; } .popover-notitle+.popover.bottom .arrow:after { border-bottom-color: #FFF; } .popover-notitle+.popover.right .arrow:after { border-right-color: #FFF; } .popover-notitle+.popover.left .arrow:after { border-left-color: #FFF; } .btn { display: inline-block; padding: 0 12px 1px; line-height: 32px; color: #FFF!important; text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important; font-size: 14px; background-image: none!important; background-color: #abbac3!important; border: 5px solid #abbac3; border-radius: 0!important; box-shadow: none!important; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; cursor: pointer; vertical-align: middle; margin: 0; position: relative; } .btn-large { padding: 0 14px 1px; line-height: 38px; border-width: 6px; font-size: 16px; } .btn-small { padding: 0 8px; line-height: 24px; border-width: 4px; font-size: 13px; } .btn-mini { padding: 0 5px; line-height: 22px; border-width: 2px; font-size: 12px; } .btn-minier { padding: 0 4px; line-height: 18px; border-width: 1px; font-size: 11px; } button.btn:active { top: 1px; left: 1px; } .btn-default { background-color: #abbac3!important; border-color: #abbac3; } .btn:hover,.btn-default:hover { background-color: #8b9aa3!important; } .btn.active,.btn-default.active { background-color: #91a0a5!important; border-color: #8796a0; } .btn.disabled,.btn-default.disabled,.btn[disabled],.btn-default[disabled] { background-color: #abbac3!important; } .btn-primary { background-color: #2283c5!important; border-color: #2283c5; } .btn-primary:hover { background-color: #045e9f!important; } .btn-primary.active { background-color: #1a76b7!important; border-color: #106eaf; } .btn-primary.disabled,.btn-primary[disabled] { background-color: #2283c5!important; } .btn-info { background-color: #6fb3e0!important; border-color: #6fb3e0; } .btn-info:hover { background-color: #4f99c6!important; } .btn-info.active { background-color: #5ca3d0!important; border-color: #4f99c6; } .btn-info.disabled,.btn-info[disabled] { background-color: #6fb3e0!important; } .btn-success { background-color: #87b87f!important; border-color: #87b87f; } .btn-success:hover,.btn-success.active { background-color: #629b58!important; } .btn-success.active { background-color: #68a563!important; border-color: #629b58; } .btn-success.disabled,.btn-success[disabled] { background-color: #87b87f!important; } .btn-warning { background-color: #ffb752!important; border-color: #ffb752; } .btn-warning:hover { background-color: #e59729!important; } .btn-warning.active { background-color: #ea9e33!important; border-color: #e59729; } .btn-warning.disabled,.btn-warning[disabled] { background-color: #ffb752!important; } .btn-danger { background-color: #d15b47!important; border-color: #d15b47; } .btn-danger:hover { background-color: #b74635!important; } .btn-danger.active { background-color: #bf4e3d!important; border-color: #b74635; } .btn-danger.disabled,.btn-danger[disabled] { background-color: #d15b47!important; } .btn-inverse { background-color: #555!important; border-color: #555; } .btn-inverse:hover { background-color: #303030!important; } .btn-inverse.active { background-color: #3e3e3e!important; border-color: #303030; } .btn-inverse.disabled,.btn-inverse[disabled] { background-color: #555!important; } .btn-pink { background-color: #d6487e!important; border-color: #d6487e; } .btn-pink:hover { background-color: #b73766!important; } .btn-pink.active { background-color: #c0406f!important; border-color: #b73766; } .btn-pink.disabled,.btn-pink[disabled] { background-color: #d6487e!important; } .btn-purple { background-color: #9585bf!important; border-color: #9585bf; } .btn-purple:hover { background-color: #7461aa!important; } .btn-purple.active { background-color: #7e6ab2!important; border-color: #7461aa; } .btn-purple.disabled,.btn-purple[disabled] { background-color: #9585bf!important; } .btn-yellow { background-color: #fee188!important; border-color: #fee188; color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; } .btn-yellow:hover { background-color: #f7d05b!important; } .btn.btn-yellow.active { background-color: #f9d570!important; border-color: #edcc71; } .btn.btn-yellow.active:after { border-bottom-color: #c96338; } .btn-yellow.disabled,.btn-yellow[disabled] { background-color: #fee188!important; } .btn-light { color: #888!important; background-color: #e7e7e7!important; border-color: #e7e7e7; text-shadow: 0 -1px 0 rgba(250,250,250,0.25)!important; } .btn-light:hover { background-color: #d9d9d9!important; } .btn.btn-light.active { background-color: #dfdfdf!important; border-color: #d5d5d5; color: #515151; } .btn.btn-light.active:after { border-bottom-color: #aaa; } .btn-light.disabled,.btn-light[disabled] { background-color: #e7e7e7!important; } .btn-light.btn-mini:after { left: -2px; right: -2px; top: -2px; bottom: -2px; } .btn-light.btn-small:after { left: -4px; right: -4px; top: -4px; bottom: -4px; } .btn-light.btn-large:after { left: -6px; right: -6px; top: -6px; bottom: -6px; } .btn-grey { background-color: #a0a0a0!important; border-color: #a0a0a0; } .btn-grey:hover { background-color: #888!important; } .btn-grey.active { background-color: #929292!important; border-color: #888; } .btn-grey.disabled,.btn-grey[disabled] { background-color: #a0a0a0!important; } .btn-white { background-color: #f7f7f7!important; border-color: #d7d7d7; text-shadow: none!important; } .btn-white:hover { background-color: #EEE!important; } .btn-white.active { background-color: #f1f1f1!important; border-color: #999; } .btn-white.disabled,.btn-white[disabled] { background-color: #f7f7f7!important; } .btn.disabled.active,.btn.disabled:focus,.btn[disabled]:active,.btn[disabled].active,.btn[disabled]:focus { outline: 0; } .btn.disabled:active,.btn[disabled]:active { top: 0; left: 0; } .btn.active { color: #efe5b5; } .btn.active:after { display: inline-block; content: ""; position: absolute; border-bottom: 1px solid #efe5b5; left: -4px; right: -4px; bottom: -4px; } .btn-small.active:after { left: -3px; right: -3px; bottom: -3px; border-bottom-width: 1px; } .btn-large.active:after { left: -5px; right: -5px; bottom: -5px; border-bottom-width: 1px; } .btn-mini.active:after { left: -1px; right: -1px; bottom: -1px; border-bottom-width: 1px; } .btn>[class*="icon-"] { margin-right: 4px; font-size: 110%; display: inline; min-width: 12px; } .btn-large>[class*="icon-"] { margin-right: 6px; font-size: 110%; } .btn-small>[class*="icon-"] { margin-right: 3px; font-size: 110%; } .btn-mini>[class*="icon-"] { margin-right: 2px; font-size: 120%; } .btn>.icon-round { padding: 1px 2px; border: 2px solid #FFF; border-radius: 16px; } .btn>.icon-on-right[class*="icon-"] { margin-right: 0; margin-left: 4px; } .btn-large>.icon-on-right[class*="icon-"] { margin-left: 6px; margin-right: 0; } .btn-small>.icon-on-right[class*="icon-"] { margin-left: 3px; margin-right: 0; } .btn-mini>.icon-on-right[class*="icon-"] { margin-left: 2px; margin-right: 0; } .btn>.icon-only { margin: 0; vertical-align: middle; text-align: center; padding: 0; width: 24px; } .btn-link { border: none!important; background-color: transparent; color: #08c!important; text-shadow: none!important; padding: 4px 12px!important; line-height: 20px!important; } .btn-link:hover { background: none!important; text-shadow: none!important; } .btn-link.active { background: none!important; text-decoration: underline; color: #07b!important; } .btn-link.active:after { display: none; } .btn-link.disabled,.btn-link[disabled] { background: 0; opacity: .65; } .btn-link.disabled:hover { background: none!important; text-decoration: none!important; } .btn-group>.btn:first-child,.btn-group>.btn:last-child { border-radius: 0; } .btn-group>.btn+.btn,.btn-group+.btn { margin: 0 1px 0 0; } .btn-group>.btn:first-child { margin: 0 1px 0 0; } .btn-group>.btn,.btn-group+.btn { margin: 0 1px 0 0; border-width: 3px!important; } .btn-group>.btn-large,.btn-group+.btn-large { border-width: 4px!important; } .btn-group>.btn-small,.btn-group+.btn-small { border-width: 2px!important; } .btn-group>.btn-mini,.btn-group+.btn-mini { border-width: 1px!important; } .btn-group-vertical>.btn,.btn-group-vertical>.btn+.btn { margin: 1px 0 0; } .btn-group>.btn:after,.btn-group+.btn:after { left: -2px; right: -2px; bottom: -2px; border-bottom-width: 1px; } .btn-group>.btn-small:after,.btn-group+.btn-small:after { left: -1px; right: -1px; bottom: -1px; border-bottom-width: 1px; } .btn-group>.btn-large:after,.btn-group+.btn-large:after { left: -3px; right: -3px; bottom: -3px; border-bottom-width: 1px; } .btn-group>.btn-mini:after,.btn-group+.btn-mini:after { left: 0; right: 0; bottom: 0; border-bottom-width: 1px; } .btn-group>.btn+.btn.dropdown-toggle { padding-right: 3px; padding-left: 3px; } .btn-group>.btn+.btn-large.dropdown-toggle { padding-right: 4px; padding-left: 4px; } .btn>.caret { margin-top: 15px; margin-left: 1px; border-width: 5px; border-top-color: #FFF; } .btn-small>.caret { margin-top: 10px; border-width: 4px; } .btn-mini>.caret { margin-top: 9px; border-width: 4px; } .btn-large>.caret { margin-top: 18px; border-width: 6px; } .btn-group>.dropdown-toggle { border-radius: 0; } .btn.btn-app { display: inline-block; width: 100px; margin: 2px; position: relative; font-size: 18px; font-weight: normal; color: #FFF; text-align: center; text-shadow: 0 -1px -1px rgba(0,0,0,0.2)!important; border: 0; border-radius: 12px!important; padding: 12px 0 8px; background: #b3c1cb!important; background: -moz-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcc9d5),color-stop(100%,#abbac3))!important; background: -webkit-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -o-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -ms-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: linear-gradient(to bottom,#bcc9d5 0,#abbac3 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCC9D5',endColorstr='#ABBAC3',GradientType=0)!important; } .btn-app.btn-primary { background: #298acb!important; background: -moz-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b98d6),color-stop(100%,#197ec1))!important; background: -webkit-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -o-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -ms-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: linear-gradient(to bottom,#3b98d6 0,#197ec1 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B98D6',endColorstr='#197EC1',GradientType=0)!important; } .btn-app.btn-info { background: #78bc43!important; background: -moz-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#75b5e6),color-stop(100%,#5ba4d5))!important; background: -webkit-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -o-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -ms-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: linear-gradient(to bottom,#75b5e6 0,#5ba4d5 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75B5E6',endColorstr='#5BA4D5',GradientType=0)!important; } .btn-app.btn-success { background: #84b357!important; background: -moz-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8ebf60),color-stop(100%,#7daa50))!important; background: -webkit-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -o-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -ms-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: linear-gradient(to bottom,#8ebf60 0,#7daa50 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EBF60',endColorstr='#7DAA50',GradientType=0)!important; } .btn-app.btn-danger { background: #d23e37!important; background: -moz-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d55b52),color-stop(100%,#d12723))!important; background: -webkit-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -o-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -ms-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: linear-gradient(to bottom,#d55b52 0,#d12723 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D55B52',endColorstr='#D12723',GradientType=0)!important; } .btn-app.btn-warning { background: #ffb752!important; background: -moz-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffbf66),color-stop(100%,#ffa830))!important; background: -webkit-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -o-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -ms-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: linear-gradient(to bottom,#ffbf66 0,#ffa830 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF66',endColorstr='#FFA830',GradientType=0)!important; } .btn-app.btn-purple { background: #9182bb!important; background: -moz-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9b8ac5),color-stop(100%,#8a7cb4))!important; background: -webkit-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -o-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -ms-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: linear-gradient(to bottom,#9b8ac5 0,#8a7cb4 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B8AC5',endColorstr='#8A7CB4',GradientType=0)!important; } .btn-app.btn-pink { background: #d6487e!important; background: -moz-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#db5e8c),color-stop(100%,#ce3970))!important; background: -webkit-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -o-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -ms-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: linear-gradient(to bottom,#db5e8c 0,#ce3970 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB5E8C',endColorstr='#CE3970',GradientType=0)!important; } .btn-app.btn-inverse { background: #393939!important; background: -moz-linear-gradient(top,#494949 0,#303030 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#494949),color-stop(100%,#303030))!important; background: -webkit-linear-gradient(top,#494949 0,#303030 100%)!important; background: -o-linear-gradient(top,#494949 0,#303030 100%)!important; background: -ms-linear-gradient(top,#494949 0,#303030 100%)!important; background: linear-gradient(to bottom,#494949 0,#303030 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949',endColorstr='#303030',GradientType=0)!important; } .btn-app.btn-grey { background: #888!important; background: -moz-linear-gradient(top,#848484 0,#707070 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#848484),color-stop(100%,#707070))!important; background: -webkit-linear-gradient(top,#848484 0,#707070 100%)!important; background: -o-linear-gradient(top,#848484 0,#707070 100%)!important; background: -ms-linear-gradient(top,#848484 0,#707070 100%)!important; background: linear-gradient(to bottom,#848484 0,#707070 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484',endColorstr='#707070',GradientType=0)!important; } .btn-app.btn-light { color: #5a5a5a!important; text-shadow: 0 1px 1px #EEE!important; border: 2px solid #DDD; background: #EEE!important; background: -moz-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#e6e6e6))!important; background: -webkit-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -o-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -ms-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: linear-gradient(to bottom,#f4f4f4 0,#e6e6e6 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4',endColorstr='#E6E6E6',GradientType=0)!important; } .btn-app.btn-yellow { color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; border: 2px solid #fee188; background: #fee188!important; background: -moz-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe8a5),color-stop(100%,#fcd76a))!important; background: -webkit-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -o-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -ms-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: linear-gradient(to bottom,#ffe8a5 0,#fcd76a 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8A5',endColorstr='#FCD76A',GradientType=0)!important; } .btn-app.btn-yellow.active { border-color: #fee188; } .btn.btn-app>[class*=icon] { display: block; font-size: 42px; margin: 0 0 4px; line-height: 36px; min-width: 0; padding: 0; } .btn.btn-app.btn-small { width: 80px; font-size: 16px; border-radius: 10px!important; padding-bottom: 9px; } .btn.btn-app.btn-small>[class*=icon] { display: block; font-size: 32px; line-height: 30px; margin: 0 0 3px; } .btn.btn-app.btn-mini { width: 64px; font-size: 15px; border-radius: 8px!important; padding-bottom: 7px; padding-top: 8px; } .btn.btn-app.btn-mini>[class*=icon] { display: block; font-size: 24px; line-height: 24px; margin: 0; } .btn.btn-app.btn-mini.btn-light { width: 64px; padding-bottom: 6px; } .btn.btn-app.no-radius { border-radius: 0!important; } .btn.btn-app.radius-4 { border-radius: 4px!important; } .btn-app>.badge,.btn-app>.label { position: absolute!important; top: -2px; right: -2px; padding: 1px 3px; text-align: center; font-size: 13px; } .btn-app>.label { padding: 1px 6px 3px; font-size: 13px; } .btn.btn-app.radius-4>.badge,.btn.btn-app.no-radius>.badge { border-radius: 3px; } .btn-app>.badge-right,.btn-app>.label-right { right: auto; left: -2px; } .btn.btn-app.radius-4>.badge.no-radius,.btn.btn-app.no-radius>.badge.no-radius { border-radius: 0; } .btn.btn-app.active { color: #FFF; } .btn.btn-app.active:after { display: none; } .btn.btn-app.btn-yellow.active { color: #963; } .btn.btn-app.btn-light.active { color: #515151; } .pagination ul>li>a,.pager>li>a { border-width: 1px; border-radius: 0!important; } .pagination ul>li>a,.pager>li>a { color: #2283c5; background-color: #fafafa; margin: 0 -1px 0 0; border-color: #e0e8eb; } .pagination ul>li>a:hover,.pager>li>a:hover { background-color: #eaeff2; } .pagination ul>li.disabled>a,.pagination ul>li.disabled>a:hover,.pager>li.disabled>a,.pager>li.disabled>a:hover { background-color: #f9f9f9; border-color: #d9d9d9; } .pagination ul>li.active>a,.pagination ul>li.active>a:hover { background-color: #6faed9; border-color: #6faed9; color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); } .label { border-radius: 0; text-shadow: none; font-size: 11px; font-weight: normal; padding: 1px 5px 3px; background-color: #abbac3!important; } .label[class*="span"][class*="arrow"] { min-height: 0; } .badge { text-shadow: none; font-size: 13px; padding-top: 1px; padding-bottom: 3px; font-weight: normal; line-height: 15px; } .label-transparent,.badge-transparent { background-color: transparent!important; } .label-success,.badge-success { background-color: #82af6f!important; } .badge-important,.label-important { background-color: #d15b47!important; } .badge-info,.label-info { background-color: #3a87ad!important; } .badge-inverse,.label-inverse { background-color: #333!important; } .badge-warning,.label-warning { background-color: #f89406!important; } .badge-pink,.label-pink { background-color: #d6487e!important; } .badge-purple,.label-purple { background-color: #9585bf!important; } .badge-yellow,.label-yellow { background-color: #fee188!important; border-color: #fee188; color: #963!important; } .badge-light,.label-light { background-color: #e7e7e7!important; color: #888!important; } .label-grey,.badge-grey { background-color: #a0a0a0!important; } .label.arrowed,.label.arrowed-in { position: relative; } .label.arrowed { margin-left: 9px; } .label.arrowed-in { margin-left: 9px; } .label.arrowed:before,.label.arrowed-in:before { display: inline-block; content: ""; position: absolute; left: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-right-color: #abbac3; } .label.arrowed-in:before { border-color: #abbac3; border-left-color: transparent!important; left: -9px; } .label.arrowed-right,.label.arrowed-in-right { position: relative; } .label.arrowed-right { margin-right: 9px; } .label.arrowed-in-right { margin-right: 9px; } .label.arrowed-right:after,.label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; right: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-left-color: #abbac3; } .label.arrowed-in-right:after { border-color: #abbac3; border-right-color: transparent!important; right: -9px; } .label-success.arrowed:before { border-right-color: #82af6f; } .label-success.arrowed-in:before { border-color: #82af6f; } .label-success.arrowed-right:after { border-left-color: #82af6f; } .label-success.arrowed-in-right:after { border-color: #82af6f; } .label-warning.arrowed:before { border-right-color: #f89406; } .label-warning.arrowed-in:before { border-color: #f89406; } .label-warning.arrowed-right:after { border-left-color: #f89406; } .label-warning.arrowed-in-right:after { border-color: #f89406; } .label-important.arrowed:before { border-right-color: #d15b47; } .label-important.arrowed-in:before { border-color: #d15b47; } .label-important.arrowed-right:after { border-left-color: #d15b47; } .label-important.arrowed-in-right:after { border-color: #d15b47; } .label-info.arrowed:before { border-right-color: #3a87ad; } .label-info.arrowed-in:before { border-color: #3a87ad; } .label-info.arrowed-right:after { border-left-color: #3a87ad; } .label-info.arrowed-in-right:after { border-color: #3a87ad; } .label-inverse.arrowed:before { border-right-color: #333; } .label-inverse.arrowed-in:before { border-color: #333; } .label-inverse.arrowed-right:after { border-left-color: #333; } .label-inverse.arrowed-in-right:after { border-color: #333; } .label-pink.arrowed:before { border-right-color: #d6487e; } .label-pink.arrowed-in:before { border-color: #d6487e; } .label-pink.arrowed-right:after { border-left-color: #d6487e; } .label-pink.arrowed-in-right:after { border-color: #d6487e; } .label-purple.arrowed:before { border-right-color: #9585bf; } .label-purple.arrowed-in:before { border-color: #9585bf; } .label-purple.arrowed-right:after { border-left-color: #9585bf; } .label-purple.arrowed-in-right:after { border-color: #9585bf; } .label-yellow.arrowed:before { border-right-color: #fee188; } .label-yellow.arrowed-in:before { border-color: #fee188; } .label-yellow.arrowed-right:after { border-left-color: #fee188; } .label-yellow.arrowed-in-right:after { border-color: #fee188; } .label-light.arrowed:before { border-right-color: #e7e7e7; } .label-light.arrowed-in:before { border-color: #e7e7e7; } .label-light.arrowed-right:after { border-left-color: #e7e7e7; } .label-light.arrowed-in-right:after { border-color: #e7e7e7; } .label-grey.arrowed:before { border-right-color: #a0a0a0; } .label-grey.arrowed-in:before { border-color: #a0a0a0; } .label-grey.arrowed-right:after { border-left-color: #a0a0a0; } .label-grey.arrowed-in-right:after { border-color: #a0a0a0; } .label-large { font-size: 13px; padding: 3px 8px 5px; } .label-large.arrowed { margin-left: 12px; } .label-large.arrowed-in { margin-left: 12px; } .label-large.arrowed:before,.label-large.arrowed-in:before { left: -16px; border-width: 11px 8px; } .label-large.arrowed-in:before { left: -12px; } .label-large.arrowed-right { margin-right: 11px; } .label-large.arrowed-in-right { margin-right: 11px; } .label-large.arrowed-right:after,.label-large.arrowed-in-right:after { right: -16px; border-width: 11px 8px; } .label-large.arrowed-in-right:after { right: -12px; } .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"] { background-image: none; } .dropdown-menu { border-radius: 0; box-shadow: 0 2px 4px rgba(0,0,0,0.2); } .dropdown-submenu>a:after { margin-right: -5px; } .dropdown-menu.dropdown-icon-only { min-width: 0; } .dropdown-menu.dropdown-icon-only>li { float: left; margin: 0 4px; } .dropdown-menu.dropdown-icon-only>li>a [class*="icon-"] { width: 18px; font-size: 16px; } .dropdown-menu.dropdown-icon-only>li>a .icon-2x { width: 36px; font-size: 22px; } .dropdown-menu li a { margin-bottom: 1px; margin-top: 1px; } .dropdown-menu li a { font-size: 13px; padding-left: 11px; padding-right: 11px; } .dropdown-menu li a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover,.dropdown-submenu:hover>a,.dropdown-menu li>a:focus,.nav-tabs .dropdown-menu li>a:focus { background: #4f99c6; } .dropdown-menu.dropdown-default li a:hover,.dropdown-menu.dropdown-default .active>a,.dropdown-menu.dropdown-default .active>a:hover,.dropdown-default>.dropdown-submenu:hover>a,.dropdown-default li>a:focus,.nav-tabs .dropdown-default li>a:focus { background: #abbac3; } .dropdown-menu.dropdown-info li a:hover,.dropdown-menu.dropdown-info .active>a,.dropdown-menu.dropdown-info .active>a:hover,.dropdown-info>.dropdown-submenu:hover>a,.dropdown-info li>a:focus,.nav-tabs .dropdown-info li>a:focus { background: #6fb3e0; } .dropdown-menu.dropdown-purple li a:hover,.dropdown-menu.dropdown-purple .active>a,.dropdown-menu.dropdown-purple .active>a:hover,.dropdown-purple>.dropdown-submenu:hover>a,.dropdown-purple li>a:focus,.nav-tabs .dropdown-purple li>a:focus { background: #9585bf; } .dropdown-menu.dropdown-success li a:hover,.dropdown-menu.dropdown-success .active>a,.dropdown-menu.dropdown-success .active>a:hover,.dropdown-success>.dropdown-submenu:hover>a,.dropdown-success li>a:focus,.nav-tabs .dropdown-success li>a:focus { background: #87b87f; } .dropdown-menu.dropdown-warning li a:hover,.dropdown-menu.dropdown-warning .active>a,.dropdown-menu.dropdown-warning .active>a:hover,.dropdown-warning>.dropdown-submenu:hover>a,.dropdown-warning li>a:focus,.nav-tabs .dropdown-warning li>a:focus { background: #ffa24d; } .dropdown-menu.dropdown-danger li a:hover,.dropdown-menu.dropdown-danger .active>a,.dropdown-menu.dropdown-danger .active>a:hover,.dropdown-danger>.dropdown-submenu:hover>a,.dropdown-danger li>a:focus,.nav-tabs .dropdown-danger li>a:focus { background: #d15b47; } .dropdown-menu.dropdown-inverse li a:hover,.dropdown-menu.dropdown-inverse .active>a,.dropdown-menu.dropdown-inverse .active>a:hover,.dropdown-inverse>.dropdown-submenu:hover>a,.dropdown-inverse li>a:focus,.nav-tabs .dropdown-inverse li>a:focus { background: #555; } .dropdown-menu.dropdown-pink li a:hover,.dropdown-menu.dropdown-pink .active>a,.dropdown-menu.dropdown-pink .active>a:hover,.dropdown-pink>.dropdown-submenu:hover>a,.dropdown-pink li>a:focus,.nav-tabs .dropdown-pink li>a:focus { background: #d6487e; } .dropdown-menu.dropdown-grey li a:hover,.dropdown-menu.dropdown-grey .active>a,.dropdown-menu.dropdown-grey .active>a:hover,.dropdown-grey>.dropdown-submenu:hover>a,.dropdown-grey li>a:focus,.nav-tabs .dropdown-grey li>a:focus { background: #a0a0a0; } .dropdown-menu.dropdown-light li a:hover,.dropdown-menu.dropdown-light .active>a,.dropdown-menu.dropdown-light .active>a:hover,.dropdown-light>.dropdown-submenu:hover>a,.dropdown-light li>a:focus,.nav-tabs .dropdown-light li>a:focus { background: #e9e9e9; color: #333; } .dropdown-menu.dropdown-lighter li a:hover,.dropdown-menu.dropdown-lighter .active>a,.dropdown-menu.dropdown-lighter .active>a:hover,.dropdown-lighter>.dropdown-submenu:hover>a,.dropdown-lighter li>a:focus,.nav-tabs .dropdown-lighter li>a:focus { background: #f3f3f3; color: #444; } .dropdown-menu.dropdown-yellow li a:hover,.dropdown-menu.dropdown-yellow .active>a,.dropdown-menu.dropdown-yellow .active>a:hover,.dropdown-yellow>.dropdown-submenu:hover>a,.dropdown-yellow li>a:focus,.nav-tabs .dropdown-yellow li>a:focus { background: #fee188; color: #444; } .dropdown-submenu>.dropdown-menu { border-radius: 0!important; } .dropdown-light .dropdown-submenu:hover>a:after,.dropdown-lighter .dropdown-submenu:hover>a:after { border-left-color: #444; } .nav-tabs .dropdown-menu { border-radius: 0; } .dropdown-menu.dropdown-closer { top: 80%; left: -10px; } .dropdown-menu.pull-right.dropdown-closer { right: -10px; left: auto; } .dropdown-menu.dropdown-close { top: 92%; left: -5px; } .dropdown-menu.pull-right.dropdown-close { right: -5px; left: auto; } .dropdown-colorpicker>.dropdown-menu { top: 80%; left: -7px; } .dropdown-colorpicker>.dropdown-menu.pull-right { right: -7px; left: auto; } .dropdown-colorpicker>.dropdown-menu { padding: 4px; min-width: 120px; max-width: 120px; } .dropdown-colorpicker>.dropdown-menu>li,.dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn { display: block; float: left; width: 20px; height: 20px; margin: 2px; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn { margin: 0; padding: 0; float: none; position: relative; border-radius: 0; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn:hover { opacity: .8; transform: scale(1.08); text-decoration: none; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn.selected:after { font-family: FontAwesome; display: inline-block; position: absolute; left: 0; right: 0; text-align: center; line-height: 20px; content: "\f00c"; font-size: 11px; color: #FFF; } .btn-colorpicker { display: inline-block; width: 20px; height: 20px; background-color: #DDD; vertical-align: middle; border-radius: 0; } .dropdown-navbar { padding: 0; width: 240px; border-color: #bcd4e5; box-shadow: 0 2px 4px rgba(30,30,100,0.25); } .dropdown-navbar>li { padding: 0 8px; background-color: #FFF; } .dropdown-navbar>li:hover { background-color: #f4f9fc!important; } .dropdown-navbar>li.nav-header { text-shadow: none; background-color: #ecf2f7!important; color: #8090a0; padding-top: 7px; padding-bottom: 7px; font-size: 13px; font-weight: bold; text-transform: none; border-bottom: 1px solid #bcd4e5; } .dropdown-navbar>li>[class*="icon-"],.dropdown-navbar>li>a>[class*="icon-"] { margin-right: 5px!important; color: #555; font-size: 13px; } .dropdown-navbar>li.nav-header>[class*="icon-"] { color: #8090a0; } .dropdown-navbar>li>a { padding: 10px 2px; margin: 0; border-bottom: 1px solid #e4ecf3; font-size: 10px; line-height: 16px; color: #555; } .dropdown-navbar>li>a:active { background-color: transparent; color: #555; } .dropdown-navbar>li>a:hover { background-color: transparent!important; color: #555; } .dropdown-navbar>li:last-child>a { border-bottom: 0 solid #DDD; border-top: 1px dotted transparent; color: #4f99c6; text-align: center; font-size: 13px; } .dropdown-navbar>li:last-child>a:hover { background-color: #FFF; color: #4f99c6; text-decoration: underline; } .dropdown-navbar>li:last-child>a:hover>[class*="icon-"] { text-decoration: none; } .dropdown-navbar>li>a .progress { margin-bottom: 0; margin-top: 4px; } .dropdown-navbar>li>a .badge { line-height: 16px; padding-right: 4px; padding-left: 4px; font-size: 12px; } .msg-photo { margin-right: 6px; max-width: 42px; } .msg-body { display: inline-block; line-height: 20px; white-space: normal; vertical-align: middle; max-width: 175px; } .msg-title { display: inline-block; line-height: 14px; } .msg-time { display: block; font-size: 11px; color: #777; } .msg-time>[class*="icon-"] { font-size: 14px; color: #555; } .dropdown-navbar.navbar-pink { border-color: #e5bcd4; } .dropdown-navbar.navbar-pink>li.nav-header { background-color: #f7ecf2!important; color: #b471a0; border-bottom-color: #e5bcd4; } .dropdown-navbar.navbar-pink>li.nav-header:hover { background-color: #f7ecf2!important; } .dropdown-navbar.navbar-pink>li:hover { background-color: #fcf4f9!important; } .dropdown-navbar.navbar-pink>li.nav-header>[class*="icon-"] { color: #c06090; } .dropdown-navbar.navbar-pink>li>a { border-bottom-color: #f3e4ec; } .dropdown-navbar.navbar-grey { border-color: #e5e5e5; } .dropdown-navbar.navbar-grey>li.nav-header { background-color: #f2f2f2!important; color: #3a87ad; border-bottom-color: #e5e5e5; } .dropdown-navbar.navbar-grey>li.nav-header:hover { background-color: #f2f2f2!important; } .dropdown-navbar.navbar-grey>li.nav-header>[class*="icon-"] { color: #3a87ad; } .dropdown-navbar.navbar-grey>li:hover { background-color: #f8f8f8!important; } .dropdown-navbar.navbar-grey>li>a { border-bottom-color: #EEE; } .dropdown-navbar.navbar-green { border-color: #b4d5ac; } .dropdown-navbar.navbar-green>li.nav-header { background-color: #ebf7e4!important; color: #8A6; border-bottom-color: #c4e0ac; } .dropdown-navbar.navbar-green>li.nav-header:hover { background-color: #ebf7e4!important; } .dropdown-navbar.navbar-green>li:hover { background-color: #f4f9ef!important; } .dropdown-navbar.navbar-green>li.nav-header>[class*="icon-"] { color: #90c060; } .dropdown-navbar.navbar-green>li>a { border-bottom-color: #ecf3e4; } .dropdown-navbar [class*="btn"][class*="icon-"] { border: 0; margin: 0 5px 0 0; width: 24px; text-align: center; padding-left: 0; padding-right: 0; } #user_menu>li>a { padding: 4px 12px; } #user_menu>li>a>[class*="icon-"] { margin-right: 6px; font-size: 120%; } #user_info { max-width: 100px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; line-height: 15px; position: relative; top: 6px; } #user_info>small { display: block; } .table-bordered { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child { border-radius: 0!important; } .table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child { border-radius: 0!important; } .table-bordered { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child { border-radius: 0!important; } .table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child { border-radius: 0!important; } .table thead:first-child tr { background: #f2f2f2; background: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ececec)); background: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -ms-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#ECECEC',GradientType=0); color: #707070; font-weight: normal; } .table thead:first-child tr th { border: 1px solid #DDD; border-width: 0 1px; font-weight: bold; } .table thead:first-child tr th>[class*="icon-"] { margin-right: 2px; } .table thead:first-child tr th:first-child { border-left-color: #f1f1f1; } .table thead:first-child tr th:last-child { border-right-color: #f1f1f1; } .table-bordered thead:first-child tr th { border-width: 0 0 0 1px; border-color: #DDD; vertical-align: middle; } .table-bordered thead:first-child tr th:first-child { border-left-color: #DDD; } .table-hover tbody tr:hover td,.table-hover tbody tr:hover th { background-color: #f1f1f1; } td .lbl,th .lbl { margin-bottom: 0; } td>.lbl:only-child,th>.lbl:only-child { vertical-align: top; } td.center,th.center { text-align: center; } .table-header { background-color: #ff892a; color: #FFF; font-size: 14px; line-height: 38px; padding-left: 12px; margin-bottom: 1px; } .form-line { margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid #EEE; } .form-actions { display: block; } .help-button { display: inline-block; height: 18px; width: 18px; line-height: 20px; text-align: center; padding: 0; background-color: #65bcda; color: #FFF; font-size: 12px; font-weight: bold; cursor: default; margin-left: 4px; border-radius: 16px; border-color: #FFF; border: 2px solid #FFF; box-shadow: 0 1px 0 1px rgba(0,0,0,0.2); } .help-button:hover { background-color: #65bcda; text-shadow: none; } label,.lbl { vertical-align: middle; } td>label,th>label,label.inline { margin-bottom: 0; line-height: inherit; } textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] { border-radius: 0!important; border-width: 1px; color: #AAA; background-color: #FFF; border-color: #d5d5d5; box-shadow: none; -moz-transition-duration: .1s; -webkit-transition-duration: .1s; -o-transition-duration: .1s; -ms-transition-duration: .1s; transition-duration: .1s; } input.block { display: block; margin-bottom: 9px; } textarea.autosize-transition { -webkit-transition: height .2s; -moz-transition: height .2s; -o-transition: height .2s; -ms-transition: height .2s; transition: height .2s; } .limiterBox { border: 1px solid #222; border-top: 0; background-color: #333; padding: 3px 6px; font-size: 12px; color: #FFF; margin-top: 6px; } .limiterBox:after { display: none; } .limiterBox:before { display: block; content: ""; position: absolute; width: 0; height: 0; top: -8px; left: 50%; margin-left: -5px; border-color: transparent; border-style: solid; border-bottom-color: #333; border-width: 0 8px 8px; } select { border-radius: 0; border-width: 1px; } select:focus { outline: 0; box-shadow: 0 0 0 2px rgba(245,153,66,0.3); border-color: #f59942; } option { padding: 3px 4px; } option:hover,option:active,option:focus { background-color: #e5e9ee; color: #111; } option[value=""] { padding: 0; } textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus { box-shadow: 0 0 0 2px rgba(245,153,66,0.3); color: #838182; border-color: #f59942; background-color: #FFF; } input[disabled] { color: #848484; background-color: #EEE; } input[readonly] { color: #939192; background: #f5f5f5!important; cursor: default; } input[readonly]:focus { box-shadow: 0 0 0 2px rgba(150,150,150,0.3); border-color: #AAA; background-color: #f9f9f9; } .width-50 { width: 50%!important; } .width-75 { width: 75%!important; } .width-80 { width: 80%!important; } .width-90 { width: 90%!important; } .width-100 { width: 100%; } .help-inline { font-size: 13px!important; } .input-icon { position: relative; } span.input-icon { display: inline-block; } .input-icon>input,.input-icon>input { padding-left: 24px; padding-right: 6px; } .input-icon.input-icon-right>input,.input-icon.input-icon-right>input { padding-left: 6px; padding-right: 24px; } .input-icon>[class*="icon-"] { padding: 0 3px; z-index: 2; position: absolute; top: 1px; bottom: 1px; left: 3px; line-height: 28px; display: inline-block; color: #909090; font-size: 16px; } .input-icon.input-icon-right>[class*="icon-"] { left: auto; right: 3px; } .input-icon>input:focus+[class*="icon-"] { color: #579; } .input-icon+.help-inline { padding-left: 8px; } .radio [type=checkbox]+label,.checkbox [type=radio]+label { float: left; margin-left: -20px; } .form-search .radio [type=radio]+label,.form-search .checkbox [type=checkbox]+label,.form-inline .radio [type=radio]+label,.form-inline .checkbox [type=checkbox]+label { margin-left: 0; margin-right: 3px; } .form-search .input-append .search-query:focus,.form-search .input-prepend .search-query:focus { box-shadow: none; } input[type=checkbox],input[type=radio] { opacity: 0; position: absolute; z-index: 12; width: 18px; height: 18px; } input[type=checkbox]:focus,input[type=radio]:focus,input[type=checkbox]:checked,input[type=radio]:checked { outline: none!important; } input[type=checkbox]+.lbl,input[type=radio]+.lbl { position: relative; z-index: 11; display: inline-block; margin: 0; line-height: 20px; min-height: 14px; min-width: 14px; font-weight: normal; } input[type=checkbox]+.lbl.padding-4::before,input[type=radio]+.lbl.padding-4::before { margin-right: 4px; } input[type=checkbox]+.lbl.padding-6::before,input[type=radio]+.lbl.padding-6::before { margin-right: 6px; } input[type=checkbox]+.lbl.padding-8::before,input[type=radio]+.lbl.padding-8::before { margin-right: 8px; } input[type=checkbox]+.lbl::before,input[type=radio]+.lbl::before { font-family: fontAwesome; font-weight: normal; font-size: 11px; color: #32a3ce; content: "\a0"; display: inline-block; background-color: #fafafa; border: 1px solid #CCC; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border-radius: 0; display: inline-block; text-align: center; vertical-align: middle; height: 13px; line-height: 13px; min-width: 13px; margin-right: 1px; } input[type=checkbox]:active+.lbl::before,input[type=checkbox]:checked:active+.lbl::before,input[type=radio]:active+.lbl::before,input[type=radio]:checked:active+.lbl::before { box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1); } input[type=checkbox]:checked+.lbl::before,input[type=radio]:checked+.lbl::before { display: inline-block; content: '\f00c'; background-color: #f5f8fc; border-color: #adb8c0; box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1); } input[type=checkbox]:hover+.lbl::before,input[type=radio]:hover+.lbl::before,input[type=checkbox]+.lbl:hover::before,input[type=radio]+.lbl:hover::before { border-color: #ff893c; } input[type=checkbox].ace-checkbox-2+.lbl::before { box-shadow: none; } input[type=checkbox].ace-checkbox-2:checked+.lbl::before { background-color: #f9a021; border-color: #f9a021; color: #FFF; } input[type=checkbox]:disabled+.lbl::before,input[type=radio]:disabled+.lbl::before { background-color: #DDD!important; border-color: #CCC!important; box-shadow: none!important; color: #BBB; } input[type=radio]+.lbl::before { border-radius: 32px; font-family: Arial,Helvetica,sans-serif; font-size: 36px; } input[type=radio]:checked+.lbl::before { content: "\2022"; } input[type=checkbox].ace-switch :active+.lbl::before,input[type=checkbox].ace-switch :checked:active+.lbl::before { box-shadow: none; } input[type=checkbox].ace-switch { width: 55px; height: 20px; } input[type=checkbox].ace-switch+.lbl { margin: 0 4px; min-height: 24px; } input[type=checkbox].ace-switch+.lbl::before { font-family: Arial,Helvetica,sans-serif; content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF"; color: #999; font-weight: bold; font-size: 11px; line-height: 18px; line-height: 21px\9; height: 18px; overflow: hidden; border-radius: 12px; background-color: #f5f5f5; box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.2); border: 1px solid #CCC; text-align: left; float: left; padding: 0; width: 50px; text-indent: -19px; text-indent: -21px\9; margin-right: 0; -webkit-transition: text-indent .4s ease; -moz-transition: text-indent .4s ease; -o-transition: text-indent .4s ease; -ms-transition: text-indent .4s ease; transition: text-indent .4s ease; } input[type=checkbox].ace-switch:checked+.lbl::before { text-indent: 9px; color: #FFF; background-color: #8ab2c9; border-color: #468fcc; } input[type=checkbox].ace-switch+.lbl::after { font-family: Arial,Helvetica,sans-serif; content: '|||'; font-size: 10px; font-weight: lighter; color: #e5e5e5; background-color: #FFF; text-shadow: -1px 0 0 rgba(0,0,0,0.15); text-align: center; border-radius: 12px; width: 22px; height: 22px; line-height: 20px; position: absolute; top: -2px; left: -3px; padding: 0; box-shadow: 0 1px 1px 1px rgba(0,0,0,.3); text-shadow: 0 1px 1px rgba(0,0,0,0.3) inset; -webkit-transition: left .4s ease; -moz-transition: left .4s ease; -o-transition: left .4s ease; -ms-transition: left .4s ease; transition: left .4s ease; } input[type=checkbox].ace-switch:checked+.lbl::after { left: 34px; background-color: #FFF; color: #8ab2c9; } input[type=checkbox].ace-switch-2+.lbl::before { content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO"; } input[type=checkbox].ace-switch-3+.lbl::after { font-family: FontAwesome; font-size: 13px; line-height: 23px; content: "\f00d"; top: -1px; } input[type=checkbox].ace-switch-3:checked+.lbl::after { content: "\f00c"; } input[type=checkbox].ace-switch-4+.lbl::before,input[type=checkbox].ace-switch-5+.lbl::before { content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF"; font-family: Arial,Helvetica,sans-serif; font-weight: bolder; font-size: 12px; line-height: 21px; height: 20px; overflow: hidden; line-height: 21px\9; border-radius: 12px; display: inline-block; background-color: #8b9aa3; border: 1px solid #8b9aa3; color: #FFF; width: 52px; text-indent: -25px; text-indent: -28px\9; display: inline-block; position: relative; margin-right: 8px; box-shadow: none; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; } input[type=checkbox].ace-switch-4:checked+.lbl::before,input[type=checkbox].ace-switch-5:checked+.lbl::before { text-indent: 9px; background-color: #468fcc; border-color: #468fcc; } input[type=checkbox].ace-switch-4+.lbl::after,input[type=checkbox].ace-switch-5+.lbl::after { font-family: Arial,Helvetica,sans-serif; content: '|||'; text-shadow: -1px 0 0 rgba(0,0,0,0.2); font-size: 7px; font-weight: lighter; color: #8b9aa3; text-align: center; position: absolute; border-radius: 12px; color: #5b6a73; top: 2px; left: 2px; width: 18px; height: 18px; line-height: 16px; background-color: #FFF; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; } input[type=checkbox].ace-switch-4:checked+.lbl::after,input[type=checkbox].ace-switch-5:checked+.lbl::after { left: 34px; background-color: #FFF; } input[type=checkbox].ace-switch-5+.lbl::before { content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO"; } input[type=checkbox].ace-switch-5:checked+.lbl::before { text-indent: 8px; } input[type=checkbox].ace-switch-6+.lbl { position: relative; } input[type=checkbox].ace-switch-6+.lbl::before { font-family: FontAwesome; content: "\f00d"; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); box-shadow: none; border: 0; font-weight: lighter; font-size: 16px; border-radius: 12px; display: inline-block; background-color: #888; color: #f2f2f2; width: 52px; height: 22px; line-height: 20px; text-indent: 32px; -webkit-transition: background .1s ease; -moz-transition: background .1s ease; -o-transition: background .1s ease; -ms-transition: background .1s ease; transition: background .1s ease; } input[type=checkbox].ace-switch-6:checked+.lbl::before { content: "\f00c"; text-indent: 6px; color: #FFF; border-color: #b7d3e5; background-color: #ff893c; } input[type=checkbox].ace-switch-6+.lbl::after { content: ''; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); position: absolute; top: 2px; left: 3px; border-radius: 12px; box-shadow: 0 -1px 0 rgba(0,0,0,0.25); width: 10px; height: 10px; text-align: center; background-color: #f2f2f2; border: 4px solid #f2f2f2; -webkit-transition: left .2s ease; -moz-transition: left .2s ease; -o-transition: left .2s ease; -ms-transition: left .2s ease; transition: left .2s ease; } input[type=checkbox].ace-switch-6:checked+.lbl::after { left: 32px; background-color: #FFF; border: 4px solid #FFF; text-shadow: 0 -1px 0 rgba(0,200,0,0.25); } input[type=checkbox].ace-switch-7 { width: 75px; } input[type=checkbox].ace-switch-7+.lbl { position: relative; } input[type=checkbox].ace-switch-7+.lbl::before { content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON"; font-weight: bolder; font-size: 14px; line-height: 20px; display: inline-block; background-color: #FFF; border: 2px solid #AAA; border-radius: 0; box-shadow: none; color: #aaa; width: 70px; height: 22px; line-height: 22px; overflow: hidden; text-indent: 4px; display: inline-block; position: relative; margin-right: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } input[type=checkbox].ace-switch-7:checked+.lbl::before { color: #468fcc; background-color: #FFF; text-indent: -33px; border-color: #6fb3e0; } input[type=checkbox].ace-switch-7+.lbl::after { content: '\f00d'; font-family: FontAwesome; font-size: 16px; position: absolute; top: 3px; left: 39px; width: 32px; height: 20px; line-height: 18px; text-align: center; background-color: #aaa; color: #FFF; border-radius: 0; box-shadow: none; transition: all .2s ease-in-out; } input[type=checkbox].ace-switch-7:checked+.lbl::after { left: 3px; content: '\f00c'; background-color: #468fcc; color: #FFF; } .input-prepend .add-on,.input-append .add-on { border-radius: 0!important; } .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on { border-color: #92bf65; } .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on { border-color: #f09784; } .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on { border-color: #e0c43a; } .control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on { border-color: #64a6bc; } .input-append>.btn,.input-prepend>.btn { line-height: 20px; padding: 0 6px; border-radius: 0; } .input-append>.btn-small,.input-prepend>.btn-small { line-height: 22px; } .input-append>.btn+.btn,.input-prepend>.btn+.btn { margin-left: 1px; } .input-append>.btn-group>.btn,.input-prepend>.btn-group>.btn { line-height: 23px; } .input-append>.btn-group>.btn-small,.input-prepend>.btn-group>.btn-small { line-height: 26px; } .input-append>.btn>.caret,.input-prepend>.btn>.caret,.input-append>.btn-small>.caret,.input-prepend>.btn-small>.caret,.input-append>.btn-group>.btn>.caret,.input-prepend>.btn-group>.btn>.caret,.input-append>.btn-group>.btn-small>.caret,.input-prepend>.btn-group>.btn-small>.caret { margin-top: 10px; } .ace-file-input { position: relative; height: 38px; line-height: 38px; margin-bottom: 9px; } .ace-file-input input { position: absolute; z-index: -1; visibility: hidden; } .ace-file-input label { display: block; position: absolute; top: 0; left: 0; right: 0; height: 28px; background-color: #FFF; border: 1px solid #e3e3e3; cursor: pointer; box-shadow: 0 0 0 4px rgba(0,0,0,0.06); -webkit-transition: all .15s; -moz-transition: all .15s; -o-transition: all .15s; transition: all .15s; } .ace-file-input label:hover { box-shadow: 0 0 0 4px rgba(245,153,66,0.3); border-color: #f59942; } .ace-file-input label:before { display: inline-block; content: attr(data-title); position: absolute; right: 0; top: 0; bottom: 0; padding: 0 8px; line-height: 24px; text-align: center; background-color: #6fb3e0; color: #FFF; font-size: 11px; font-weight: bold; border: 2px solid #FFF; border-left-width: 4px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } .ace-file-input label [class*="icon-"],.ace-file-multiple label.selected span [class*="icon-"] { display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; text-align: center; font-family: FontAwesome; font-size: 13px; line-height: 22px; width: 22px; border: 2px solid #FFF; background-color: #d1d1d1; color: #FFF; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; -ms-transition: all .1s; transition: all .1s; } .ace-file-input label span { display: inline-block; height: 28px; max-width: 80%; white-space: nowrap; overflow: hidden; line-height: 28px; color: #888; font-size: 13px; position: static; padding-left: 30px; } .ace-file-input label span:after { display: inline-block; content: attr(data-title); } .ace-file-input label.selected span { color: #666; } .ace-file-input .remove { position: absolute; right: -8px; top: 6px; display: none; width: 17px; text-align: center; height: 17px; line-height: 15px; font-size: 11px; font-weight: normal; background-color: #fb7142; border-radius: 24px; color: #FFF; } .ace-file-input a:hover { text-decoration: none; } .ace-file-input label.selected { right: 16px; } .ace-file-input label.selected+.remove { display: inline-block; } .ace-file-input label.selected [class*="icon-"] { background-color: #efad62; } .ace-file-input label.selected .icon-picture { background-color: #bd7a9d; } .ace-file-input label.selected .icon-film { background-color: #87b87f; } .ace-file-input label.selected .icon-music { background-color: #8b7ac9; } .ace-file-input label.selected .icon-archive { background-color: #efad62; } .ace-file-input label.hide-placeholder:before { display: none; } .ace-file-multiple { height: auto; } .ace-file-multiple label { position: relative; height: auto; border: 1px dashed #AAA; border-radius: 4px; } .ace-file-multiple label:before { display: inline-block; content: attr(data-title); position: relative; right: 0; left: 0; margin: 12px; line-height: 22px; background-color: #FFF; color: #CCC; font-size: 18px; font-weight: bold; border: 0; } .ace-file-multiple label span { position: relative; display: block; padding: 0; height: auto; width: auto; max-width: 100%; margin: 0 4px; border-bottom: 1px solid #DDD; } .ace-file-multiple label span:last-child { border-bottom-width: 0; margin-bottom: 1px; } .ace-file-multiple label span:first-child { margin-top: 1px; } .ace-file-multiple label span:after { display: none; } .ace-file-multiple label.selected span:after { display: inline-block; white-space: pre; } .ace-file-multiple label span img { padding: 2px; margin: 3px; border: 1px solid #d7d7d7; background-color: #FFF; background-repeat: no-repeat; background-position: center; margin: 4px 8px 4px 1px; } .ace-file-multiple label span img+[class*="icon-"],.ace-file-multiple label.selected span img+[class*="icon-"] { display: none; } .ace-file-multiple label span:last-child { border-bottom-width: 0; } .ace-file-multiple .remove { right: -11px; top: -11px; border: 3px solid #BBB; border-radius: 32px; background-color: #FFF; color: red; } .ace-file-multiple label.selected+.remove:hover { border-color: #f4c0b1; } .ace-file-multiple label span [class*="icon-"] { position: relative; display: block; text-align: center; height: auto; line-height: 64px; width: auto; font-size: 64px; color: #d5d5d5; margin: 4px 0 4px; background-color: transparent; } .ace-file-multiple label.selected:after { display: none; } .ace-file-multiple label.selected span [class*="icon-"] { position: relative; margin-right: 4px; margin-left: 2px; line-height: 24px; background-color: #efad62; } .ace-file-multiple label span.large { text-align: center; border-bottom: 2px solid #222; margin: 2px; margin: 0 1px 3px; } .ace-file-multiple label span.large:last-child { margin: 0 1px 0; border-bottom-width: 0; } .ace-file-multiple label span.large:after { position: absolute; top: auto; bottom: 0; left: 0; right: 0; padding: 0 4px; background-color: #555; color: #FFF; opacity: .8; } .ace-file-multiple label span.large img { border-width: 0; margin: 0; padding: 0; } .ace-file-input input[type=file][disabled]+label,.ace-file-input input[type=file][readonly]+label { cursor: not-allowed; background-color: #EEE; } .ace-file-input input[type=file][readonly]+label { cursor: default; } .ace-file-input input[type=file][disabled]+label:hover,.ace-file-input input[type=file][readonly]+label:hover { box-shadow: 0 0 0 4px rgba(0,0,0,0.06); border-color: #e3e3e3; } .ace-file-input input[type=file][disabled]+label:before,.ace-file-input input[type=file][readonly]+label:before { border-color: #EEE; background-color: #a1aaaf; } .ace-file-multiple input[type=file][disabled]+label:hover,.ace-file-multiple input[type=file][readonly]+label:hover { border-color: #AAA; } .ace-file-multiple input[type=file][disabled]+label:before,.ace-file-multiple input[type=file][readonly]+label:before { background-color: transparent; } .ace-file-multiple input[type=file][disabled]+label [class*="icon-"],.ace-file-input input[type=file][readonly]+label [class*="icon-"] { border-color: #EEE; } .ace-spinner { display: inline-block; } .ace-spinner .spinner-buttons { min-width: 18px; } .ace-spinner .spinner-buttons>.btn:first-child { margin-top: 0; } .ace-spinner .spinner-buttons>.btn { border-radius: 0; font-size: 10px; padding: 0; width: 16px; line-height: 12px; height: 12px; position: relative; left: -1px; } .ace-spinner .spinner-buttons>.btn>[class*="icon-"] { font-size: 10px; margin: 0; padding: 0; } .ace-spinner .spinner-input { text-align: center; height: 19px; line-height: 19px; color: #777; } .wizard-steps { list-style: none; display: block; width: 100%; padding: 0; margin: 12px 0 0; position: relative; } .wizard-steps li { display: block; text-align: center; float: left; } .wizard-steps li .step { text-align: center; border: 5px solid #ced1d6; color: #546474; font-size: 15px; border-radius: 32px; line-height: 12px; padding: 5px 10px; background-color: #FFF; position: relative; z-index: 2; display: inline; } .wizard-steps li:before { display: block; content: ""; width: 100%; height: 1px; font-size: 0; overflow: hidden; border-top: 4px solid #ced1d6; position: relative; top: 12px; z-index: 1; } .wizard-steps li:last-child:before { max-width: 50%; width: 50%; } .wizard-steps li:first-child:before { max-width: 50%; left: 50%; } .wizard-steps li.complete .step,.wizard-steps li.complete:before { border-color: #5293c4; } .wizard-steps li.active .step,.wizard-steps li.active:before { border-color: #5293c4; } .wizard-steps li.complete .step:before { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 8px 0; border-radius: 32px; content: "\f00c"; background-color: #FFF; z-index: 103; font-family: FontAwesome; font-size: 17px; color: #87ba21; } .wizard-steps li .title { display: block; margin-top: 12px; max-width: 100%; color: #949ea7; font-size: 14px; z-index: 104; text-align: center; table-layout: fixed; word-wrap: break-word; } .wizard-steps li.complete .title { color: #2b3d53; } .wizard-steps li.active .title { color: #2b3d53; } .step-content .step-pane { display: none; min-height: 200px; padding: 4px 8px 12px; } .step-content .active { display: block; } .wizard-actions { text-align: right; } .chzn-container+.help-inline { vertical-align: middle; } .chzn-select { display: inline!important; visibility: hidden; opacity: 0; position: absolute; z-index: -1; } .chzn-container,[class*="chzn-container"] { vertical-align: middle; } .chzn-container>.chzn-single { line-height: 26px; height: 26px; box-shadow: none; background: #fafafa; } .chzn-choices { box-shadow: none!important; } .chzn-container-single .chzn-single abbr { background: 0; } .chzn-container-single .chzn-single abbr:after { content: "\f00d"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 13px; position: absolute; right: 0; top: -7px; } .chzn-container-single .chzn-single abbr:hover:after { color: #464646; } .chzn-container-single.chzn-disabled .chzn-single abbr:hover:after { color: #464646; } .chzn-container-single .chzn-single div b { background: 0; } .chzn-container-single .chzn-single div b:before { content: "\f0d7"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 12px; position: relative; top: -1px; left: 1px; } .chzn-container-single .chzn-search input { background: 0; border-radius: 0; line-height: 18px; height: 18px; } .chzn-container-single .chzn-search { position: relative; } .chzn-container-single .chzn-search:after { content: "\f002"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 14px; position: absolute; top: 8px; right: 12px; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close { background: 0; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:before { content: "\f00d"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 13px; position: absolute; right: 2px; top: -1px; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover { text-decoration: none; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover:before { color: #464646; } .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close:before { color: #464646; } .chzn-container .chzn-results-scroll-down span { background: 0; } .chzn-container .chzn-results-scroll-up span { background: 0; } .chzn-container .chzn-results-scroll-down span:before,.chzn-container .chzn-results-scroll-up span:before { content: "\f0d7"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 12px; position: relative; top: -1px; left: 1px; } .chzn-container .chzn-results-scroll-up span:before { content: "\f0d8"; } .chzn-container-active .chzn-single-with-drop div b:before { content: "\f0d8"; } .chzn-rtl .chzn-search input { background: 0; } .chzn-rtl .chzn-search:after { content: ""; display: none; } .chzn-rtl .chzn-search:before { content: "\f002"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 14px; position: absolute; top: 9px; left: 12px; } .chzn-container-single .chzn-single { border-radius: 0; } .chzn-container .chzn-results .highlighted { background: #86bd6f; background: #4492c9; background: #316ac5; color: #FFF; } .chzn-container-single .chzn-drop { border-radius: 0; border-bottom: 3px solid #4492c9; border-color: #4492c9; } .chzn-single.chzn-single-with-drop,.chzn-container-active .chzn-single { border-color: #4492c9; } .control-group.error .chzn-single { border-color: #f09784!important; } .control-group.info .chzn-single { border-color: #64a6bc!important; } .control-group.warning .chzn-single { border-color: #e0c43a!important; } .control-group.success .chzn-single { border-color: #92bf65!important; } .ui-slider { background-color: #CCC; } .ui-slider-horizontal { height: 9px; } .ui-slider-vertical { width: 9px; } .ui-slider-range { background-color: #4aa4ce; } .ui-slider-handle { border-radius: 0; background-color: #f5f5f5; border: 1px solid #4aa4ce; position: relative; color: #4aa4ce; } .ui-slider-handle:hover { background-color: #FFF; } .ui-slider-handle:focus,.ui-slider-handle:active { outline: 0; } .ui-slider-handle:after { display: inline-block; content: "|||"; font-size: 7px; font-family: Arial,Helvetica,sans-serif; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; line-height: 14px; } .ui-slider-handle:hover,.ui-slider-handle:active,.ui-slider-handle:focus { box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3); text-decoration: none; } .ui-slider-handle:hover:after,.ui-slider-handle:active:after,.ui-slider-handle:focus:after { text-shadow: 1px 1px 1px rgba(0,0,0,.3); } .ui-slider-green .ui-slider-range { background-color: #8bbc67; } .ui-slider-green .ui-slider-handle { border-color: #8bbc67; color: #8bbc67; } .ui-slider-red .ui-slider-range { background-color: #d36e6e; } .ui-slider-red .ui-slider-handle { border-color: #d36e6e; color: #d36e6e; } .ui-slider-purple .ui-slider-range { background-color: #ac68ba; } .ui-slider-purple .ui-slider-handle { border-color: #ac68ba; color: #ac68ba; } .ui-slider-orange .ui-slider-range { background-color: #efad62; } .ui-slider-orange .ui-slider-handle { border-color: #efad62; color: #efad62; } .ui-slider-dark .ui-slider-range { background-color: #666; } .ui-slider-dark .ui-slider-handle { border-color: #606060; color: #606060; } .ui-slider-small.ui-slider-horizontal { height: 5px; } .ui-slider-small.ui-slider-vertical { width: 5px; } .ui-slider-small .ui-slider-handle { border-radius: 12px; } .ui-slider-small .ui-slider-handle { width: 14px; height: 14px; top: -5px; } .ui-slider-small .ui-slider-handle:after { font-size: 6px; line-height: 13px; } .control-group select,.control-group textarea,.control-group input[type="text"],.control-group input[type="password"],.control-group input[type="datetime"],.control-group input[type="datetime-local"],.control-group input[type="date"],.control-group input[type="month"],.control-group input[type="time"],.control-group input[type="week"],.control-group input[type="number"],.control-group input[type="email"],.control-group input[type="url"],.control-group input[type="search"],.control-group input[type="tel"],.control-group input[type="color"] { background: #FFF; } .control-group.success input,.control-group.success select,.control-group.success textarea { border-color: #92bf65; color: #8bad4c; box-shadow: none; } .control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus { box-shadow: 0 0 0 2px rgba(130,188,58,0.3); color: #786; border-color: #81a85a; } .control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline { color: #7ba065; } .control-group.info input,.control-group.info select,.control-group.info textarea { border-color: #64a6bc; color: #4b89aa; box-shadow: none; } .control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus { box-shadow: 0 0 0 2px rgba(58,120,188,0.3); color: #678; border-color: #5a81a8; } .control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline { color: #657ba0; } .control-group.error input,.control-group.error select,.control-group.error textarea { border-color: #f09784; color: #d68273; box-shadow: none; } .control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus { box-shadow: 0 0 0 2px rgba(219,137,120,0.3); color: #866; border-color: #db8978; } .control-group input:disabled,.control-group input:disabled { color: #848484!important; background-color: #EEE!important; } .control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline { color: #d16e6c; } .control-group.warning input,.control-group.warning select,.control-group.warning textarea { border-color: #e0c43a; color: #d3bd50; box-shadow: none; } .control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus { box-shadow: 0 0 0 2px rgba(216,188,65,0.3); color: #875; border-color: #d8bc41; } .control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline { color: #d19d59; } .control-group.warning .input-icon>[class*="icon-"] { color: #d3bd50; } .control-group.success .input-icon>[class*="icon-"] { color: #8bad4c; } .control-group.error .input-icon>[class*="icon-"] { color: #d68273; } .control-group.info .input-icon>[class*="icon-"] { color: #4b89aa; } .infobox-container { text-align: center; font-size: 0; } .infobox { display: inline-block; width: 200px; height: 52px; color: #555; background-color: #FFF; box-shadow: none; border-radius: 0; margin: -1px 0 0 -1px; padding: 8px 3px 6px 9px; border: 1px dotted; border-color: #d8d8d8!important; vertical-align: middle; text-align: left; position: relative; } .infobox>.infobox-icon { display: inline-block; vertical-align: top; width: 44px; } .infobox>.infobox-icon>[class*="icon-"] { display: inline-block; height: 42px; margin: 0; padding: 1px 1px 0 2px; background-color: transparent; border: 0; text-align: center; position: relative; border-radius: 128px; box-shadow: 1px 1px 0 rgba(0,0,0,0.2); } .infobox>.infobox-icon>[class*="icon-"]:before { opacity: .88; filter: alpha(opacity=88); font-size: 24px; display: block; padding: 6px 0 7px; width: 40px; text-align: center; background-color: rgba(255,255,255,0.22); color: #FFF; border-radius: 128px; text-shadow: 1px 1px 1px rgba(0,0,0,0.15); } .infobox .infobox-content { color: #555; } .infobox>.infobox-data { display: inline-block; border: 0; border-top-width: 0; font-size: 12px; text-align: left; line-height: 21px; min-width: 130px; padding-left: 8px; position: relative; top: 0; } .infobox>.infobox-data>.infobox-data-number { display: block; font-size: 22px; margin: 2px 0 4px; position: relative; text-shadow: 1px 1px 0 rgba(0,0,0,0.15); } .infobox>.infobox-data>.infobox-text { display: block; font-size: 16px; margin: 2px 0 4px; position: relative; text-shadow: none; } .infobox-purple { color: #6f3cc4; border-color: #6f3cc4; } .infobox-purple>.infobox-icon>[class*="icon-"] { background-color: #6f3cc4; } .infobox-purple2 { color: #5f47b0; border-color: #5f47b0; } .infobox-purple>.infobox-icon>[class*="icon-"] { background-color: #5f47b0; } .infobox-pink { color: #cb6fd7; border-color: #cb6fd7; } .infobox-pink>.infobox-icon>[class*="icon-"] { background-color: #cb6fd7; } .infobox-blue { color: #6fb3e0; border-color: #6fb3e0; } .infobox-blue>.infobox-icon>[class*="icon-"] { background-color: #6fb3e0; } .infobox-blue2 { color: #3983c2; border-color: #3983c2; } .infobox-blue2>.infobox-icon>[class*="icon-"] { background-color: #3983c2; } .infobox-blue3 { color: #1144eb; border-color: #1144eb; } .infobox-blue3>.infobox-icon>[class*="icon-"] { background-color: #1144eb; } .infobox-red { color: #d53f40; border-color: #d53f40; } .infobox-red>.infobox-icon>[class*="icon-"] { background-color: #d53f40; } .infobox-brown { color: #c67a3e; border-color: #c67a3e; } .infobox-brown>.infobox-icon>[class*="icon-"] { background-color: #c67a3e; } .infobox-wood { color: #7b3f25; border-color: #7b3f25; } .infobox-wood>.infobox-icon>[class*="icon-"] { background-color: #7b3f25; } .infobox-lightbrown { color: #cebea5; border-color: #cebea5; } .infobox-lightbrown>.infobox-icon>[class*="icon-"] { background-color: #cebea5; } .infobox-orange { color: #e8b110; border-color: #e8b110; } .infobox-orange>.infobox-icon>[class*="icon-"] { background-color: #e8b110; } .infobox-orange2 { color: #f79263; border-color: #f79263; } .infobox-orange2>.infobox-icon>[class*="icon-"] { background-color: #f79263; } .infobox-green { color: #9abc32; border-color: #9abc32; } .infobox-green>.infobox-icon>[class*="icon-"] { background-color: #9abc32; } .infobox-green2 { color: #0490a6; border-top-color: #EEE; } .infobox-green2>.infobox-icon>[class*="icon-"] { background-color: #0490a6; } .infobox-grey { color: #999; border-top-color: #EEE; } .infobox-grey>.infobox-icon>[class*="icon-"] { background-color: #999; } .infobox-black { color: #393939; border-top-color: #EEE; } .infobox-black>.infobox-icon>[class*="icon-"] { background-color: #393939; } .infobox-dark { margin: 1px 1px 0 0; border-color: transparent!important; border: 0; color: #FFF; padding: 4px; } .infobox-dark>.infobox-icon>[class*="icon-"],.infobox-dark>.infobox-icon>[class*="icon-"]:before { background-color: transparent; box-shadow: none; text-shadow: none; border-radius: 0; font-size: 30px; } .infobox-dark>.infobox-icon>[class*="icon-"]:before { opacity: 1; filter: alpha(opacity=100); } .infobox-dark .infobox-content { color: #FFF; } .infobox-purple.infobox-dark { background-color: #6f3cc4; border-color: #6f3cc4; } .infobox-purple2.infobox-dark { background-color: #5f47b0; border-color: #5f47b0; } .infobox-pink.infobox-dark { background-color: #cb6fd7; border-color: #cb6fd7; } .infobox-blue.infobox-dark { background-color: #6fb3e0; border-color: #6fb3e0; } .infobox-blue2.infobox-dark { background-color: #3983c2; border-color: #3983c2; } .infobox-blue3.infobox-dark { background-color: #1144eb; border-color: #1144eb; } .infobox-red.infobox-dark { background-color: #d53f40; border-color: #d53f40; } .infobox-brown.infobox-dark { background-color: #c67a3e; border-color: #c67a3e; } .infobox-wood.infobox-dark { background-color: #7b3f25; border-color: #7b3f25; } .infobox-lightbrown.infobox-dark { background-color: #cebea5; border-color: #cebea5; } .infobox-orange.infobox-dark { background-color: #e8b110; border-color: #e8b110; } .infobox-orange2.infobox-dark { background-color: #f79263; border-color: #f79263; } .infobox-green.infobox-dark { background-color: #9abc32; border-color: #9abc32; } .infobox-green2.infobox-dark { background-color: #0490a6; border-color: #0490a6; } .infobox-grey.infobox-dark { background-color: #999; border-color: #999; } .infobox-black.infobox-dark { background-color: #393939; border-color: #393939; } .infobox>.infobox-progress { padding-top: 0; display: inline-block; vertical-align: top; width: 44px; } .percentage { font-size: 14px; font-weight: bold; display: inline-block; vertical-align: top; } .infobox>.infobox-chart { padding-top: 0; display: inline-block; vertical-align: text-bottom; width: 44px; text-align: center; } .infobox>.infobox-chart>.sparkline { font-size: 24px; } .infobox>.infobox-chart canvas { vertical-align: middle!important; } .infobox>.stat,.infobox>.badge { display: inline-block; position: absolute; right: 20px; top: 11px; text-shadow: none; font-size: 13px; font-weight: bold; color: #abbac3; padding-right: 18px; padding-top: 3px; } .infobox>.badge { border-radius: 0; font-size: 11px; font-weight: bold; line-height: 15px; height: 16px; padding: 0 1px; color: #FFF; } .infobox>.stat:before { display: inline-block; content: ""; width: 8px; height: 11px; background-color: #abbac3; position: absolute; right: 4px; top: 7px; } .infobox>.stat:after { display: inline-block; content: ""; position: absolute; right: 1px; top: -8px; border: 12px solid transparent; border-width: 8px 7px; border-bottom-color: #abbac3; } .infobox>.stat-success { color: #77c646; } .infobox>.stat-success:before { background-color: #77c646; } .infobox>.stat-success:after { border-bottom-color: #77c646; } .infobox>.stat-important { color: #e4564f; } .infobox>.stat-important:before { background-color: #e4564f; top: 3px; } .infobox>.stat-important:after { border-top-color: #e4564f; border-bottom-color: transparent; bottom: -6px; top: auto; } .infobox-dark>.stat-success { color: #FFF; } .infobox-dark>.stat-success:before { background-color: #d0e29e; } .infobox-dark>.stat-success:after { border-bottom-color: #d0e29e; } .infobox-dark>.stat-important { color: #FFF; } .infobox-dark>.stat-important:before { background-color: #ff9896; top: 3px; } .infobox-dark>.stat-important:after { border-top-color: #ff9896; border-bottom-color: transparent; bottom: -6px; top: auto; } .infobox-dark>.badge { color: #FFF; background-color: rgba(255,255,255,0.2)!important; top: 2px; right: 2px; border: 1px solid #f1f1f1; } .infobox-dark>.badge-success>[class*="icon-"] { color: #c6e9a1; } .infobox-dark>.badge-important>[class*="icon-"] { color: #ecb792; } .infobox-dark>.badge-warning>[class*="icon-"] { color: #ecb792; } .infobox.no-border { border: none!important; } .infobox-small { width: 155px; height: 45px; text-align: left; padding-bottom: 5px; } .infobox-small>.infobox-icon,.infobox-small>.infobox-chart,.infobox-small>.infobox-progress { display: inline-block; width: 40px; max-width: 40px; height: 42px; line-height: 38px; vertical-align: middle; } .infobox-small>.infobox-data { display: inline-block; text-align: left; vertical-align: middle; max-width: 72px; min-width: 0; } .infobox-small>.infobox-chart>.sparkline { font-size: 14px; margin-left: 2px; } .infobox-small .percentage { font-size: 13px; font-weight: normal; margin-top: 2px; margin-left: 2px; } .infobox-content>.approx { font-size: 16px; } .widget-box { padding: 0; box-shadow: none; margin: 3px 0; border-bottom: 1px solid #CCC; } .widget-header { position: relative; min-height: 38px; background: #f2f2f2; background: -moz-linear-gradient(top,#fff 0,#eee 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee)); background: -webkit-linear-gradient(top,#fff 0,#eee 100%); background: -o-linear-gradient(top,#fff 0,#eee 100%); background: -ms-linear-gradient(top,#fff 0,#eee 100%); background: linear-gradient(to bottom,#fff 0,#eee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE',GradientType=0); color: #669fc7; border: 1px solid #CCC; border-bottom: 1px solid #DDD; padding-left: 12px; text-align: right; } .collapsed>.widget-header { border-bottom-width: 0; } .widget-header-flat { background: #f7f7f7; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .widget-header-large { min-height: 49px; padding-left: 18px; } .widget-header-small { min-height: 31px; padding-left: 10px; } .widget-header>h1,.widget-header>h2,.widget-header>h3,.widget-header>h4,.widget-header>h5,.widget-header>h6 { line-height: 36px; padding: 0; margin: 0; float: left; text-align: left; } .widget-header-large>h1,.widget-header-large>h2,.widget-header-large>h3,.widget-header-large>h4,.widget-header-large>h5,.widget-header-large>h6 { line-height: 48px; } .widget-header-small>h1,.widget-header-small>h2,.widget-header-small>h3,.widget-header-small>h4,.widget-header-small>h5,.widget-header-small>h6 { line-height: 30px; } .widget-header>h1>[class*="icon-"],.widget-header>h2>[class*="icon-"],.widget-header>h3>[class*="icon-"],.widget-header>h4>[class*="icon-"],.widget-header>h5>[class*="icon-"],.widget-header>h6>[class*="icon-"] { margin-right: 6px; font-weight: normal; font-size: 110%; display: inline-block; } .widget-toolbar { display: inline-block; padding: 0 10px; line-height: 37px; position: relative; text-align: left; } .widget-toolbar.no-padding { padding: 0; } .widget-toolbar.padding-5 { padding: 0 5px; } .widget-toolbar:before { display: inline-block; content: ""; position: absolute; top: 3px; bottom: 3px; left: -1px; border-right: 1px solid #d9d9d9; } .widget-header-large>.widget-toolbar:before { top: 6px; bottom: 6px; } .widget-toolbar.no-border:before { display: none; } [class*="header-color-"]>.widget-toolbar:before { border-right-color: #EEE; } .header-color-orange>.widget-toolbar:before { border-right-color: #FEA; } .header-color-dark>.widget-toolbar:before { border-right-color: #222; box-shadow: -1px 0 0 rgba(255,255,255,0.2),inset 1px 0 0 rgba(255,255,255,0.1); } .widget-toolbar-dark { background: #444; } .widget-toolbar-light { background: #f0f0f0; } .widget-header>.widget-toolbar>[data-action]>[class*="icon-"] { margin-right: 0; } .widget-toolbar label { display: inline-block; vertical-align: middle; margin-bottom: 0; } .widget-header-large>.widget-toolbar { line-height: 48px; } .widget-header-small>.widget-toolbar { line-height: 29px; } .widget-toolbar>a { font-size: 14px; margin: 0 1px; display: inline-block; padding: 0; line-height: 24px; } .widget-toolbar>a:hover { text-decoration: none; } .widget-header-large>.widget-toolbar>a { font-size: 15px; margin: 0 1px; } .widget-toolbar>.btn { line-height: 27px; margin-top: -2px; } .widget-toolbar>.btn-small { line-height: 24px; } .widget-toolbar>.btn-mini { line-height: 22px; } .widget-toolbar>.btn-large { line-height: 36px; } .widget-toolbar>.btn-minier { line-height: 18px; } .widget-toolbar>.btn.smaller { line-height: 26px; margin-top: -2px; } .widget-toolbar>.btn-small.smaller { line-height: 23px; } .widget-toolbar>.btn-mini.smaller { line-height: 21px; } .widget-toolbar>.btn-large.smaller { line-height: 34px; } .widget-toolbar>.btn.bigger { line-height: 28px; margin-top: -2px; } .widget-toolbar>.btn-small.bigger { line-height: 25px; } .widget-toolbar>.btn-mini.bigger { line-height: 23px; } .widget-toolbar>.btn-large.bigger { line-height: 38px; } [class*="header-color-"]>.widget-toolbar>[data-action="settings"] { color: #d3e4ed; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="reload"] { color: #deead3; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="collapse"] { color: #e2e2e2; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="close"] { color: #ffd9d5; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } .header-color-orange>.widget-toolbar>[data-action="settings"] { color: #559aab; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="reload"] { color: #7ca362; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="collapse"] { color: #777; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="close"] { color: #a05656; text-shadow: none; } .widget-toolbar>[data-action]:focus { text-decoration: none; } .widget-toolbar>[data-action="settings"],.header-color-dark>.widget-toolbar>[data-action="settings"] { color: #99cadb; } .widget-toolbar>[data-action="reload"],.header-color-dark>.widget-toolbar>[data-action="reload"] { color: #acd392; } .widget-toolbar>[data-action="collapse"],.header-color-dark>.widget-toolbar>[data-action="collapse"] { color: #AAA; } .widget-toolbar>[data-action="close"],.header-color-dark>.widget-toolbar>[data-action="close"] { color: #e09e96; } .widget-body { border: 1px solid #CCC; border-top: 0; background-color: #FFF; } .widget-main { padding: 12px; } .collapsed .widget-main { display: none; } .widget-main.no-padding { padding: 0; } .widget-main.padding-5 { padding: 5px; } .widget-main.padding-3 { padding: 3px; } .widget-main.padding-18 { padding: 18px; } .widget-main.padding-24 { padding: 24px; } .widget-main.padding-36 { padding: 36px; } .widget-toolbar .progress { vertical-align: middle; display: inline-block; margin: 0; } .widget-toolbar>.dropdown,.widget-toolbar>.dropup { display: inline-block; } .widget-toolbar>.dropdown>.dropdown-menu:before,.dropdown-menu.dropdown-caret:before { border-bottom: 7px solid rgba(0,0,0,0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; left: 9px; position: absolute; top: -7px; } .widget-toolbar>.dropdown>.dropdown-menu:after,.dropdown-menu.dropdown-caret:after { border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px; } .widget-toolbar>.dropdown>.dropdown-menu.pull-right:before,.dropdown-menu.pull-right.dropdown-caret:before { left: auto; right: 9px; } .widget-toolbar>.dropdown>.dropdown-menu.pull-right:after,.dropdown-menu.pull-right.dropdown-caret:after { left: auto; right: 10px; } .widget-header[class*="header-color-"] { color: #FFF; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .header-color-blue { background: #307ecc; border-color: #307ecc; } .header-color-blue+.widget-body { border-color: #307ecc; } .header-color-blue2 { background: #5090c1; border-color: #5090c1; } .header-color-blue2+.widget-body { border-color: #5090c1; } .header-color-blue3 { background: #6379aa; border-color: #6379aa; } .header-color-blue3+.widget-body { border-color: #6379aa; } .header-color-green { background: #82af6f; border-color: #82af6f; } .header-color-green+.widget-body { border-color: #82af6f; } .header-color-green2 { background: #2e8965; border-color: #2e8965; } .header-color-green2+.widget-body { border-color: #2e8965; } .header-color-green3 { background: #4ebc30; border-color: #4ebc30; } .header-color-green3+.widget-body { border-color: #4ebc30; } .header-color-orange { background: #ffc657; border-color: #e8b10d; color: #855d10!important; } .header-color-orange+.widget-body { border-color: #e8b10d; } .header-color-red { background: #e2755f; border-color: #e2755f; } .header-color-red+.widget-body { border-color: #e2755f; } .header-color-red2 { background: #e04141; border-color: #e04141; } .header-color-red2+.widget-body { border-color: #e04141; } .header-color-red3 { background: #d15b47; border-color: #d15b47; } .header-color-red3+.widget-body { border-color: #d15b47; } .header-color-purple { background: #7e6eb0; border-color: #7e6eb0; } .header-color-purple+.widget-body { border-color: #7e6eb0; } .header-color-pink { background: #ce6f9e; border-color: #ce6f9e; } .header-color-pink+.widget-body { border-color: #ce6f9e; } .header-color-dark { background: #404040; border-color: #454545; } .header-color-dark+.widget-body { border-color: #666; } .header-color-grey { background: #848484; border-color: #999; } .header-color-grey+.widget-body { border-color: #aaa; } .widget-box.light-border>[class*="header-color-"]+.widget-body { border-color: #d6d6d6!important; } .widget-box.no-border>.widget-body { border: 0; } .widget-box.no-border { border-bottom: 0; } .widget-box.transparent { border: 0; box-shadow: none; } .transparent>.widget-header { background: 0; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 0; border-bottom: 1px solid #dce8f1; color: #4383b4; padding-left: 3px; } .transparent>.widget-header-large { padding-left: 5px; } .transparent>.widget-header-small { padding-left: 1px; } .transparent .widget-body { border: 0; background-color: transparent; } .transparent .widget-main { padding-left: 0; padding-right: 0; } .widget-header+.widget-body .table thead:first-child tr { background: #FFF; } .widget-header[class*="header-color-"]+.widget-body .table thead:first-child tr { background: #f2f2f2; background: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ececec)); background: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -ms-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#ECECEC',GradientType=0); } .widget-body .table { border-top: 1px solid #e5e5e5; } .widget-body .table-bordered thead:first-child>tr { border-top: 0; } .widget-main.no-padding .table { margin-bottom: 0; border: 0; } .widget-main.no-padding .table-bordered thead:first-child tr th:first-child,.widget-main.no-padding .table-bordered tbody tr td:first-child { border-left-width: 0; } .widget-main.padding-5 .table { margin-bottom: 5px; } .widget-body .alert:last-child { margin-bottom: 0; } .widget-main .tab-content { border: 0; } .widget-toolbar>.nav-tabs { border-bottom: 0; margin-bottom: 0; position: relative; top: 5px; } .widget-toolbar>.nav-tabs>li>a { box-shadow: none; } .widget-toolbar>.nav-tabs>li:not(.active)>a { border-color: transparent; background-color: transparent; } .widget-toolbar>.nav-tabs>li:not(.active)>a:hover { background-color: transparent; } .widget-toolbar>.nav-tabs>li.active>a { background-color: #FFF; border-bottom-color: transparent; box-shadow: none; } .widget-header-small>.widget-toolbar>.nav-tabs { top: 5px; } .widget-header-small>.widget-toolbar>.nav-tabs>li>a { line-height: 16px; padding-top: 6px; padding-bottom: 6px; } .widget-header-small>.widget-toolbar>.nav-tabs>li.active>a { border-top-width: 2px; margin-top: -1px; } .widget-header-large>.widget-toolbar>.nav-tabs { top: 8px; } .widget-header-large>.widget-toolbar>.nav-tabs>li>a { line-height: 22px; padding-top: 9px; padding-bottom: 9px; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li>a { border-color: transparent; background-color: transparent; color: #FFF; margin-right: 1px; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li.active>a { background-color: #FFF; color: #555; border-top-width: 1px; margin-top: 0; } .header-color-orange>.widget-toolbar>.nav-tabs>li>a { color: #855d10; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li>a:hover { background-color: #FFF; color: #555; border-top-color: #FFF; } .transparent>.widget-header>.widget-toolbar>.nav-tabs>li>a { color: #555; background-color: transparent; border-right: 1px solid transparent; border-left: 1px solid transparent; } .transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a { border-top-color: #4c8fbd; border-right: 1px solid #c5d0dc; border-left: 1px solid #c5d0dc; background-color: #FFF; box-shadow: none; } .widget-toolbox:first-child { padding: 2px; border-bottom: 1px solid #CCC; } .widget-toolbox:last-child { padding: 2px; border-top: 1px solid #CCC; } .transparent .widget-toolbox:last-child { border: 0; border-top: 1px solid #CCC; } .widget-toolbox>.btn-toolbar { margin: 0; padding: 0; } .widget-toolbox { background-color: #EEE; } .widget-toolbox.padding-4 { padding: 4px; } .widget-toolbox.padding-6 { padding: 6px; } .widget-toolbox.padding-8 { padding: 8px; } .widget-toolbox.padding-12 { padding: 12px; } .widget-toolbox.center { text-align: center; } .widget-box-layer { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: rgba(0,0,0,0.3); text-align: center; } .widget-box-layer>[class*="icon-"] { position: relative; top: 35%; } .widget-box-layer>.icon-spin { -moz-animation-duration: 1.2s; -webkit-animation-duration: 1.2s; -o-animation-duration: 1.2s; -ms-animation-duration: 1.2s; animation-duration: 1.2s; } .widget-main>form { margin-bottom: 0; } .widget-main>form .input-append,.widget-main>form .input-prepend { margin-bottom: 0; } .widget-main.no-padding>form>fieldset { padding: 16px; } .widget-main.no-padding>form>.form-actions { margin: 0; padding: 10px 12px 12px; } .widget-main.no-padding>form>fieldset+.form-actions { padding: 10px 0 12px; } body.login-layout { background: #1d2024; } body.login-layout:before { display: none; } .login-container { width: 375px; margin: 0 auto; } .login-layout #main-content { margin-left: 0; min-height: 100%; } .login-layout input[type="text"],.login-layout input[type="password"],.login-layout input[type="datetime"],.login-layout input[type="datetime-local"],.login-layout input[type="date"],.login-layout input[type="month"],.login-layout input[type="time"],.login-layout input[type="week"],.login-layout input[type="number"],.login-layout input[type="email"],.login-layout input[type="url"],.login-layout input[type="search"],.login-layout input[type="tel"],.login-layout input[type="color"] { line-height: 32px; height: 32px; max-height: 32px; margin-bottom: 4px; } .login-layout label { margin-bottom: 11px; } .login-layout .widget-box { visibility: hidden; position: absolute; overflow: hidden; width: 100%; -moz-transform: scale(0,1) translate(-150px); -webkit-transform: scale(0,1) translate(-150px); -o-transform: scale(0,1) translate(-150px); -ms-transform: scale(0,1) translate(-150px); transform: scale(0,1) translate(-150px); } .login-layout .widget-box.visible { -moz-transform: scale(1,1) translate(0); -webkit-transform: scale(1,1) translate(0); -o-transform: scale(1,1) translate(0); -ms-transform: scale(1,1) translate(0); transform: scale(1,1) translate(0); visibility: visible; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; -o-transition: none; -webkit-transition: none; } .login-layout .widget-box { border-bottom: 0; box-shadow: none; padding: 6px; background-color: #394557; } .login-layout .widget-box .widget-main { padding: 16px 36px 36px; background: #f7f7f7; } .login-layout .widget-box .widget-main form { margin: 0; } .login-layout .widget-box .widget-body .toolbar>div>a { font-size: 14px; font-weight: 400; text-shadow: 1px 0 1px rgba(0,0,0,0.25); } .forgot-password-link { color: #FE9; } #login-box .user-signup-link { color: #CF7; } #login-box .toolbar { background: #050505; } #login-box .toolbar>div { width: 50%; display: inline-block; padding: 9px 0 11px; } #login-box .toolbar>div:first-child { float: left; text-align: left; } #login-box .toolbar>div:first-child>a { margin-left: 11px; } #login-box .toolbar>div:first-child+div { float: right; text-align: right; } #login-box .toolbar>div:first-child+div>a { margin-right: 11px; } #forgot-box .toolbar { background: #c16050; border-top: 2px solid #976559; padding: 9px 18px; } #signup-box .toolbar { background: #76b774; border-top: 2px solid #759759; padding: 9px 18px; } #forgot-box .back-to-login-link,#signup-box .back-to-login-link { color: #FE9; font-size: 14px; font-weight: bold; text-shadow: 1px 0 1px rgba(0,0,0,0.25); } .pricing-box .price { font-size: 22px; line-height: 20px; height: 28px; text-align: center; color: #555; } .pricing-box .price small { font-size: 14px; } .pricing-box-small .price { line-height: 20px; height: 28px; text-align: center; } .pricing-table-header { padding-top: 0; margin-top: 0; text-align: left; } .pricing-table-header>li { padding: 7px 0 7px 11px; font-size: 13px; } .pricing-table { margin-top: 0; } .pricing-table>li { text-align: center; padding: 7px 0; font-size: 13px; } .list-striped>li:nth-child(odd) { background-color: #FFF; } .list-striped>li:nth-child(even) { background-color: #f2f3eb; } .pricing-table-header.list-striped>li:nth-child(even) { background-color: #EEE; } .pricing-box-small { box-shadow: none; margin-left: -2px; background-color: #FFF; position: relative; z-index: 100; } .pricing-span[class*="span"] { margin: 0; max-width: 150px!important; float: left!important; } .pricing-box-small:hover { z-index: 101; transform: scale(1.04); -o-transform: scale(1.04); -ms-transform: scale(1.04); box-shadow: 0 0 4px 2px rgba(0,0,0,0.15); } .pricing-box-small:hover .price>.label { transform: scale(0.96); -webkit-transform: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .pricing-box-small:hover { -webkit-transform: none; zoom: 1.04; left: -1px; top: -3px; } } .pricing-box-small .price>.label:before,.pricing-box-small .price>.label:after { margin-top: -2px; opacity: .9; filter: alpha(opacity=90); } .pricing-box>.widget-header>h1,.pricing-box>.widget-header>h2,.pricing-box>.widget-header>h3,.pricing-box>.widget-header>h4,.pricing-box>.widget-header>h5,.pricing-box>.widget-header>h6 { float: none; margin-left: -9px; text-align: center; } .pricing-box .btn { font-size: 16px; } .invoice-info { line-height: 24px!important; color: #444; vertical-align: bottom; margin-left: 9px; margin-right: 9px; } .invoice-info-label { display: inline-block; max-width: 100px; text-align: right; font-size: 14px; } .invoice-box .label-large[class*="arrowed"] { margin-left: 11px!important; max-width: 95%; } .error-container { margin: 20px; padding: 0; background: #FFF; } .ace-thumbnails { list-style: none; margin: 0; padding: 0; } .ace-thumbnails>li { float: left; display: block; position: relative; overflow: hidden; margin: 2px; border: 2px solid #333; } .ace-thumbnails>li>:first-child { display: block; position: relative; } .ace-thumbnails>li .tags { display: inline-block; position: absolute; bottom: 0; right: 0; left: 0; overflow: visible; opacity: .9; filter: alpha(opacity=90); direction: rtl; } .ace-thumbnails>li .tags>.label { display: table; margin: 1px 1px 0 0; direction: ltr; text-align: left; } .ace-thumbnails>li>.tools { position: absolute; top: 0; bottom: 0; left: -30px; width: 24px; background-color: rgba(0,0,0,0.55); text-align: center; vertical-align: middle; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .ace-thumbnails>li:hover>.tools { left: 0; } .ace-thumbnails>li>.tools.tools-bottom { width: auto; height: 28px; left: 0; right: 0; top: auto; bottom: -30px; } .ace-thumbnails>li:hover>.tools.tools-bottom { bottom: 0; } .ace-thumbnails>li>.tools.tools-top { width: auto; height: 28px; left: 0; right: 0; top: -30px; bottom: auto; } .ace-thumbnails>li:hover>.tools.tools-top { top: 0; } .ace-thumbnails>li>.tools.tools-right { left: auto; right: -30px; } .ace-thumbnails>li:hover>.tools.tools-right { right: 0; } .ace-thumbnails>li>.tools>a,.ace-thumbnails>li>:first-child .inner a { display: block; color: #FFF; font-size: 18px; font-weight: normal; padding: 4px; } .ace-thumbnails>li>.tools>a:hover,.ace-thumbnails>li>:first-child .inner a:hover { text-decoration: none; color: #c9e2ea; } .ace-thumbnails>li>.tools.tools-bottom>a,.ace-thumbnails>li>.tools.tools-top>a,.ace-thumbnails>li>:first-child .inner a { display: inline-block; } .ace-thumbnails>li>:first-child>.text { position: absolute; right: 0; left: 0; bottom: 0; top: 0; text-align: center; color: #FFF; background-color: rgba(0,0,0,0.55); opacity: 0; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } .ace-thumbnails>li:hover>:first-child>.text { opacity: 1; } .ace-thumbnails>li>:first-child>.text:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: 0; } .ace-thumbnails>li>:first-child>.text>.inner { padding: 4px 0; margin: 0; display: inline-block; vertical-align: middle; max-width: 90%; } .grid3 { display: block; width: 29%; float: left; margin: 0 .5%; padding: 0 1.5%; border-right: 1px solid #e3e3e3; } .grid3:last-child { border-right: 0; } .grid4 { display: block; width: 21.5%; float: left; margin: 0 .8%; padding: 0 .8%; border-right: 1px solid #e3e3e3; } .grid4:last-child { border-right: 0; } .dialogs { padding: 9px 9px 0; position: relative; } .itemdiv { padding-right: 3px; min-height: 64px; position: relative; } .itemdiv.dialogdiv { padding-bottom: 14px; } .itemdiv.dialogdiv:before { position: absolute; display: block; content: ""; top: 0; bottom: 0; left: 19px; width: 1px; max-width: 1px; background-color: #e1e6ed; border: 1px solid #d7dbdd; border-width: 0 1px; } .itemdiv.dialogdiv:last-child:before { display: none; } .itemdiv.dialogdiv>.user>img { border-color: #c9d6e5; } .itemdiv.dialogdiv>.body { border: 1px solid #dde4ed; padding: 3px 7px 7px; border-left-width: 2px; margin-right: 1px; } .itemdiv.dialogdiv>.body:before { content: ""; display: block; position: absolute; left: -7px; top: 11px; width: 8px; height: 8px; border: 2px solid #dde4ed; border-width: 2px 0 0 2px; background-color: #FFF; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .itemdiv.dialogdiv>.body>.time { position: static; float: right; } .itemdiv.dialogdiv>.body>.text { padding-left: 0; padding-bottom: 0; } .itemdiv.dialogdiv>.body>.text:after { display: none; } .itemdiv.dialogdiv .tooltip>.tooltip-inner { word-break: break-all; } .itemdiv:last-child>.body>.text { border-bottom: 0; } .itemdiv:last-child>.body>.text:after { display: none; } .itemdiv>.user { display: inline-block; width: 42px; position: absolute; left: 0; } .itemdiv>.user>img { border-radius: 120px; border: 2px solid #5293c4; max-width: 36px; position: relative; } .itemdiv:last-child>.body>.text { border-bottom: 0; } .itemdiv>.body { margin-left: 50px; padding-left: 0; width: auto; margin-right: 12px; position: relative; } .itemdiv>.body>.time { display: block; font-size: 12px; color: #666; position: absolute; right: 9px; top: 0; } .itemdiv>.body>.time [class*="icon-"] { font-size: 14px; font-weight: normal; } .itemdiv>.body>.name { display: block; color: #999; } .itemdiv>.body>.name>b { color: #777; } .itemdiv>.body>.text { display: block; padding-bottom: 19px; padding-left: 7px; margin-top: 2px; font-size: 12px; position: relative; } .itemdiv>.body>.text:after { display: block; content: ""; height: 1px; font-size: 0; overflow: hidden; position: absolute; left: 16px; right: -12px; margin-top: 9px; border-top: 1px solid #e4ecf3; } .itemdiv>.body>.text>[class*="icon-quote-"]:first-child { color: #dce3ed; margin-right: 4px; } .itemdiv>.tools,.itemdiv>.body>.tools { width: 20px; position: absolute; right: 4px; bottom: 16px; display: none; } .itemdiv>.body>.tools { bottom: 4px; } .itemdiv.commentdiv>.tools,.itemdiv.commentdiv>.body>.tools { right: 9px; } .itemdiv:hover>.tools,.itemdiv:hover>.body>.tools { display: inline-block; } .itemdiv>.tools .btn,.itemdiv>.body>.tools .btn { border-radius: 36px!important; margin: 1px 0; } .itemdiv-orange>.user>img { border-color: #e89537; } .itemdiv-orange:before { border-color: #e89537; } .itemdiv-orange:last-child:after { border-color: #e89537; } .itemdiv-red>.user>img { border-color: #d85b5b; } .itemdiv-red:before { border-color: #d85b5b; } .itemdiv-red:last-child:after { border-color: #d85b5b; } .itemdiv-green>.user>img { border-color: #8dcc6e; } .itemdiv-green:before { border-color: #8dcc6e; } .itemdiv-green:last-child:after { border-color: #8dcc6e; } .itemdiv-pink>.user>img { border-color: #d668c9; } .itemdiv-pink:before { border-color: #d668c9; } .itemdiv-pink:last-child:after { border-color: #d668c9; } .itemdiv.memberdiv { width: 175px; padding: 2px; margin: 3px 0; float: left; border-bottom: 1px solid #e8e8e8; } .itemdiv.memberdiv>.user>img { border-color: #dce3ed; } .itemdiv.memberdiv>.body>.time { position: static; } .itemdiv.memberdiv>.body>.name { line-height: 18px; height: 18px; margin-bottom: 0; } .itemdiv.memberdiv>.body>.name>a { display: inline-block; max-width: 100px; max-height: 18px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; } .item-list { margin: 0; padding: 0; list-style: none; } .item-list>li { border: 1px solid #DDD; border-left-width: 3px; padding: 9px; background-color: #FFF; margin-top: -1px; position: relative; } .item-list>li.selected { color: #8090a0; background-color: #f4f9fc; } .item-list>li.selected label,.item-list>li.selected .lbl { text-decoration: line-through; color: #8090a0; } .item-list>li>.checkbox { display: inline-block; } .item-list>li.ui-sortable-helper { cursor: move; } .item-list.spaced>li,.item-list.spaced2>li { margin: !inherit; } .item-list>li.item-orange { border-left-color: #eccb71; } .item-list>li.item-red { border-left-color: #e05656; } .item-list>li.item-green { border-left-color: #9ecf6a; } .item-list>li.item-blue { border-left-color: #569add; } .item-list>li.item-pink { border-left-color: #dd56c0; } .item-list>li.item-black { border-left-color: #555; } .item-list>li.item-grey { border-left-color: #999; } .item-list>li.item-brown { border-left-color: brown; } .item-list>li.item-default { border-left-color: #abbac3; } .item-list>li>label.inline { display: inline-block; } .item-list>li label { font-size: 13px; } .item-list>li .percentage { font-size: 11px; font-weight: bold; color: #777; } .ui-sortable-placeholder,.ui-sortable-helper,.ui-sortable-placeholder>a,.ui-sortable-helper>a { cursor: move!important; } .dataTables_length { margin-left: 8px; } .dataTables_filter { margin-right: 8px; text-align: right; } .dataTables_info { margin: 0 0 0 12px; font-size: 14px; } .dataTables_paginate { text-align: right; } .dataTables_paginate.pagination { margin: 0 12px 0; } .dataTables_length select { width: 70px; height: 25px; padding: 2px 3px; } .dataTables_filter input[type=text] { width: 125px; height: 18px; line-height: 18px; } .dataTables_wrapper label { display: inline-block; font-size: 13px; } .dataTables_wrapper input[type=text],.dataTables_wrapper select { margin-bottom: 0!important; margin: 0 4px; } .dataTables_wrapper .row-fluid:first-child { padding: 12px 0 4px; background-color: #eff3f8; border-bottom: 1px solid #e2e2e2; } .dataTables_wrapper .row-fluid:last-child { border-top: 1px solid #DDD; padding: 12px 0 6px; background-color: #eff3f8; border-bottom: 1px solid #DDD; } .dataTable { margin-bottom: 0; } .dataTables_wrapper .row-fluid:first-child+.dataTable { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } .dataTable thead th[class*=sort] { cursor: pointer; } .dataTable thead th[class*=sort]:after { color: #555; content: "\f0dc"; display: inline-block; font-family: FontAwesome; font-size: 13px; font-weight: normal; float: right; margin-right: 4px; position: relative; } .dataTable thead th[class*=sorting_] { color: #307ecc; } .dataTable thead th.sorting_desc:after { content: "\f0dd"; top: -6px; } .dataTable thead th.sorting_asc:after { content: "\f0de"; top: 4px; } .dataTable thead th.sorting_disabled { cursor: inherit; } .dataTable thead th.sorting_disabled:after { display: none; } .slimScrollBar { border-radius: 0!important; } .slimScrollRail { border-radius: 0!important; } .fc-header-title>h2 { font-size: 22px; color: #65a0ce; } .fc-widget-header,.fc-widget-content { border: 1px solid #bcd4e5; } .fc-state-highlight { background: #FFC; } .fc-event-skin { border-color: #abbac3; background: 0; } .label-yellow .fc-event-skin { color: #963; } .label-light .fc-event-skin { color: #888; } .fc-grid .fc-day-number { color: #2e6589; } .fc-widget-header { background: #ecf2f7; color: #8090a0; } .fc-grid th,th.fc-widget-header { height: 28px; vertical-align: middle!important; } .fc-event-skin { background-color: #abbac3; border: none!important; padding: 0 0 1px 2px; } [class*="label-"]>.fc-event-skin,[class*="label-"]>.fc-event-skin>.fc-event-skin.fc-event-head { background-color: inherit; } .fc-event-hori,.fc-event-vert { border-radius: 0!important; border-color: transparent; } .fc-event-skin.ui-draggable-dragging { cursor: move; } .fc-event-skin.fc-event-vert,.fc-event-vert>.fc-event-skin { padding: 0 0 1px; } .fc-event-vert .fc-event-content { padding-left: 1px; padding-right: 1px; } .fc-event-vert .fc-event-time { padding: 0; } .fc-state-default,.fc-state-default .fc-button-inner { border: 1px solid #8b9aa3; background-color: #abbac3; color: #FFF; background-image: none; box-shadow: none; text-shadow: none; border-radius: 0!important; margin-left: 2px; } .fc-state-default { border: 0; } .fc-state-default .fc-button-effect span { background-color: transparent; } .fc-state-disabled,.fc-state-disabled .fc-button-inner { opacity: .75; color: #DDD; } .fc-state-default .fc-button-effect { display: none; } .fc-state-active,.fc-state-active .fc-button-inner { border-color: #4f99c6; background-color: #6fb3e0; } .fc-state-hover,.fc-state-hover .fc-button-inner { background-color: #8b9aa3; } .external-event { margin: 6px 0; padding: 0; cursor: default; display: block; color: #FFF; background-color: #abbac3; font-size: 13px; line-height: 28px; } .external-event:hover { opacity: 1; } .external-event.ui-draggable-dragging { cursor: move; } .external-event>[class*="icon-"]:first-child { display: inline-block; height: 32px; width: 32px; text-align: center; line-height: 30px; margin-right: 5px; font-size: 15px; border-right: 1px solid #FFF; } .widget-main>.fc { position: relative; top: -40px; } .widget-main>.fc>.fc-header { position: relative; z-index: 10; } .widget-main .fc-header-title>h2 { font-size: 18px; line-height: 36px; } .widget-main .fc-content { top: -14px; z-index: 11; } .widget-main .fc-button-content { height: 37px; line-height: 36px; } .widget-main .fc .fc-header-space { padding-left: 2px; } #colorbox:focus,#colorbox:active { outline: 0; } #cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight { background: none!important; opacity: 0; } #cboxContent { border: 12px solid #000; background-color: #FFF; padding: 7px; } #cboxOverlay { background: rgba(0,0,0,0.95); background: #000; } #cboxCurrent { left: 61px; margin-bottom: 5px; } #cboxTitle { margin-bottom: 4px; } #cboxNext,#cboxPrevious,#cboxClose { background: 0; text-indent: 0; width: 20px; height: 20px; line-height: 14px; padding: 0 4px; text-align: center; border: 2px solid #999; border-radius: 16px; color: #666; font-size: 12px; margin-left: 7px; margin-bottom: 7px; } #cboxNext:hover,#cboxPrevious:hover { color: #333; border-color: #666; } #cboxContent { overflow: visible; } #cboxClose { background-color: #000; color: #fff; border: 2px solid #fff; border-radius: 32px; font-size: 20px; height: 24px; width: 24px; padding-bottom: 2px; right: -14px; top: -14px; margin-left: 0; } #cboxLoadingOverlay { background: none!important; } #cboxLoadingGraphic { background: none!important; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-animation: spin 1.5s infinite linear; -o-animation: spin 1.5s infinite linear; -ms-animation: spin 1.5s infinite linear; -webkit-animation: spin 1.5s infinite linear; animation: spin 1.5s infinite linear; text-align: center; } #cboxLoadingGraphic:before { display: inline-block; content: "\f110"; font-family: FontAwesome; font-size: 24px; color: #fe7e3e; width: 32px; height: 32px; position: relative; top: 48%; text-align: center; vertical-align: middle; } .datepicker td,.datepicker th,.daterangepicker .calendar th,.daterangepicker .calendar td { border-radius: 0; } .datepicker table tr td.active,.datepicker table tr td.active:hover,.daterangepicker td.active,.daterangepicker td.active:hover { background: #2283c5!important; } .datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover { background: #8b9aa3!important; } .bootstrap-timepicker-widget table td a:hover { border-radius: 0; } .gritter-item-wrapper { background-image: none!important; box-shadow: 0 2px 10px rgba(50,50,50,0.5); background: rgba(50,50,50,0.92); } .gritter-item-wrapper.gritter-info { background: rgba(49,81,133,0.92); } .gritter-item-wrapper.gritter-error { background: rgba(153,40,18,0.92); } .gritter-item-wrapper.gritter-success { background: rgba(89,131,75,0.92); } .gritter-item-wrapper.gritter-warning { background: rgba(190,112,31,0.92); } .gritter-item-wrapper.gritter-light { background: rgba(245,245,245,0.95); border: 1px solid #BBB; } .gritter-info.gritter-light { background: rgba(232,242,255,0.95); } .gritter-error.gritter-light { background: rgba(255,235,235,0.95); } .gritter-success.gritter-light { background: rgba(239,250,227,0.95); } .gritter-warning.gritter-light { background: rgba(252,248,227,0.95); } .gritter-info.gritter-light .gritter-item { color: #4a577d; } .gritter-error.gritter-light .gritter-item { color: #894a38; } .gritter-success.gritter-light .gritter-item { color: #416131; } .gritter-warning.gritter-light .gritter-item { color: #946446; } .gritter-top,.gritter-bottom,.gritter-item { background-image: none; } .gritter-close { left: auto; right: 3px; background-image: none; width: 18px; height: 18px; line-height: 17px; text-align: center; border: 2px solid transparent; border-radius: 16px; color: #e17b67; } .gritter-close:before { font-family: FontAwesome; font-size: 16px; content: "\f00d"; } .gritter-info .gritter-close { color: #ffa500; } .gritter-error .gritter-close,.gritter-success .gritter-close,.gritter-warning .gritter-close { color: #ffea07; } .gritter-close:hover { color: #FFF!important; } .gritter-title { text-shadow: none; } .gritter-light .gritter-item,.gritter-light .gritter-bottom,.gritter-light .gritter-top,.gritter-light .gritter-close { background-image: none; color: #444; } .gritter-light .gritter-title { text-shadow: none; } .gritter-light .gritter-close:hover { color: #8a3104!important; } .icon-animated-wrench { display: inline-block; -moz-animation: wrenching 2.5s 4 ease; -o-animation: wrenching 2.5s 4 ease; -webkit-animation: wrenching 2.5s 4 ease; -ms-animation: wrenching 2.5s 4 ease; animation: wrenching 2.5s 4 ease; -moz-transform-origin: 90% 35%; -webkit-transform-origin: 90% 35%; -o-transform-origin: 90% 35%; -ms-transform-origin: 90% 35%; transform-origin: 90% 35%; } @-moz-keyframes wrenching { 0% { -moz-transform: rotate(-12deg); } 8% { -moz-transform: rotate(12deg); } 10% { -moz-transform: rotate(24deg); } 18% { -moz-transform: rotate(-24deg); } 20% { -moz-transform: rotate(-24deg); } 28% { -moz-transform: rotate(24deg); } 30% { -moz-transform: rotate(24deg); } 38% { -moz-transform: rotate(-24deg); } 40% { -moz-transform: rotate(-24deg); } 48% { -moz-transform: rotate(24deg); } 50% { -moz-transform: rotate(24deg); } 58% { -moz-transform: rotate(-24deg); } 60% { -moz-transform: rotate(-24deg); } 68% { -moz-transform: rotate(24deg); } 75% { -moz-transform: rotate(0deg); } } @-webkit-keyframes wrenching { 0% { -webkit-transform: rotate(-12deg); } 8% { -webkit-transform: rotate(12deg); } 10% { -webkit-transform: rotate(24deg); } 18% { -webkit-transform: rotate(-24deg); } 20% { -webkit-transform: rotate(-24deg); } 28% { -webkit-transform: rotate(24deg); } 30% { -webkit-transform: rotate(24deg); } 38% { -webkit-transform: rotate(-24deg); } 40% { -webkit-transform: rotate(-24deg); } 48% { -webkit-transform: rotate(24deg); } 50% { -webkit-transform: rotate(24deg); } 58% { -webkit-transform: rotate(-24deg); } 60% { -webkit-transform: rotate(-24deg); } 68% { -webkit-transform: rotate(24deg); } 75% { -webkit-transform: rotate(0deg); } } @-o-keyframes wrenching { 0% { -o-transform: rotate(-12deg); } 8% { -o-transform: rotate(12deg); } 10% { -o-transform: rotate(24deg); } 18% { -o-transform: rotate(-24deg); } 20% { -o-transform: rotate(-24deg); } 28% { -o-transform: rotate(24deg); } 30% { -o-transform: rotate(24deg); } 38% { -o-transform: rotate(-24deg); } 40% { -o-transform: rotate(-24deg); } 48% { -o-transform: rotate(24deg); } 50% { -o-transform: rotate(24deg); } 58% { -o-transform: rotate(-24deg); } 60% { -o-transform: rotate(-24deg); } 68% { -o-transform: rotate(24deg); } 75% { -o-transform: rotate(0deg); } } @-ms-keyframes wrenching { 0% { -ms-transform: rotate(-12deg); } 8% { -ms-transform: rotate(12deg); } 10% { -ms-transform: rotate(24deg); } 18% { -ms-transform: rotate(-24deg); } 20% { -ms-transform: rotate(-24deg); } 28% { -ms-transform: rotate(24deg); } 30% { -ms-transform: rotate(24deg); } 38% { -ms-transform: rotate(-24deg); } 40% { -ms-transform: rotate(-24deg); } 48% { -ms-transform: rotate(24deg); } 50% { -ms-transform: rotate(24deg); } 58% { -ms-transform: rotate(-24deg); } 60% { -ms-transform: rotate(-24deg); } 68% { -ms-transform: rotate(24deg); } 75% { -ms-transform: rotate(0deg); } } @keyframes wrenching { 0% { transform: rotate(-12deg); } 8% { transform: rotate(12deg); } 10% { transform: rotate(24deg); } 18% { transform: rotate(-24deg); } 20% { transform: rotate(-24deg); } 28% { transform: rotate(24deg); } 30% { transform: rotate(24deg); } 38% { transform: rotate(-24deg); } 40% { transform: rotate(-24deg); } 48% { transform: rotate(24deg); } 50% { transform: rotate(24deg); } 58% { transform: rotate(-24deg); } 60% { transform: rotate(-24deg); } 68% { transform: rotate(24deg); } 75% { transform: rotate(0deg); } } .icon-animated-bell { display: inline-block; -moz-animation: ringing 2.0s 5 ease 1.0s; -ms-animation: ringing 2.0s 5 ease 1.0s; -webkit-animation: ringing 2.0s 5 ease 1.0s; animation: ringing 2.0s 5 ease 1.0s; -moz-transform-origin: 50% 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; } @-moz-keyframes ringing { 0% { -moz-transform: rotate(-15deg); } 2% { -moz-transform: rotate(15deg); } 4% { -moz-transform: rotate(-18deg); } 6% { -moz-transform: rotate(18deg); } 8% { -moz-transform: rotate(-22deg); } 10% { -moz-transform: rotate(22deg); } 12% { -moz-transform: rotate(-18deg); } 14% { -moz-transform: rotate(18deg); } 16% { -moz-transform: rotate(-12deg); } 18% { -moz-transform: rotate(12deg); } 20% { -moz-transform: rotate(0deg); } } @-webkit-keyframes ringing { 0% { -webkit-transform: rotate(-15deg); } 2% { -webkit-transform: rotate(15deg); } 4% { -webkit-transform: rotate(-18deg); } 6% { -webkit-transform: rotate(18deg); } 8% { -webkit-transform: rotate(-22deg); } 10% { -webkit-transform: rotate(22deg); } 12% { -webkit-transform: rotate(-18deg); } 14% { -webkit-transform: rotate(18deg); } 16% { -webkit-transform: rotate(-12deg); } 18% { -webkit-transform: rotate(12deg); } 20% { -webkit-transform: rotate(0deg); } } @-ms-keyframes ringing { 0% { -ms-transform: rotate(-15deg); } 2% { -ms-transform: rotate(15deg); } 4% { -ms-transform: rotate(-18deg); } 6% { -ms-transform: rotate(18deg); } 8% { -ms-transform: rotate(-22deg); } 10% { -ms-transform: rotate(22deg); } 12% { -ms-transform: rotate(-18deg); } 14% { -ms-transform: rotate(18deg); } 16% { -ms-transform: rotate(-12deg); } 18% { -ms-transform: rotate(12deg); } 20% { -ms-transform: rotate(0deg); } } @keyframes ringing { 0% { transform: rotate(-15deg); } 2% { transform: rotate(15deg); } 4% { transform: rotate(-18deg); } 6% { transform: rotate(18deg); } 8% { transform: rotate(-22deg); } 10% { transform: rotate(22deg); } 12% { transform: rotate(-18deg); } 14% { transform: rotate(18deg); } 16% { transform: rotate(-12deg); } 18% { transform: rotate(12deg); } 20% { transform: rotate(0deg); } } .icon-animated-vertical { display: inline-block; -moz-animation: vertical 2.0s 5 ease 2.0s; -ms-animation: vertical 2.0s 5 ease 2.0s; -webkit-animation: vertical 2.0s 5 ease 2.0s; animation: vertical 2.0s 5 ease 2.0s; } @-moz-keyframes vertical { 0% { -moz-transform: translate(0,-3px); } 4% { -moz-transform: translate(0,3px); } 8% { -moz-transform: translate(0,-3px); } 12% { -moz-transform: translate(0,3px); } 16% { -moz-transform: translate(0,-3px); } 20% { -moz-transform: translate(0,3px); } 22% { -moz-transform: translate(0,0); } } @-webkit-keyframes vertical { 0% { -webkit-transform: translate(0,-3px); } 4% { -webkit-transform: translate(0,3px); } 8% { -webkit-transform: translate(0,-3px); } 12% { -webkit-transform: translate(0,3px); } 16% { -webkit-transform: translate(0,-3px); } 20% { -webkit-transform: translate(0,3px); } 22% { -webkit-transform: translate(0,0); } } @-ms-keyframes vertical { 0% { -ms-transform: translate(0,-3px); } 4% { -ms-transform: translate(0,3px); } 8% { -ms-transform: translate(0,-3px); } 12% { -ms-transform: translate(0,3px); } 16% { -ms-transform: translate(0,-3px); } 20% { -ms-transform: translate(0,3px); } 22% { -ms-transform: translate(0,0); } } @keyframes vertical { 0% { transform: translate(0,-3px); } 4% { transform: translate(0,3px); } 8% { transform: translate(0,-3px); } 12% { transform: translate(0,3px); } 16% { transform: translate(0,-3px); } 20% { transform: translate(0,3px); } 22% { transform: translate(0,0); } } .easyPieChart { position: relative; text-align: center; } .easyPieChart canvas { position: absolute; top: 0; left: 0; } .navbar-inverse .navbar-inner,.navbar .btn-navbar { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .dropdown-menu li>a,.dropdown-submenu>a { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .btn { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .progress,.progress .bar { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } #spinner-preview { width: 100px; height: 100px; text-align: center; margin-top: 60px; } .dropdown-preview { margin: 0 5px; display: inline-block; } .dropdown-preview>.dropdown-menu { display: block; position: static; margin-bottom: 5px; } /*Thêm dấu mũi tên*/ #saleswrapper ul.greenarrow li, ul.greenarrow li { background: url("http://localhost:8888/upload/assets/default/other/greenarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0); line-height: 25px; list-style-type: none; padding: 0 0 10px 27px !important; }
public/css/fx.min.css
html { min-height: 100%; position: relative; } body { padding-bottom: 0; background-color: #e4e6e9; font-family: 'Helvetica',Arial,sans-serif; font-size: 13px; color: #393939; min-height: 100%; } body:before { content: ""; display: block; position: fixed; top: 0; bottom: 0; max-height: 100%; min-height: 100%; width: 100%; z-index: -1; background-color: #FFF; } #main-container { padding: 0; position: relative; } .navbar { margin-bottom: 0; } .navbar-inverse .navbar-inner { border: 0; box-shadow: none; border-radius: 0; margin: 0; padding-left: 0; padding-right: 0; min-height: 45px; position: relative; } .navbar-inverse .navbar-inner { background: #68BC31; } .navbar-inverse { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; } .navbar-inverse .brand,.navbar-inverse .navbar-text,.navbar-inverse .navbar-link,.navbar-inverse .brand,.navbar-inverse .nav>li>a { color: #FFF; } .navbar-inverse .brand { font-size: 24px; } .navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus { background-color: #d67e31; } .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret { border-top-color: #FFF; } .navbar-inverse .brand { text-shadow: none; } .navbar-inverse .nav>li>a { font-size: 14px; text-shadow: none; } .navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus { box-shadow: none; } .navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus { background-color: #336e96; } .navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle { background-color: #db873d; } .ace-nav { height: 100%; } .ace-nav>li { line-height: 45px; background-color: #2e6589; border-left: 1px solid #DDD; padding: 0; position: relative; } .ace-nav>li>a>[class*="icon-"] { font-size: 16px; color: #EEE; } .ace-nav>li>a,.ace-nav>li>span { position: relative; color: #EEE; display: block; height: 100%; padding: 0 8px!important; background-color: none; } .ace-nav>li:first-child { border-left: none; } .ace-nav>li>a>.badge { position: relative; top: -2px; left: 2px; padding-right: 6px; padding-left: 6px; } .nav-user-photo { margin: -4px 8px 0 0; border-radius: 24px; border: 2px solid #FFF; max-width: 36px!important; } .ace-nav>li.grey { background: #777; } .ace-nav>li.purple { background: #777; } .ace-nav>li.green { background: #777; } .ace-nav>li.light-blue { background: #68BC31; } .ace-nav>li.red { background: #b74635; } .ace-nav>li.light-green { background: #9abc32; } .ace-nav>li.light-purple { background: #cb6fd7; } .ace-nav>li.light-orange { background: #f79263; } .ace-nav>li.dark { background: #404040; } .ace-nav>li.light-blue2 { background: #42a8e1; } .ace-nav>li.white-pink { background: #f4dae5; } .ace-nav>li.no-border { border-left: none; } .ace-nav>li.margin-1 { margin-left: 1px; } .ace-nav>li.margin-2 { margin-left: 1px; margin-right: 1px; } #breadcrumbs { position: relative; z-index: 13; border-bottom: 1px solid #e5e5e5; background-color: #f5f5f5; min-height: 40px; line-height: 39px; padding: 0 12px 0 0; display: block; } .breadcrumb { background-color: transparent; display: inline-block; line-height: 24px; margin: 0 22px 0 12px; padding: 0; font-size: 13px; color: #333; border-radius: 0; } .breadcrumb>li>a { display: inline-block; padding: 0 4px; color: #4c8fbd; } .breadcrumb>li,.breadcrumb>.active { color: #555; } .breadcrumb .icon-home { margin-left: 4px; margin-right: 2px; font-size: 20px; position: relative; top: 2px; } .breadcrumb .icon-angle-right { height: 22px; padding: 0; margin: 0; position: relative; top: 1px; font-size: 12px; color: #b2b6bf; } .breadcrumb>li>.divider { padding: 0 4px; } #nav-search { position: absolute; top: 5px; right: 22px; line-height: 24px; } #nav-search .form-search { margin-top: 1px; } #nav-search-input { border-color: #6fb3e0; border-width: 1px; width: 120px; height: 18px!important; border-radius: 4px!important; font-size: 13px; color: #666!important; z-index: 11; -moz-transition: all .15s ease; -webkit-transition: all .15s ease; -o-transition: all .15s ease; -ms-transition: all .15s ease; transition: all .15s ease; } #nav-search-input+.dropdown-menu { min-width: 0; left: 0; right: 0; } #nav-search-btn { border-radius: 0; } #nav-search-input:focus { color: #656a72; box-shadow: none; opacity: 1; } #nav-search-icon { color: #6fb3e0; font-size: 14px; line-height: 24px; } #sidebar>#nav-search { position: static; text-align: center; background-color: #fafafa; height: 35px; padding-top: 5px; border-bottom: 1px solid #DDD; } #sidebar>#nav-search>.form-search #nav-search-input { width: 130px!important; border-radius: 0!important; max-width: 130px!important; opacity: 1!important; } #sidebar>#nav-search #nav-search-input+.dropdown-menu { text-align: left; } #sidebar.menu-min>#nav-search>.form-search { position: absolute; left: 5px; z-index: 14; } #sidebar.menu-min>#nav-search>.form-search #nav-search-input { width: 0!important; max-width: 0!important; opacity: 0!important; } #sidebar.menu-min>#nav-search:hover #nav-search-input,#sidebar.menu-min>#nav-search #nav-search-input:focus,#sidebar.menu-min>#nav-search #nav-search-input:hover,#sidebar.menu-min>#nav-search #nav-search-input:active { width: 130px!important; max-width: 130px!important; opacity: 1!important; } #sidebar.menu-min>#nav-search>.form-search #nav-search-icon { border: 1px solid; border-radius: 32px; background-color: #FFF; padding: 0 5px; } #sidebar>#nav-search>.form-search #nav-search-icon,#sidebar.menu-min>#nav-search:hover #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:focus ~ #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:hover ~ #nav-search-icon,#sidebar.menu-min>#nav-search>.form-search #nav-search-input:active ~ #nav-search-icon { border: 0; border-radius: 0; padding: 0 3px; } #sidebar:before { content: ""; display: block; width: 189px; position: fixed; bottom: 0; top: 0; z-index: -1; background-color: #f2f2f2; border-right: 1px solid #CCC; } #sidebar { width: 189px; position: absolute; margin-left: 0; margin-top: 0; border-right: 1px solid #CCC; background-color: #FFF; } body.navbar-fixed { padding-top: 45px; } #sidebar.fixed { position: fixed; } #sidebar-shortcuts { background-color: #fafafa; line-height: 37px; max-height: 40px; margin-bottom: 0; border-bottom: 1px solid #DDD; text-align: center; } #sidebar-shortcuts-large { padding-bottom: 4px; } #sidebar-shortcuts-mini { display: none; font-size: 0; width: 42px; line-height: 18px; padding-top: 2px; padding-bottom: 2px; background-color: #FFF; } #sidebar-shortcuts-mini>.btn { border-width: 0!important; font-size: 0; line-height: 0; padding: 8px!important; margin: 0 1px; border-radius: 0!important; opacity: .85; } #main-content { margin-left: 190px; margin-right: 0; margin-top: 0; min-height: 100%; padding: 0; } .nav-list { margin: 0; padding: 0; list-style: none; } li [class^="icon-"],.nav-list li [class^="icon-"],li [class*=" icon-"],.nav-list li [class*=" icon-"] { width: auto; } .nav-list>li>a,.nav-list .nav-header { margin: 0; } .nav-list>li { display: block; padding: 0; margin: 0; border: 0; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #e5e5e5; position: relative; } .nav-list>li:first-child { border-top: 0; } .nav-list>li>a { display: block; height: 38px; line-height: 36px; padding: 0 16px 0 7px; background-color: #f9f9f9; color: #585858; text-shadow: none!important; font-size: 14px; text-decoration: none; } .nav-list>li>a>[class*="icon-"]:first-child { display: inline-block; vertical-align: middle; min-width: 30px; text-align: center; font-size: 18px; font-weight: normal; } .nav-list>li>a:focus { background-color: #f9f9f9; color: #1963aa; } .nav-list>li>a:hover { background-color: #FFF; color: #1963aa; } .nav-list>li>a:hover:before { display: block; content: ""; position: absolute; top: -1px; bottom: 0; left: 0; width: 3px; max-width: 3px; overflow: hidden; background-color: #3382af; } .nav-list>li.active>a:hover:before { display: none; } .menu-min .nav-list>li>a:hover:before { width: 2px; max-width: 2px; } .nav-list>li.separator { height: 3px; background-color: #62597f; position: static; margin: 1px 0; box-shadow: none; } .nav-list>li.active { background-color: #FFF; } .nav-list>li.open>a { background-color: #fafafa; color: #1963aa; } .nav-list>li.active>a,.nav-list>li.active>a:hover,.nav-list>li.active>a:focus { background-color: #FFF; color: #0b6cbc; font-size: 13px; } .nav-list>li.active>a>[class*="icon-"] { font-weight: normal; } .nav-list>li.active>a:after,.nav-list>li.active.open>.submenu>li.active>a:after { display: inline-block; content: ""; position: absolute!important; right: 0; top: 4px; border: 8px solid transparent; border-width: 14px 10px; border-right-color: #f79263; } .nav-list>li.active>a.dropdown-toggle:after { border-width: 12px 7px; top: 6px; } .nav-list>li.active.open>a:after { display: none; } .nav-list>li.active.open>.submenu>li.active>a:after { top: 2px; } .nav-list>li.active:after { display: inline-block; content: ""; position: absolute; right: -2px; top: -1px; bottom: 0; border-right: 2px solid #f79263; } .nav-list>li>a>.arrow { display: inline-block; width: 14px!important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 10px; top: 11px; padding: 0; color: #666; } .nav-list>li>a:hover>.arrow,.nav-list>li.active>a>.arrow,.nav-list>li.open>a>.arrow { color: #1963aa; } .nav-list>.active>ul.submenu { display: block; } .nav-list>li.open { border-bottom-color: #e5e5e5; } .nav-list>li>.submenu { display: none; list-style: none; margin: 0; padding: 0; position: relative; background-color: #FFF; border-top: 1px solid #e5e5e5; } .nav-list>li>.submenu>li { margin-left: 0; position: relative; } .nav-list>li>.submenu>li>a { display: block; color: #616161; padding: 7px 0 8px 32px; margin: 0; border-bottom: 1px dotted #e4e4e4; } .nav-list>li>.submenu>li>a:focus { text-decoration: none; } .nav-list>li>.submenu>li:last-child>a { border-bottom: 0; } .nav-list>li>.submenu>li:first-child>a { border-top: 1px solid #fafafa; } .nav-list>li>.submenu>li>a:hover { text-decoration: none; color: #4b88b7; } .nav-list>li>.submenu>li.active>a { color: #0b6cbc; } .nav-list>li>.submenu>li { position: relative; } .nav-list>li>.submenu>li:before { display: inline-block; content: ""; width: 9px; position: absolute; left: 21px; top: 17px; border-top: 1px dashed #b1c9e0; } .nav-list>li>.submenu>li>a { padding-left: 37px; position: relative; } .nav-list>li>.submenu>li:after { content: ""; display: inline-block; position: absolute; top: 0; bottom: 0; left: 18px; width: 0; border-left: 1px dashed #b1c9e0; } .nav-list>li>.submenu>li>a>[class*="icon-"]:first-child { display: none; font-size: 12px; font-weight: normal; width: 22px; height: 16px; line-height: 16px; text-align: center; position: absolute; left: 8px; top: 10px; z-index: 1; background-color: #FFF; } .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child,.nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child { display: inline-block; } .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child { color: #c86139; } #sidebar-collapse { border-bottom: 1px solid #e0e0e0; background-color: #f3f3f3; text-align: center; padding: 3px 0; position: relative; } #sidebar-collapse>[class*="icon-"] { display: inline-block; cursor: pointer; font-size: 14px; color: #AAA; border: 1px solid #BBB; padding: 0 5px; line-height: 18px; border-radius: 16px; background-color: #FFF; position: relative; } #sidebar-collapse:before { content: ""; display: inline-block; height: 0; border-top: 1px solid #e1e1e1; position: absolute; left: 15px; right: 15px; top: 13px; } #sidebar.menu-min:before { width: 42px; } #sidebar.menu-min { width: 42px; } #sidebar.menu-min+#main-content { margin-left: 43px; } .menu-min .nav-list>li>a { position: relative; } .menu-min .nav-list>li>a>span { display: none; position: absolute; left: 41px; top: -2px; width: 158px; height: 39px; line-height: 38px; background-color: #f5f5f5; z-index: 121; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); border: 1px solid #CCC; padding-left: 12px; } .menu-min .nav-list>li:hover>a { color: #1963aa; } .menu-min .nav-list>li>a.dropdown-toggle>span { box-shadow: none; border: 0; top: -1px; left: 42px; width: 163px; border-bottom: 1px solid #DDD; } .menu-min .nav-list>li.active>a>span { border-left-color: #1963aa; } .menu-min .nav-list>li.open>a { background-color: #fafafa; color: #585858; } .menu-min .nav-list>li.open.active>a { background-color: #FFF; } .menu-min .nav-list>li.open:hover>a { color: #1963aa; } .menu-min .nav-list>li.active>a:after { border-width: 10px 6px; top: 8px; } .menu-min .nav-list>li.active.open>a:after { display: block; } .menu-min .nav-list>li.active.open>.submenu>li.active>a:after { display: none; } .menu-min .nav-list>li:hover>a>span { display: block; } .menu-min .nav-list>li>a>.arrow { display: none; } .menu-min #sidebar-shortcuts { position: relative; } .menu-min #sidebar-shortcuts-mini { display: block; } .menu-min #sidebar-shortcuts-large { display: none; position: absolute; left: 42px; top: -1px; width: 175px; z-index: 20; background-color: #FFF; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); border: 1px solid #CCC; padding: 0 2px 3px; } .menu-min #sidebar-shortcuts:hover #sidebar-shortcuts-large { display: block; } .menu-min #sidebar-collapse:before { left: 5px; right: 5px; } .menu-min #sidebar-collapse>[class*="icon-"] { font-size: 13px; padding: 0 4px; line-height: 15px; border-width: 1px; border-color: #BBB; } .menu-min .nav-list>li>ul.submenu { background: #FFF; position: absolute; z-index: 120; left: 41px; top: -2px; width: 175px; border: 1px solid #CCC; box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2); padding-top: 40px; padding-bottom: 2px; display: none!important; } .menu-min .nav-list>li:hover>ul.submenu { display: block!important; } .menu-min .nav-list>li.active>ul.submenu { border-left-color: #1963aa; } .menu-min .nav-list>li>ul.submenu>li:before,.menu-min .nav-list>li>ul.submenu>li:after { display: none; } .menu-min .nav-list>li>ul.submenu>li>a { border-left: none; margin-left: 0; padding-left: 24px; } .menu-min .nav-list>li>.submenu>li>a>[class*="icon-"]:first-child { width: 16px; } .menu-min .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child,.menu-min .nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child { left: 7px; } #menu-toggler { display: none; } #page-content { margin: 0; background: #FFF; padding: 8px 20px 24px; } #page-content>.page-header:first-child { margin: 0 0 12px; border-bottom: 1px dotted #e2e2e2; } #page-content>.page-header:first-child>h1 { padding: 0; margin: 0 8px; font-size: 24px; font-weight: 300; color: #2679b5; } #page-content>.page-header:first-child>h1>small { margin: 0 6px; font-size: 14px; color: #8089a0; font-weight: normal; } #ace-settings-container { position: absolute; right: 0; top: 50px; z-index: 10; } #ace-settings-btn { display: inline-block; float: left; width: 42px; margin: 0; text-align: center; border-radius: 6px 0 0 6px!important; opacity: .4; filter: alpha(opacity=40); vertical-align: top; } #ace-settings-btn:hover,#ace-settings-btn.open { opacity: 1; filter: alpha(opacity=100); } #ace-settings-box { display: none; float: left; width: 125px; padding: 0 14px; background-color: #FFF; border: 2px solid #ffb34b; } #ace-settings-box.open { display: inline-block; } #ace-settings-box>div { margin: 6px 0; color: #444; max-height: 24px; } #ace-settings-box>div>label { font-size: 13px; } #btn-scroll-up { border: 0; position: absolute; right: 2px; bottom: 2px; line-height: 20px; padding-bottom: 4px; } a:focus,a:active { text-decoration: none; } .hidden { display: none; } .center { text-align: center; } .position-relative { position: relative; } .position-absolute { position: absolute; } .dark { color: #333!important; } .white { color: #FFF!important; } .red { color: #dd5a43!important; } .light-red { color: #f77!important; } .blue { color: #478fca!important; } .light-blue { color: #93cbf9!important; } .green { color: #69aa46!important; } .light-green { color: #b6e07f!important; } .orange { color: #ff892a!important; } .purple { color: #a069c3!important; } .pink { color: #c6699f!important; } .pink2 { color: #d6487e!important; } .brown { color: brown!important; } .grey { color: #777!important; } .bigger-110 { font-size: 110%; } .bigger-125 { font-size: 125%; } .bigger-150 { font-size: 150%; } .bigger-200 { font-size: 200%; } .smaller-90 { font-size: 90%; } .smaller-75 { font-size: 75%; } .smaller-50 { font-size: 50%; } .hr { display: block; height: 0; overflow: hidden; font-size: 1px; margin: 12px 0; border-top: 1px solid #e3e3e3; } .hr-double { height: 1px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; } .hr8 { margin: 8px 0; } .hr12 { margin: 12px 0; } .hr16 { margin: 12px 0; } .hr18 { margin: 18px 0; } .hr24 { margin: 24px 0; } .hr32 { margin: 32px 0; } .hr.dotted { border-top-style: dotted; } .hr-double.dotted { border-bottom-style: dotted; } .space,.space-18,.space-24,.space-36,.space-9,.space-6,.space-3,.vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 { display: block; height: 0; overflow: hidden; font-size: 0; margin: 12px 0; } .vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 { display: none; } .space-18,.vspace-18 { margin: 18px 0; } .space-24,.vspace-24 { margin: 24px 0; } .space-36,.vspace-36 { margin: 36px 0; } .space-9,.vspace-9 { margin: 9px 0; } .space-6,.vspace-6 { margin: 6px 0; } .space-3,.vspace-3 { margin: 3px 0; } .header { line-height: 28px; margin-bottom: 16px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid #CCC; } .header.blue { border-bottom-color: #c2daee; } .header.green { border-bottom-color: #d9e8c6; } .header.purple { border-bottom-color: #e0d1f1; } .header.orange { border-bottom-color: #ffd8ab; } .header.red { border-bottom-color: #f4c9c1; } .header.grey { border-bottom-color: #d2d2d2; } .header.pink { border-bottom-color: #eccedf; } .header.pink2 { border-bottom-color: #f1c3d5; } .header.light-blue { border-bottom-color: #dbeefd; } .header.light-red { border-bottom-color: #ffd2d2; } .header.light-green { border-bottom-color: #e7f5d5; } .header.brown { border-bottom-color: #e1b9b9; } .header>[class*="icon-"] { margin-right: 2px; } h1,h2,h3,h4,h5,h6 { font-weight: normal; } h1 { font-size: 32px; } h2 { font-size: 25px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 15px; } h6 { font-size: 13px; } .lighter { font-weight: lighter; } .bolder { font-weight: bolder; } h1.smaller { font-size: 31px; } h2.smaller { font-size: 24px; } h3.smaller { font-size: 21px; } h4.smaller { font-size: 17px; } h5.smaller { font-size: 14px; } h6.smaller { font-size: 12px; } h1.bigger { font-size: 33px; } h2.bigger { font-size: 26px; } h3.bigger { font-size: 23px; } h4.bigger { font-size: 16px; } h5.bigger { font-size: 16px; } h6.bigger { font-size: 14px; } h1.block,h2.block,h3.block,h4.block,h5.block,h6.block { margin-bottom: 16px; } .inline { display: inline-block!important; } .block { display: block!important; } blockquote,blockquote.pull-right { border-color: #e5eaf1; } li>ul.margin,li>ol.margin { margin-left: 18px; } .unstyled>li>[class*="icon-"]:first-child,.inline>li>[class*="icon-"]:first-child { width: 20px; text-align: center; } .spaced>li { margin-top: 9px; margin-bottom: 9px; } .spaced2>li { margin-top: 15px; margin-bottom: 15px; } li.divider:before { content: ""; display: inline-block; } li.divider { margin-top: 3px; margin-bottom: 3px; height: 0; } .spaced>li.divider { margin-top: 5px; margin-bottom: 5px; } .spaced2>li.divider { margin-top: 8px; margin-bottom: 8px; } .tab-content { border: 1px solid #c5d0dc; padding: 16px 12px; position: relative; z-index: 11; } .tab-content.no-padding { padding: 0; } .tab-content.padding-8 { padding: 8px 6px; } .tab-content.padding-4 { padding: 4px 3px; } .tab-content.padding-24 { padding: 24px 18px; } .nav-tabs { border-color: #d6d6d6; margin-bottom: -1px; } .nav-tabs>li>a,.nav-tabs>li>a:focus { border-radius: 0!important; border-color: #cdcdcd; background-color: #f9f9f9; color: #999; margin-right: -1px; margin-left: 1px; line-height: 16px; position: relative; z-index: 11; border-color: #c5d0dc; } .nav-tabs>li:first-child>a { margin-left: 0; } .nav-tabs>li>a>.badge { padding: 0 4px; line-height: 15px; } .nav-tabs>li>a:hover { background-color: #FFF; color: #4c8fbd; border-color: #c5d0dc; } .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a:active,.nav-tabs>li>a:focus { outline: none!important; } .tabs-below>.nav-tabs { margin-bottom: 0; margin-top: -1px; border-color: #c5d0dc; } .tabs-below>.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a:focus { border-color: #c5d0dc; } .tabs-below>.nav-tabs>li.active>a,.tabs-below>.nav-tabs>li.active>a:hover,.tabs-below>.nav-tabs>li.active>a,.tabs-below>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-bottom: 2px solid #4c8fbd; border-top-color: transparent; margin-top: 0; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15); } .tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a { min-width: 60px; } .tabs-left>.nav-tabs { margin-bottom: 0; margin-right: -1px; border-color: #c5d0dc; } .tabs-left>.nav-tabs>li>a,.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus { border-color: #c5d0dc; margin: 0 -1px 0 0; } .tabs-left>.nav-tabs>li.active>a,.tabs-left>.nav-tabs>li.active>a:hover,.tabs-left>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-left: 2px solid #4c8fbd; border-right-color: transparent; margin: 0 -1px 0 -1px; box-shadow: -2px 0 3px 0 rgba(0,0,0,0.15); } .tabs-right>.nav-tabs { margin-bottom: 0; margin-left: -1px; border-color: #c5d0dc; } .tabs-right>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus { border-color: #c5d0dc; margin: 0 0 0 -1px; } .tabs-right>.nav-tabs>li.active>a,.tabs-right>.nav-tabs>li.active>a:hover,.tabs-right>.nav-tabs>li.active>a:focus { border-color: #c5d0dc; border-top-width: 1px; border-right: 2px solid #4c8fbd; border-left-color: transparent; margin: 0 -1px 0 -1px; box-shadow: 2px 0 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a>[class*="icon-"] { opacity: .75; } .nav-tabs>li.active>a>[class*="icon-"] { opacity: 1; } .nav-tabs>li>a>.badge.badge-icon { padding-left: 0; padding-right: 0; text-align: center; opacity: .75; } .nav-tabs>li>a>.badge.badge-icon>[class*="icon-"] { margin: 0; padding: 0; } .nav-tabs>li>a>.badge { opacity: .75; } .nav-tabs>li.active a>.badge { opacity: 1; } .nav-tabs .dropdown-toggle .caret { margin-top: 7px; } .nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus { background-color: #4f99c6; border-color: #4f99c6; color: #fff; } .accordion-group { border-radius: 0; border-color: #c5d0dc; background-color: #FFF; } .accordion-group:last-child { border-bottom-width: 1px; } .collapse { background-color: #FFF; } .accordion-heading .accordion-toggle { color: #4c8fbd; background-color: #f1f9ff; } .accordion-heading .accordion-toggle.collapsed { color: #679; font-weight: normal; background-color: #f1f9ff; } .accordion-heading .accordion-toggle:hover { color: #4c8fbd; background-color: #f1f9ff; } .accordion-heading .accordion-toggle { position: relative; } .accordion-heading .accordion-toggle:after { content: "\f107"; font-family: FontAwesome; font-size: 16px; display: inline-block; color: #4c8fbd; position: absolute; right: 6px; width: 14px; line-height: 18px; text-align: center; } .accordion-heading .accordion-toggle.collapsed:after { content: "\f104"; color: #679; } .accordion-heading .accordion-toggle.collapsed:hover:after { color: #4c8fbd; } .accordion-heading .accordion-toggle:focus,.accordion-heading .accordion-toggle:active { outline: 0; text-decoration: none; } .collapse.in>.accordion-inner,.accordion-inner { border-top: 1px solid #c5d0dc; } .accordion-heading .accordion-toggle>[class*="icon-"]:first-child { width: 16px; } .accordion-heading .accordion-toggle:hover>[class*="icon-"]:first-child { text-decoration: none; } .accordion-inner.no-padding { padding: 0; } .progress { border-radius: 0; height: 18px; box-shadow: none; background: #dadada; } .progress .bar { box-shadow: none; line-height: 18px; } .progress[data-percent] { position: relative; } .progress[data-percent]:after { display: inline-block; content: attr(data-percent); color: #FFF; position: absolute; left: 0; right: 0; top: 0; bottom: 0; line-height: 16px; text-align: center; font-size: 12px; font-family: Verdana; } .progress.progress-small { height: 12px; } .progress.progress-small .bar { line-height: 10px; font-size: 11px; } .progress.progress-small[data-percent]:after { line-height: 10px; font-size: 11px; } .progress.progress-mini { height: 9px; } .progress.progress-mini .bar { line-height: 8px; font-size: 11px; } .progress.progress-mini[data-percent]:after { line-height: 8px; font-size: 11px; } .progress .bar { background-image: none; background-color: #2a91d8; } .progress-danger .bar,.progress .bar-danger { background-image: none; background-color: #ca5952; } .progress-success .bar,.progress .bar-success { background-image: none; background-color: #59a84b; } .progress-warning .bar,.progress .bar-warning { background-image: none; background-color: #f2bb46; } .progress .bar+.bar { box-shadow: none; } .progress-danger.progress-striped .bar,.progress-striped .bar-danger { background-color: #cc4942; } .progress-warning.progress-striped .bar,.progress-striped .bar-warning { background-color: #eba450; } .progress-success.progress-striped .bar,.progress-striped .bar-success { background-color: #55b83b; } .progress-info.progress-striped .bar,.progress-striped .bar-info { background-color: #148bcf; } .progress { position: relative; } .progress:before { display: inline-block; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: radial-gradient(9px 9px 0deg,circle cover,aqua 0,rgba(0,0,255,0) 100%,blue 95%); } .modal { border-radius: 0; } .modal-footer { border-top-color: #e4e9ee; box-shadow: none; background-color: #eff3f8; } .modal-header .close { font-size: 32px; } .well { border-radius: 0; } .well h1,.well h2,.well h3,.well h4,.well h5,.well h6 { margin-top: 0; } .well h1,.well h2,.well h3 { line-height: 36px; } .alert { font-size: 14px; border-radius: 0; } .alert .close { font-size: 16px; } .alert-block p+p { margin-top: 10px; } .tooltip.left { margin-left: -11px; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); } .tooltip-inner { background-color: #333; color: #FFF; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; text-shadow: 1px 1px 0 rgba(42,45,50,0.5); border-radius: 0; } .tooltip.top .tooltip-arrow { border-top-color: #333; } .tooltip.right .tooltip-arrow { border-right-color: #333; } .tooltip.left .tooltip-arrow { border-left-color: #333; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #333; } .tooltip-error+.tooltip>.tooltip-inner { background-color: #c94d32; color: #FFF; text-shadow: 1px 1px 0 rgba(100,60,20,0.3); border-radius: 0; } .tooltip-error+.tooltip.top .tooltip-arrow { border-top-color: #c94d32; } .tooltip-error+.tooltip.right .tooltip-arrow { border-right-color: #c94d32; } .tooltip-error+.tooltip.left .tooltip-arrow { border-left-color: #c94d32; } .tooltip-error+.tooltip.bottom .tooltip-arrow { border-bottom-color: #c94d32; } .tooltip-success+.tooltip>.tooltip-inner { background-color: #629b58; color: #FFF; text-shadow: 1px 1px 0 rgba(60,100,20,0.3); border-radius: 0; } .tooltip-success+.tooltip.top .tooltip-arrow { border-top-color: #629b58; } .tooltip-success+.tooltip.right .tooltip-arrow { border-right-color: #629b58; } .tooltip-success+.tooltip.left .tooltip-arrow { border-left-color: #629b58; } .tooltip-success+.tooltip.bottom .tooltip-arrow { border-bottom-color: #629b58; } .tooltip-warning+.tooltip>.tooltip-inner { background-color: #ed9421; color: #FFF; text-shadow: 1px 1px 0 rgba(100,90,10,0.3); border-radius: 0; } .tooltip-warning+.tooltip.top .tooltip-arrow { border-top-color: #ed9421; } .tooltip-warning+.tooltip.right .tooltip-arrow { border-right-color: #ed9421; } .tooltip-warning+.tooltip.left .tooltip-arrow { border-left-color: #ed9421; } .tooltip-warning+.tooltip.bottom .tooltip-arrow { border-bottom-color: #ed9421; } .tooltip-info+.tooltip>.tooltip-inner { background-color: #4b89aa; color: #FFF; text-shadow: 1px 1px 0 rgba(40,50,100,0.3); border-radius: 0; } .tooltip-info+.tooltip.top .tooltip-arrow { border-top-color: #4b89aa; } .tooltip-info+.tooltip.right .tooltip-arrow { border-right-color: #4b89aa; } .tooltip-info+.tooltip.left .tooltip-arrow { border-left-color: #4b89aa; } .tooltip-info+.tooltip.bottom .tooltip-arrow { border-bottom-color: #4b89aa; } .popover { border-radius: 0; padding: 0; border-color: #ccc; border-width: 1px; box-shadow: 0 0 4px 2px rgba(0,0,0,0.2); color: #4d6883; } .popover-title { border-radius: 0; background-color: #eff3f8; color: #555; border-bottom: 1px solid #dfe3e8; text-shadow: 1px 1px 1px rgba(220,220,220,0.2); } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #eff3f8; border-top-width: 0; } .tooltip-error+.popover .popover-title { background-color: #f7f0ef; border-bottom-color: #e8e0df; color: #b75445; text-shadow: none; } .tooltip-error+.popover { color: #555; border: 1px solid #f7f0ef; } .tooltip-error+.popover.top .arrow:after { border-top-color: #f7f0ef; } .tooltip-error+.popover.bottom .arrow:after { border-bottom-color: #f7f0ef; } .tooltip-error+.popover.right .arrow:after { border-right-color: #f7f0ef; } .tooltip-error+.popover.left .arrow:after { border-left-color: #f7f0ef; } .tooltip-warning+.popover .popover-title { background-color: #f4eee3; border-bottom-color: #e4dcd3; color: #d67e31; text-shadow: none; } .tooltip-warning+.popover { color: #555; border: 1px solid #f4eee3; } .tooltip-warning+.popover.top .arrow:after { border-top-color: #f4eee3; } .tooltip-warning+.popover.bottom .arrow:after { border-bottom-color: #f4eee3; } .tooltip-warning+.popover.right .arrow:after { border-right-color: #f4eee3; } .tooltip-warning+.popover.left .arrow:after { border-left-color: #f4eee3; } .tooltip-success+.popover .popover-title { background-color: #e8f2e3; border-bottom-color: #d8e2d3; color: #629b58; text-shadow: none; } .tooltip-success+.popover { color: #555; border: 1px solid #e8f2e3; } .tooltip-success+.popover.top .arrow:after { border-top-color: #e8f2e3; } .tooltip-success+.popover.bottom .arrow:after { border-bottom-color: #e8f2e3; } .tooltip-success+.popover.right .arrow:after { border-right-color: #e8f2e3; } .tooltip-success+.popover.left .arrow:after { border-left-color: #e8f2e3; } .tooltip-info+.popover .popover-title { background-color: #e5edf8; border-bottom-color: #d5dde8; color: #3f79b6; text-shadow: none; } .tooltip-info+.popover { color: #555; border: 1px solid #e5edf8; } .tooltip-info+.popover.top .arrow:after { border-top-color: #e5edf8; } .tooltip-info+.popover.bottom .arrow:after { border-bottom-color: #e5edf8; } .tooltip-info+.popover.right .arrow:after { border-right-color: #e5edf8; } .tooltip-info+.popover.left .arrow:after { border-left-color: #e5edf8; } .popover-notitle+.popover .popover-title { display: none; } .popover-notitle+.popover.top .arrow:after { border-top-color: #FFF; } .popover-notitle+.popover.bottom .arrow:after { border-bottom-color: #FFF; } .popover-notitle+.popover.right .arrow:after { border-right-color: #FFF; } .popover-notitle+.popover.left .arrow:after { border-left-color: #FFF; } .btn { display: inline-block; padding: 0 12px 1px; line-height: 32px; color: #FFF!important; text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important; font-size: 14px; background-image: none!important; background-color: #abbac3!important; border: 5px solid #abbac3; border-radius: 0!important; box-shadow: none!important; -moz-transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; cursor: pointer; vertical-align: middle; margin: 0; position: relative; } .btn-large { padding: 0 14px 1px; line-height: 38px; border-width: 6px; font-size: 16px; } .btn-small { padding: 0 8px; line-height: 24px; border-width: 4px; font-size: 13px; } .btn-mini { padding: 0 5px; line-height: 22px; border-width: 2px; font-size: 12px; } .btn-minier { padding: 0 4px; line-height: 18px; border-width: 1px; font-size: 11px; } button.btn:active { top: 1px; left: 1px; } .btn-default { background-color: #abbac3!important; border-color: #abbac3; } .btn:hover,.btn-default:hover { background-color: #8b9aa3!important; } .btn.active,.btn-default.active { background-color: #91a0a5!important; border-color: #8796a0; } .btn.disabled,.btn-default.disabled,.btn[disabled],.btn-default[disabled] { background-color: #abbac3!important; } .btn-primary { background-color: #2283c5!important; border-color: #2283c5; } .btn-primary:hover { background-color: #045e9f!important; } .btn-primary.active { background-color: #1a76b7!important; border-color: #106eaf; } .btn-primary.disabled,.btn-primary[disabled] { background-color: #2283c5!important; } .btn-info { background-color: #6fb3e0!important; border-color: #6fb3e0; } .btn-info:hover { background-color: #4f99c6!important; } .btn-info.active { background-color: #5ca3d0!important; border-color: #4f99c6; } .btn-info.disabled,.btn-info[disabled] { background-color: #6fb3e0!important; } .btn-success { background-color: #87b87f!important; border-color: #87b87f; } .btn-success:hover,.btn-success.active { background-color: #629b58!important; } .btn-success.active { background-color: #68a563!important; border-color: #629b58; } .btn-success.disabled,.btn-success[disabled] { background-color: #87b87f!important; } .btn-warning { background-color: #ffb752!important; border-color: #ffb752; } .btn-warning:hover { background-color: #e59729!important; } .btn-warning.active { background-color: #ea9e33!important; border-color: #e59729; } .btn-warning.disabled,.btn-warning[disabled] { background-color: #ffb752!important; } .btn-danger { background-color: #d15b47!important; border-color: #d15b47; } .btn-danger:hover { background-color: #b74635!important; } .btn-danger.active { background-color: #bf4e3d!important; border-color: #b74635; } .btn-danger.disabled,.btn-danger[disabled] { background-color: #d15b47!important; } .btn-inverse { background-color: #555!important; border-color: #555; } .btn-inverse:hover { background-color: #303030!important; } .btn-inverse.active { background-color: #3e3e3e!important; border-color: #303030; } .btn-inverse.disabled,.btn-inverse[disabled] { background-color: #555!important; } .btn-pink { background-color: #d6487e!important; border-color: #d6487e; } .btn-pink:hover { background-color: #b73766!important; } .btn-pink.active { background-color: #c0406f!important; border-color: #b73766; } .btn-pink.disabled,.btn-pink[disabled] { background-color: #d6487e!important; } .btn-purple { background-color: #9585bf!important; border-color: #9585bf; } .btn-purple:hover { background-color: #7461aa!important; } .btn-purple.active { background-color: #7e6ab2!important; border-color: #7461aa; } .btn-purple.disabled,.btn-purple[disabled] { background-color: #9585bf!important; } .btn-yellow { background-color: #fee188!important; border-color: #fee188; color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; } .btn-yellow:hover { background-color: #f7d05b!important; } .btn.btn-yellow.active { background-color: #f9d570!important; border-color: #edcc71; } .btn.btn-yellow.active:after { border-bottom-color: #c96338; } .btn-yellow.disabled,.btn-yellow[disabled] { background-color: #fee188!important; } .btn-light { color: #888!important; background-color: #e7e7e7!important; border-color: #e7e7e7; text-shadow: 0 -1px 0 rgba(250,250,250,0.25)!important; } .btn-light:hover { background-color: #d9d9d9!important; } .btn.btn-light.active { background-color: #dfdfdf!important; border-color: #d5d5d5; color: #515151; } .btn.btn-light.active:after { border-bottom-color: #aaa; } .btn-light.disabled,.btn-light[disabled] { background-color: #e7e7e7!important; } .btn-light.btn-mini:after { left: -2px; right: -2px; top: -2px; bottom: -2px; } .btn-light.btn-small:after { left: -4px; right: -4px; top: -4px; bottom: -4px; } .btn-light.btn-large:after { left: -6px; right: -6px; top: -6px; bottom: -6px; } .btn-grey { background-color: #a0a0a0!important; border-color: #a0a0a0; } .btn-grey:hover { background-color: #888!important; } .btn-grey.active { background-color: #929292!important; border-color: #888; } .btn-grey.disabled,.btn-grey[disabled] { background-color: #a0a0a0!important; } .btn-white { background-color: #f7f7f7!important; border-color: #d7d7d7; text-shadow: none!important; } .btn-white:hover { background-color: #EEE!important; } .btn-white.active { background-color: #f1f1f1!important; border-color: #999; } .btn-white.disabled,.btn-white[disabled] { background-color: #f7f7f7!important; } .btn.disabled.active,.btn.disabled:focus,.btn[disabled]:active,.btn[disabled].active,.btn[disabled]:focus { outline: 0; } .btn.disabled:active,.btn[disabled]:active { top: 0; left: 0; } .btn.active { color: #efe5b5; } .btn.active:after { display: inline-block; content: ""; position: absolute; border-bottom: 1px solid #efe5b5; left: -4px; right: -4px; bottom: -4px; } .btn-small.active:after { left: -3px; right: -3px; bottom: -3px; border-bottom-width: 1px; } .btn-large.active:after { left: -5px; right: -5px; bottom: -5px; border-bottom-width: 1px; } .btn-mini.active:after { left: -1px; right: -1px; bottom: -1px; border-bottom-width: 1px; } .btn>[class*="icon-"] { margin-right: 4px; font-size: 110%; display: inline; min-width: 12px; } .btn-large>[class*="icon-"] { margin-right: 6px; font-size: 110%; } .btn-small>[class*="icon-"] { margin-right: 3px; font-size: 110%; } .btn-mini>[class*="icon-"] { margin-right: 2px; font-size: 120%; } .btn>.icon-round { padding: 1px 2px; border: 2px solid #FFF; border-radius: 16px; } .btn>.icon-on-right[class*="icon-"] { margin-right: 0; margin-left: 4px; } .btn-large>.icon-on-right[class*="icon-"] { margin-left: 6px; margin-right: 0; } .btn-small>.icon-on-right[class*="icon-"] { margin-left: 3px; margin-right: 0; } .btn-mini>.icon-on-right[class*="icon-"] { margin-left: 2px; margin-right: 0; } .btn>.icon-only { margin: 0; vertical-align: middle; text-align: center; padding: 0; width: 24px; } .btn-link { border: none!important; background-color: transparent; color: #08c!important; text-shadow: none!important; padding: 4px 12px!important; line-height: 20px!important; } .btn-link:hover { background: none!important; text-shadow: none!important; } .btn-link.active { background: none!important; text-decoration: underline; color: #07b!important; } .btn-link.active:after { display: none; } .btn-link.disabled,.btn-link[disabled] { background: 0; opacity: .65; } .btn-link.disabled:hover { background: none!important; text-decoration: none!important; } .btn-group>.btn:first-child,.btn-group>.btn:last-child { border-radius: 0; } .btn-group>.btn+.btn,.btn-group+.btn { margin: 0 1px 0 0; } .btn-group>.btn:first-child { margin: 0 1px 0 0; } .btn-group>.btn,.btn-group+.btn { margin: 0 1px 0 0; border-width: 3px!important; } .btn-group>.btn-large,.btn-group+.btn-large { border-width: 4px!important; } .btn-group>.btn-small,.btn-group+.btn-small { border-width: 2px!important; } .btn-group>.btn-mini,.btn-group+.btn-mini { border-width: 1px!important; } .btn-group-vertical>.btn,.btn-group-vertical>.btn+.btn { margin: 1px 0 0; } .btn-group>.btn:after,.btn-group+.btn:after { left: -2px; right: -2px; bottom: -2px; border-bottom-width: 1px; } .btn-group>.btn-small:after,.btn-group+.btn-small:after { left: -1px; right: -1px; bottom: -1px; border-bottom-width: 1px; } .btn-group>.btn-large:after,.btn-group+.btn-large:after { left: -3px; right: -3px; bottom: -3px; border-bottom-width: 1px; } .btn-group>.btn-mini:after,.btn-group+.btn-mini:after { left: 0; right: 0; bottom: 0; border-bottom-width: 1px; } .btn-group>.btn+.btn.dropdown-toggle { padding-right: 3px; padding-left: 3px; } .btn-group>.btn+.btn-large.dropdown-toggle { padding-right: 4px; padding-left: 4px; } .btn>.caret { margin-top: 15px; margin-left: 1px; border-width: 5px; border-top-color: #FFF; } .btn-small>.caret { margin-top: 10px; border-width: 4px; } .btn-mini>.caret { margin-top: 9px; border-width: 4px; } .btn-large>.caret { margin-top: 18px; border-width: 6px; } .btn-group>.dropdown-toggle { border-radius: 0; } .btn.btn-app { display: inline-block; width: 100px; margin: 2px; position: relative; font-size: 18px; font-weight: normal; color: #FFF; text-align: center; text-shadow: 0 -1px -1px rgba(0,0,0,0.2)!important; border: 0; border-radius: 12px!important; padding: 12px 0 8px; background: #b3c1cb!important; background: -moz-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcc9d5),color-stop(100%,#abbac3))!important; background: -webkit-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -o-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: -ms-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important; background: linear-gradient(to bottom,#bcc9d5 0,#abbac3 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCC9D5',endColorstr='#ABBAC3',GradientType=0)!important; } .btn-app.btn-primary { background: #298acb!important; background: -moz-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b98d6),color-stop(100%,#197ec1))!important; background: -webkit-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -o-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: -ms-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important; background: linear-gradient(to bottom,#3b98d6 0,#197ec1 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B98D6',endColorstr='#197EC1',GradientType=0)!important; } .btn-app.btn-info { background: #78bc43!important; background: -moz-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#75b5e6),color-stop(100%,#5ba4d5))!important; background: -webkit-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -o-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: -ms-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important; background: linear-gradient(to bottom,#75b5e6 0,#5ba4d5 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75B5E6',endColorstr='#5BA4D5',GradientType=0)!important; } .btn-app.btn-success { background: #84b357!important; background: -moz-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8ebf60),color-stop(100%,#7daa50))!important; background: -webkit-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -o-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: -ms-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important; background: linear-gradient(to bottom,#8ebf60 0,#7daa50 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EBF60',endColorstr='#7DAA50',GradientType=0)!important; } .btn-app.btn-danger { background: #d23e37!important; background: -moz-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d55b52),color-stop(100%,#d12723))!important; background: -webkit-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -o-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: -ms-linear-gradient(top,#d55b52 0,#d12723 100%)!important; background: linear-gradient(to bottom,#d55b52 0,#d12723 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D55B52',endColorstr='#D12723',GradientType=0)!important; } .btn-app.btn-warning { background: #ffb752!important; background: -moz-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffbf66),color-stop(100%,#ffa830))!important; background: -webkit-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -o-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: -ms-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important; background: linear-gradient(to bottom,#ffbf66 0,#ffa830 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF66',endColorstr='#FFA830',GradientType=0)!important; } .btn-app.btn-purple { background: #9182bb!important; background: -moz-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9b8ac5),color-stop(100%,#8a7cb4))!important; background: -webkit-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -o-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: -ms-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important; background: linear-gradient(to bottom,#9b8ac5 0,#8a7cb4 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B8AC5',endColorstr='#8A7CB4',GradientType=0)!important; } .btn-app.btn-pink { background: #d6487e!important; background: -moz-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#db5e8c),color-stop(100%,#ce3970))!important; background: -webkit-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -o-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: -ms-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important; background: linear-gradient(to bottom,#db5e8c 0,#ce3970 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB5E8C',endColorstr='#CE3970',GradientType=0)!important; } .btn-app.btn-inverse { background: #393939!important; background: -moz-linear-gradient(top,#494949 0,#303030 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#494949),color-stop(100%,#303030))!important; background: -webkit-linear-gradient(top,#494949 0,#303030 100%)!important; background: -o-linear-gradient(top,#494949 0,#303030 100%)!important; background: -ms-linear-gradient(top,#494949 0,#303030 100%)!important; background: linear-gradient(to bottom,#494949 0,#303030 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949',endColorstr='#303030',GradientType=0)!important; } .btn-app.btn-grey { background: #888!important; background: -moz-linear-gradient(top,#848484 0,#707070 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#848484),color-stop(100%,#707070))!important; background: -webkit-linear-gradient(top,#848484 0,#707070 100%)!important; background: -o-linear-gradient(top,#848484 0,#707070 100%)!important; background: -ms-linear-gradient(top,#848484 0,#707070 100%)!important; background: linear-gradient(to bottom,#848484 0,#707070 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484',endColorstr='#707070',GradientType=0)!important; } .btn-app.btn-light { color: #5a5a5a!important; text-shadow: 0 1px 1px #EEE!important; border: 2px solid #DDD; background: #EEE!important; background: -moz-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#e6e6e6))!important; background: -webkit-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -o-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: -ms-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important; background: linear-gradient(to bottom,#f4f4f4 0,#e6e6e6 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4',endColorstr='#E6E6E6',GradientType=0)!important; } .btn-app.btn-yellow { color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; border: 2px solid #fee188; background: #fee188!important; background: -moz-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe8a5),color-stop(100%,#fcd76a))!important; background: -webkit-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -o-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: -ms-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important; background: linear-gradient(to bottom,#ffe8a5 0,#fcd76a 100%)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8A5',endColorstr='#FCD76A',GradientType=0)!important; } .btn-app.btn-yellow.active { border-color: #fee188; } .btn.btn-app>[class*=icon] { display: block; font-size: 42px; margin: 0 0 4px; line-height: 36px; min-width: 0; padding: 0; } .btn.btn-app.btn-small { width: 80px; font-size: 16px; border-radius: 10px!important; padding-bottom: 9px; } .btn.btn-app.btn-small>[class*=icon] { display: block; font-size: 32px; line-height: 30px; margin: 0 0 3px; } .btn.btn-app.btn-mini { width: 64px; font-size: 15px; border-radius: 8px!important; padding-bottom: 7px; padding-top: 8px; } .btn.btn-app.btn-mini>[class*=icon] { display: block; font-size: 24px; line-height: 24px; margin: 0; } .btn.btn-app.btn-mini.btn-light { width: 64px; padding-bottom: 6px; } .btn.btn-app.no-radius { border-radius: 0!important; } .btn.btn-app.radius-4 { border-radius: 4px!important; } .btn-app>.badge,.btn-app>.label { position: absolute!important; top: -2px; right: -2px; padding: 1px 3px; text-align: center; font-size: 13px; } .btn-app>.label { padding: 1px 6px 3px; font-size: 13px; } .btn.btn-app.radius-4>.badge,.btn.btn-app.no-radius>.badge { border-radius: 3px; } .btn-app>.badge-right,.btn-app>.label-right { right: auto; left: -2px; } .btn.btn-app.radius-4>.badge.no-radius,.btn.btn-app.no-radius>.badge.no-radius { border-radius: 0; } .btn.btn-app.active { color: #FFF; } .btn.btn-app.active:after { display: none; } .btn.btn-app.btn-yellow.active { color: #963; } .btn.btn-app.btn-light.active { color: #515151; } .pagination ul>li>a,.pager>li>a { border-width: 1px; border-radius: 0!important; } .pagination ul>li>a,.pager>li>a { color: #2283c5; background-color: #fafafa; margin: 0 -1px 0 0; border-color: #e0e8eb; } .pagination ul>li>a:hover,.pager>li>a:hover { background-color: #eaeff2; } .pagination ul>li.disabled>a,.pagination ul>li.disabled>a:hover,.pager>li.disabled>a,.pager>li.disabled>a:hover { background-color: #f9f9f9; border-color: #d9d9d9; } .pagination ul>li.active>a,.pagination ul>li.active>a:hover { background-color: #6faed9; border-color: #6faed9; color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); } .label { border-radius: 0; text-shadow: none; font-size: 11px; font-weight: normal; padding: 1px 5px 3px; background-color: #abbac3!important; } .label[class*="span"][class*="arrow"] { min-height: 0; } .badge { text-shadow: none; font-size: 13px; padding-top: 1px; padding-bottom: 3px; font-weight: normal; line-height: 15px; } .label-transparent,.badge-transparent { background-color: transparent!important; } .label-success,.badge-success { background-color: #82af6f!important; } .badge-important,.label-important { background-color: #d15b47!important; } .badge-info,.label-info { background-color: #3a87ad!important; } .badge-inverse,.label-inverse { background-color: #333!important; } .badge-warning,.label-warning { background-color: #f89406!important; } .badge-pink,.label-pink { background-color: #d6487e!important; } .badge-purple,.label-purple { background-color: #9585bf!important; } .badge-yellow,.label-yellow { background-color: #fee188!important; border-color: #fee188; color: #963!important; } .badge-light,.label-light { background-color: #e7e7e7!important; color: #888!important; } .label-grey,.badge-grey { background-color: #a0a0a0!important; } .label.arrowed,.label.arrowed-in { position: relative; } .label.arrowed { margin-left: 9px; } .label.arrowed-in { margin-left: 9px; } .label.arrowed:before,.label.arrowed-in:before { display: inline-block; content: ""; position: absolute; left: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-right-color: #abbac3; } .label.arrowed-in:before { border-color: #abbac3; border-left-color: transparent!important; left: -9px; } .label.arrowed-right,.label.arrowed-in-right { position: relative; } .label.arrowed-right { margin-right: 9px; } .label.arrowed-in-right { margin-right: 9px; } .label.arrowed-right:after,.label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; right: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-left-color: #abbac3; } .label.arrowed-in-right:after { border-color: #abbac3; border-right-color: transparent!important; right: -9px; } .label-success.arrowed:before { border-right-color: #82af6f; } .label-success.arrowed-in:before { border-color: #82af6f; } .label-success.arrowed-right:after { border-left-color: #82af6f; } .label-success.arrowed-in-right:after { border-color: #82af6f; } .label-warning.arrowed:before { border-right-color: #f89406; } .label-warning.arrowed-in:before { border-color: #f89406; } .label-warning.arrowed-right:after { border-left-color: #f89406; } .label-warning.arrowed-in-right:after { border-color: #f89406; } .label-important.arrowed:before { border-right-color: #d15b47; } .label-important.arrowed-in:before { border-color: #d15b47; } .label-important.arrowed-right:after { border-left-color: #d15b47; } .label-important.arrowed-in-right:after { border-color: #d15b47; } .label-info.arrowed:before { border-right-color: #3a87ad; } .label-info.arrowed-in:before { border-color: #3a87ad; } .label-info.arrowed-right:after { border-left-color: #3a87ad; } .label-info.arrowed-in-right:after { border-color: #3a87ad; } .label-inverse.arrowed:before { border-right-color: #333; } .label-inverse.arrowed-in:before { border-color: #333; } .label-inverse.arrowed-right:after { border-left-color: #333; } .label-inverse.arrowed-in-right:after { border-color: #333; } .label-pink.arrowed:before { border-right-color: #d6487e; } .label-pink.arrowed-in:before { border-color: #d6487e; } .label-pink.arrowed-right:after { border-left-color: #d6487e; } .label-pink.arrowed-in-right:after { border-color: #d6487e; } .label-purple.arrowed:before { border-right-color: #9585bf; } .label-purple.arrowed-in:before { border-color: #9585bf; } .label-purple.arrowed-right:after { border-left-color: #9585bf; } .label-purple.arrowed-in-right:after { border-color: #9585bf; } .label-yellow.arrowed:before { border-right-color: #fee188; } .label-yellow.arrowed-in:before { border-color: #fee188; } .label-yellow.arrowed-right:after { border-left-color: #fee188; } .label-yellow.arrowed-in-right:after { border-color: #fee188; } .label-light.arrowed:before { border-right-color: #e7e7e7; } .label-light.arrowed-in:before { border-color: #e7e7e7; } .label-light.arrowed-right:after { border-left-color: #e7e7e7; } .label-light.arrowed-in-right:after { border-color: #e7e7e7; } .label-grey.arrowed:before { border-right-color: #a0a0a0; } .label-grey.arrowed-in:before { border-color: #a0a0a0; } .label-grey.arrowed-right:after { border-left-color: #a0a0a0; } .label-grey.arrowed-in-right:after { border-color: #a0a0a0; } .label-large { font-size: 13px; padding: 3px 8px 5px; } .label-large.arrowed { margin-left: 12px; } .label-large.arrowed-in { margin-left: 12px; } .label-large.arrowed:before,.label-large.arrowed-in:before { left: -16px; border-width: 11px 8px; } .label-large.arrowed-in:before { left: -12px; } .label-large.arrowed-right { margin-right: 11px; } .label-large.arrowed-in-right { margin-right: 11px; } .label-large.arrowed-right:after,.label-large.arrowed-in-right:after { right: -16px; border-width: 11px 8px; } .label-large.arrowed-in-right:after { right: -12px; } .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"] { background-image: none; } .dropdown-menu { border-radius: 0; box-shadow: 0 2px 4px rgba(0,0,0,0.2); } .dropdown-submenu>a:after { margin-right: -5px; } .dropdown-menu.dropdown-icon-only { min-width: 0; } .dropdown-menu.dropdown-icon-only>li { float: left; margin: 0 4px; } .dropdown-menu.dropdown-icon-only>li>a [class*="icon-"] { width: 18px; font-size: 16px; } .dropdown-menu.dropdown-icon-only>li>a .icon-2x { width: 36px; font-size: 22px; } .dropdown-menu li a { margin-bottom: 1px; margin-top: 1px; } .dropdown-menu li a { font-size: 13px; padding-left: 11px; padding-right: 11px; } .dropdown-menu li a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover,.dropdown-submenu:hover>a,.dropdown-menu li>a:focus,.nav-tabs .dropdown-menu li>a:focus { background: #4f99c6; } .dropdown-menu.dropdown-default li a:hover,.dropdown-menu.dropdown-default .active>a,.dropdown-menu.dropdown-default .active>a:hover,.dropdown-default>.dropdown-submenu:hover>a,.dropdown-default li>a:focus,.nav-tabs .dropdown-default li>a:focus { background: #abbac3; } .dropdown-menu.dropdown-info li a:hover,.dropdown-menu.dropdown-info .active>a,.dropdown-menu.dropdown-info .active>a:hover,.dropdown-info>.dropdown-submenu:hover>a,.dropdown-info li>a:focus,.nav-tabs .dropdown-info li>a:focus { background: #6fb3e0; } .dropdown-menu.dropdown-purple li a:hover,.dropdown-menu.dropdown-purple .active>a,.dropdown-menu.dropdown-purple .active>a:hover,.dropdown-purple>.dropdown-submenu:hover>a,.dropdown-purple li>a:focus,.nav-tabs .dropdown-purple li>a:focus { background: #9585bf; } .dropdown-menu.dropdown-success li a:hover,.dropdown-menu.dropdown-success .active>a,.dropdown-menu.dropdown-success .active>a:hover,.dropdown-success>.dropdown-submenu:hover>a,.dropdown-success li>a:focus,.nav-tabs .dropdown-success li>a:focus { background: #87b87f; } .dropdown-menu.dropdown-warning li a:hover,.dropdown-menu.dropdown-warning .active>a,.dropdown-menu.dropdown-warning .active>a:hover,.dropdown-warning>.dropdown-submenu:hover>a,.dropdown-warning li>a:focus,.nav-tabs .dropdown-warning li>a:focus { background: #ffa24d; } .dropdown-menu.dropdown-danger li a:hover,.dropdown-menu.dropdown-danger .active>a,.dropdown-menu.dropdown-danger .active>a:hover,.dropdown-danger>.dropdown-submenu:hover>a,.dropdown-danger li>a:focus,.nav-tabs .dropdown-danger li>a:focus { background: #d15b47; } .dropdown-menu.dropdown-inverse li a:hover,.dropdown-menu.dropdown-inverse .active>a,.dropdown-menu.dropdown-inverse .active>a:hover,.dropdown-inverse>.dropdown-submenu:hover>a,.dropdown-inverse li>a:focus,.nav-tabs .dropdown-inverse li>a:focus { background: #555; } .dropdown-menu.dropdown-pink li a:hover,.dropdown-menu.dropdown-pink .active>a,.dropdown-menu.dropdown-pink .active>a:hover,.dropdown-pink>.dropdown-submenu:hover>a,.dropdown-pink li>a:focus,.nav-tabs .dropdown-pink li>a:focus { background: #d6487e; } .dropdown-menu.dropdown-grey li a:hover,.dropdown-menu.dropdown-grey .active>a,.dropdown-menu.dropdown-grey .active>a:hover,.dropdown-grey>.dropdown-submenu:hover>a,.dropdown-grey li>a:focus,.nav-tabs .dropdown-grey li>a:focus { background: #a0a0a0; } .dropdown-menu.dropdown-light li a:hover,.dropdown-menu.dropdown-light .active>a,.dropdown-menu.dropdown-light .active>a:hover,.dropdown-light>.dropdown-submenu:hover>a,.dropdown-light li>a:focus,.nav-tabs .dropdown-light li>a:focus { background: #e9e9e9; color: #333; } .dropdown-menu.dropdown-lighter li a:hover,.dropdown-menu.dropdown-lighter .active>a,.dropdown-menu.dropdown-lighter .active>a:hover,.dropdown-lighter>.dropdown-submenu:hover>a,.dropdown-lighter li>a:focus,.nav-tabs .dropdown-lighter li>a:focus { background: #f3f3f3; color: #444; } .dropdown-menu.dropdown-yellow li a:hover,.dropdown-menu.dropdown-yellow .active>a,.dropdown-menu.dropdown-yellow .active>a:hover,.dropdown-yellow>.dropdown-submenu:hover>a,.dropdown-yellow li>a:focus,.nav-tabs .dropdown-yellow li>a:focus { background: #fee188; color: #444; } .dropdown-submenu>.dropdown-menu { border-radius: 0!important; } .dropdown-light .dropdown-submenu:hover>a:after,.dropdown-lighter .dropdown-submenu:hover>a:after { border-left-color: #444; } .nav-tabs .dropdown-menu { border-radius: 0; } .dropdown-menu.dropdown-closer { top: 80%; left: -10px; } .dropdown-menu.pull-right.dropdown-closer { right: -10px; left: auto; } .dropdown-menu.dropdown-close { top: 92%; left: -5px; } .dropdown-menu.pull-right.dropdown-close { right: -5px; left: auto; } .dropdown-colorpicker>.dropdown-menu { top: 80%; left: -7px; } .dropdown-colorpicker>.dropdown-menu.pull-right { right: -7px; left: auto; } .dropdown-colorpicker>.dropdown-menu { padding: 4px; min-width: 120px; max-width: 120px; } .dropdown-colorpicker>.dropdown-menu>li,.dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn { display: block; float: left; width: 20px; height: 20px; margin: 2px; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn { margin: 0; padding: 0; float: none; position: relative; border-radius: 0; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn:hover { opacity: .8; transform: scale(1.08); text-decoration: none; } .dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn.selected:after { font-family: FontAwesome; display: inline-block; position: absolute; left: 0; right: 0; text-align: center; line-height: 20px; content: "\f00c"; font-size: 11px; color: #FFF; } .btn-colorpicker { display: inline-block; width: 20px; height: 20px; background-color: #DDD; vertical-align: middle; border-radius: 0; } .dropdown-navbar { padding: 0; width: 240px; border-color: #bcd4e5; box-shadow: 0 2px 4px rgba(30,30,100,0.25); } .dropdown-navbar>li { padding: 0 8px; background-color: #FFF; } .dropdown-navbar>li:hover { background-color: #f4f9fc!important; } .dropdown-navbar>li.nav-header { text-shadow: none; background-color: #ecf2f7!important; color: #8090a0; padding-top: 7px; padding-bottom: 7px; font-size: 13px; font-weight: bold; text-transform: none; border-bottom: 1px solid #bcd4e5; } .dropdown-navbar>li>[class*="icon-"],.dropdown-navbar>li>a>[class*="icon-"] { margin-right: 5px!important; color: #555; font-size: 13px; } .dropdown-navbar>li.nav-header>[class*="icon-"] { color: #8090a0; } .dropdown-navbar>li>a { padding: 10px 2px; margin: 0; border-bottom: 1px solid #e4ecf3; font-size: 10px; line-height: 16px; color: #555; } .dropdown-navbar>li>a:active { background-color: transparent; color: #555; } .dropdown-navbar>li>a:hover { background-color: transparent!important; color: #555; } .dropdown-navbar>li:last-child>a { border-bottom: 0 solid #DDD; border-top: 1px dotted transparent; color: #4f99c6; text-align: center; font-size: 13px; } .dropdown-navbar>li:last-child>a:hover { background-color: #FFF; color: #4f99c6; text-decoration: underline; } .dropdown-navbar>li:last-child>a:hover>[class*="icon-"] { text-decoration: none; } .dropdown-navbar>li>a .progress { margin-bottom: 0; margin-top: 4px; } .dropdown-navbar>li>a .badge { line-height: 16px; padding-right: 4px; padding-left: 4px; font-size: 12px; } .msg-photo { margin-right: 6px; max-width: 42px; } .msg-body { display: inline-block; line-height: 20px; white-space: normal; vertical-align: middle; max-width: 175px; } .msg-title { display: inline-block; line-height: 14px; } .msg-time { display: block; font-size: 11px; color: #777; } .msg-time>[class*="icon-"] { font-size: 14px; color: #555; } .dropdown-navbar.navbar-pink { border-color: #e5bcd4; } .dropdown-navbar.navbar-pink>li.nav-header { background-color: #f7ecf2!important; color: #b471a0; border-bottom-color: #e5bcd4; } .dropdown-navbar.navbar-pink>li.nav-header:hover { background-color: #f7ecf2!important; } .dropdown-navbar.navbar-pink>li:hover { background-color: #fcf4f9!important; } .dropdown-navbar.navbar-pink>li.nav-header>[class*="icon-"] { color: #c06090; } .dropdown-navbar.navbar-pink>li>a { border-bottom-color: #f3e4ec; } .dropdown-navbar.navbar-grey { border-color: #e5e5e5; } .dropdown-navbar.navbar-grey>li.nav-header { background-color: #f2f2f2!important; color: #3a87ad; border-bottom-color: #e5e5e5; } .dropdown-navbar.navbar-grey>li.nav-header:hover { background-color: #f2f2f2!important; } .dropdown-navbar.navbar-grey>li.nav-header>[class*="icon-"] { color: #3a87ad; } .dropdown-navbar.navbar-grey>li:hover { background-color: #f8f8f8!important; } .dropdown-navbar.navbar-grey>li>a { border-bottom-color: #EEE; } .dropdown-navbar.navbar-green { border-color: #b4d5ac; } .dropdown-navbar.navbar-green>li.nav-header { background-color: #ebf7e4!important; color: #8A6; border-bottom-color: #c4e0ac; } .dropdown-navbar.navbar-green>li.nav-header:hover { background-color: #ebf7e4!important; } .dropdown-navbar.navbar-green>li:hover { background-color: #f4f9ef!important; } .dropdown-navbar.navbar-green>li.nav-header>[class*="icon-"] { color: #90c060; } .dropdown-navbar.navbar-green>li>a { border-bottom-color: #ecf3e4; } .dropdown-navbar [class*="btn"][class*="icon-"] { border: 0; margin: 0 5px 0 0; width: 24px; text-align: center; padding-left: 0; padding-right: 0; } #user_menu>li>a { padding: 4px 12px; } #user_menu>li>a>[class*="icon-"] { margin-right: 6px; font-size: 120%; } #user_info { max-width: 100px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; line-height: 15px; position: relative; top: 6px; } #user_info>small { display: block; } .table-bordered { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child { border-radius: 0!important; } .table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child { border-radius: 0!important; } .table-bordered { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child { border-radius: 0!important; } .table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child { border-radius: 0!important; } .table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child { border-radius: 0!important; } .table thead:first-child tr { background: #f2f2f2; background: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ececec)); background: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -ms-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#ECECEC',GradientType=0); color: #707070; font-weight: normal; } .table thead:first-child tr th { border: 1px solid #DDD; border-width: 0 1px; font-weight: bold; } .table thead:first-child tr th>[class*="icon-"] { margin-right: 2px; } .table thead:first-child tr th:first-child { border-left-color: #f1f1f1; } .table thead:first-child tr th:last-child { border-right-color: #f1f1f1; } .table-bordered thead:first-child tr th { border-width: 0 0 0 1px; border-color: #DDD; vertical-align: middle; } .table-bordered thead:first-child tr th:first-child { border-left-color: #DDD; } .table-hover tbody tr:hover td,.table-hover tbody tr:hover th { background-color: #f1f1f1; } td .lbl,th .lbl { margin-bottom: 0; } td>.lbl:only-child,th>.lbl:only-child { vertical-align: top; } td.center,th.center { text-align: center; } .table-header { background-color: #ff892a; color: #FFF; font-size: 14px; line-height: 38px; padding-left: 12px; margin-bottom: 1px; } .form-line { margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid #EEE; } .form-actions { display: block; } .help-button { display: inline-block; height: 18px; width: 18px; line-height: 20px; text-align: center; padding: 0; background-color: #65bcda; color: #FFF; font-size: 12px; font-weight: bold; cursor: default; margin-left: 4px; border-radius: 16px; border-color: #FFF; border: 2px solid #FFF; box-shadow: 0 1px 0 1px rgba(0,0,0,0.2); } .help-button:hover { background-color: #65bcda; text-shadow: none; } label,.lbl { vertical-align: middle; } td>label,th>label,label.inline { margin-bottom: 0; line-height: inherit; } textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] { border-radius: 0!important; border-width: 1px; color: #AAA; background-color: #FFF; border-color: #d5d5d5; box-shadow: none; -moz-transition-duration: .1s; -webkit-transition-duration: .1s; -o-transition-duration: .1s; -ms-transition-duration: .1s; transition-duration: .1s; } input.block { display: block; margin-bottom: 9px; } textarea.autosize-transition { -webkit-transition: height .2s; -moz-transition: height .2s; -o-transition: height .2s; -ms-transition: height .2s; transition: height .2s; } .limiterBox { border: 1px solid #222; border-top: 0; background-color: #333; padding: 3px 6px; font-size: 12px; color: #FFF; margin-top: 6px; } .limiterBox:after { display: none; } .limiterBox:before { display: block; content: ""; position: absolute; width: 0; height: 0; top: -8px; left: 50%; margin-left: -5px; border-color: transparent; border-style: solid; border-bottom-color: #333; border-width: 0 8px 8px; } select { border-radius: 0; border-width: 1px; } select:focus { outline: 0; box-shadow: 0 0 0 2px rgba(245,153,66,0.3); border-color: #f59942; } option { padding: 3px 4px; } option:hover,option:active,option:focus { background-color: #e5e9ee; color: #111; } option[value=""] { padding: 0; } textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus { box-shadow: 0 0 0 2px rgba(245,153,66,0.3); color: #838182; border-color: #f59942; background-color: #FFF; } input[disabled] { color: #848484; background-color: #EEE; } input[readonly] { color: #939192; background: #f5f5f5!important; cursor: default; } input[readonly]:focus { box-shadow: 0 0 0 2px rgba(150,150,150,0.3); border-color: #AAA; background-color: #f9f9f9; } .width-50 { width: 50%!important; } .width-75 { width: 75%!important; } .width-80 { width: 80%!important; } .width-90 { width: 90%!important; } .width-100 { width: 100%; } .help-inline { font-size: 13px!important; } .input-icon { position: relative; } span.input-icon { display: inline-block; } .input-icon>input,.input-icon>input { padding-left: 24px; padding-right: 6px; } .input-icon.input-icon-right>input,.input-icon.input-icon-right>input { padding-left: 6px; padding-right: 24px; } .input-icon>[class*="icon-"] { padding: 0 3px; z-index: 2; position: absolute; top: 1px; bottom: 1px; left: 3px; line-height: 28px; display: inline-block; color: #909090; font-size: 16px; } .input-icon.input-icon-right>[class*="icon-"] { left: auto; right: 3px; } .input-icon>input:focus+[class*="icon-"] { color: #579; } .input-icon+.help-inline { padding-left: 8px; } .radio [type=checkbox]+label,.checkbox [type=radio]+label { float: left; margin-left: -20px; } .form-search .radio [type=radio]+label,.form-search .checkbox [type=checkbox]+label,.form-inline .radio [type=radio]+label,.form-inline .checkbox [type=checkbox]+label { margin-left: 0; margin-right: 3px; } .form-search .input-append .search-query:focus,.form-search .input-prepend .search-query:focus { box-shadow: none; } input[type=checkbox],input[type=radio] { opacity: 0; position: absolute; z-index: 12; width: 18px; height: 18px; } input[type=checkbox]:focus,input[type=radio]:focus,input[type=checkbox]:checked,input[type=radio]:checked { outline: none!important; } input[type=checkbox]+.lbl,input[type=radio]+.lbl { position: relative; z-index: 11; display: inline-block; margin: 0; line-height: 20px; min-height: 14px; min-width: 14px; font-weight: normal; } input[type=checkbox]+.lbl.padding-4::before,input[type=radio]+.lbl.padding-4::before { margin-right: 4px; } input[type=checkbox]+.lbl.padding-6::before,input[type=radio]+.lbl.padding-6::before { margin-right: 6px; } input[type=checkbox]+.lbl.padding-8::before,input[type=radio]+.lbl.padding-8::before { margin-right: 8px; } input[type=checkbox]+.lbl::before,input[type=radio]+.lbl::before { font-family: fontAwesome; font-weight: normal; font-size: 11px; color: #32a3ce; content: "\a0"; display: inline-block; background-color: #fafafa; border: 1px solid #CCC; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border-radius: 0; display: inline-block; text-align: center; vertical-align: middle; height: 13px; line-height: 13px; min-width: 13px; margin-right: 1px; } input[type=checkbox]:active+.lbl::before,input[type=checkbox]:checked:active+.lbl::before,input[type=radio]:active+.lbl::before,input[type=radio]:checked:active+.lbl::before { box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1); } input[type=checkbox]:checked+.lbl::before,input[type=radio]:checked+.lbl::before { display: inline-block; content: '\f00c'; background-color: #f5f8fc; border-color: #adb8c0; box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1); } input[type=checkbox]:hover+.lbl::before,input[type=radio]:hover+.lbl::before,input[type=checkbox]+.lbl:hover::before,input[type=radio]+.lbl:hover::before { border-color: #ff893c; } input[type=checkbox].ace-checkbox-2+.lbl::before { box-shadow: none; } input[type=checkbox].ace-checkbox-2:checked+.lbl::before { background-color: #f9a021; border-color: #f9a021; color: #FFF; } input[type=checkbox]:disabled+.lbl::before,input[type=radio]:disabled+.lbl::before { background-color: #DDD!important; border-color: #CCC!important; box-shadow: none!important; color: #BBB; } input[type=radio]+.lbl::before { border-radius: 32px; font-family: Arial,Helvetica,sans-serif; font-size: 36px; } input[type=radio]:checked+.lbl::before { content: "\2022"; } input[type=checkbox].ace-switch :active+.lbl::before,input[type=checkbox].ace-switch :checked:active+.lbl::before { box-shadow: none; } input[type=checkbox].ace-switch { width: 55px; height: 20px; } input[type=checkbox].ace-switch+.lbl { margin: 0 4px; min-height: 24px; } input[type=checkbox].ace-switch+.lbl::before { font-family: Arial,Helvetica,sans-serif; content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF"; color: #999; font-weight: bold; font-size: 11px; line-height: 18px; line-height: 21px\9; height: 18px; overflow: hidden; border-radius: 12px; background-color: #f5f5f5; box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.2); border: 1px solid #CCC; text-align: left; float: left; padding: 0; width: 50px; text-indent: -19px; text-indent: -21px\9; margin-right: 0; -webkit-transition: text-indent .4s ease; -moz-transition: text-indent .4s ease; -o-transition: text-indent .4s ease; -ms-transition: text-indent .4s ease; transition: text-indent .4s ease; } input[type=checkbox].ace-switch:checked+.lbl::before { text-indent: 9px; color: #FFF; background-color: #8ab2c9; border-color: #468fcc; } input[type=checkbox].ace-switch+.lbl::after { font-family: Arial,Helvetica,sans-serif; content: '|||'; font-size: 10px; font-weight: lighter; color: #e5e5e5; background-color: #FFF; text-shadow: -1px 0 0 rgba(0,0,0,0.15); text-align: center; border-radius: 12px; width: 22px; height: 22px; line-height: 20px; position: absolute; top: -2px; left: -3px; padding: 0; box-shadow: 0 1px 1px 1px rgba(0,0,0,.3); text-shadow: 0 1px 1px rgba(0,0,0,0.3) inset; -webkit-transition: left .4s ease; -moz-transition: left .4s ease; -o-transition: left .4s ease; -ms-transition: left .4s ease; transition: left .4s ease; } input[type=checkbox].ace-switch:checked+.lbl::after { left: 34px; background-color: #FFF; color: #8ab2c9; } input[type=checkbox].ace-switch-2+.lbl::before { content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO"; } input[type=checkbox].ace-switch-3+.lbl::after { font-family: FontAwesome; font-size: 13px; line-height: 23px; content: "\f00d"; top: -1px; } input[type=checkbox].ace-switch-3:checked+.lbl::after { content: "\f00c"; } input[type=checkbox].ace-switch-4+.lbl::before,input[type=checkbox].ace-switch-5+.lbl::before { content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF"; font-family: Arial,Helvetica,sans-serif; font-weight: bolder; font-size: 12px; line-height: 21px; height: 20px; overflow: hidden; line-height: 21px\9; border-radius: 12px; display: inline-block; background-color: #8b9aa3; border: 1px solid #8b9aa3; color: #FFF; width: 52px; text-indent: -25px; text-indent: -28px\9; display: inline-block; position: relative; margin-right: 8px; box-shadow: none; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; } input[type=checkbox].ace-switch-4:checked+.lbl::before,input[type=checkbox].ace-switch-5:checked+.lbl::before { text-indent: 9px; background-color: #468fcc; border-color: #468fcc; } input[type=checkbox].ace-switch-4+.lbl::after,input[type=checkbox].ace-switch-5+.lbl::after { font-family: Arial,Helvetica,sans-serif; content: '|||'; text-shadow: -1px 0 0 rgba(0,0,0,0.2); font-size: 7px; font-weight: lighter; color: #8b9aa3; text-align: center; position: absolute; border-radius: 12px; color: #5b6a73; top: 2px; left: 2px; width: 18px; height: 18px; line-height: 16px; background-color: #FFF; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; } input[type=checkbox].ace-switch-4:checked+.lbl::after,input[type=checkbox].ace-switch-5:checked+.lbl::after { left: 34px; background-color: #FFF; } input[type=checkbox].ace-switch-5+.lbl::before { content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO"; } input[type=checkbox].ace-switch-5:checked+.lbl::before { text-indent: 8px; } input[type=checkbox].ace-switch-6+.lbl { position: relative; } input[type=checkbox].ace-switch-6+.lbl::before { font-family: FontAwesome; content: "\f00d"; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); box-shadow: none; border: 0; font-weight: lighter; font-size: 16px; border-radius: 12px; display: inline-block; background-color: #888; color: #f2f2f2; width: 52px; height: 22px; line-height: 20px; text-indent: 32px; -webkit-transition: background .1s ease; -moz-transition: background .1s ease; -o-transition: background .1s ease; -ms-transition: background .1s ease; transition: background .1s ease; } input[type=checkbox].ace-switch-6:checked+.lbl::before { content: "\f00c"; text-indent: 6px; color: #FFF; border-color: #b7d3e5; background-color: #ff893c; } input[type=checkbox].ace-switch-6+.lbl::after { content: ''; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); position: absolute; top: 2px; left: 3px; border-radius: 12px; box-shadow: 0 -1px 0 rgba(0,0,0,0.25); width: 10px; height: 10px; text-align: center; background-color: #f2f2f2; border: 4px solid #f2f2f2; -webkit-transition: left .2s ease; -moz-transition: left .2s ease; -o-transition: left .2s ease; -ms-transition: left .2s ease; transition: left .2s ease; } input[type=checkbox].ace-switch-6:checked+.lbl::after { left: 32px; background-color: #FFF; border: 4px solid #FFF; text-shadow: 0 -1px 0 rgba(0,200,0,0.25); } input[type=checkbox].ace-switch-7 { width: 75px; } input[type=checkbox].ace-switch-7+.lbl { position: relative; } input[type=checkbox].ace-switch-7+.lbl::before { content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON"; font-weight: bolder; font-size: 14px; line-height: 20px; display: inline-block; background-color: #FFF; border: 2px solid #AAA; border-radius: 0; box-shadow: none; color: #aaa; width: 70px; height: 22px; line-height: 22px; overflow: hidden; text-indent: 4px; display: inline-block; position: relative; margin-right: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } input[type=checkbox].ace-switch-7:checked+.lbl::before { color: #468fcc; background-color: #FFF; text-indent: -33px; border-color: #6fb3e0; } input[type=checkbox].ace-switch-7+.lbl::after { content: '\f00d'; font-family: FontAwesome; font-size: 16px; position: absolute; top: 3px; left: 39px; width: 32px; height: 20px; line-height: 18px; text-align: center; background-color: #aaa; color: #FFF; border-radius: 0; box-shadow: none; transition: all .2s ease-in-out; } input[type=checkbox].ace-switch-7:checked+.lbl::after { left: 3px; content: '\f00c'; background-color: #468fcc; color: #FFF; } .input-prepend .add-on,.input-append .add-on { border-radius: 0!important; } .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on { border-color: #92bf65; } .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on { border-color: #f09784; } .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on { border-color: #e0c43a; } .control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on { border-color: #64a6bc; } .input-append>.btn,.input-prepend>.btn { line-height: 20px; padding: 0 6px; border-radius: 0; } .input-append>.btn-small,.input-prepend>.btn-small { line-height: 22px; } .input-append>.btn+.btn,.input-prepend>.btn+.btn { margin-left: 1px; } .input-append>.btn-group>.btn,.input-prepend>.btn-group>.btn { line-height: 23px; } .input-append>.btn-group>.btn-small,.input-prepend>.btn-group>.btn-small { line-height: 26px; } .input-append>.btn>.caret,.input-prepend>.btn>.caret,.input-append>.btn-small>.caret,.input-prepend>.btn-small>.caret,.input-append>.btn-group>.btn>.caret,.input-prepend>.btn-group>.btn>.caret,.input-append>.btn-group>.btn-small>.caret,.input-prepend>.btn-group>.btn-small>.caret { margin-top: 10px; } .ace-file-input { position: relative; height: 38px; line-height: 38px; margin-bottom: 9px; } .ace-file-input input { position: absolute; z-index: -1; visibility: hidden; } .ace-file-input label { display: block; position: absolute; top: 0; left: 0; right: 0; height: 28px; background-color: #FFF; border: 1px solid #e3e3e3; cursor: pointer; box-shadow: 0 0 0 4px rgba(0,0,0,0.06); -webkit-transition: all .15s; -moz-transition: all .15s; -o-transition: all .15s; transition: all .15s; } .ace-file-input label:hover { box-shadow: 0 0 0 4px rgba(245,153,66,0.3); border-color: #f59942; } .ace-file-input label:before { display: inline-block; content: attr(data-title); position: absolute; right: 0; top: 0; bottom: 0; padding: 0 8px; line-height: 24px; text-align: center; background-color: #6fb3e0; color: #FFF; font-size: 11px; font-weight: bold; border: 2px solid #FFF; border-left-width: 4px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } .ace-file-input label [class*="icon-"],.ace-file-multiple label.selected span [class*="icon-"] { display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; text-align: center; font-family: FontAwesome; font-size: 13px; line-height: 22px; width: 22px; border: 2px solid #FFF; background-color: #d1d1d1; color: #FFF; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; -ms-transition: all .1s; transition: all .1s; } .ace-file-input label span { display: inline-block; height: 28px; max-width: 80%; white-space: nowrap; overflow: hidden; line-height: 28px; color: #888; font-size: 13px; position: static; padding-left: 30px; } .ace-file-input label span:after { display: inline-block; content: attr(data-title); } .ace-file-input label.selected span { color: #666; } .ace-file-input .remove { position: absolute; right: -8px; top: 6px; display: none; width: 17px; text-align: center; height: 17px; line-height: 15px; font-size: 11px; font-weight: normal; background-color: #fb7142; border-radius: 24px; color: #FFF; } .ace-file-input a:hover { text-decoration: none; } .ace-file-input label.selected { right: 16px; } .ace-file-input label.selected+.remove { display: inline-block; } .ace-file-input label.selected [class*="icon-"] { background-color: #efad62; } .ace-file-input label.selected .icon-picture { background-color: #bd7a9d; } .ace-file-input label.selected .icon-film { background-color: #87b87f; } .ace-file-input label.selected .icon-music { background-color: #8b7ac9; } .ace-file-input label.selected .icon-archive { background-color: #efad62; } .ace-file-input label.hide-placeholder:before { display: none; } .ace-file-multiple { height: auto; } .ace-file-multiple label { position: relative; height: auto; border: 1px dashed #AAA; border-radius: 4px; } .ace-file-multiple label:before { display: inline-block; content: attr(data-title); position: relative; right: 0; left: 0; margin: 12px; line-height: 22px; background-color: #FFF; color: #CCC; font-size: 18px; font-weight: bold; border: 0; } .ace-file-multiple label span { position: relative; display: block; padding: 0; height: auto; width: auto; max-width: 100%; margin: 0 4px; border-bottom: 1px solid #DDD; } .ace-file-multiple label span:last-child { border-bottom-width: 0; margin-bottom: 1px; } .ace-file-multiple label span:first-child { margin-top: 1px; } .ace-file-multiple label span:after { display: none; } .ace-file-multiple label.selected span:after { display: inline-block; white-space: pre; } .ace-file-multiple label span img { padding: 2px; margin: 3px; border: 1px solid #d7d7d7; background-color: #FFF; background-repeat: no-repeat; background-position: center; margin: 4px 8px 4px 1px; } .ace-file-multiple label span img+[class*="icon-"],.ace-file-multiple label.selected span img+[class*="icon-"] { display: none; } .ace-file-multiple label span:last-child { border-bottom-width: 0; } .ace-file-multiple .remove { right: -11px; top: -11px; border: 3px solid #BBB; border-radius: 32px; background-color: #FFF; color: red; } .ace-file-multiple label.selected+.remove:hover { border-color: #f4c0b1; } .ace-file-multiple label span [class*="icon-"] { position: relative; display: block; text-align: center; height: auto; line-height: 64px; width: auto; font-size: 64px; color: #d5d5d5; margin: 4px 0 4px; background-color: transparent; } .ace-file-multiple label.selected:after { display: none; } .ace-file-multiple label.selected span [class*="icon-"] { position: relative; margin-right: 4px; margin-left: 2px; line-height: 24px; background-color: #efad62; } .ace-file-multiple label span.large { text-align: center; border-bottom: 2px solid #222; margin: 2px; margin: 0 1px 3px; } .ace-file-multiple label span.large:last-child { margin: 0 1px 0; border-bottom-width: 0; } .ace-file-multiple label span.large:after { position: absolute; top: auto; bottom: 0; left: 0; right: 0; padding: 0 4px; background-color: #555; color: #FFF; opacity: .8; } .ace-file-multiple label span.large img { border-width: 0; margin: 0; padding: 0; } .ace-file-input input[type=file][disabled]+label,.ace-file-input input[type=file][readonly]+label { cursor: not-allowed; background-color: #EEE; } .ace-file-input input[type=file][readonly]+label { cursor: default; } .ace-file-input input[type=file][disabled]+label:hover,.ace-file-input input[type=file][readonly]+label:hover { box-shadow: 0 0 0 4px rgba(0,0,0,0.06); border-color: #e3e3e3; } .ace-file-input input[type=file][disabled]+label:before,.ace-file-input input[type=file][readonly]+label:before { border-color: #EEE; background-color: #a1aaaf; } .ace-file-multiple input[type=file][disabled]+label:hover,.ace-file-multiple input[type=file][readonly]+label:hover { border-color: #AAA; } .ace-file-multiple input[type=file][disabled]+label:before,.ace-file-multiple input[type=file][readonly]+label:before { background-color: transparent; } .ace-file-multiple input[type=file][disabled]+label [class*="icon-"],.ace-file-input input[type=file][readonly]+label [class*="icon-"] { border-color: #EEE; } .ace-spinner { display: inline-block; } .ace-spinner .spinner-buttons { min-width: 18px; } .ace-spinner .spinner-buttons>.btn:first-child { margin-top: 0; } .ace-spinner .spinner-buttons>.btn { border-radius: 0; font-size: 10px; padding: 0; width: 16px; line-height: 12px; height: 12px; position: relative; left: -1px; } .ace-spinner .spinner-buttons>.btn>[class*="icon-"] { font-size: 10px; margin: 0; padding: 0; } .ace-spinner .spinner-input { text-align: center; height: 19px; line-height: 19px; color: #777; } .wizard-steps { list-style: none; display: block; width: 100%; padding: 0; margin: 12px 0 0; position: relative; } .wizard-steps li { display: block; text-align: center; float: left; } .wizard-steps li .step { text-align: center; border: 5px solid #ced1d6; color: #546474; font-size: 15px; border-radius: 32px; line-height: 12px; padding: 5px 10px; background-color: #FFF; position: relative; z-index: 2; display: inline; } .wizard-steps li:before { display: block; content: ""; width: 100%; height: 1px; font-size: 0; overflow: hidden; border-top: 4px solid #ced1d6; position: relative; top: 12px; z-index: 1; } .wizard-steps li:last-child:before { max-width: 50%; width: 50%; } .wizard-steps li:first-child:before { max-width: 50%; left: 50%; } .wizard-steps li.complete .step,.wizard-steps li.complete:before { border-color: #5293c4; } .wizard-steps li.active .step,.wizard-steps li.active:before { border-color: #5293c4; } .wizard-steps li.complete .step:before { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 8px 0; border-radius: 32px; content: "\f00c"; background-color: #FFF; z-index: 103; font-family: FontAwesome; font-size: 17px; color: #87ba21; } .wizard-steps li .title { display: block; margin-top: 12px; max-width: 100%; color: #949ea7; font-size: 14px; z-index: 104; text-align: center; table-layout: fixed; word-wrap: break-word; } .wizard-steps li.complete .title { color: #2b3d53; } .wizard-steps li.active .title { color: #2b3d53; } .step-content .step-pane { display: none; min-height: 200px; padding: 4px 8px 12px; } .step-content .active { display: block; } .wizard-actions { text-align: right; } .chzn-container+.help-inline { vertical-align: middle; } .chzn-select { display: inline!important; visibility: hidden; opacity: 0; position: absolute; z-index: -1; } .chzn-container,[class*="chzn-container"] { vertical-align: middle; } .chzn-container>.chzn-single { line-height: 26px; height: 26px; box-shadow: none; background: #fafafa; } .chzn-choices { box-shadow: none!important; } .chzn-container-single .chzn-single abbr { background: 0; } .chzn-container-single .chzn-single abbr:after { content: "\f00d"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 13px; position: absolute; right: 0; top: -7px; } .chzn-container-single .chzn-single abbr:hover:after { color: #464646; } .chzn-container-single.chzn-disabled .chzn-single abbr:hover:after { color: #464646; } .chzn-container-single .chzn-single div b { background: 0; } .chzn-container-single .chzn-single div b:before { content: "\f0d7"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 12px; position: relative; top: -1px; left: 1px; } .chzn-container-single .chzn-search input { background: 0; border-radius: 0; line-height: 18px; height: 18px; } .chzn-container-single .chzn-search { position: relative; } .chzn-container-single .chzn-search:after { content: "\f002"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 14px; position: absolute; top: 8px; right: 12px; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close { background: 0; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:before { content: "\f00d"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 13px; position: absolute; right: 2px; top: -1px; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover { text-decoration: none; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover:before { color: #464646; } .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close:before { color: #464646; } .chzn-container .chzn-results-scroll-down span { background: 0; } .chzn-container .chzn-results-scroll-up span { background: 0; } .chzn-container .chzn-results-scroll-down span:before,.chzn-container .chzn-results-scroll-up span:before { content: "\f0d7"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 12px; position: relative; top: -1px; left: 1px; } .chzn-container .chzn-results-scroll-up span:before { content: "\f0d8"; } .chzn-container-active .chzn-single-with-drop div b:before { content: "\f0d8"; } .chzn-rtl .chzn-search input { background: 0; } .chzn-rtl .chzn-search:after { content: ""; display: none; } .chzn-rtl .chzn-search:before { content: "\f002"; display: inline-block; color: #888; font-family: FontAwesome; font-size: 14px; position: absolute; top: 9px; left: 12px; } .chzn-container-single .chzn-single { border-radius: 0; } .chzn-container .chzn-results .highlighted { background: #86bd6f; background: #4492c9; background: #316ac5; color: #FFF; } .chzn-container-single .chzn-drop { border-radius: 0; border-bottom: 3px solid #4492c9; border-color: #4492c9; } .chzn-single.chzn-single-with-drop,.chzn-container-active .chzn-single { border-color: #4492c9; } .control-group.error .chzn-single { border-color: #f09784!important; } .control-group.info .chzn-single { border-color: #64a6bc!important; } .control-group.warning .chzn-single { border-color: #e0c43a!important; } .control-group.success .chzn-single { border-color: #92bf65!important; } .ui-slider { background-color: #CCC; } .ui-slider-horizontal { height: 9px; } .ui-slider-vertical { width: 9px; } .ui-slider-range { background-color: #4aa4ce; } .ui-slider-handle { border-radius: 0; background-color: #f5f5f5; border: 1px solid #4aa4ce; position: relative; color: #4aa4ce; } .ui-slider-handle:hover { background-color: #FFF; } .ui-slider-handle:focus,.ui-slider-handle:active { outline: 0; } .ui-slider-handle:after { display: inline-block; content: "|||"; font-size: 7px; font-family: Arial,Helvetica,sans-serif; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; line-height: 14px; } .ui-slider-handle:hover,.ui-slider-handle:active,.ui-slider-handle:focus { box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3); text-decoration: none; } .ui-slider-handle:hover:after,.ui-slider-handle:active:after,.ui-slider-handle:focus:after { text-shadow: 1px 1px 1px rgba(0,0,0,.3); } .ui-slider-green .ui-slider-range { background-color: #8bbc67; } .ui-slider-green .ui-slider-handle { border-color: #8bbc67; color: #8bbc67; } .ui-slider-red .ui-slider-range { background-color: #d36e6e; } .ui-slider-red .ui-slider-handle { border-color: #d36e6e; color: #d36e6e; } .ui-slider-purple .ui-slider-range { background-color: #ac68ba; } .ui-slider-purple .ui-slider-handle { border-color: #ac68ba; color: #ac68ba; } .ui-slider-orange .ui-slider-range { background-color: #efad62; } .ui-slider-orange .ui-slider-handle { border-color: #efad62; color: #efad62; } .ui-slider-dark .ui-slider-range { background-color: #666; } .ui-slider-dark .ui-slider-handle { border-color: #606060; color: #606060; } .ui-slider-small.ui-slider-horizontal { height: 5px; } .ui-slider-small.ui-slider-vertical { width: 5px; } .ui-slider-small .ui-slider-handle { border-radius: 12px; } .ui-slider-small .ui-slider-handle { width: 14px; height: 14px; top: -5px; } .ui-slider-small .ui-slider-handle:after { font-size: 6px; line-height: 13px; } .control-group select,.control-group textarea,.control-group input[type="text"],.control-group input[type="password"],.control-group input[type="datetime"],.control-group input[type="datetime-local"],.control-group input[type="date"],.control-group input[type="month"],.control-group input[type="time"],.control-group input[type="week"],.control-group input[type="number"],.control-group input[type="email"],.control-group input[type="url"],.control-group input[type="search"],.control-group input[type="tel"],.control-group input[type="color"] { background: #FFF; } .control-group.success input,.control-group.success select,.control-group.success textarea { border-color: #92bf65; color: #8bad4c; box-shadow: none; } .control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus { box-shadow: 0 0 0 2px rgba(130,188,58,0.3); color: #786; border-color: #81a85a; } .control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline { color: #7ba065; } .control-group.info input,.control-group.info select,.control-group.info textarea { border-color: #64a6bc; color: #4b89aa; box-shadow: none; } .control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus { box-shadow: 0 0 0 2px rgba(58,120,188,0.3); color: #678; border-color: #5a81a8; } .control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline { color: #657ba0; } .control-group.error input,.control-group.error select,.control-group.error textarea { border-color: #f09784; color: #d68273; box-shadow: none; } .control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus { box-shadow: 0 0 0 2px rgba(219,137,120,0.3); color: #866; border-color: #db8978; } .control-group input:disabled,.control-group input:disabled { color: #848484!important; background-color: #EEE!important; } .control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline { color: #d16e6c; } .control-group.warning input,.control-group.warning select,.control-group.warning textarea { border-color: #e0c43a; color: #d3bd50; box-shadow: none; } .control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus { box-shadow: 0 0 0 2px rgba(216,188,65,0.3); color: #875; border-color: #d8bc41; } .control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline { color: #d19d59; } .control-group.warning .input-icon>[class*="icon-"] { color: #d3bd50; } .control-group.success .input-icon>[class*="icon-"] { color: #8bad4c; } .control-group.error .input-icon>[class*="icon-"] { color: #d68273; } .control-group.info .input-icon>[class*="icon-"] { color: #4b89aa; } .infobox-container { text-align: center; font-size: 0; } .infobox { display: inline-block; width: 200px; height: 52px; color: #555; background-color: #FFF; box-shadow: none; border-radius: 0; margin: -1px 0 0 -1px; padding: 8px 3px 6px 9px; border: 1px dotted; border-color: #d8d8d8!important; vertical-align: middle; text-align: left; position: relative; } .infobox>.infobox-icon { display: inline-block; vertical-align: top; width: 44px; } .infobox>.infobox-icon>[class*="icon-"] { display: inline-block; height: 42px; margin: 0; padding: 1px 1px 0 2px; background-color: transparent; border: 0; text-align: center; position: relative; border-radius: 128px; box-shadow: 1px 1px 0 rgba(0,0,0,0.2); } .infobox>.infobox-icon>[class*="icon-"]:before { opacity: .88; filter: alpha(opacity=88); font-size: 24px; display: block; padding: 6px 0 7px; width: 40px; text-align: center; background-color: rgba(255,255,255,0.22); color: #FFF; border-radius: 128px; text-shadow: 1px 1px 1px rgba(0,0,0,0.15); } .infobox .infobox-content { color: #555; } .infobox>.infobox-data { display: inline-block; border: 0; border-top-width: 0; font-size: 12px; text-align: left; line-height: 21px; min-width: 130px; padding-left: 8px; position: relative; top: 0; } .infobox>.infobox-data>.infobox-data-number { display: block; font-size: 22px; margin: 2px 0 4px; position: relative; text-shadow: 1px 1px 0 rgba(0,0,0,0.15); } .infobox>.infobox-data>.infobox-text { display: block; font-size: 16px; margin: 2px 0 4px; position: relative; text-shadow: none; } .infobox-purple { color: #6f3cc4; border-color: #6f3cc4; } .infobox-purple>.infobox-icon>[class*="icon-"] { background-color: #6f3cc4; } .infobox-purple2 { color: #5f47b0; border-color: #5f47b0; } .infobox-purple>.infobox-icon>[class*="icon-"] { background-color: #5f47b0; } .infobox-pink { color: #cb6fd7; border-color: #cb6fd7; } .infobox-pink>.infobox-icon>[class*="icon-"] { background-color: #cb6fd7; } .infobox-blue { color: #6fb3e0; border-color: #6fb3e0; } .infobox-blue>.infobox-icon>[class*="icon-"] { background-color: #6fb3e0; } .infobox-blue2 { color: #3983c2; border-color: #3983c2; } .infobox-blue2>.infobox-icon>[class*="icon-"] { background-color: #3983c2; } .infobox-blue3 { color: #1144eb; border-color: #1144eb; } .infobox-blue3>.infobox-icon>[class*="icon-"] { background-color: #1144eb; } .infobox-red { color: #d53f40; border-color: #d53f40; } .infobox-red>.infobox-icon>[class*="icon-"] { background-color: #d53f40; } .infobox-brown { color: #c67a3e; border-color: #c67a3e; } .infobox-brown>.infobox-icon>[class*="icon-"] { background-color: #c67a3e; } .infobox-wood { color: #7b3f25; border-color: #7b3f25; } .infobox-wood>.infobox-icon>[class*="icon-"] { background-color: #7b3f25; } .infobox-lightbrown { color: #cebea5; border-color: #cebea5; } .infobox-lightbrown>.infobox-icon>[class*="icon-"] { background-color: #cebea5; } .infobox-orange { color: #e8b110; border-color: #e8b110; } .infobox-orange>.infobox-icon>[class*="icon-"] { background-color: #e8b110; } .infobox-orange2 { color: #f79263; border-color: #f79263; } .infobox-orange2>.infobox-icon>[class*="icon-"] { background-color: #f79263; } .infobox-green { color: #9abc32; border-color: #9abc32; } .infobox-green>.infobox-icon>[class*="icon-"] { background-color: #9abc32; } .infobox-green2 { color: #0490a6; border-top-color: #EEE; } .infobox-green2>.infobox-icon>[class*="icon-"] { background-color: #0490a6; } .infobox-grey { color: #999; border-top-color: #EEE; } .infobox-grey>.infobox-icon>[class*="icon-"] { background-color: #999; } .infobox-black { color: #393939; border-top-color: #EEE; } .infobox-black>.infobox-icon>[class*="icon-"] { background-color: #393939; } .infobox-dark { margin: 1px 1px 0 0; border-color: transparent!important; border: 0; color: #FFF; padding: 4px; } .infobox-dark>.infobox-icon>[class*="icon-"],.infobox-dark>.infobox-icon>[class*="icon-"]:before { background-color: transparent; box-shadow: none; text-shadow: none; border-radius: 0; font-size: 30px; } .infobox-dark>.infobox-icon>[class*="icon-"]:before { opacity: 1; filter: alpha(opacity=100); } .infobox-dark .infobox-content { color: #FFF; } .infobox-purple.infobox-dark { background-color: #6f3cc4; border-color: #6f3cc4; } .infobox-purple2.infobox-dark { background-color: #5f47b0; border-color: #5f47b0; } .infobox-pink.infobox-dark { background-color: #cb6fd7; border-color: #cb6fd7; } .infobox-blue.infobox-dark { background-color: #6fb3e0; border-color: #6fb3e0; } .infobox-blue2.infobox-dark { background-color: #3983c2; border-color: #3983c2; } .infobox-blue3.infobox-dark { background-color: #1144eb; border-color: #1144eb; } .infobox-red.infobox-dark { background-color: #d53f40; border-color: #d53f40; } .infobox-brown.infobox-dark { background-color: #c67a3e; border-color: #c67a3e; } .infobox-wood.infobox-dark { background-color: #7b3f25; border-color: #7b3f25; } .infobox-lightbrown.infobox-dark { background-color: #cebea5; border-color: #cebea5; } .infobox-orange.infobox-dark { background-color: #e8b110; border-color: #e8b110; } .infobox-orange2.infobox-dark { background-color: #f79263; border-color: #f79263; } .infobox-green.infobox-dark { background-color: #9abc32; border-color: #9abc32; } .infobox-green2.infobox-dark { background-color: #0490a6; border-color: #0490a6; } .infobox-grey.infobox-dark { background-color: #999; border-color: #999; } .infobox-black.infobox-dark { background-color: #393939; border-color: #393939; } .infobox>.infobox-progress { padding-top: 0; display: inline-block; vertical-align: top; width: 44px; } .percentage { font-size: 14px; font-weight: bold; display: inline-block; vertical-align: top; } .infobox>.infobox-chart { padding-top: 0; display: inline-block; vertical-align: text-bottom; width: 44px; text-align: center; } .infobox>.infobox-chart>.sparkline { font-size: 24px; } .infobox>.infobox-chart canvas { vertical-align: middle!important; } .infobox>.stat,.infobox>.badge { display: inline-block; position: absolute; right: 20px; top: 11px; text-shadow: none; font-size: 13px; font-weight: bold; color: #abbac3; padding-right: 18px; padding-top: 3px; } .infobox>.badge { border-radius: 0; font-size: 11px; font-weight: bold; line-height: 15px; height: 16px; padding: 0 1px; color: #FFF; } .infobox>.stat:before { display: inline-block; content: ""; width: 8px; height: 11px; background-color: #abbac3; position: absolute; right: 4px; top: 7px; } .infobox>.stat:after { display: inline-block; content: ""; position: absolute; right: 1px; top: -8px; border: 12px solid transparent; border-width: 8px 7px; border-bottom-color: #abbac3; } .infobox>.stat-success { color: #77c646; } .infobox>.stat-success:before { background-color: #77c646; } .infobox>.stat-success:after { border-bottom-color: #77c646; } .infobox>.stat-important { color: #e4564f; } .infobox>.stat-important:before { background-color: #e4564f; top: 3px; } .infobox>.stat-important:after { border-top-color: #e4564f; border-bottom-color: transparent; bottom: -6px; top: auto; } .infobox-dark>.stat-success { color: #FFF; } .infobox-dark>.stat-success:before { background-color: #d0e29e; } .infobox-dark>.stat-success:after { border-bottom-color: #d0e29e; } .infobox-dark>.stat-important { color: #FFF; } .infobox-dark>.stat-important:before { background-color: #ff9896; top: 3px; } .infobox-dark>.stat-important:after { border-top-color: #ff9896; border-bottom-color: transparent; bottom: -6px; top: auto; } .infobox-dark>.badge { color: #FFF; background-color: rgba(255,255,255,0.2)!important; top: 2px; right: 2px; border: 1px solid #f1f1f1; } .infobox-dark>.badge-success>[class*="icon-"] { color: #c6e9a1; } .infobox-dark>.badge-important>[class*="icon-"] { color: #ecb792; } .infobox-dark>.badge-warning>[class*="icon-"] { color: #ecb792; } .infobox.no-border { border: none!important; } .infobox-small { width: 155px; height: 45px; text-align: left; padding-bottom: 5px; } .infobox-small>.infobox-icon,.infobox-small>.infobox-chart,.infobox-small>.infobox-progress { display: inline-block; width: 40px; max-width: 40px; height: 42px; line-height: 38px; vertical-align: middle; } .infobox-small>.infobox-data { display: inline-block; text-align: left; vertical-align: middle; max-width: 72px; min-width: 0; } .infobox-small>.infobox-chart>.sparkline { font-size: 14px; margin-left: 2px; } .infobox-small .percentage { font-size: 13px; font-weight: normal; margin-top: 2px; margin-left: 2px; } .infobox-content>.approx { font-size: 16px; } .widget-box { padding: 0; box-shadow: none; margin: 3px 0; border-bottom: 1px solid #CCC; } .widget-header { position: relative; min-height: 38px; background: #f2f2f2; background: -moz-linear-gradient(top,#fff 0,#eee 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee)); background: -webkit-linear-gradient(top,#fff 0,#eee 100%); background: -o-linear-gradient(top,#fff 0,#eee 100%); background: -ms-linear-gradient(top,#fff 0,#eee 100%); background: linear-gradient(to bottom,#fff 0,#eee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE',GradientType=0); color: #669fc7; border: 1px solid #CCC; border-bottom: 1px solid #DDD; padding-left: 12px; text-align: right; } .collapsed>.widget-header { border-bottom-width: 0; } .widget-header-flat { background: #f7f7f7; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .widget-header-large { min-height: 49px; padding-left: 18px; } .widget-header-small { min-height: 31px; padding-left: 10px; } .widget-header>h1,.widget-header>h2,.widget-header>h3,.widget-header>h4,.widget-header>h5,.widget-header>h6 { line-height: 36px; padding: 0; margin: 0; float: left; text-align: left; } .widget-header-large>h1,.widget-header-large>h2,.widget-header-large>h3,.widget-header-large>h4,.widget-header-large>h5,.widget-header-large>h6 { line-height: 48px; } .widget-header-small>h1,.widget-header-small>h2,.widget-header-small>h3,.widget-header-small>h4,.widget-header-small>h5,.widget-header-small>h6 { line-height: 30px; } .widget-header>h1>[class*="icon-"],.widget-header>h2>[class*="icon-"],.widget-header>h3>[class*="icon-"],.widget-header>h4>[class*="icon-"],.widget-header>h5>[class*="icon-"],.widget-header>h6>[class*="icon-"] { margin-right: 6px; font-weight: normal; font-size: 110%; display: inline-block; } .widget-toolbar { display: inline-block; padding: 0 10px; line-height: 37px; position: relative; text-align: left; } .widget-toolbar.no-padding { padding: 0; } .widget-toolbar.padding-5 { padding: 0 5px; } .widget-toolbar:before { display: inline-block; content: ""; position: absolute; top: 3px; bottom: 3px; left: -1px; border-right: 1px solid #d9d9d9; } .widget-header-large>.widget-toolbar:before { top: 6px; bottom: 6px; } .widget-toolbar.no-border:before { display: none; } [class*="header-color-"]>.widget-toolbar:before { border-right-color: #EEE; } .header-color-orange>.widget-toolbar:before { border-right-color: #FEA; } .header-color-dark>.widget-toolbar:before { border-right-color: #222; box-shadow: -1px 0 0 rgba(255,255,255,0.2),inset 1px 0 0 rgba(255,255,255,0.1); } .widget-toolbar-dark { background: #444; } .widget-toolbar-light { background: #f0f0f0; } .widget-header>.widget-toolbar>[data-action]>[class*="icon-"] { margin-right: 0; } .widget-toolbar label { display: inline-block; vertical-align: middle; margin-bottom: 0; } .widget-header-large>.widget-toolbar { line-height: 48px; } .widget-header-small>.widget-toolbar { line-height: 29px; } .widget-toolbar>a { font-size: 14px; margin: 0 1px; display: inline-block; padding: 0; line-height: 24px; } .widget-toolbar>a:hover { text-decoration: none; } .widget-header-large>.widget-toolbar>a { font-size: 15px; margin: 0 1px; } .widget-toolbar>.btn { line-height: 27px; margin-top: -2px; } .widget-toolbar>.btn-small { line-height: 24px; } .widget-toolbar>.btn-mini { line-height: 22px; } .widget-toolbar>.btn-large { line-height: 36px; } .widget-toolbar>.btn-minier { line-height: 18px; } .widget-toolbar>.btn.smaller { line-height: 26px; margin-top: -2px; } .widget-toolbar>.btn-small.smaller { line-height: 23px; } .widget-toolbar>.btn-mini.smaller { line-height: 21px; } .widget-toolbar>.btn-large.smaller { line-height: 34px; } .widget-toolbar>.btn.bigger { line-height: 28px; margin-top: -2px; } .widget-toolbar>.btn-small.bigger { line-height: 25px; } .widget-toolbar>.btn-mini.bigger { line-height: 23px; } .widget-toolbar>.btn-large.bigger { line-height: 38px; } [class*="header-color-"]>.widget-toolbar>[data-action="settings"] { color: #d3e4ed; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="reload"] { color: #deead3; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="collapse"] { color: #e2e2e2; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } [class*="header-color-"]>.widget-toolbar>[data-action="close"] { color: #ffd9d5; text-shadow: 0 1px 1px rgba(0,0,0,0.2); } .header-color-orange>.widget-toolbar>[data-action="settings"] { color: #559aab; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="reload"] { color: #7ca362; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="collapse"] { color: #777; text-shadow: none; } .header-color-orange>.widget-toolbar>[data-action="close"] { color: #a05656; text-shadow: none; } .widget-toolbar>[data-action]:focus { text-decoration: none; } .widget-toolbar>[data-action="settings"],.header-color-dark>.widget-toolbar>[data-action="settings"] { color: #99cadb; } .widget-toolbar>[data-action="reload"],.header-color-dark>.widget-toolbar>[data-action="reload"] { color: #acd392; } .widget-toolbar>[data-action="collapse"],.header-color-dark>.widget-toolbar>[data-action="collapse"] { color: #AAA; } .widget-toolbar>[data-action="close"],.header-color-dark>.widget-toolbar>[data-action="close"] { color: #e09e96; } .widget-body { border: 1px solid #CCC; border-top: 0; background-color: #FFF; } .widget-main { padding: 12px; } .collapsed .widget-main { display: none; } .widget-main.no-padding { padding: 0; } .widget-main.padding-5 { padding: 5px; } .widget-main.padding-3 { padding: 3px; } .widget-main.padding-18 { padding: 18px; } .widget-main.padding-24 { padding: 24px; } .widget-main.padding-36 { padding: 36px; } .widget-toolbar .progress { vertical-align: middle; display: inline-block; margin: 0; } .widget-toolbar>.dropdown,.widget-toolbar>.dropup { display: inline-block; } .widget-toolbar>.dropdown>.dropdown-menu:before,.dropdown-menu.dropdown-caret:before { border-bottom: 7px solid rgba(0,0,0,0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; left: 9px; position: absolute; top: -7px; } .widget-toolbar>.dropdown>.dropdown-menu:after,.dropdown-menu.dropdown-caret:after { border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px; } .widget-toolbar>.dropdown>.dropdown-menu.pull-right:before,.dropdown-menu.pull-right.dropdown-caret:before { left: auto; right: 9px; } .widget-toolbar>.dropdown>.dropdown-menu.pull-right:after,.dropdown-menu.pull-right.dropdown-caret:after { left: auto; right: 10px; } .widget-header[class*="header-color-"] { color: #FFF; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .header-color-blue { background: #307ecc; border-color: #307ecc; } .header-color-blue+.widget-body { border-color: #307ecc; } .header-color-blue2 { background: #5090c1; border-color: #5090c1; } .header-color-blue2+.widget-body { border-color: #5090c1; } .header-color-blue3 { background: #6379aa; border-color: #6379aa; } .header-color-blue3+.widget-body { border-color: #6379aa; } .header-color-green { background: #82af6f; border-color: #82af6f; } .header-color-green+.widget-body { border-color: #82af6f; } .header-color-green2 { background: #2e8965; border-color: #2e8965; } .header-color-green2+.widget-body { border-color: #2e8965; } .header-color-green3 { background: #4ebc30; border-color: #4ebc30; } .header-color-green3+.widget-body { border-color: #4ebc30; } .header-color-orange { background: #ffc657; border-color: #e8b10d; color: #855d10!important; } .header-color-orange+.widget-body { border-color: #e8b10d; } .header-color-red { background: #e2755f; border-color: #e2755f; } .header-color-red+.widget-body { border-color: #e2755f; } .header-color-red2 { background: #e04141; border-color: #e04141; } .header-color-red2+.widget-body { border-color: #e04141; } .header-color-red3 { background: #d15b47; border-color: #d15b47; } .header-color-red3+.widget-body { border-color: #d15b47; } .header-color-purple { background: #7e6eb0; border-color: #7e6eb0; } .header-color-purple+.widget-body { border-color: #7e6eb0; } .header-color-pink { background: #ce6f9e; border-color: #ce6f9e; } .header-color-pink+.widget-body { border-color: #ce6f9e; } .header-color-dark { background: #404040; border-color: #454545; } .header-color-dark+.widget-body { border-color: #666; } .header-color-grey { background: #848484; border-color: #999; } .header-color-grey+.widget-body { border-color: #aaa; } .widget-box.light-border>[class*="header-color-"]+.widget-body { border-color: #d6d6d6!important; } .widget-box.no-border>.widget-body { border: 0; } .widget-box.no-border { border-bottom: 0; } .widget-box.transparent { border: 0; box-shadow: none; } .transparent>.widget-header { background: 0; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 0; border-bottom: 1px solid #dce8f1; color: #4383b4; padding-left: 3px; } .transparent>.widget-header-large { padding-left: 5px; } .transparent>.widget-header-small { padding-left: 1px; } .transparent .widget-body { border: 0; background-color: transparent; } .transparent .widget-main { padding-left: 0; padding-right: 0; } .widget-header+.widget-body .table thead:first-child tr { background: #FFF; } .widget-header[class*="header-color-"]+.widget-body .table thead:first-child tr { background: #f2f2f2; background: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ececec)); background: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: -ms-linear-gradient(top,#f8f8f8 0,#ececec 100%); background: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8',endColorstr='#ECECEC',GradientType=0); } .widget-body .table { border-top: 1px solid #e5e5e5; } .widget-body .table-bordered thead:first-child>tr { border-top: 0; } .widget-main.no-padding .table { margin-bottom: 0; border: 0; } .widget-main.no-padding .table-bordered thead:first-child tr th:first-child,.widget-main.no-padding .table-bordered tbody tr td:first-child { border-left-width: 0; } .widget-main.padding-5 .table { margin-bottom: 5px; } .widget-body .alert:last-child { margin-bottom: 0; } .widget-main .tab-content { border: 0; } .widget-toolbar>.nav-tabs { border-bottom: 0; margin-bottom: 0; position: relative; top: 5px; } .widget-toolbar>.nav-tabs>li>a { box-shadow: none; } .widget-toolbar>.nav-tabs>li:not(.active)>a { border-color: transparent; background-color: transparent; } .widget-toolbar>.nav-tabs>li:not(.active)>a:hover { background-color: transparent; } .widget-toolbar>.nav-tabs>li.active>a { background-color: #FFF; border-bottom-color: transparent; box-shadow: none; } .widget-header-small>.widget-toolbar>.nav-tabs { top: 5px; } .widget-header-small>.widget-toolbar>.nav-tabs>li>a { line-height: 16px; padding-top: 6px; padding-bottom: 6px; } .widget-header-small>.widget-toolbar>.nav-tabs>li.active>a { border-top-width: 2px; margin-top: -1px; } .widget-header-large>.widget-toolbar>.nav-tabs { top: 8px; } .widget-header-large>.widget-toolbar>.nav-tabs>li>a { line-height: 22px; padding-top: 9px; padding-bottom: 9px; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li>a { border-color: transparent; background-color: transparent; color: #FFF; margin-right: 1px; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li.active>a { background-color: #FFF; color: #555; border-top-width: 1px; margin-top: 0; } .header-color-orange>.widget-toolbar>.nav-tabs>li>a { color: #855d10; } [class*="header-color-"]>.widget-toolbar>.nav-tabs>li>a:hover { background-color: #FFF; color: #555; border-top-color: #FFF; } .transparent>.widget-header>.widget-toolbar>.nav-tabs>li>a { color: #555; background-color: transparent; border-right: 1px solid transparent; border-left: 1px solid transparent; } .transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a { border-top-color: #4c8fbd; border-right: 1px solid #c5d0dc; border-left: 1px solid #c5d0dc; background-color: #FFF; box-shadow: none; } .widget-toolbox:first-child { padding: 2px; border-bottom: 1px solid #CCC; } .widget-toolbox:last-child { padding: 2px; border-top: 1px solid #CCC; } .transparent .widget-toolbox:last-child { border: 0; border-top: 1px solid #CCC; } .widget-toolbox>.btn-toolbar { margin: 0; padding: 0; } .widget-toolbox { background-color: #EEE; } .widget-toolbox.padding-4 { padding: 4px; } .widget-toolbox.padding-6 { padding: 6px; } .widget-toolbox.padding-8 { padding: 8px; } .widget-toolbox.padding-12 { padding: 12px; } .widget-toolbox.center { text-align: center; } .widget-box-layer { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: rgba(0,0,0,0.3); text-align: center; } .widget-box-layer>[class*="icon-"] { position: relative; top: 35%; } .widget-box-layer>.icon-spin { -moz-animation-duration: 1.2s; -webkit-animation-duration: 1.2s; -o-animation-duration: 1.2s; -ms-animation-duration: 1.2s; animation-duration: 1.2s; } .widget-main>form { margin-bottom: 0; } .widget-main>form .input-append,.widget-main>form .input-prepend { margin-bottom: 0; } .widget-main.no-padding>form>fieldset { padding: 16px; } .widget-main.no-padding>form>.form-actions { margin: 0; padding: 10px 12px 12px; } .widget-main.no-padding>form>fieldset+.form-actions { padding: 10px 0 12px; } body.login-layout { background: #1d2024; } body.login-layout:before { display: none; } .login-container { width: 375px; margin: 0 auto; } .login-layout #main-content { margin-left: 0; min-height: 100%; } .login-layout input[type="text"],.login-layout input[type="password"],.login-layout input[type="datetime"],.login-layout input[type="datetime-local"],.login-layout input[type="date"],.login-layout input[type="month"],.login-layout input[type="time"],.login-layout input[type="week"],.login-layout input[type="number"],.login-layout input[type="email"],.login-layout input[type="url"],.login-layout input[type="search"],.login-layout input[type="tel"],.login-layout input[type="color"] { line-height: 32px; height: 32px; max-height: 32px; margin-bottom: 4px; } .login-layout label { margin-bottom: 11px; } .login-layout .widget-box { visibility: hidden; position: absolute; overflow: hidden; width: 100%; -moz-transform: scale(0,1) translate(-150px); -webkit-transform: scale(0,1) translate(-150px); -o-transform: scale(0,1) translate(-150px); -ms-transform: scale(0,1) translate(-150px); transform: scale(0,1) translate(-150px); } .login-layout .widget-box.visible { -moz-transform: scale(1,1) translate(0); -webkit-transform: scale(1,1) translate(0); -o-transform: scale(1,1) translate(0); -ms-transform: scale(1,1) translate(0); transform: scale(1,1) translate(0); visibility: visible; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; -o-transition: none; -webkit-transition: none; } .login-layout .widget-box { border-bottom: 0; box-shadow: none; padding: 6px; background-color: #394557; } .login-layout .widget-box .widget-main { padding: 16px 36px 36px; background: #f7f7f7; } .login-layout .widget-box .widget-main form { margin: 0; } .login-layout .widget-box .widget-body .toolbar>div>a { font-size: 14px; font-weight: 400; text-shadow: 1px 0 1px rgba(0,0,0,0.25); } .forgot-password-link { color: #FE9; } #login-box .user-signup-link { color: #CF7; } #login-box .toolbar { background: #050505; } #login-box .toolbar>div { width: 50%; display: inline-block; padding: 9px 0 11px; } #login-box .toolbar>div:first-child { float: left; text-align: left; } #login-box .toolbar>div:first-child>a { margin-left: 11px; } #login-box .toolbar>div:first-child+div { float: right; text-align: right; } #login-box .toolbar>div:first-child+div>a { margin-right: 11px; } #forgot-box .toolbar { background: #c16050; border-top: 2px solid #976559; padding: 9px 18px; } #signup-box .toolbar { background: #76b774; border-top: 2px solid #759759; padding: 9px 18px; } #forgot-box .back-to-login-link,#signup-box .back-to-login-link { color: #FE9; font-size: 14px; font-weight: bold; text-shadow: 1px 0 1px rgba(0,0,0,0.25); } .pricing-box .price { font-size: 22px; line-height: 20px; height: 28px; text-align: center; color: #555; } .pricing-box .price small { font-size: 14px; } .pricing-box-small .price { line-height: 20px; height: 28px; text-align: center; } .pricing-table-header { padding-top: 0; margin-top: 0; text-align: left; } .pricing-table-header>li { padding: 7px 0 7px 11px; font-size: 13px; } .pricing-table { margin-top: 0; } .pricing-table>li { text-align: center; padding: 7px 0; font-size: 13px; } .list-striped>li:nth-child(odd) { background-color: #FFF; } .list-striped>li:nth-child(even) { background-color: #f2f3eb; } .pricing-table-header.list-striped>li:nth-child(even) { background-color: #EEE; } .pricing-box-small { box-shadow: none; margin-left: -2px; background-color: #FFF; position: relative; z-index: 100; } .pricing-span[class*="span"] { margin: 0; max-width: 150px!important; float: left!important; } .pricing-box-small:hover { z-index: 101; transform: scale(1.04); -o-transform: scale(1.04); -ms-transform: scale(1.04); box-shadow: 0 0 4px 2px rgba(0,0,0,0.15); } .pricing-box-small:hover .price>.label { transform: scale(0.96); -webkit-transform: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .pricing-box-small:hover { -webkit-transform: none; zoom: 1.04; left: -1px; top: -3px; } } .pricing-box-small .price>.label:before,.pricing-box-small .price>.label:after { margin-top: -2px; opacity: .9; filter: alpha(opacity=90); } .pricing-box>.widget-header>h1,.pricing-box>.widget-header>h2,.pricing-box>.widget-header>h3,.pricing-box>.widget-header>h4,.pricing-box>.widget-header>h5,.pricing-box>.widget-header>h6 { float: none; margin-left: -9px; text-align: center; } .pricing-box .btn { font-size: 16px; } .invoice-info { line-height: 24px!important; color: #444; vertical-align: bottom; margin-left: 9px; margin-right: 9px; } .invoice-info-label { display: inline-block; max-width: 100px; text-align: right; font-size: 14px; } .invoice-box .label-large[class*="arrowed"] { margin-left: 11px!important; max-width: 95%; } .error-container { margin: 20px; padding: 0; background: #FFF; } .ace-thumbnails { list-style: none; margin: 0; padding: 0; } .ace-thumbnails>li { float: left; display: block; position: relative; overflow: hidden; margin: 2px; border: 2px solid #333; } .ace-thumbnails>li>:first-child { display: block; position: relative; } .ace-thumbnails>li .tags { display: inline-block; position: absolute; bottom: 0; right: 0; left: 0; overflow: visible; opacity: .9; filter: alpha(opacity=90); direction: rtl; } .ace-thumbnails>li .tags>.label { display: table; margin: 1px 1px 0 0; direction: ltr; text-align: left; } .ace-thumbnails>li>.tools { position: absolute; top: 0; bottom: 0; left: -30px; width: 24px; background-color: rgba(0,0,0,0.55); text-align: center; vertical-align: middle; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .ace-thumbnails>li:hover>.tools { left: 0; } .ace-thumbnails>li>.tools.tools-bottom { width: auto; height: 28px; left: 0; right: 0; top: auto; bottom: -30px; } .ace-thumbnails>li:hover>.tools.tools-bottom { bottom: 0; } .ace-thumbnails>li>.tools.tools-top { width: auto; height: 28px; left: 0; right: 0; top: -30px; bottom: auto; } .ace-thumbnails>li:hover>.tools.tools-top { top: 0; } .ace-thumbnails>li>.tools.tools-right { left: auto; right: -30px; } .ace-thumbnails>li:hover>.tools.tools-right { right: 0; } .ace-thumbnails>li>.tools>a,.ace-thumbnails>li>:first-child .inner a { display: block; color: #FFF; font-size: 18px; font-weight: normal; padding: 4px; } .ace-thumbnails>li>.tools>a:hover,.ace-thumbnails>li>:first-child .inner a:hover { text-decoration: none; color: #c9e2ea; } .ace-thumbnails>li>.tools.tools-bottom>a,.ace-thumbnails>li>.tools.tools-top>a,.ace-thumbnails>li>:first-child .inner a { display: inline-block; } .ace-thumbnails>li>:first-child>.text { position: absolute; right: 0; left: 0; bottom: 0; top: 0; text-align: center; color: #FFF; background-color: rgba(0,0,0,0.55); opacity: 0; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } .ace-thumbnails>li:hover>:first-child>.text { opacity: 1; } .ace-thumbnails>li>:first-child>.text:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: 0; } .ace-thumbnails>li>:first-child>.text>.inner { padding: 4px 0; margin: 0; display: inline-block; vertical-align: middle; max-width: 90%; } .grid3 { display: block; width: 29%; float: left; margin: 0 .5%; padding: 0 1.5%; border-right: 1px solid #e3e3e3; } .grid3:last-child { border-right: 0; } .grid4 { display: block; width: 21.5%; float: left; margin: 0 .8%; padding: 0 .8%; border-right: 1px solid #e3e3e3; } .grid4:last-child { border-right: 0; } .dialogs { padding: 9px 9px 0; position: relative; } .itemdiv { padding-right: 3px; min-height: 64px; position: relative; } .itemdiv.dialogdiv { padding-bottom: 14px; } .itemdiv.dialogdiv:before { position: absolute; display: block; content: ""; top: 0; bottom: 0; left: 19px; width: 1px; max-width: 1px; background-color: #e1e6ed; border: 1px solid #d7dbdd; border-width: 0 1px; } .itemdiv.dialogdiv:last-child:before { display: none; } .itemdiv.dialogdiv>.user>img { border-color: #c9d6e5; } .itemdiv.dialogdiv>.body { border: 1px solid #dde4ed; padding: 3px 7px 7px; border-left-width: 2px; margin-right: 1px; } .itemdiv.dialogdiv>.body:before { content: ""; display: block; position: absolute; left: -7px; top: 11px; width: 8px; height: 8px; border: 2px solid #dde4ed; border-width: 2px 0 0 2px; background-color: #FFF; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .itemdiv.dialogdiv>.body>.time { position: static; float: right; } .itemdiv.dialogdiv>.body>.text { padding-left: 0; padding-bottom: 0; } .itemdiv.dialogdiv>.body>.text:after { display: none; } .itemdiv.dialogdiv .tooltip>.tooltip-inner { word-break: break-all; } .itemdiv:last-child>.body>.text { border-bottom: 0; } .itemdiv:last-child>.body>.text:after { display: none; } .itemdiv>.user { display: inline-block; width: 42px; position: absolute; left: 0; } .itemdiv>.user>img { border-radius: 120px; border: 2px solid #5293c4; max-width: 36px; position: relative; } .itemdiv:last-child>.body>.text { border-bottom: 0; } .itemdiv>.body { margin-left: 50px; padding-left: 0; width: auto; margin-right: 12px; position: relative; } .itemdiv>.body>.time { display: block; font-size: 12px; color: #666; position: absolute; right: 9px; top: 0; } .itemdiv>.body>.time [class*="icon-"] { font-size: 14px; font-weight: normal; } .itemdiv>.body>.name { display: block; color: #999; } .itemdiv>.body>.name>b { color: #777; } .itemdiv>.body>.text { display: block; padding-bottom: 19px; padding-left: 7px; margin-top: 2px; font-size: 12px; position: relative; } .itemdiv>.body>.text:after { display: block; content: ""; height: 1px; font-size: 0; overflow: hidden; position: absolute; left: 16px; right: -12px; margin-top: 9px; border-top: 1px solid #e4ecf3; } .itemdiv>.body>.text>[class*="icon-quote-"]:first-child { color: #dce3ed; margin-right: 4px; } .itemdiv>.tools,.itemdiv>.body>.tools { width: 20px; position: absolute; right: 4px; bottom: 16px; display: none; } .itemdiv>.body>.tools { bottom: 4px; } .itemdiv.commentdiv>.tools,.itemdiv.commentdiv>.body>.tools { right: 9px; } .itemdiv:hover>.tools,.itemdiv:hover>.body>.tools { display: inline-block; } .itemdiv>.tools .btn,.itemdiv>.body>.tools .btn { border-radius: 36px!important; margin: 1px 0; } .itemdiv-orange>.user>img { border-color: #e89537; } .itemdiv-orange:before { border-color: #e89537; } .itemdiv-orange:last-child:after { border-color: #e89537; } .itemdiv-red>.user>img { border-color: #d85b5b; } .itemdiv-red:before { border-color: #d85b5b; } .itemdiv-red:last-child:after { border-color: #d85b5b; } .itemdiv-green>.user>img { border-color: #8dcc6e; } .itemdiv-green:before { border-color: #8dcc6e; } .itemdiv-green:last-child:after { border-color: #8dcc6e; } .itemdiv-pink>.user>img { border-color: #d668c9; } .itemdiv-pink:before { border-color: #d668c9; } .itemdiv-pink:last-child:after { border-color: #d668c9; } .itemdiv.memberdiv { width: 175px; padding: 2px; margin: 3px 0; float: left; border-bottom: 1px solid #e8e8e8; } .itemdiv.memberdiv>.user>img { border-color: #dce3ed; } .itemdiv.memberdiv>.body>.time { position: static; } .itemdiv.memberdiv>.body>.name { line-height: 18px; height: 18px; margin-bottom: 0; } .itemdiv.memberdiv>.body>.name>a { display: inline-block; max-width: 100px; max-height: 18px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; } .item-list { margin: 0; padding: 0; list-style: none; } .item-list>li { border: 1px solid #DDD; border-left-width: 3px; padding: 9px; background-color: #FFF; margin-top: -1px; position: relative; } .item-list>li.selected { color: #8090a0; background-color: #f4f9fc; } .item-list>li.selected label,.item-list>li.selected .lbl { text-decoration: line-through; color: #8090a0; } .item-list>li>.checkbox { display: inline-block; } .item-list>li.ui-sortable-helper { cursor: move; } .item-list.spaced>li,.item-list.spaced2>li { margin: !inherit; } .item-list>li.item-orange { border-left-color: #eccb71; } .item-list>li.item-red { border-left-color: #e05656; } .item-list>li.item-green { border-left-color: #9ecf6a; } .item-list>li.item-blue { border-left-color: #569add; } .item-list>li.item-pink { border-left-color: #dd56c0; } .item-list>li.item-black { border-left-color: #555; } .item-list>li.item-grey { border-left-color: #999; } .item-list>li.item-brown { border-left-color: brown; } .item-list>li.item-default { border-left-color: #abbac3; } .item-list>li>label.inline { display: inline-block; } .item-list>li label { font-size: 13px; } .item-list>li .percentage { font-size: 11px; font-weight: bold; color: #777; } .ui-sortable-placeholder,.ui-sortable-helper,.ui-sortable-placeholder>a,.ui-sortable-helper>a { cursor: move!important; } .dataTables_length { margin-left: 8px; } .dataTables_filter { margin-right: 8px; text-align: right; } .dataTables_info { margin: 0 0 0 12px; font-size: 14px; } .dataTables_paginate { text-align: right; } .dataTables_paginate.pagination { margin: 0 12px 0; } .dataTables_length select { width: 70px; height: 25px; padding: 2px 3px; } .dataTables_filter input[type=text] { width: 125px; height: 18px; line-height: 18px; } .dataTables_wrapper label { display: inline-block; font-size: 13px; } .dataTables_wrapper input[type=text],.dataTables_wrapper select { margin-bottom: 0!important; margin: 0 4px; } .dataTables_wrapper .row-fluid:first-child { padding: 12px 0 4px; background-color: #eff3f8; border-bottom: 1px solid #e2e2e2; } .dataTables_wrapper .row-fluid:last-child { border-top: 1px solid #DDD; padding: 12px 0 6px; background-color: #eff3f8; border-bottom: 1px solid #DDD; } .dataTable { margin-bottom: 0; } .dataTables_wrapper .row-fluid:first-child+.dataTable { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } .dataTable thead th[class*=sort] { cursor: pointer; } .dataTable thead th[class*=sort]:after { color: #555; content: "\f0dc"; display: inline-block; font-family: FontAwesome; font-size: 13px; font-weight: normal; float: right; margin-right: 4px; position: relative; } .dataTable thead th[class*=sorting_] { color: #307ecc; } .dataTable thead th.sorting_desc:after { content: "\f0dd"; top: -6px; } .dataTable thead th.sorting_asc:after { content: "\f0de"; top: 4px; } .dataTable thead th.sorting_disabled { cursor: inherit; } .dataTable thead th.sorting_disabled:after { display: none; } .slimScrollBar { border-radius: 0!important; } .slimScrollRail { border-radius: 0!important; } .fc-header-title>h2 { font-size: 22px; color: #65a0ce; } .fc-widget-header,.fc-widget-content { border: 1px solid #bcd4e5; } .fc-state-highlight { background: #FFC; } .fc-event-skin { border-color: #abbac3; background: 0; } .label-yellow .fc-event-skin { color: #963; } .label-light .fc-event-skin { color: #888; } .fc-grid .fc-day-number { color: #2e6589; } .fc-widget-header { background: #ecf2f7; color: #8090a0; } .fc-grid th,th.fc-widget-header { height: 28px; vertical-align: middle!important; } .fc-event-skin { background-color: #abbac3; border: none!important; padding: 0 0 1px 2px; } [class*="label-"]>.fc-event-skin,[class*="label-"]>.fc-event-skin>.fc-event-skin.fc-event-head { background-color: inherit; } .fc-event-hori,.fc-event-vert { border-radius: 0!important; border-color: transparent; } .fc-event-skin.ui-draggable-dragging { cursor: move; } .fc-event-skin.fc-event-vert,.fc-event-vert>.fc-event-skin { padding: 0 0 1px; } .fc-event-vert .fc-event-content { padding-left: 1px; padding-right: 1px; } .fc-event-vert .fc-event-time { padding: 0; } .fc-state-default,.fc-state-default .fc-button-inner { border: 1px solid #8b9aa3; background-color: #abbac3; color: #FFF; background-image: none; box-shadow: none; text-shadow: none; border-radius: 0!important; margin-left: 2px; } .fc-state-default { border: 0; } .fc-state-default .fc-button-effect span { background-color: transparent; } .fc-state-disabled,.fc-state-disabled .fc-button-inner { opacity: .75; color: #DDD; } .fc-state-default .fc-button-effect { display: none; } .fc-state-active,.fc-state-active .fc-button-inner { border-color: #4f99c6; background-color: #6fb3e0; } .fc-state-hover,.fc-state-hover .fc-button-inner { background-color: #8b9aa3; } .external-event { margin: 6px 0; padding: 0; cursor: default; display: block; color: #FFF; background-color: #abbac3; font-size: 13px; line-height: 28px; } .external-event:hover { opacity: 1; } .external-event.ui-draggable-dragging { cursor: move; } .external-event>[class*="icon-"]:first-child { display: inline-block; height: 32px; width: 32px; text-align: center; line-height: 30px; margin-right: 5px; font-size: 15px; border-right: 1px solid #FFF; } .widget-main>.fc { position: relative; top: -40px; } .widget-main>.fc>.fc-header { position: relative; z-index: 10; } .widget-main .fc-header-title>h2 { font-size: 18px; line-height: 36px; } .widget-main .fc-content { top: -14px; z-index: 11; } .widget-main .fc-button-content { height: 37px; line-height: 36px; } .widget-main .fc .fc-header-space { padding-left: 2px; } #colorbox:focus,#colorbox:active { outline: 0; } #cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight { background: none!important; opacity: 0; } #cboxContent { border: 12px solid #000; background-color: #FFF; padding: 7px; } #cboxOverlay { background: rgba(0,0,0,0.95); background: #000; } #cboxCurrent { left: 61px; margin-bottom: 5px; } #cboxTitle { margin-bottom: 4px; } #cboxNext,#cboxPrevious,#cboxClose { background: 0; text-indent: 0; width: 20px; height: 20px; line-height: 14px; padding: 0 4px; text-align: center; border: 2px solid #999; border-radius: 16px; color: #666; font-size: 12px; margin-left: 7px; margin-bottom: 7px; } #cboxNext:hover,#cboxPrevious:hover { color: #333; border-color: #666; } #cboxContent { overflow: visible; } #cboxClose { background-color: #000; color: #fff; border: 2px solid #fff; border-radius: 32px; font-size: 20px; height: 24px; width: 24px; padding-bottom: 2px; right: -14px; top: -14px; margin-left: 0; } #cboxLoadingOverlay { background: none!important; } #cboxLoadingGraphic { background: none!important; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-animation: spin 1.5s infinite linear; -o-animation: spin 1.5s infinite linear; -ms-animation: spin 1.5s infinite linear; -webkit-animation: spin 1.5s infinite linear; animation: spin 1.5s infinite linear; text-align: center; } #cboxLoadingGraphic:before { display: inline-block; content: "\f110"; font-family: FontAwesome; font-size: 24px; color: #fe7e3e; width: 32px; height: 32px; position: relative; top: 48%; text-align: center; vertical-align: middle; } .datepicker td,.datepicker th,.daterangepicker .calendar th,.daterangepicker .calendar td { border-radius: 0; } .datepicker table tr td.active,.datepicker table tr td.active:hover,.daterangepicker td.active,.daterangepicker td.active:hover { background: #2283c5!important; } .datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover { background: #8b9aa3!important; } .bootstrap-timepicker-widget table td a:hover { border-radius: 0; } .gritter-item-wrapper { background-image: none!important; box-shadow: 0 2px 10px rgba(50,50,50,0.5); background: rgba(50,50,50,0.92); } .gritter-item-wrapper.gritter-info { background: rgba(49,81,133,0.92); } .gritter-item-wrapper.gritter-error { background: rgba(153,40,18,0.92); } .gritter-item-wrapper.gritter-success { background: rgba(89,131,75,0.92); } .gritter-item-wrapper.gritter-warning { background: rgba(190,112,31,0.92); } .gritter-item-wrapper.gritter-light { background: rgba(245,245,245,0.95); border: 1px solid #BBB; } .gritter-info.gritter-light { background: rgba(232,242,255,0.95); } .gritter-error.gritter-light { background: rgba(255,235,235,0.95); } .gritter-success.gritter-light { background: rgba(239,250,227,0.95); } .gritter-warning.gritter-light { background: rgba(252,248,227,0.95); } .gritter-info.gritter-light .gritter-item { color: #4a577d; } .gritter-error.gritter-light .gritter-item { color: #894a38; } .gritter-success.gritter-light .gritter-item { color: #416131; } .gritter-warning.gritter-light .gritter-item { color: #946446; } .gritter-top,.gritter-bottom,.gritter-item { background-image: none; } .gritter-close { left: auto; right: 3px; background-image: none; width: 18px; height: 18px; line-height: 17px; text-align: center; border: 2px solid transparent; border-radius: 16px; color: #e17b67; } .gritter-close:before { font-family: FontAwesome; font-size: 16px; content: "\f00d"; } .gritter-info .gritter-close { color: #ffa500; } .gritter-error .gritter-close,.gritter-success .gritter-close,.gritter-warning .gritter-close { color: #ffea07; } .gritter-close:hover { color: #FFF!important; } .gritter-title { text-shadow: none; } .gritter-light .gritter-item,.gritter-light .gritter-bottom,.gritter-light .gritter-top,.gritter-light .gritter-close { background-image: none; color: #444; } .gritter-light .gritter-title { text-shadow: none; } .gritter-light .gritter-close:hover { color: #8a3104!important; } .icon-animated-wrench { display: inline-block; -moz-animation: wrenching 2.5s 4 ease; -o-animation: wrenching 2.5s 4 ease; -webkit-animation: wrenching 2.5s 4 ease; -ms-animation: wrenching 2.5s 4 ease; animation: wrenching 2.5s 4 ease; -moz-transform-origin: 90% 35%; -webkit-transform-origin: 90% 35%; -o-transform-origin: 90% 35%; -ms-transform-origin: 90% 35%; transform-origin: 90% 35%; } @-moz-keyframes wrenching { 0% { -moz-transform: rotate(-12deg); } 8% { -moz-transform: rotate(12deg); } 10% { -moz-transform: rotate(24deg); } 18% { -moz-transform: rotate(-24deg); } 20% { -moz-transform: rotate(-24deg); } 28% { -moz-transform: rotate(24deg); } 30% { -moz-transform: rotate(24deg); } 38% { -moz-transform: rotate(-24deg); } 40% { -moz-transform: rotate(-24deg); } 48% { -moz-transform: rotate(24deg); } 50% { -moz-transform: rotate(24deg); } 58% { -moz-transform: rotate(-24deg); } 60% { -moz-transform: rotate(-24deg); } 68% { -moz-transform: rotate(24deg); } 75% { -moz-transform: rotate(0deg); } } @-webkit-keyframes wrenching { 0% { -webkit-transform: rotate(-12deg); } 8% { -webkit-transform: rotate(12deg); } 10% { -webkit-transform: rotate(24deg); } 18% { -webkit-transform: rotate(-24deg); } 20% { -webkit-transform: rotate(-24deg); } 28% { -webkit-transform: rotate(24deg); } 30% { -webkit-transform: rotate(24deg); } 38% { -webkit-transform: rotate(-24deg); } 40% { -webkit-transform: rotate(-24deg); } 48% { -webkit-transform: rotate(24deg); } 50% { -webkit-transform: rotate(24deg); } 58% { -webkit-transform: rotate(-24deg); } 60% { -webkit-transform: rotate(-24deg); } 68% { -webkit-transform: rotate(24deg); } 75% { -webkit-transform: rotate(0deg); } } @-o-keyframes wrenching { 0% { -o-transform: rotate(-12deg); } 8% { -o-transform: rotate(12deg); } 10% { -o-transform: rotate(24deg); } 18% { -o-transform: rotate(-24deg); } 20% { -o-transform: rotate(-24deg); } 28% { -o-transform: rotate(24deg); } 30% { -o-transform: rotate(24deg); } 38% { -o-transform: rotate(-24deg); } 40% { -o-transform: rotate(-24deg); } 48% { -o-transform: rotate(24deg); } 50% { -o-transform: rotate(24deg); } 58% { -o-transform: rotate(-24deg); } 60% { -o-transform: rotate(-24deg); } 68% { -o-transform: rotate(24deg); } 75% { -o-transform: rotate(0deg); } } @-ms-keyframes wrenching { 0% { -ms-transform: rotate(-12deg); } 8% { -ms-transform: rotate(12deg); } 10% { -ms-transform: rotate(24deg); } 18% { -ms-transform: rotate(-24deg); } 20% { -ms-transform: rotate(-24deg); } 28% { -ms-transform: rotate(24deg); } 30% { -ms-transform: rotate(24deg); } 38% { -ms-transform: rotate(-24deg); } 40% { -ms-transform: rotate(-24deg); } 48% { -ms-transform: rotate(24deg); } 50% { -ms-transform: rotate(24deg); } 58% { -ms-transform: rotate(-24deg); } 60% { -ms-transform: rotate(-24deg); } 68% { -ms-transform: rotate(24deg); } 75% { -ms-transform: rotate(0deg); } } @keyframes wrenching { 0% { transform: rotate(-12deg); } 8% { transform: rotate(12deg); } 10% { transform: rotate(24deg); } 18% { transform: rotate(-24deg); } 20% { transform: rotate(-24deg); } 28% { transform: rotate(24deg); } 30% { transform: rotate(24deg); } 38% { transform: rotate(-24deg); } 40% { transform: rotate(-24deg); } 48% { transform: rotate(24deg); } 50% { transform: rotate(24deg); } 58% { transform: rotate(-24deg); } 60% { transform: rotate(-24deg); } 68% { transform: rotate(24deg); } 75% { transform: rotate(0deg); } } .icon-animated-bell { display: inline-block; -moz-animation: ringing 2.0s 5 ease 1.0s; -ms-animation: ringing 2.0s 5 ease 1.0s; -webkit-animation: ringing 2.0s 5 ease 1.0s; animation: ringing 2.0s 5 ease 1.0s; -moz-transform-origin: 50% 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; } @-moz-keyframes ringing { 0% { -moz-transform: rotate(-15deg); } 2% { -moz-transform: rotate(15deg); } 4% { -moz-transform: rotate(-18deg); } 6% { -moz-transform: rotate(18deg); } 8% { -moz-transform: rotate(-22deg); } 10% { -moz-transform: rotate(22deg); } 12% { -moz-transform: rotate(-18deg); } 14% { -moz-transform: rotate(18deg); } 16% { -moz-transform: rotate(-12deg); } 18% { -moz-transform: rotate(12deg); } 20% { -moz-transform: rotate(0deg); } } @-webkit-keyframes ringing { 0% { -webkit-transform: rotate(-15deg); } 2% { -webkit-transform: rotate(15deg); } 4% { -webkit-transform: rotate(-18deg); } 6% { -webkit-transform: rotate(18deg); } 8% { -webkit-transform: rotate(-22deg); } 10% { -webkit-transform: rotate(22deg); } 12% { -webkit-transform: rotate(-18deg); } 14% { -webkit-transform: rotate(18deg); } 16% { -webkit-transform: rotate(-12deg); } 18% { -webkit-transform: rotate(12deg); } 20% { -webkit-transform: rotate(0deg); } } @-ms-keyframes ringing { 0% { -ms-transform: rotate(-15deg); } 2% { -ms-transform: rotate(15deg); } 4% { -ms-transform: rotate(-18deg); } 6% { -ms-transform: rotate(18deg); } 8% { -ms-transform: rotate(-22deg); } 10% { -ms-transform: rotate(22deg); } 12% { -ms-transform: rotate(-18deg); } 14% { -ms-transform: rotate(18deg); } 16% { -ms-transform: rotate(-12deg); } 18% { -ms-transform: rotate(12deg); } 20% { -ms-transform: rotate(0deg); } } @keyframes ringing { 0% { transform: rotate(-15deg); } 2% { transform: rotate(15deg); } 4% { transform: rotate(-18deg); } 6% { transform: rotate(18deg); } 8% { transform: rotate(-22deg); } 10% { transform: rotate(22deg); } 12% { transform: rotate(-18deg); } 14% { transform: rotate(18deg); } 16% { transform: rotate(-12deg); } 18% { transform: rotate(12deg); } 20% { transform: rotate(0deg); } } .icon-animated-vertical { display: inline-block; -moz-animation: vertical 2.0s 5 ease 2.0s; -ms-animation: vertical 2.0s 5 ease 2.0s; -webkit-animation: vertical 2.0s 5 ease 2.0s; animation: vertical 2.0s 5 ease 2.0s; } @-moz-keyframes vertical { 0% { -moz-transform: translate(0,-3px); } 4% { -moz-transform: translate(0,3px); } 8% { -moz-transform: translate(0,-3px); } 12% { -moz-transform: translate(0,3px); } 16% { -moz-transform: translate(0,-3px); } 20% { -moz-transform: translate(0,3px); } 22% { -moz-transform: translate(0,0); } } @-webkit-keyframes vertical { 0% { -webkit-transform: translate(0,-3px); } 4% { -webkit-transform: translate(0,3px); } 8% { -webkit-transform: translate(0,-3px); } 12% { -webkit-transform: translate(0,3px); } 16% { -webkit-transform: translate(0,-3px); } 20% { -webkit-transform: translate(0,3px); } 22% { -webkit-transform: translate(0,0); } } @-ms-keyframes vertical { 0% { -ms-transform: translate(0,-3px); } 4% { -ms-transform: translate(0,3px); } 8% { -ms-transform: translate(0,-3px); } 12% { -ms-transform: translate(0,3px); } 16% { -ms-transform: translate(0,-3px); } 20% { -ms-transform: translate(0,3px); } 22% { -ms-transform: translate(0,0); } } @keyframes vertical { 0% { transform: translate(0,-3px); } 4% { transform: translate(0,3px); } 8% { transform: translate(0,-3px); } 12% { transform: translate(0,3px); } 16% { transform: translate(0,-3px); } 20% { transform: translate(0,3px); } 22% { transform: translate(0,0); } } .easyPieChart { position: relative; text-align: center; } .easyPieChart canvas { position: absolute; top: 0; left: 0; } .navbar-inverse .navbar-inner,.navbar .btn-navbar { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .dropdown-menu li>a,.dropdown-submenu>a { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .btn { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } .progress,.progress .bar { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; } #spinner-preview { width: 100px; height: 100px; text-align: center; margin-top: 60px; } .dropdown-preview { margin: 0 5px; display: inline-block; } .dropdown-preview>.dropdown-menu { display: block; position: static; margin-bottom: 5px; } /*Thêm dấu mũi tên*/ #saleswrapper ul.greenarrow li, ul.greenarrow li { background: url("http://localhost:8888/upload/assets/default/other/greenarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0); line-height: 25px; list-style-type: none; padding: 0 0 10px 27px !important; }
0.407805
0.065755
html { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(74, 74, 74, 1.00); box-sizing: border-box; } a { <<<<<<< HEAD <<<<<<< HEAD color: rgba(14, 12, 12 , 1.00); ======= color: rgba(255, 109, 109, 1.00); >>>>>>> de108477fa8b26856e1b2bf3ac6a179240d02268 font-weight: bold; font-size: 18px; } .header-img { float: right; width: 10px; height: 10px; background: #555; } .header h1 { position: right; top: 18px; left: 10px; } /* CALCULATE TEXT */ a:visited { <<<<<<< HEAD color: rgba(7, 7, 7,1.00); ======= color: rgb(7, 7, 7); >>>>>>> 6df604a7476434328ca5090988bcd06b4b6498af } /* Layout */ main { display: flex; flex-direction: row; flex-wrap: wrap; padding: 0 1.5rem 0 1.5rem; } header { flex: 0 1 100%; } #variables { margin-right: 2.5rem; } #variables, #result { flex: 0 1 calc(50% - 1.25rem); } #variables h2, #result h2 { margin-bottom: 1.25rem; } footer { flex: 0 1 100%; } /* Main content wrapper */ body { margin: 1rem auto; padding: 0 1.5rem 0 1.5rem; background-color: #ffffff; } /* Header */ header { border-color: #25a2d39f; border-style: solid; border-radius: 1px; border-width: 0 0 0.75rem; padding: 0 1.5rem 0 1.5rem; margin: 0 0 2rem; } header a, header a:visited, header a:focus, header a:active { color: rgba(74, 74, 74, 1.00); text-decoration: none; } header h1 { font-size: 4rem; font-weight: 800; text-transform: uppercase; margin: 0 0 -.75rem; } header .tagline { margin: 0 0 0.75rem; } /* Sections */ section { margin: 0 0 2rem; } section h2 { margin: 0 0 .75rem; text-transform: uppercase; color:rgb(0, 0, 0); } /* DISCLAIMER */ section p { max-width: 130ex; color:rgb(15, 15, 15); } /* RESULT */ .callout { background: rgba(164, 201, 201, 0.25); border-radius: 5px; color:rgba(15, 15, 15,1.00); margin: 0 0 1.25rem; padding: 1rem 1.5rem; } .explanation { margin-bottom: 1rem; color:rgba(15, 15, 15, 1.00); } .details{ color:rgba(15, 15, 15, 1.00); } /* Form labels */ label { display: flex; justify-content: space-between; padding: 0 0 .5rem; margin: 0 0 1rem; border-style: solid; border-width: 0 0 3px; border-color: #25a2d3; color:rgb(27, 29, 28); } .label-text { display: inline-block; margin-top: .5rem; line-height: 1.5rem; } /* Input fields */ input:focus, select:focus { text-decoration: underline; outline: none; } input { padding: 0; margin: 0; border: none; background: transparent; height: 2rem; line-height: normal; text-align: right; vertical-align: middle; max-width: 45%; } input, select, option, .checkbox-pseudo { color: rgba(0, 0, 0, 0.85); cursor: pointer; } button{ color: rgb(133, 97, 97); border-radius: 5px; background-color: #006845; border-color: rgba(41,117,96); font-size: 10px; outline: none ; } /* VARIABLE OPTIONS */ select, option { background: #61bbbb; border: none; border-radius: 5px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; color: rgba(4, 5, 5, 0.85); } select:focus { } /* Number fields */ input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } /* Checkboxes */ input[type="checkbox"] { opacity: 0; position: absolute; } input[type="checkbox"]:checked + .checkbox-pseudo:before { content: "Yes"; cursor: pointer; } input[type="checkbox"] + .checkbox-pseudo:before { content: "No"; cursor: pointer; } input[type="checkbox"]:focus + .checkbox-pseudo:before { text-decoration: underline; background: rgba(255, 109, 109, 0.25); } /* Text selection */ ::selection { background: rgba(255, 109, 109, 0.25); } ::-moz-selection { background: rgba(255, 109, 109, 0.25); } /* Footer */ footer { margin: 3rem 0 0 0; border-color: rgba(255, 109, 109, 1.00); border-style: solid; border-width: 2px 0 0; padding: .25rem 1.5rem .25rem 1.5rem; font-size: 1rem; } /* Responsive Overrides */ @media (min-width: 740px) { body { width: 900px; } #margin{ display: inline-flex; margin-left: 100px; } .radio-left{ margin-left:100px; border-style: none; } input, select, option, .checkbox-pseudo { font-size: 1.5rem; } label { font-size: 1.5rem; } .callout{ font-size: 2.1rem; } #disclaimer{ font-size: 15px; } } @media (max-width: 740px) { html { padding: 0 1.5rem; } main { padding: 0; } body { padding: 0; width: 100%; } #variables { margin: 0 0 1.5rem; flex: 0 1 100%; color:white; } #result{ margin: 0 0 1.5rem; flex: 0 1 100%; color:rgba(15,15,15,1.00); } #margin{ display: inline-flex; margin-left: 30px; } header { padding: 0; } .radio-left{ margin-left:50px; border-style: none; } /*Select Product Category and Select Category*/ input, select, option, .checkbox-pseudo { font-size: 1.2rem; white-space: nowrap; overflow: hidden; text-overflow: clip; } label { font-size: 1.2rem; } .callout{ font-size: 1.8rem; } #disclaimer{ font-size: 13px; } } .box{ position:absolute; top:50%; left:50%; transform : translate(-50% ,-50%); } .btn:link, .btn:visited{ text-decoration: none; text-transform:uppercase; position:relative; top:0; left:0; padding:20px 40px; border-radius:10px; display:inline-block; transition: all .5s; } /* CALCULATE BUTTON */ .btn-white{ background: #61bbbb; font-size: 15px; color:rgb(14, 12, 12); } .btn:hover{ box-shadow:0px 10px 10px linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); transform : translateY(-3px); } .btn:active{ box-shadow:0px 5px 10px rgba(0,0,0,0.2) transform:translateY(-1px); } .btn-bottom-animation-1{ animation:comeFromBottom 1s ease-out .8s; } .btn::after{ content:""; text-decoration: none; text-transform:uppercase; position:absolute; width:100%; height:100%; top:0; left:0; border-radius:10px; display:inline-block; z-index:-1; transition: all .5s; } .btn-white::after { background: #fff; } .btn-animation-1:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; } @keyframes comeFromBottom{ 0%{ opacity:0; transform:translateY(40px); } 100%{ opacity:1; transform:translateY(0); } }
css/style.css
html { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(74, 74, 74, 1.00); box-sizing: border-box; } a { <<<<<<< HEAD <<<<<<< HEAD color: rgba(14, 12, 12 , 1.00); ======= color: rgba(255, 109, 109, 1.00); >>>>>>> de108477fa8b26856e1b2bf3ac6a179240d02268 font-weight: bold; font-size: 18px; } .header-img { float: right; width: 10px; height: 10px; background: #555; } .header h1 { position: right; top: 18px; left: 10px; } /* CALCULATE TEXT */ a:visited { <<<<<<< HEAD color: rgba(7, 7, 7,1.00); ======= color: rgb(7, 7, 7); >>>>>>> 6df604a7476434328ca5090988bcd06b4b6498af } /* Layout */ main { display: flex; flex-direction: row; flex-wrap: wrap; padding: 0 1.5rem 0 1.5rem; } header { flex: 0 1 100%; } #variables { margin-right: 2.5rem; } #variables, #result { flex: 0 1 calc(50% - 1.25rem); } #variables h2, #result h2 { margin-bottom: 1.25rem; } footer { flex: 0 1 100%; } /* Main content wrapper */ body { margin: 1rem auto; padding: 0 1.5rem 0 1.5rem; background-color: #ffffff; } /* Header */ header { border-color: #25a2d39f; border-style: solid; border-radius: 1px; border-width: 0 0 0.75rem; padding: 0 1.5rem 0 1.5rem; margin: 0 0 2rem; } header a, header a:visited, header a:focus, header a:active { color: rgba(74, 74, 74, 1.00); text-decoration: none; } header h1 { font-size: 4rem; font-weight: 800; text-transform: uppercase; margin: 0 0 -.75rem; } header .tagline { margin: 0 0 0.75rem; } /* Sections */ section { margin: 0 0 2rem; } section h2 { margin: 0 0 .75rem; text-transform: uppercase; color:rgb(0, 0, 0); } /* DISCLAIMER */ section p { max-width: 130ex; color:rgb(15, 15, 15); } /* RESULT */ .callout { background: rgba(164, 201, 201, 0.25); border-radius: 5px; color:rgba(15, 15, 15,1.00); margin: 0 0 1.25rem; padding: 1rem 1.5rem; } .explanation { margin-bottom: 1rem; color:rgba(15, 15, 15, 1.00); } .details{ color:rgba(15, 15, 15, 1.00); } /* Form labels */ label { display: flex; justify-content: space-between; padding: 0 0 .5rem; margin: 0 0 1rem; border-style: solid; border-width: 0 0 3px; border-color: #25a2d3; color:rgb(27, 29, 28); } .label-text { display: inline-block; margin-top: .5rem; line-height: 1.5rem; } /* Input fields */ input:focus, select:focus { text-decoration: underline; outline: none; } input { padding: 0; margin: 0; border: none; background: transparent; height: 2rem; line-height: normal; text-align: right; vertical-align: middle; max-width: 45%; } input, select, option, .checkbox-pseudo { color: rgba(0, 0, 0, 0.85); cursor: pointer; } button{ color: rgb(133, 97, 97); border-radius: 5px; background-color: #006845; border-color: rgba(41,117,96); font-size: 10px; outline: none ; } /* VARIABLE OPTIONS */ select, option { background: #61bbbb; border: none; border-radius: 5px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; padding: 0; margin: 0; color: rgba(4, 5, 5, 0.85); } select:focus { } /* Number fields */ input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } /* Checkboxes */ input[type="checkbox"] { opacity: 0; position: absolute; } input[type="checkbox"]:checked + .checkbox-pseudo:before { content: "Yes"; cursor: pointer; } input[type="checkbox"] + .checkbox-pseudo:before { content: "No"; cursor: pointer; } input[type="checkbox"]:focus + .checkbox-pseudo:before { text-decoration: underline; background: rgba(255, 109, 109, 0.25); } /* Text selection */ ::selection { background: rgba(255, 109, 109, 0.25); } ::-moz-selection { background: rgba(255, 109, 109, 0.25); } /* Footer */ footer { margin: 3rem 0 0 0; border-color: rgba(255, 109, 109, 1.00); border-style: solid; border-width: 2px 0 0; padding: .25rem 1.5rem .25rem 1.5rem; font-size: 1rem; } /* Responsive Overrides */ @media (min-width: 740px) { body { width: 900px; } #margin{ display: inline-flex; margin-left: 100px; } .radio-left{ margin-left:100px; border-style: none; } input, select, option, .checkbox-pseudo { font-size: 1.5rem; } label { font-size: 1.5rem; } .callout{ font-size: 2.1rem; } #disclaimer{ font-size: 15px; } } @media (max-width: 740px) { html { padding: 0 1.5rem; } main { padding: 0; } body { padding: 0; width: 100%; } #variables { margin: 0 0 1.5rem; flex: 0 1 100%; color:white; } #result{ margin: 0 0 1.5rem; flex: 0 1 100%; color:rgba(15,15,15,1.00); } #margin{ display: inline-flex; margin-left: 30px; } header { padding: 0; } .radio-left{ margin-left:50px; border-style: none; } /*Select Product Category and Select Category*/ input, select, option, .checkbox-pseudo { font-size: 1.2rem; white-space: nowrap; overflow: hidden; text-overflow: clip; } label { font-size: 1.2rem; } .callout{ font-size: 1.8rem; } #disclaimer{ font-size: 13px; } } .box{ position:absolute; top:50%; left:50%; transform : translate(-50% ,-50%); } .btn:link, .btn:visited{ text-decoration: none; text-transform:uppercase; position:relative; top:0; left:0; padding:20px 40px; border-radius:10px; display:inline-block; transition: all .5s; } /* CALCULATE BUTTON */ .btn-white{ background: #61bbbb; font-size: 15px; color:rgb(14, 12, 12); } .btn:hover{ box-shadow:0px 10px 10px linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); transform : translateY(-3px); } .btn:active{ box-shadow:0px 5px 10px rgba(0,0,0,0.2) transform:translateY(-1px); } .btn-bottom-animation-1{ animation:comeFromBottom 1s ease-out .8s; } .btn::after{ content:""; text-decoration: none; text-transform:uppercase; position:absolute; width:100%; height:100%; top:0; left:0; border-radius:10px; display:inline-block; z-index:-1; transition: all .5s; } .btn-white::after { background: #fff; } .btn-animation-1:hover::after { transform: scaleX(1.4) scaleY(1.6); opacity: 0; } @keyframes comeFromBottom{ 0%{ opacity:0; transform:translateY(40px); } 100%{ opacity:1; transform:translateY(0); } }
0.275422
0.106203
*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-size: 1em; } body { font-family: Arial, helvetica, sans-serif; line-height: 1.4; } header { background: #f0f0f0; width: 100%; } .logo img { display: block; } /* busca */ .busca { overflow: hidden; /* clearfix */ } .busca input { border: 1px solid #CCC; border-bottom-color: #aaa; border-right-width: 0; border-radius: 5px 0 0 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); color: #555; height: 1.7em; padding: 0 0.16em; float: left; -webkit-appearance: none; } .busca button { background: #f0f0f0; background: linear-gradient(white, white 50%, #eee); border: 1px solid #CCC; border-bottom-color: #aaa; border-radius: 0 5px 5px 0; color: #777; font-size: 90%; line-height: 1.667em; height: 1.888888889em; padding: 0 0.5em; text-align: center; text-transform: lowercase; float: left; } .busca button:hover { color: #0669de; } /* categorias */ .noticias { color: #ca0000; } .esportes { color: #3ea909; } .famosos { color: #ff7f00; } .menu-principal { font-weight: bold; list-style-type: none; } .menu-principal a { display: block; padding-right: 1em; margin-right: 1em; line-height: 1; text-decoration: none; text-transform: lowercase; } .menu-principal a:hover { opacity: 0.8; } /* lista de notícias */ .chamada { border-bottom: 1px dotted #ccc; display: block; margin-bottom: 1em; padding-bottom: 1em; text-decoration: none; width: 100%; overflow: hidden; } .chamada:last-child { border-bottom: 0; } .chamada img { border-radius: 5px; display: block; float: left; margin-right: 0.8em; } .chamada.mini img { margin-bottom: 0.4em; } .chamada:hover h2 { text-decoration: underline; } .chamada.principal h2 { font-size: 1.8em; line-height: 1.05; } .chamada.normal h2 { font-size: 1em; } .chamada.secundaria h2 { font-size: 0.6em; } .chamada.mini { padding-right: 0.35em; } :not(.mini) .chamada.mini + .mini { padding-left: 0.35em; padding-right: 0; } /* direita da TV */ .chamada.tv { border: 1px solid #ccc; border-radius: 5px; } .tv img { border-radius: 3px 3px 0 0; margin-top: -1px; } .tv p { clear: both; color: #999; padding: 1.4em 1em 0.25em; } .tv h2 { padding: 0 1em; margin: 0; border: 0; } .tv .bolinha { display: inline-block; border-radius: 50%; background: #aaa; height: 7px; width: 7px; margin-top: 1.4em; } .tv .bolinha:first-of-type { background: #555; margin-left: 1.5em; }
Design Responsivo/css/estilo.css
*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-size: 1em; } body { font-family: Arial, helvetica, sans-serif; line-height: 1.4; } header { background: #f0f0f0; width: 100%; } .logo img { display: block; } /* busca */ .busca { overflow: hidden; /* clearfix */ } .busca input { border: 1px solid #CCC; border-bottom-color: #aaa; border-right-width: 0; border-radius: 5px 0 0 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); color: #555; height: 1.7em; padding: 0 0.16em; float: left; -webkit-appearance: none; } .busca button { background: #f0f0f0; background: linear-gradient(white, white 50%, #eee); border: 1px solid #CCC; border-bottom-color: #aaa; border-radius: 0 5px 5px 0; color: #777; font-size: 90%; line-height: 1.667em; height: 1.888888889em; padding: 0 0.5em; text-align: center; text-transform: lowercase; float: left; } .busca button:hover { color: #0669de; } /* categorias */ .noticias { color: #ca0000; } .esportes { color: #3ea909; } .famosos { color: #ff7f00; } .menu-principal { font-weight: bold; list-style-type: none; } .menu-principal a { display: block; padding-right: 1em; margin-right: 1em; line-height: 1; text-decoration: none; text-transform: lowercase; } .menu-principal a:hover { opacity: 0.8; } /* lista de notícias */ .chamada { border-bottom: 1px dotted #ccc; display: block; margin-bottom: 1em; padding-bottom: 1em; text-decoration: none; width: 100%; overflow: hidden; } .chamada:last-child { border-bottom: 0; } .chamada img { border-radius: 5px; display: block; float: left; margin-right: 0.8em; } .chamada.mini img { margin-bottom: 0.4em; } .chamada:hover h2 { text-decoration: underline; } .chamada.principal h2 { font-size: 1.8em; line-height: 1.05; } .chamada.normal h2 { font-size: 1em; } .chamada.secundaria h2 { font-size: 0.6em; } .chamada.mini { padding-right: 0.35em; } :not(.mini) .chamada.mini + .mini { padding-left: 0.35em; padding-right: 0; } /* direita da TV */ .chamada.tv { border: 1px solid #ccc; border-radius: 5px; } .tv img { border-radius: 3px 3px 0 0; margin-top: -1px; } .tv p { clear: both; color: #999; padding: 1.4em 1em 0.25em; } .tv h2 { padding: 0 1em; margin: 0; border: 0; } .tv .bolinha { display: inline-block; border-radius: 50%; background: #aaa; height: 7px; width: 7px; margin-top: 1.4em; } .tv .bolinha:first-of-type { background: #555; margin-left: 1.5em; }
0.284576
0.112405
@-moz-document domain("archiveofourown.org") { /* Dark theme compatibility https://userstyles.org/styles/97658/dark-night-archive-of-our-own */ /*:root { --ath-override-theme: "dark"; --ath-override-box-border-color: #444; --ath-override-box-shadow-color: transparent; --ath-override-interface-font-color: #ccc; --ath-override-required-tag-font-color: #ccc; --ath-override-gray-text-color: #777; --ath-override-tag-font-color: #eee; --ath-override-tag-default-light: 25%; --ath-override-tag-default-border-light: 15%; --ath-override-tag-highlight-light: 45%; --ath-override-tag-highlight-border-light: 25%; --ath-override-tag-freeform-light: 35%; }*/ :root { /* Light theme */ --box-border-color: var(--ath-override-box-border-color, #bbb); --box-shadow-color: var(--ath-override-box-shadow-color, rgba(0, 0, 8, 0.2)); /* Fonts */ --interface-font-family: "Segoe UI", Verdana, sans-serif; --interface-font-size: 14px; --interface-font-color: var(--ath-override-interface-font-color, #222); --summary-font-family: Verdana, sans-serif; --summary-font-size: 14px; --summary-title-font-size: 16px; --story-font-family: Verdana, sans-serif; --story-font-size: 16px; --story-width: 45em; --article-font-family: Verdana, sans-serif; --article-font-size: 14px; --article-width: 65em; --required-tag-font-size: 10px; --required-tag-font-color: var(--ath-override-required-tag-font-color, #000); --required-tag-width: 80px; --required-tag-icon-width: 25px; --tag-font-size: 13px; --tag-width: 28em; --gray-text-color: #888; /* Tags */ --tag-font-color: var(--ath-override-tag-font-color, #000); --tag-default-hue: 0; --tag-default-sat: 40%; --tag-default-light: var(--ath-override-tag-default-light, 85%); --tag-default-border-light: var(--ath-override-tag-default-border-light, 70%); --tag-highlight-sat: 50%; --tag-highlight-light: var(--ath-override-tag-highlight-light, 75%); --tag-highlight-border-light: var(--ath-override-tag-highlight-border-light, 60%); --tag-freeform-sat: 0%; --tag-freeform-light: var(--ath-override-tag-freeform-light, 92%); --tag-warning-hue: 0; --tag-relationship-hue: 180; --tag-character-hue: 60; } /* Fonts */ body, .toggled form, .dynamic form, .secondary, .dropdown { font: var(--interface-font-size) var(--interface-font-family) !important; color: var(--interface-font-color) !important; } blockquote, pre { font: var(--summary-font-size) var(--summary-font-family) !important; } #main { font-size: inherit !important; } .admin, .news, .docs { font: var(--article-font-size) var(--article-font-family) !important; max-width: var(--article-width); } #workskin { font: var(--story-font-size) var(--story-font-family) !important; max-width: var(--story-width); } #workskin * { font-family: inherit !important; } form p.footnote { line-height: 1.5 !important; } /* Alphabet: proper columns */ .alphabet .listbox .index { columns: calc(var(--tag-width) + 40px); } .alphabet .listbox .index li { display: block !important; float: none !important; width: auto !important; margin: 0 !important; } /* Work block: border */ .blurb { padding: 5px 10px !important; border: solid 1px var(--box-border-color) !important; border-radius: 10px; box-shadow: 2px 2px 4px 0px var(--box-shadow-color) !important; } .blurb blockquote { text-align: left !important; } .blurb .notice { box-shadow: none !important; display: inline-block; } /* Work block: hide accessibility labels */ .blurb .landmark { display: none !important; } /* Work block: expand icons of required tags & bookmark symbols and show descriptions */ .blurb .required-tags { display: flex !important; flex-direction: column; flex-wrap: wrap; height: 60px; } .blurb .required-tags li, .required-tags a, .required-tags .text { position: static !important; width: auto !important; } .blurb .required-tags li { width: calc(var(--required-tag-width) + var(--required-tag-icon-width)) !important; } .blurb .required-tags li a > span { position: relative !important; } .blurb .required-tags li a > span .text { position: absolute !important; left: 25px; top: 0px; } .blurb .required-tags li a > span .text, .blurb .status a.symbol span .text, .blurb .status::after { display: table-cell !important; width: var(--required-tag-width) !important; padding: 0px 3px; vertical-align: middle; font: inherit !important; font-weight: normal !important; font-size: var(--required-tag-font-size) !important; line-height: calc(var(--required-tag-font-size) + 2px) !important; color: var(--required-tag-font-color) !important; overflow: hidden; } .blurb .status { display: flex !important; width: calc((var(--required-tag-width) + var(--required-tag-icon-width)) * 2) !important; } .blurb .status a.symbol { width: calc(var(--required-tag-width) + var(--required-tag-icon-width)) !important; } .blurb .status a.symbol span { position: relative; } .blurb .status a.symbol span .text { left: var(--required-tag-icon-width); } .blurb .status a.symbol span.rec .text::after { content: /*Rec*/"ommended bookmark"; } .blurb .status .count { position: static !important; } .blurb .status::after { content: attr(title); } /* Work block: header */ .blurb .heading { font-size: var(--summary-font-size) !important; font-family: inherit !important; color: var(--gray-text-color); } .blurb.work .heading, .blurb.bookmark .heading, .blurb.series .heading { margin-left: calc((var(--required-tag-width) + var(--required-tag-icon-width)) * 2 + 10px) !important; } .blurb h4.heading a { border: none !important; } .blurb h4.heading a:first-child { border: none !important; font-size: var(--summary-title-font-size) !important; padding: 0 10px 0 0; } .blurb h4.heading a:hover { text-decoration: underline; } .blurb h5.fandoms .tag { margin: 1px 3px 0 0 !important; } .blurb .datetime { font-size: var(--summary-font-size) !important; font-family: inherit !important; } /* Work block: footer */ .blurb .stats dt { font: var(--interface-font-size) var(--interface-font-family) !important; color: var(--gray-text-color); } /* Work block: bookmark footer */ .blurb .user { display: flex; flex-wrap: wrap; width: auto !important; margin: 0px -10px -5px -10px !important; padding: 5px 0px; border: none !important; border-top: solid 1px var(--box-border-color) !important; border-radius: 0 0 10px 10px; } .blurb .user *:not(.notes), .blurb .user *:not(.notes)::before { line-height: 1.4 !important; font-size: var(--summary-font-size) !important; font-family: inherit !important; vertical-align: top !important; } .blurb .user .heading:not(.landmark) { margin: 2px 10px !important; } .blurb .user .datetime { right: 10px !important; } .blurb .user blockquote { flex: 100%; margin: 2px 10px !important; } .blurb .user .meta.heading { display: none !important; } .blurb .user .meta.commas.tags::before { content: "with "; color: var(--gray-text-color); vertical-align: middle !important; margin: 0 0 0 5px !important; } .blurb .user .meta.commas:not(.tags)::before { content: "to"; color: var(--gray-text-color); margin: 0 0 0 5px !important; } .blurb .user .meta.commas:not(.tags) { margin: 2px 5px !important; } .blurb .user .actions { flex: 100%; text-align: right; margin: 0 10px 0 0; } /* Tags: no commas */ .blurb .tags, .blurb h5.fandoms { font-size: 0 !important; } .blurb .tags *, .blurb h5.fandoms * { font-size: var(--tag-font-size) !important; } .warnings, .warning, .warnings strong { font-weight: normal; } .tags li::after { content: unset !important; } /* Tags: colored rounded rectangles */ .tag:not(.index):not(.profile) { --tag-hue: var(--tag-default-hue); --tag-sat: var(--tag-freeform-sat); --tag-light: var(--tag-freeform-light); --tag-border-light: var(--tag-default-border-light); display: inline-block; color: var(--tag-font-color) !important; background: hsl(var(--tag-hue), var(--tag-sat), var(--tag-light)) !important; border: solid 1px hsl(var(--tag-hue), var(--tag-sat), var(--tag-border-light)) !important; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); white-space: nowrap; max-width: var(--tag-width); margin: 2px 0 !important; padding: 0 4px !important; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; } .tag:not(.index):not(.profile):hover { --tag-light: var(--tag-highlight-light); --tag-border-light: var(--tag-highlight-border-light); color: var(--tag-font-color) !important; } .tags .warnings .tag, .tags.warning .tag { --tag-hue: var(--tag-warning-hue); } .tags .relationships .tag, .tags.relationship .tag { --tag-hue: var(--tag-relationship-hue); } .tags .characters .tag, .tags.character .tag { --tag-hue: var(--tag-character-hue); } .tags .warnings .tag, .tags.warning .tag, .tags .relationships .tag, .tags.relationship .tag, .tags .characters .tag, .tags.character .tag { --tag-sat: var(--tag-default-sat); --tag-light: var(--tag-default-light); } .tags .warnings .tag:hover, .tags.warning .tag:hover, .tags .relationships .tag:hover, .tags.relationship .tag:hover, .tags .characters .tag:hover, .tags.character .tag:hover { --tag-sat: var(--tag-highlight-sat); } }
css/ao3tagsfonts.css
@-moz-document domain("archiveofourown.org") { /* Dark theme compatibility https://userstyles.org/styles/97658/dark-night-archive-of-our-own */ /*:root { --ath-override-theme: "dark"; --ath-override-box-border-color: #444; --ath-override-box-shadow-color: transparent; --ath-override-interface-font-color: #ccc; --ath-override-required-tag-font-color: #ccc; --ath-override-gray-text-color: #777; --ath-override-tag-font-color: #eee; --ath-override-tag-default-light: 25%; --ath-override-tag-default-border-light: 15%; --ath-override-tag-highlight-light: 45%; --ath-override-tag-highlight-border-light: 25%; --ath-override-tag-freeform-light: 35%; }*/ :root { /* Light theme */ --box-border-color: var(--ath-override-box-border-color, #bbb); --box-shadow-color: var(--ath-override-box-shadow-color, rgba(0, 0, 8, 0.2)); /* Fonts */ --interface-font-family: "Segoe UI", Verdana, sans-serif; --interface-font-size: 14px; --interface-font-color: var(--ath-override-interface-font-color, #222); --summary-font-family: Verdana, sans-serif; --summary-font-size: 14px; --summary-title-font-size: 16px; --story-font-family: Verdana, sans-serif; --story-font-size: 16px; --story-width: 45em; --article-font-family: Verdana, sans-serif; --article-font-size: 14px; --article-width: 65em; --required-tag-font-size: 10px; --required-tag-font-color: var(--ath-override-required-tag-font-color, #000); --required-tag-width: 80px; --required-tag-icon-width: 25px; --tag-font-size: 13px; --tag-width: 28em; --gray-text-color: #888; /* Tags */ --tag-font-color: var(--ath-override-tag-font-color, #000); --tag-default-hue: 0; --tag-default-sat: 40%; --tag-default-light: var(--ath-override-tag-default-light, 85%); --tag-default-border-light: var(--ath-override-tag-default-border-light, 70%); --tag-highlight-sat: 50%; --tag-highlight-light: var(--ath-override-tag-highlight-light, 75%); --tag-highlight-border-light: var(--ath-override-tag-highlight-border-light, 60%); --tag-freeform-sat: 0%; --tag-freeform-light: var(--ath-override-tag-freeform-light, 92%); --tag-warning-hue: 0; --tag-relationship-hue: 180; --tag-character-hue: 60; } /* Fonts */ body, .toggled form, .dynamic form, .secondary, .dropdown { font: var(--interface-font-size) var(--interface-font-family) !important; color: var(--interface-font-color) !important; } blockquote, pre { font: var(--summary-font-size) var(--summary-font-family) !important; } #main { font-size: inherit !important; } .admin, .news, .docs { font: var(--article-font-size) var(--article-font-family) !important; max-width: var(--article-width); } #workskin { font: var(--story-font-size) var(--story-font-family) !important; max-width: var(--story-width); } #workskin * { font-family: inherit !important; } form p.footnote { line-height: 1.5 !important; } /* Alphabet: proper columns */ .alphabet .listbox .index { columns: calc(var(--tag-width) + 40px); } .alphabet .listbox .index li { display: block !important; float: none !important; width: auto !important; margin: 0 !important; } /* Work block: border */ .blurb { padding: 5px 10px !important; border: solid 1px var(--box-border-color) !important; border-radius: 10px; box-shadow: 2px 2px 4px 0px var(--box-shadow-color) !important; } .blurb blockquote { text-align: left !important; } .blurb .notice { box-shadow: none !important; display: inline-block; } /* Work block: hide accessibility labels */ .blurb .landmark { display: none !important; } /* Work block: expand icons of required tags & bookmark symbols and show descriptions */ .blurb .required-tags { display: flex !important; flex-direction: column; flex-wrap: wrap; height: 60px; } .blurb .required-tags li, .required-tags a, .required-tags .text { position: static !important; width: auto !important; } .blurb .required-tags li { width: calc(var(--required-tag-width) + var(--required-tag-icon-width)) !important; } .blurb .required-tags li a > span { position: relative !important; } .blurb .required-tags li a > span .text { position: absolute !important; left: 25px; top: 0px; } .blurb .required-tags li a > span .text, .blurb .status a.symbol span .text, .blurb .status::after { display: table-cell !important; width: var(--required-tag-width) !important; padding: 0px 3px; vertical-align: middle; font: inherit !important; font-weight: normal !important; font-size: var(--required-tag-font-size) !important; line-height: calc(var(--required-tag-font-size) + 2px) !important; color: var(--required-tag-font-color) !important; overflow: hidden; } .blurb .status { display: flex !important; width: calc((var(--required-tag-width) + var(--required-tag-icon-width)) * 2) !important; } .blurb .status a.symbol { width: calc(var(--required-tag-width) + var(--required-tag-icon-width)) !important; } .blurb .status a.symbol span { position: relative; } .blurb .status a.symbol span .text { left: var(--required-tag-icon-width); } .blurb .status a.symbol span.rec .text::after { content: /*Rec*/"ommended bookmark"; } .blurb .status .count { position: static !important; } .blurb .status::after { content: attr(title); } /* Work block: header */ .blurb .heading { font-size: var(--summary-font-size) !important; font-family: inherit !important; color: var(--gray-text-color); } .blurb.work .heading, .blurb.bookmark .heading, .blurb.series .heading { margin-left: calc((var(--required-tag-width) + var(--required-tag-icon-width)) * 2 + 10px) !important; } .blurb h4.heading a { border: none !important; } .blurb h4.heading a:first-child { border: none !important; font-size: var(--summary-title-font-size) !important; padding: 0 10px 0 0; } .blurb h4.heading a:hover { text-decoration: underline; } .blurb h5.fandoms .tag { margin: 1px 3px 0 0 !important; } .blurb .datetime { font-size: var(--summary-font-size) !important; font-family: inherit !important; } /* Work block: footer */ .blurb .stats dt { font: var(--interface-font-size) var(--interface-font-family) !important; color: var(--gray-text-color); } /* Work block: bookmark footer */ .blurb .user { display: flex; flex-wrap: wrap; width: auto !important; margin: 0px -10px -5px -10px !important; padding: 5px 0px; border: none !important; border-top: solid 1px var(--box-border-color) !important; border-radius: 0 0 10px 10px; } .blurb .user *:not(.notes), .blurb .user *:not(.notes)::before { line-height: 1.4 !important; font-size: var(--summary-font-size) !important; font-family: inherit !important; vertical-align: top !important; } .blurb .user .heading:not(.landmark) { margin: 2px 10px !important; } .blurb .user .datetime { right: 10px !important; } .blurb .user blockquote { flex: 100%; margin: 2px 10px !important; } .blurb .user .meta.heading { display: none !important; } .blurb .user .meta.commas.tags::before { content: "with "; color: var(--gray-text-color); vertical-align: middle !important; margin: 0 0 0 5px !important; } .blurb .user .meta.commas:not(.tags)::before { content: "to"; color: var(--gray-text-color); margin: 0 0 0 5px !important; } .blurb .user .meta.commas:not(.tags) { margin: 2px 5px !important; } .blurb .user .actions { flex: 100%; text-align: right; margin: 0 10px 0 0; } /* Tags: no commas */ .blurb .tags, .blurb h5.fandoms { font-size: 0 !important; } .blurb .tags *, .blurb h5.fandoms * { font-size: var(--tag-font-size) !important; } .warnings, .warning, .warnings strong { font-weight: normal; } .tags li::after { content: unset !important; } /* Tags: colored rounded rectangles */ .tag:not(.index):not(.profile) { --tag-hue: var(--tag-default-hue); --tag-sat: var(--tag-freeform-sat); --tag-light: var(--tag-freeform-light); --tag-border-light: var(--tag-default-border-light); display: inline-block; color: var(--tag-font-color) !important; background: hsl(var(--tag-hue), var(--tag-sat), var(--tag-light)) !important; border: solid 1px hsl(var(--tag-hue), var(--tag-sat), var(--tag-border-light)) !important; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); white-space: nowrap; max-width: var(--tag-width); margin: 2px 0 !important; padding: 0 4px !important; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; } .tag:not(.index):not(.profile):hover { --tag-light: var(--tag-highlight-light); --tag-border-light: var(--tag-highlight-border-light); color: var(--tag-font-color) !important; } .tags .warnings .tag, .tags.warning .tag { --tag-hue: var(--tag-warning-hue); } .tags .relationships .tag, .tags.relationship .tag { --tag-hue: var(--tag-relationship-hue); } .tags .characters .tag, .tags.character .tag { --tag-hue: var(--tag-character-hue); } .tags .warnings .tag, .tags.warning .tag, .tags .relationships .tag, .tags.relationship .tag, .tags .characters .tag, .tags.character .tag { --tag-sat: var(--tag-default-sat); --tag-light: var(--tag-default-light); } .tags .warnings .tag:hover, .tags.warning .tag:hover, .tags .relationships .tag:hover, .tags.relationship .tag:hover, .tags .characters .tag:hover, .tags.character .tag:hover { --tag-sat: var(--tag-highlight-sat); } }
0.569494
0.048271
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400i,700,800'); @import url('https://fonts.googleapis.com/css?family=Bree+Serif'); /***********************/ /** BASE CONTENT **/ /***********************/ *, *:before, *:after { box-sizing: border-box; } html, body{ width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.6; margin: 0; color: #264880; } /***********************/ /** REUSABLE CONTENT **/ /***********************/ p{ color: #264880; } section{ float: left; padding: 1rem 2rem; } code{ background: white; border-radius: 0.3rem; color: #264880; font-family: 'Bree Serif', serif; font-size: 0.9rem; line-height: 1.6; padding: 0.1rem 0.4rem 0.3rem 0.4rem; } code.inverse{ background: #264880; color: white; margin-right: 0.6rem; } /********LINKS***********/ a:link, a:visited { background-color: transparent; color: #264880; } a:hover, a:active { color: #26a3dd; } /***********************/ /** HEADER **/ /***********************/ .header{ background: #264880; color: #fff; padding: 2rem 0; position: relative; } .row{ width: 100%; float: left; padding: 2rem 0; } #logo{ display: block; width: 260px; position: relative; margin: 0 auto; padding: 0 1rem; z-index: 100; } .dock{ margin: 0 auto; max-width: 1024px; display: flex; flex-wrap: wrap; } .grid-half{ width: calc(100%/2); } .header-img{ height: 10rem; } .header-title h1{ font-size: 3rem; letter-spacing: 0.1rem; line-height: 3rem; margin: 0; font-weight: 800; } .header-title{ align-self: center; padding-left: 2rem; position: relative; } span.credits{ display: block; color: #26a3dd; font-size: 0.9rem; font-weight: 700; margin-bottom: 1.4rem; letter-spacing: 0.15rem; } a.support:link, a.support:visited{ bottom: -5.15rem; position: absolute; font-size: 1rem; right: 2rem; font-weight: 600; text-decoration: none; background: #9bcceb; border-radius: 0 0 0.3rem 0.3rem; padding: 0.5rem; position: absolute; color: #264880; z-index: 10; } a.support:hover, a.support:active{ color: #fff; background: #264880; } /***********************/ /** DESCRIPTION **/ /***********************/ .description{ border-bottom: 10px solid #9bcceb; } .screenshot{ border: 1px solid #f5f5f5; border-radius: 2px; margin-top: 1.2rem; padding: 1rem; box-shadow: 5px 5px 10px #f5f5f5; width: 100%; } /***********************/ /** HOW TO USE ME **/ /***********************/ .usages{ background: #9bcceb; } h2{ text-align: center; font-size: 1.5em; } h2.usages-title{ letter-spacing: 0.1rem; padding: 0 2rem; text-transform: uppercase; } span.command-description{ } .commands{ position: relative; } .bot-background{ height: 6rem; width: 11rem; top: -5rem; right: 5rem; position: absolute; overflow: hidden; } table{ display: table; background: #fff; border-radius: 5px; padding: 0.9rem; border: 1px solid #fff; box-shadow: 5px 5px 10px #689bbc; } #table-title{ font-size: 1rem; color: #264880; font-weight: bolder; } td, th{ text-align: left; padding: 0.5rem 0; } .command-data{ font-size: 0.8rem; margin-right: 0.9rem; } .usages{ border-bottom: 10px solid #9bcceb; } /***********************/ /** FOOTER SECTION **/ /***********************/ #footer{ background: #fff; min-height: 6rem; position: relative; padding: 0; padding-top: 2rem; } .help-img{ position: relative; } a.policy:link, a.policy:visited{ position: absolute; font-size: 0.8rem; left: 2rem; bottom: 0rem; font-weight: 600; text-decoration: none; background: #264880; border-radius: 0.3rem 0.3rem 0 0; padding: 0.2rem 0.5rem ; color: #fff; margin: 0; } a.policy:hover, a.policy:active{ background: #9bcceb; color: #264880; } .footer-img{ height: 6rem; overflow: hidden; width: 11rem; bottom: 0rem; right: 2rem; position: absolute; } h4{ color: #264880; margin: 0; } a i.fa-github, a i.fa-envelope{ margin: 0; padding: 0; font-size: 1.8rem; } .social-links{ padding: 2rem 1rem 1rem 1rem; text-align:left; } /***********************/ /** Feedback Page **/ /***********************/ /*container for image and form*/ .support { background: #9bcceb; } .grid-full{ width: 100%; } .container-small{ margin: 0 auto; max-width: 600px; position: relative; text-align: center; } #form { margin: 0 auto; max-width: 600px; margin-top: 4rem; position: relative; } /*image*/ .bot-image { position: absolute; right: 4rem; top: -5rem; width: 11rem; height: 6rem; overflow: hidden; } /*form container*/ .form{ background: white; border: 1px solid white; border-radius: 0.5rem; box-shadow: 5px 5px 10px #689bbc; display: block; padding: 1.5rem 3rem; position: relative; } /*email directly*/ a.directmail{ background: #9bcceb; border-radius: 0.3rem; color: #264880; display: block; font-size: 0.8rem; font-weight: 600; margin: 0.6rem auto; padding: 0.5rem; position: absolute; right: 3rem; top: 2rem; text-align: center; text-decoration: none; transition: all 0.2s ease-in-out; width: 8rem; } a.directmail:hover{ background: #264880; color: white; } h2.help{ text-align: left; } input, input[type="email"], input[type="text"], input[type="submit"], textarea{ background: whitesmoke; border: none; font-size: 0.9rem; margin: 0.5rem 0; padding: 0.7rem; width: 100%; } input[type="submit"]:hover{ background: #9bcceb; box-shadow: 4px 4px 8px whitesmoke; color: #264880; cursor: pointer; } input[type="submit"]{ background: #264880; border-radius: 0.3rem; color: white; display: inline-block; font-weight: 600; padding: 1rem; text-decoration: none; transition: all 0.2s ease-in-out; } textarea{ overflow: hidden; font-family: sans-serif; } .error{ display: none; color: red; font-size: 0.8rem; } /*homepage button*/ a.button { background: white; border-radius: 0.3rem; color: #264880; display: inline-block; font-weight: 600; padding: 0.5rem 0.8rem; text-decoration: none; transition: all 0.2s ease-in-out; width: auto; } a.button:hover{ box-shadow: 5px 5px 10px #689bbc; } /****************************/ /** PRIVACY POLICY PAGE **/ /****************************/ /******* POLICY CONTENT *******/ a.home-button{ background: #fff; color: #264880; border-radius: 0.3rem; font-weight: 600; display: inline-block; padding: 0.5rem 0.8rem; text-decoration: none; transition: all 0.2s ease-in-out; } a.home-button:hover, a.home-button:visited{ box-shadow: 5px 5px 10px rgba(134, 134, 134, 0.92); }
resources/css/style.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400i,700,800'); @import url('https://fonts.googleapis.com/css?family=Bree+Serif'); /***********************/ /** BASE CONTENT **/ /***********************/ *, *:before, *:after { box-sizing: border-box; } html, body{ width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.6; margin: 0; color: #264880; } /***********************/ /** REUSABLE CONTENT **/ /***********************/ p{ color: #264880; } section{ float: left; padding: 1rem 2rem; } code{ background: white; border-radius: 0.3rem; color: #264880; font-family: 'Bree Serif', serif; font-size: 0.9rem; line-height: 1.6; padding: 0.1rem 0.4rem 0.3rem 0.4rem; } code.inverse{ background: #264880; color: white; margin-right: 0.6rem; } /********LINKS***********/ a:link, a:visited { background-color: transparent; color: #264880; } a:hover, a:active { color: #26a3dd; } /***********************/ /** HEADER **/ /***********************/ .header{ background: #264880; color: #fff; padding: 2rem 0; position: relative; } .row{ width: 100%; float: left; padding: 2rem 0; } #logo{ display: block; width: 260px; position: relative; margin: 0 auto; padding: 0 1rem; z-index: 100; } .dock{ margin: 0 auto; max-width: 1024px; display: flex; flex-wrap: wrap; } .grid-half{ width: calc(100%/2); } .header-img{ height: 10rem; } .header-title h1{ font-size: 3rem; letter-spacing: 0.1rem; line-height: 3rem; margin: 0; font-weight: 800; } .header-title{ align-self: center; padding-left: 2rem; position: relative; } span.credits{ display: block; color: #26a3dd; font-size: 0.9rem; font-weight: 700; margin-bottom: 1.4rem; letter-spacing: 0.15rem; } a.support:link, a.support:visited{ bottom: -5.15rem; position: absolute; font-size: 1rem; right: 2rem; font-weight: 600; text-decoration: none; background: #9bcceb; border-radius: 0 0 0.3rem 0.3rem; padding: 0.5rem; position: absolute; color: #264880; z-index: 10; } a.support:hover, a.support:active{ color: #fff; background: #264880; } /***********************/ /** DESCRIPTION **/ /***********************/ .description{ border-bottom: 10px solid #9bcceb; } .screenshot{ border: 1px solid #f5f5f5; border-radius: 2px; margin-top: 1.2rem; padding: 1rem; box-shadow: 5px 5px 10px #f5f5f5; width: 100%; } /***********************/ /** HOW TO USE ME **/ /***********************/ .usages{ background: #9bcceb; } h2{ text-align: center; font-size: 1.5em; } h2.usages-title{ letter-spacing: 0.1rem; padding: 0 2rem; text-transform: uppercase; } span.command-description{ } .commands{ position: relative; } .bot-background{ height: 6rem; width: 11rem; top: -5rem; right: 5rem; position: absolute; overflow: hidden; } table{ display: table; background: #fff; border-radius: 5px; padding: 0.9rem; border: 1px solid #fff; box-shadow: 5px 5px 10px #689bbc; } #table-title{ font-size: 1rem; color: #264880; font-weight: bolder; } td, th{ text-align: left; padding: 0.5rem 0; } .command-data{ font-size: 0.8rem; margin-right: 0.9rem; } .usages{ border-bottom: 10px solid #9bcceb; } /***********************/ /** FOOTER SECTION **/ /***********************/ #footer{ background: #fff; min-height: 6rem; position: relative; padding: 0; padding-top: 2rem; } .help-img{ position: relative; } a.policy:link, a.policy:visited{ position: absolute; font-size: 0.8rem; left: 2rem; bottom: 0rem; font-weight: 600; text-decoration: none; background: #264880; border-radius: 0.3rem 0.3rem 0 0; padding: 0.2rem 0.5rem ; color: #fff; margin: 0; } a.policy:hover, a.policy:active{ background: #9bcceb; color: #264880; } .footer-img{ height: 6rem; overflow: hidden; width: 11rem; bottom: 0rem; right: 2rem; position: absolute; } h4{ color: #264880; margin: 0; } a i.fa-github, a i.fa-envelope{ margin: 0; padding: 0; font-size: 1.8rem; } .social-links{ padding: 2rem 1rem 1rem 1rem; text-align:left; } /***********************/ /** Feedback Page **/ /***********************/ /*container for image and form*/ .support { background: #9bcceb; } .grid-full{ width: 100%; } .container-small{ margin: 0 auto; max-width: 600px; position: relative; text-align: center; } #form { margin: 0 auto; max-width: 600px; margin-top: 4rem; position: relative; } /*image*/ .bot-image { position: absolute; right: 4rem; top: -5rem; width: 11rem; height: 6rem; overflow: hidden; } /*form container*/ .form{ background: white; border: 1px solid white; border-radius: 0.5rem; box-shadow: 5px 5px 10px #689bbc; display: block; padding: 1.5rem 3rem; position: relative; } /*email directly*/ a.directmail{ background: #9bcceb; border-radius: 0.3rem; color: #264880; display: block; font-size: 0.8rem; font-weight: 600; margin: 0.6rem auto; padding: 0.5rem; position: absolute; right: 3rem; top: 2rem; text-align: center; text-decoration: none; transition: all 0.2s ease-in-out; width: 8rem; } a.directmail:hover{ background: #264880; color: white; } h2.help{ text-align: left; } input, input[type="email"], input[type="text"], input[type="submit"], textarea{ background: whitesmoke; border: none; font-size: 0.9rem; margin: 0.5rem 0; padding: 0.7rem; width: 100%; } input[type="submit"]:hover{ background: #9bcceb; box-shadow: 4px 4px 8px whitesmoke; color: #264880; cursor: pointer; } input[type="submit"]{ background: #264880; border-radius: 0.3rem; color: white; display: inline-block; font-weight: 600; padding: 1rem; text-decoration: none; transition: all 0.2s ease-in-out; } textarea{ overflow: hidden; font-family: sans-serif; } .error{ display: none; color: red; font-size: 0.8rem; } /*homepage button*/ a.button { background: white; border-radius: 0.3rem; color: #264880; display: inline-block; font-weight: 600; padding: 0.5rem 0.8rem; text-decoration: none; transition: all 0.2s ease-in-out; width: auto; } a.button:hover{ box-shadow: 5px 5px 10px #689bbc; } /****************************/ /** PRIVACY POLICY PAGE **/ /****************************/ /******* POLICY CONTENT *******/ a.home-button{ background: #fff; color: #264880; border-radius: 0.3rem; font-weight: 600; display: inline-block; padding: 0.5rem 0.8rem; text-decoration: none; transition: all 0.2s ease-in-out; } a.home-button:hover, a.home-button:visited{ box-shadow: 5px 5px 10px rgba(134, 134, 134, 0.92); }
0.414188
0.061227
.tab { display: flex; height: 100%; cursor: pointer; user-select: none; transition: all 0.18s ease-in-out; align-items: center; } .tabWrapper { display: flex; height: 100%; } .tabWrapperMobile { flex: 1; margin: 0px 8px; } .tabMobile { font-weight: var(--font-bold); font-size: var(--font-2xs); text-transform: uppercase; letter-spacing: 0.15px; line-height: 13px; color: var(--neutral-light-4); padding-top: 4px; flex-direction: column; width: 100%; } .tabDesktop { flex-direction: row; justify-content: center; margin-right: 16px; font-size: var(--font-s); font-weight: var(--font-heavy); color: var(--neutral-light-4); padding: 0px 8px 4px; min-height: 32px; min-width: 110px; letter-spacing: 0.66px; } .tabDesktop svg { margin-right: 4px; } .tab path { fill: var(--neutral-light-4); transition: all 0.18s ease-in-out; } .tabDesktop:hover:not(.tabDisabled), .tab:active:not(.tabDesktop), .tabActive { color: var(--neutral); } .tabDesktop:hover:not(.tabDisabled) path, .tab:active:not(.tabDesktop) path, .tabActive path { fill: var(--neutral); } .tabDisabled { cursor: auto; color: var(--neutral-light-6); } .tabBarContainer { display: flex; } .tabBarContainerDesktop { justify-content: flex-start; height: 100%; } .tabBarContainerMobile { height: 48px; background-color: var(--white); justify-content: space-around; align-items: center ; position: relative; box-shadow: 0 2px 5px -2px var(--tile-shadow-3); } .bodyContainer { position: relative; } .bodyContainerDesktop { height: 100%; } .gestureContainer { overflow: hidden; } .clippedOverflowX { overflow-x: hidden; overflow-y: visible; } .elementWrapper { display: flex; } .elementWrapper.isDragging { overflow: hidden; } .elementScrollContainer { top: 0px; display: flex; align-items: flex-start; } .tabAccent { height: 3px; border-radius: 0 0 20px 20px; background-color: var(--primary); position: absolute; z-index: 9; }
src/hooks/useTabs/TabStyles.module.css
.tab { display: flex; height: 100%; cursor: pointer; user-select: none; transition: all 0.18s ease-in-out; align-items: center; } .tabWrapper { display: flex; height: 100%; } .tabWrapperMobile { flex: 1; margin: 0px 8px; } .tabMobile { font-weight: var(--font-bold); font-size: var(--font-2xs); text-transform: uppercase; letter-spacing: 0.15px; line-height: 13px; color: var(--neutral-light-4); padding-top: 4px; flex-direction: column; width: 100%; } .tabDesktop { flex-direction: row; justify-content: center; margin-right: 16px; font-size: var(--font-s); font-weight: var(--font-heavy); color: var(--neutral-light-4); padding: 0px 8px 4px; min-height: 32px; min-width: 110px; letter-spacing: 0.66px; } .tabDesktop svg { margin-right: 4px; } .tab path { fill: var(--neutral-light-4); transition: all 0.18s ease-in-out; } .tabDesktop:hover:not(.tabDisabled), .tab:active:not(.tabDesktop), .tabActive { color: var(--neutral); } .tabDesktop:hover:not(.tabDisabled) path, .tab:active:not(.tabDesktop) path, .tabActive path { fill: var(--neutral); } .tabDisabled { cursor: auto; color: var(--neutral-light-6); } .tabBarContainer { display: flex; } .tabBarContainerDesktop { justify-content: flex-start; height: 100%; } .tabBarContainerMobile { height: 48px; background-color: var(--white); justify-content: space-around; align-items: center ; position: relative; box-shadow: 0 2px 5px -2px var(--tile-shadow-3); } .bodyContainer { position: relative; } .bodyContainerDesktop { height: 100%; } .gestureContainer { overflow: hidden; } .clippedOverflowX { overflow-x: hidden; overflow-y: visible; } .elementWrapper { display: flex; } .elementWrapper.isDragging { overflow: hidden; } .elementScrollContainer { top: 0px; display: flex; align-items: flex-start; } .tabAccent { height: 3px; border-radius: 0 0 20px 20px; background-color: var(--primary); position: absolute; z-index: 9; }
0.499512
0.119177
.rounded .top *,.rounded .bottom *,.roundedlight .top *,.roundedlight .bottom *{display:block;overflow:hidden;border-color:#A9B6C3;border-style:solid;background:#EEF3F6 none repeat scroll 0 50%;height:1px;border-width:0 1px;margin:0;padding:0;zoom:1;line-height:1px;} .rounded,.rounded .top,.rounded .bottom{height:16px;} .roundedlight,.roundedlight .top,.roundedlight .bottom{height:5px;} .roundedlight .b1,.roundedlight .b1b{background:#A9B6C3 none repeat scroll 0 50%;margin:0 5px;border-width:0;} .roundedlight .b2,.roundedlight .b2b{border-width:0 2px;margin:0 3px;} .roundedlight .b3,.roundedlight .b3b{margin:0 2px;} .roundedlight .b4,.roundedlight .b4b{height:2px;margin:0 1px;} .rounded .b1,.rounded .b1b{border-width:0;margin:0 16px;background:#A9B6C3 none repeat scroll 0 50%;} .rounded .b2,.rounded .b2b{border-width:0 3px;margin:0 13px;} .rounded .b3,.rounded .b3b{border-width:0 2px;margin:0 11px;} .rounded .b4,.rounded .b4b{border-width:0 2px;margin:0 9px;} .rounded .b5,.rounded .b5b{margin:0 8px;} .rounded .b6,.rounded .b6b{margin:0 7px;} .rounded .b7,.rounded .b7b{margin:0 6px;} .rounded .b8,.rounded .b8b{margin:0 5px;} .rounded .b9,.rounded .b9b{margin:0 4px;} .rounded .b10,.rounded .b10b{height:2px;margin:0 3px;} .rounded .b11,.rounded .b11b{height:2px;margin:0 2px;} .rounded .b12,.rounded .b12b{height:3px;margin:0 1px;} #lb-bg{background-color:#000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100000;opacity:.7;overflow:auto;} #lb-bg{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";} *+html #lb-bg{filter:alpha(opacity\=70);} * html #lb-bg{filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";} #lb input[type=text],#lb textarea{cursor:text;} #lb button{cursor:hand;} #lb-align{min-height:100%;position:absolute;width:100%;left:0;text-align:center;vertical-align:middle;z-index:100002;} #lb{position:absolute;left:50%;top:50px;margin-left:-450px;z-index:100005;width:900px;} .lb-content{background:#eef3f6;border:1px solid #A9B6C3;border-width:0 1px;padding:0;text-align:center;} #lb ul li{_zoom:1;} .lb-squarred{background:#eef3f6;border:1px solid #A9B6C3;} #lb-bottom .lb-squarred{border-top-width:0;} #lb-top .lb-squarred{border-bottom-width:0;} #lb-content h1,#lb-content h2,#lb-content h3{margin-top:0;padding-top:0;} #lb-top .roundedlight{margin-bottom:-0.15em;margin-top:-0.9em;} #lb-bottom .roundedlight{margin-top:-0.75em;} #lb-top .rounded{margin-bottom:0;margin-top:0;} #lb-bottom .rounded{margin-top:-0.2em;} #lb .lb-content{padding:4px 18px;} .lb-content{overflow:hidden;text-align:left;} #close-wrap{position:relative;top:18px;right:7px;text-align:right;cursor:default;} #lb-close{margin-left:auto;margin-right:10px;width:30px;cursor:pointer;background-image:url(/resources/js/xwiki/lightbox/btnClose.png);background-repeat:no-repeat;}
bin/skin/resources/js/xwiki/lightbox/lightboxIE.css
.rounded .top *,.rounded .bottom *,.roundedlight .top *,.roundedlight .bottom *{display:block;overflow:hidden;border-color:#A9B6C3;border-style:solid;background:#EEF3F6 none repeat scroll 0 50%;height:1px;border-width:0 1px;margin:0;padding:0;zoom:1;line-height:1px;} .rounded,.rounded .top,.rounded .bottom{height:16px;} .roundedlight,.roundedlight .top,.roundedlight .bottom{height:5px;} .roundedlight .b1,.roundedlight .b1b{background:#A9B6C3 none repeat scroll 0 50%;margin:0 5px;border-width:0;} .roundedlight .b2,.roundedlight .b2b{border-width:0 2px;margin:0 3px;} .roundedlight .b3,.roundedlight .b3b{margin:0 2px;} .roundedlight .b4,.roundedlight .b4b{height:2px;margin:0 1px;} .rounded .b1,.rounded .b1b{border-width:0;margin:0 16px;background:#A9B6C3 none repeat scroll 0 50%;} .rounded .b2,.rounded .b2b{border-width:0 3px;margin:0 13px;} .rounded .b3,.rounded .b3b{border-width:0 2px;margin:0 11px;} .rounded .b4,.rounded .b4b{border-width:0 2px;margin:0 9px;} .rounded .b5,.rounded .b5b{margin:0 8px;} .rounded .b6,.rounded .b6b{margin:0 7px;} .rounded .b7,.rounded .b7b{margin:0 6px;} .rounded .b8,.rounded .b8b{margin:0 5px;} .rounded .b9,.rounded .b9b{margin:0 4px;} .rounded .b10,.rounded .b10b{height:2px;margin:0 3px;} .rounded .b11,.rounded .b11b{height:2px;margin:0 2px;} .rounded .b12,.rounded .b12b{height:3px;margin:0 1px;} #lb-bg{background-color:#000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100000;opacity:.7;overflow:auto;} #lb-bg{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";} *+html #lb-bg{filter:alpha(opacity\=70);} * html #lb-bg{filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";} #lb input[type=text],#lb textarea{cursor:text;} #lb button{cursor:hand;} #lb-align{min-height:100%;position:absolute;width:100%;left:0;text-align:center;vertical-align:middle;z-index:100002;} #lb{position:absolute;left:50%;top:50px;margin-left:-450px;z-index:100005;width:900px;} .lb-content{background:#eef3f6;border:1px solid #A9B6C3;border-width:0 1px;padding:0;text-align:center;} #lb ul li{_zoom:1;} .lb-squarred{background:#eef3f6;border:1px solid #A9B6C3;} #lb-bottom .lb-squarred{border-top-width:0;} #lb-top .lb-squarred{border-bottom-width:0;} #lb-content h1,#lb-content h2,#lb-content h3{margin-top:0;padding-top:0;} #lb-top .roundedlight{margin-bottom:-0.15em;margin-top:-0.9em;} #lb-bottom .roundedlight{margin-top:-0.75em;} #lb-top .rounded{margin-bottom:0;margin-top:0;} #lb-bottom .rounded{margin-top:-0.2em;} #lb .lb-content{padding:4px 18px;} .lb-content{overflow:hidden;text-align:left;} #close-wrap{position:relative;top:18px;right:7px;text-align:right;cursor:default;} #lb-close{margin-left:auto;margin-right:10px;width:30px;cursor:pointer;background-image:url(/resources/js/xwiki/lightbox/btnClose.png);background-repeat:no-repeat;}
0.317532
0.060335
float: left; width: 660px; } #project_filters .interior { width: 640px; } #search_results { } #wiki-page-filters { border: 1px solid black; padding: 10px; float: left; margin: 10px; width: 65%; } #wiki-page-filters h3 { margin: 0; } #tag_cloud { float: left; width: 180px; } #tag_cloud .interior { width: 160px; } #tag-cloud h3 { margin: 0; } #tag-cloud a:link, #tag-cloud a:visited, #tag-cloud a:active, #tag-cloud a:hover { text-decoration: none; color: lightblue; } .level-1 { font-size: .6em; } .level-2 { font-size: .8em; } .level-3 { font-size: 1.0em; } .level-4 { font-size: 1.2em; } .level-5 { font-size: 1.4em; } #project_header { margin:20px 10px; } #project_title { float: left; } #project_picture { float: left; } #project_menu { float: center; font-size: 0.95em; margin-left: 163px; } #project_attributes { float: center; margin-top: 50px; } #project_attributes strong { margin-left: 3em; } .section { background:#FFFFFF url(../images/shadow_nw.png) no-repeat scroll left top; color: #545C62; margin-bottom: 10px; margin-left: -14px; margin-right: 20px; padding: 14px 0 0 14px; } .section .interior { background: #F1F5F9 url(../images/shadow_se.png) no-repeat scroll right bottom; float: left; margin-bottom: -14px; padding: 10px 24px 24px 10px; min-height: 200px; } .one_column { width: 860px; clear: both; } .one_column .interior { width: 840px; } .two_column { float: left; width: 420px; } .two_column .interior { width: 400px; } .two_column .interior ul { margin-left: 1em; padding-left: 0; } .two_column .interior li { margin: 0; padding: 0; } .section h2, .section h3, .section p, .section form, .section table { padding:0 10px; } .section ul margin-bottom:0; } #sortable_list li { cursor: move; } .terms_and_conditions { border : solid 1px #000000; background : #ffffff; color : #000000; margin-left : 10px; width: 360px; height : 100px; padding : 4px; overflow-y : auto; overflow-x : hidden; } .scrollable_div { border : solid 1px #000000; background : #ffffff; color : #000000; margin : 10px; width: 350px; padding : 4px; overflow-y : auto; overflow-x : hidden; line-height: 2em; min-height: 300px; } .field_help { font-size: .75em; margin: 0; padding: 0; } #content { line-height:1.5em; background-color:white; padding:30px 0 62px; min-width: 960px; width: 100%; } #header, #content, #footer, #lightbox { font-size:0.75em; } #content h1 { color:#003399; } #content h2 { color:#74C244; } #flash { margin: 0 20px 0 20px; color: #74C244; } .bottom_links { clear:both; padding-top: 20px; } .form_button { clear: both; padding-top: 10px; } th { text-align: left; padding: 5px; } td { padding: 5px; }
public/stylesheets/application.css
float: left; width: 660px; } #project_filters .interior { width: 640px; } #search_results { } #wiki-page-filters { border: 1px solid black; padding: 10px; float: left; margin: 10px; width: 65%; } #wiki-page-filters h3 { margin: 0; } #tag_cloud { float: left; width: 180px; } #tag_cloud .interior { width: 160px; } #tag-cloud h3 { margin: 0; } #tag-cloud a:link, #tag-cloud a:visited, #tag-cloud a:active, #tag-cloud a:hover { text-decoration: none; color: lightblue; } .level-1 { font-size: .6em; } .level-2 { font-size: .8em; } .level-3 { font-size: 1.0em; } .level-4 { font-size: 1.2em; } .level-5 { font-size: 1.4em; } #project_header { margin:20px 10px; } #project_title { float: left; } #project_picture { float: left; } #project_menu { float: center; font-size: 0.95em; margin-left: 163px; } #project_attributes { float: center; margin-top: 50px; } #project_attributes strong { margin-left: 3em; } .section { background:#FFFFFF url(../images/shadow_nw.png) no-repeat scroll left top; color: #545C62; margin-bottom: 10px; margin-left: -14px; margin-right: 20px; padding: 14px 0 0 14px; } .section .interior { background: #F1F5F9 url(../images/shadow_se.png) no-repeat scroll right bottom; float: left; margin-bottom: -14px; padding: 10px 24px 24px 10px; min-height: 200px; } .one_column { width: 860px; clear: both; } .one_column .interior { width: 840px; } .two_column { float: left; width: 420px; } .two_column .interior { width: 400px; } .two_column .interior ul { margin-left: 1em; padding-left: 0; } .two_column .interior li { margin: 0; padding: 0; } .section h2, .section h3, .section p, .section form, .section table { padding:0 10px; } .section ul margin-bottom:0; } #sortable_list li { cursor: move; } .terms_and_conditions { border : solid 1px #000000; background : #ffffff; color : #000000; margin-left : 10px; width: 360px; height : 100px; padding : 4px; overflow-y : auto; overflow-x : hidden; } .scrollable_div { border : solid 1px #000000; background : #ffffff; color : #000000; margin : 10px; width: 350px; padding : 4px; overflow-y : auto; overflow-x : hidden; line-height: 2em; min-height: 300px; } .field_help { font-size: .75em; margin: 0; padding: 0; } #content { line-height:1.5em; background-color:white; padding:30px 0 62px; min-width: 960px; width: 100%; } #header, #content, #footer, #lightbox { font-size:0.75em; } #content h1 { color:#003399; } #content h2 { color:#74C244; } #flash { margin: 0 20px 0 20px; color: #74C244; } .bottom_links { clear:both; padding-top: 20px; } .form_button { clear: both; padding-top: 10px; } th { text-align: left; padding: 5px; } td { padding: 5px; }
0.293708
0.116111
MAIN \*------------------------------------*/ /* global box-sizing */ *, *:after, *:before { -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } *:focus{ outline: none!important; } mark{ background-color: transparent!important; } .mark{ background-color: transparent!important; font-weight: bolder; } /* html element 62.5% font-size for REM use */ html { font-size:62.5%; scroll-behavior: smooth; } body { color: #1F1E1E; font-size: 16px; line-height: 1.6; word-break: normal; font-family: 'Open Sans', sans-serif; } h1{ margin-bottom: 30px; } h2, h3, h1{ font-size: inherit; font-weight: inherit; color: inherit; } /* clear */ .clear:before, .clear:after { content:' '; display:table; } .clear:after { clear:both; } .clear { *zoom:1; } img { max-width:100%; vertical-align:bottom; } a { text-decoration:none!important; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } a:hover{ color: #444; } a:focus { outline:0; } a:hover, a:active { outline:0; } input:focus { outline:0; } strong{ font-weight: 600; } .anim-300{ -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .anim-500{ -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } .anim-700{ -webkit-transition: all 700ms ease-out; -moz-transition: all 700ms ease-out; -ms-transition: all 700ms ease-out; -o-transition: all 700ms ease-out; transition: all 700ms ease-out; } .zi-9{z-index: 9!important;} .zi-99{z-index: 99!important;} .zi-999{z-index: 999!important;} .zi-9999{z-index: 9999!important;} .zi-99999{z-index: 99999!important;} .o-hidden{ overflow: hidden; } .opacity0{ opacity: 0; } .p-relative{position: relative;} .p-absolute{position: absolute;} .fs-8{font-size: 8px;} .fs-10{font-size: 10px;} .fs-11{font-size: 11px;} .fs-12{font-size: 12px;} .fs-14{font-size: 14px;} .fs-15{font-size: 15px;} .fs-12{font-size: 12px;} .fs-13{font-size: 13px;} .fs-16{font-size: 16px!important;} .fs-17{font-size: 17px;} .fs-18{font-size: 18px;} .fs-20{font-size: 20px;} .fs-22{font-size: 22px;} .fs-24{font-size: 24px;} .fs-28{font-size: 28px;} .fs-30{font-size: 30px;} .fs-32{font-size: 32px;} .fs-36{font-size: 36px;} .fs-40{font-size: 40px;} .fs-42{font-size: 42px!important;} .fs-44{font-size: 44px;} .fs-48{font-size: 48px;} .fs-52{font-size: 52px;} .fs-60{font-size: 60px;} .fs-66{font-size: 66px;} .fs-72{font-size: 72px;} .fs-80{font-size: 80px;} .fs-90{font-size: 90px;} .fs-100{font-size: 100px;} .fs-110{font-size: 110px;} .fs-120{font-size: 120px;} .fs-130{font-size: 130px;} .fs-150{font-size: 150px;} .fs-180{font-size: 180px;} .uppercase{text-transform: uppercase!important;} .lowercase{text-transform: lowercase!important;} .italic{font-style: italic!important;} .btn-black-left{ background: none; border: solid 1px #1F1E1E; color: #1F1E1E; width: auto; font-size: 14px; padding: 0.5em 6.5em 0.5em 0.25em; } .btn-black{ background: none; border: solid 1px #1F1E1E; color: #1F1E1E; display: inline-block; width: auto; font-size: 14px; padding: 0.5em 2.5em; } .btn-black:hover, .btn-black-left:hover{ background-color: #1F1E1E!important; color: #FFF!important; } .btn-white{ background: none; border: solid 1px #FFF; color: #FFF; display: inline-block; width: auto; font-size: 14px; padding: 0.5em 2.5em; } .btn-white:hover{ background-color: #FFF!important; color: black!important; } .text-black{color: #1F1E1E;} .text-white{color: #FFF;} .text-grey{color: #757575!important;} .text-darkgrey{color: #3D3D3D!important;} .text-green{color: #1F1E1E;} .white-bkg{background-color: #FFFFFF;} .dark-grey-bkg{background-color: #313131!important;} .light-grey-bkg{background-color: #EAEAEA;} .bkg-green{background-color: #1F1E1E;} .d-block{display: block!important;} .w-80{width: 80%;} .w-95{width: 95%;} .mw-30{max-width: 30%;} .mw-40{max-width: 40%;} .mw-50{max-width: 50%;} .mw-60{max-width: 60%;} .mw-70{max-width: 70%;} .mw-80{max-width: 80%;} .mw-90{max-width: 90%;} .lh-1{line-height: 1;} .lh-1-4{line-height: 1.4!important;} .lh-1-5{line-height: 1.5;} .lh-10{line-height: 10px;} .lh-16{line-height: 16px;} .lh-18{line-height: 18px;} .lh-22{line-height: 22px;} .lh-24{line-height: 24px;} .lh-26{line-height: 26px;} .lh-28{line-height: 28px;} .lh-32{line-height: 32px;} .lh-50{line-height: 50px;} .lh-72{line-height: 72px;} .lh-100{line-height: 100px;} .ls-05{letter-spacing: 0.5px;} .ls-1{letter-spacing: 1px;} .ls-2{letter-spacing: 2px;} .ls-3{letter-spacing: 3px;} .ls-4{letter-spacing: 4px;} .ls-5{letter-spacing: 5px;} .ls-6{letter-spacing: 6px;} .ls-8{letter-spacing: 8px;} .ls-10{letter-spacing: 10px;} .ls-12{letter-spacing: 12px;} .ls-15{letter-spacing: 15px;} .ls-20{letter-spacing: 20px;} .fw-300{font-weight: 300!important;} .fw-400{font-weight: 400;} .fw-500{font-weight: 500;} .fw-600{font-weight: 600!important;} .fw-700{font-weight: 700;} .lighter{font-weight: 300;} .m-0{margin: 0!important;} .m-auto-0{margin: auto 0;} .m-0-auto{margin: auto 0;} .mw-30{max-width: 30%;} .mw-40{max-width: 40%;} .mw-50{max-width: 50%;} .mw-60{max-width: 60%;} .mw-70{max-width: 70%;} .mw-80{max-width: 80%;} .mt-0{margin-top: 0px!important;} .mt-5{margin-top: 5px;} .mt-10{margin-top: 10px;} .mt-15{margin-top: 15px;} .mt-20{margin-top: 20px;} .mt-30{margin-top: 30px;} .mt-40{margin-top: 40px;} .mt-50{margin-top: 50px;} .mt-80{margin-top: 80px;} .mt-100{margin-top: 100px;} .mt-120{margin-top: 120px;} .mt-130{margin-top: 130px;} .mt-140{margin-top: 140px;} .mt-150{margin-top: 150px;} .mt-200{margin-top: 200px;} .mt-250{margin-top: 250px;} .mt-350{margin-top: 350px;} .mb-0{margin-bottom: 0px;} .mb-5{margin-bottom: 5px;} .mb-10{margin-bottom: 10px;} .mb-15{margin-bottom: 15px;} .mb-20{margin-bottom: 20px;} .mb-30{margin-bottom: 30px;} .mb-40{margin-bottom: 40px!important;} .mb-50{margin-bottom: 50px;} .mb-80{margin-bottom: 80px;} .mb-100{margin-bottom: 100px;} .mb-120{margin-bottom: 120px;} .mb-130{margin-bottom: 130px;} .mb-140{margin-bottom: 140px;} .mb-150{margin-bottom: 150px;} .mb-250{margin-bottom: 250px;} .mb-350{margin-bottom: 350px;} .ml-0{margin-left: 0px;} .ml-5{margin-left: 5px!important;} .ml-10{margin-left: 10px;} .ml-15{margin-left: 15px;} .ml-20{margin-left: 20px;} .ml-30{margin-left: 30px;} .ml-35{margin-left: 35px;} .ml-40{margin-left: 40px;} .ml-50{margin-left: 50px;} .ml-80{margin-left: 80px;} .ml-100{margin-left: 100px;} .ml-120{margin-left: 120px;} .ml-130{margin-left: 130px;} .ml-140{margin-left: 140px;} .ml-150{margin-left: 150px;} .ml-350{margin-left: 350px;} .mr-0{margin-right: 0px;} .mr-5{margin-right: 5px;} .mr-10{margin-right: 10px;} .mr-15{margin-right: 15px;} .mr-20{margin-right: 20px;} .mr-30{margin-right: 30px;} .mr-40{margin-right: 40px;} .mr-50{margin-right: 50px;} .mr-80{margin-right: 80px;} .mr-100{margin-right: 100px;} .mr-120{margin-right: 120px;} .mr-130{margin-right: 130px;} .mr-140{margin-right: 140px;} .mr-150{margin-right: 150px;} .mr-350{margin-right: 350px;} .p-0{padding: 0!important;} .p-5{padding: 5px;} .p-10{padding: 10px;} .p-15{padding: 15px;} .p-20{padding: 20px;} .p-30{padding: 30px;} .p-40{padding: 40px;} .p-50{padding: 50px;} .p-80{padding: 80px;} .p-100{padding: 100px;} .pb-0{padding-bottom: 0px!important;} .pb-5{padding-bottom: 5px;} .pb-10{padding-bottom: 10px;} .pb-15{padding-bottom: 15px;} .pb-20{padding-bottom: 20px;} .pb-30{padding-bottom: 30px;} .pb-40{padding-bottom: 40px;} .pb-50{padding-bottom: 50px;} .pb-80{padding-bottom: 80px;} .pb-100{padding-bottom: 100px;} .pb-150{padding-bottom: 150px;} .pb-200{padding-bottom: 200px;} .pb-250{padding-bottom: 250px;} .pb-300{padding-bottom: 300px;} .pt-5{padding-top: 5px;} .pt-10{padding-top: 10px;} .pt-15{padding-top: 15px;} .pt-20{padding-top: 20px;} .pt-30{padding-top: 30px;} .pt-40{padding-top: 40px;} .pt-50{padding-top: 50px;} .pt-80{padding-top: 80px;} .pt-100{padding-top: 100px;} .pt-150{padding-top: 150px;} .pt-200{padding-top: 200px;} .pt-250{padding-top: 250px;} .pt-300{padding-top: 300px;} .pt-15vh{padding-top: 15vh;} .pb-15vh{padding-bottom: 15vh;} .pl-0{padding-left: 0!important;} .pl-5{padding-left: 5px;} .pl-10{padding-left: 10px;} .pl-15{padding-left: 15px;} .pl-20{padding-left: 20px;} .pl-30{padding-left: 30px;} .pl-40{padding-left: 40px;} .pl-50{padding-left: 50px;} .pl-60{padding-left: 60px;} .pl-80{padding-left: 80px;} .pl-100{padding-left: 100px;} .pr-0{padding-right: 0px;} .pr-5{padding-right: 5px;} .pr-10{padding-right: 10px;} .pr-15{padding-right: 15px;} .pr-20{padding-right: 20px;} .pr-30{padding-right: 30px;} .pr-40{padding-right: 40px;} .pr-50{padding-right: 50px;} .pr-80{padding-right: 80px;} .pr-100{padding-right: 100px;} /*------------------------------------*\ saint-honore \*------------------------------------*/ /* COOKIES */ /* .cookies-accepted .page-loader { display: none; } */ .page-loader{ width: 100vw; height: 100vh; display: flex; top: 0px; left: 0px; align-items: center; background: #1F1E1E; position: fixed; z-index: 99998; justify-content: center; } .cookie-notif{ display: none; } .cookie-notif { width: 100%; position: fixed; bottom: 0; left: 0; z-index: 99997; padding: 0px 30px; background-color: #b3b4b5; } .cookie-notif a{ color: #1F1E1E; } .cookie-span { font-size: 32px; line-height: 10px; color: #e5e5e5; position: relative; top: 10px; } /* wrapper */ .wrapper { } /* header */ .header { width: 100%; z-index: 99991; position: fixed; top: 30px; background-color: #101010; /* border-bottom: solid 1px #EAEAEA; */ /* -webkit-box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); -moz-box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); */ } header a{ color: #FFFFFF!important; } .large-menu nav ul li a{ color: #FFFFFF; } .header.nav-up { top: -35px; } /* .home .top-header-wpml{ opacity: 0; pointer-events: none; } */ header .wpml-ls-menu-item a{ color: rgba(255,255,255,0.5)!important; } header .wpml-ls-current-language a{ color: #FFF!important; } .header.nav-up .top-header-wpml ul li{ padding: 10px 0px 5px; } body.home .container-logo-menu, body.archive#archive-cat .container-logo-menu{ transform: translateY(-5px)!important; } body.home.menu-fixed .container-logo-menu, body.archive#archive-cat.menu-fixed .container-logo-menu{ transform: translateY(-17px)!important; } body.page-template-template-about .container-logo-menu, body.page-template-default .container-logo-menu, body.page-template-template-contact .container-logo-menu, body.page-template-template-collections .container-logo-menu, body#archive-subcat .container-logo-menu, body.search .container-logo-menu, body.single-presentoirs .container-logo-menu, body.single-mannequins .container-logo-menu{ transform: translateY(-17px); } .container-logo-menu img{ width: 110px; } .cta-buytickets img{ height: 20px; margin-right: 10px; } .header.logo-up .container-logo-menu{ padding: 0.5em 1em; height: 100%; border-radius: 0em 0 0em 8px; } .header.logo-up .container-logo-menu img{ transform: scale(0.7); } body.fixed header{ background-color: #F6F5F1; border-bottom: solid 1px rgba(150,150,150,0.3); } body.fixed .large-menu nav ul li{ padding: 1.5em 0em; } body.fixed header a{ color: #2C2C2B; } .home-main{ overflow: hidden; } /* burger menu */ #menu-btn:hover{ cursor: pointer; } .resize-menu #menu-btn:before{ top: -65px; } /* MENU OPEN */ #menu-nav-mobile{ margin-top: 60px; } .nav-mobile { background: rgba(0,0,0,0.98); width: 100%; height: auto; top: 0; left: 0; position: fixed; z-index: 99990; overflow-y: hidden; display: none; } .nav-mobile ul{ padding: 15vh 10vw 50px 5vw; width: 100%; } .nav-mobile ul li{ opacity: 1; line-height: 40px; margin-left: 15px; text-align: left; display: block; border-bottom: solid 1px rgba(255,255,255,0.1); } .nav-mobile ul li a{ color: #EAEAEA; font-size: 15px; text-decoration: none; display: flex; align-items: center; } .nav-mobile ul li a .material-icons{ opacity: 0.6; } .responsive .site-branding span{ color: #222222!important; } .nav-mobile .row{ margin-left: 0px; margin-right: 0px; } #menu-btn button { position: relative; display: inline-block; padding: 0; height: 15px; width: 20px; background: none; border: none; cursor: pointer; outline: 0; margin-left: 10px; } #menu-btn button span { position: absolute; display: block; height: 2px; width: 100%; background: #FFFFFF; transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear; } #menu-btn button span:nth-child(1) { top: 0; } #menu-btn button span:nth-child(2) { top: 8px; width: 60%; text-align: right; } #menu-btn button span:nth-child(3) { top: 16px; } .resize-menu #menu-btn button span { background: #3D3D3D!important; } .resize-menu #menu-btn span{ color: #3D3D3D!important; } #menu-btn button.menu-open span { top: 7px; background-color: #EAEAEA!important; transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear; } #menu-btn button.menu-open span:nth-child(1) { transform: rotate(45deg); } #menu-btn button.menu-open span:nth-child(2) { opacity: 0; } #menu-btn button.menu-open span:nth-child(3) { transform: rotate(-45deg); } /* logo */ /* nav */ .nav { margin-left: auto; } .large-menu nav ul{ display: flex; padding-left: 0px; justify-content: space-between; width: 100%; margin-bottom: 0px; } .large-menu nav ul li{ list-style-type: none; font-size: 15px; font-weight: 600; padding: 10px 15px 15px; } .large-menu nav ul li:last-of-type{ padding-right: 0px!important; } /* .current_page_item { border-bottom: solid 2px #FFFFFF; } */ .large-menu a{ display: flex; align-items: center; } .large-menu a .material-icons{ color: rgba(0,0,0,0.25); } .main-navigation-zone ul li{ list-style: none; padding: 5px 15px 5px 15px; } .main-navigation-zone a{ color: #fff; text-decoration: none; } .menu-fixed .container-logo-menu{ /* padding-left: 0px!important; */ transform: translateY(-15px); } #menu-btn{ /* opacity: 1; display: inline-block; */ display: none; } .menu-section-add button, .search-bar button[type="submit"], .btn-search{ background: none; border: none; } .large-menu{ max-height: 50px; overflow: hidden; } .large-menu-rotate{ transform: translateY(-20px); } .menu-rotate{ transform: translateY(20px); } /* SEARCH BAR */ .search-bar form{ display: flex; } .search-bar input{ border: none!important; border-radius: 0px; color: #FFF; padding: 5px 10px; height: 38px; min-width: 250px; background: none; font-size: 15px; margin-bottom: 0px; } .search-bar button[type="submit"]{ position: absolute; right: 5px; top: 10px; } .btn-search{ padding-right: 0px!important; } /* LOGO */ .container-logo-menu svg{ width: 220px; } /* WPML */ .top-header-wpml ul{ display: flex; margin-bottom: 0px; } .top-header-wpml ul li{ list-style-type: none; background-color: #101010!important; padding: 20px 0px 0px; font-size: 15px; } .top-header-wpml ul li:first-of-type{ margin-right: 15px; } .top-header-wpml ul li a{ background-color: transparent!important; text-transform: uppercase; font-size: 13px; } /* VIEDO INTRO */ .home .video-container, .archive#archive-cat .video-container{ overflow: hidden; } .archive#archive-cat .video-container{ width: 100vw; /* height: 100vh; */ height: calc(100vh - 90px); } .splash-logo{ position: absolute; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; z-index: 100; } .splash-logo-bkg{ background-color: #1F1E1E; z-index: 99; opacity: 0; } .splash-logo svg{ z-index: 100; } .video-top-container{ max-width: 1140px; margin: 0 auto; } .video-container video{ width: 100%; height: auto; } #archive-cat.tax-taxonomy-presentoirs .video-container video{ width: 100%; height: 100%; object-fit: cover; } .archive#archive-cat .video-top-content{ opacity: 1!important; transform: translateY(0px)!important; } .video-top-content{ position: fixed; width: 100%; padding: 4em 0em 0em; z-index: 999; } .slogan-video, .adress-video{ max-width: 450px; } .home .slogan-video *, .home .adress-video *{ color: #FFF!important; letter-spacing: 0px; } .slogan-video{ line-height: 1.35; } /* Header Video */ .home header, .archive#archive-cat header{ position: absolute; top: 0; left: 0; width: 100%; margin-top: calc(100vh - 95px); transition: opacity .5s cubic-bezier(.35,0,.17,1),transform .5s cubic-bezier(.35,0,.17,1),-webkit-transform .5s cubic-bezier(.35,0,.17,1); } .home header.fixed, .home.scroll-already header.fixed , .archive#archive-cat header.fixed{ position: fixed; margin-top: 30px; } .home.scroll-already header{ position: absolute; margin-top: 100vh; } .home header.fixed .large-menu ul li, .home header.fixed .menu-section-add, .archive#archive-cat header.fixed .large-menu ul li, .archive#archive-cat header.fixed .menu-section-add, .home header.fixed .top-header-wpml, .archive#archive-cat header.fixed .top-header-wpml{ opacity: 1; pointer-events: auto; transition: opacity .5s cubic-bezier(.35,0,.17,1),transform .5s cubic-bezier(.35,0,.17,1),-webkit-transform .5s cubic-bezier(.35,0,.17,1); } .archive#archive-cat header.fixed .menu-section{ padding: 0em 0em; } .archive#archive-cat header .menu-section{ padding: 1.5em 0em; } .home header .large-menu ul li, .home header .menu-section-add, .archive#archive-cat header .large-menu ul li, .archive#archive-cat header .menu-section-add, .home header .top-header-wpml, .archive#archive-cat header .top-header-wpml{ opacity: 0; pointer-events: none; transition: .5s } .home header.nav-up, .archive#archive-cat header.nav-up{ top: 0; } /* Anim Home Top ( Human Machines ) */ .splash-logo svg{ opacity: 0; } .home header .menu-section{ padding: 2.5em 0em; } .home main, .home header{ -webkit-transition: -webkit-transform 1350ms cubic-bezier(.28,0,.15,1); -o-transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1),-webkit-transform 1350ms cubic-bezier(.28,0,.15,1); } .slideUp-main{ transform: translateY(-15vh); -webkit-transition: -webkit-transform 1350ms cubic-bezier(.28,0,.15,1); -o-transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1),-webkit-transform 1350ms cubic-bezier(.28,0,.15,1); } .no-translateY{ transform: translateY(0)!important; } .home.menu-fixed header .menu-section{ padding: 0em 0em 0.5em; } .home .video-container, .home .splash-logo{ height: 100vh; width: 100vw; } .home .video-container video{ height: 100vh; width: 100vw; object-fit: cover; } /* Already scroll */ /*------------------------------------*\ PAGES \*------------------------------------*/ /* SPLASH SCREEN */ .load-screen-logo svg{ min-width: 350px; } /* HOME */ .home-img-sprite-link{ position: absolute; bottom: 40px; } .home main, .home, .archive#archive-cat main, .archive#archive-cat{ z-index: 9999; position: relative; } section.home-main:first-of-type{ padding-top: 17vh!important; } .home-main{ min-height: 100vh; padding: 10vh 0; /* background-color: #1F1E1E; */ background-color: #101010; -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; } body.menu-fixed .home-main{ background-color: #f5f5f5; -webkit-transition: background-color 500ms linear; -moz-transition: background-color 500ms linear; -o-transition: background-color 500ms linear; -ms-transition: background-color 500ms linear; transition: background-color 500ms linear; } .home-main h2, .about-main h2, .contact-main h2{ font-size: 32px; line-height: 45px; font-weight: 600; margin-bottom: 80px; } .home-repeater-title-after{ padding-left: 40px; margin-bottom: 40px; line-height: 1.25!important; } .home-repeaterB .home-repeater-title-after::after{ margin-left: auto; } .home-repeater-title-after::after, .about-repeater-title-after::after, .contact-repeater-title-after::after{ content: ''; height: 1px; width: 60%; background-color: #1F1E1E; display: block; margin-top: 40px!important; } .home-main h3, .about-main h3, .contact-main h3{ font-size: 28px; line-height: 38px; font-weight: 400; margin-bottom: 40px; } .home-main .row p, .about-main .row p, .contact-main .row p{ font-size: 17px; line-height: 30px; font-weight: 300; margin-bottom: 30px; max-width: 320px; } .home-main .row p:last-of-type{ margin-bottom: 0px; } .home-main .home-repeaterA:first-of-type .home-repeater-content{ background-color: #1F1E1E!important; -webkit-transition: background-color 500ms linear; -moz-transition: background-color 500ms linear; -o-transition: background-color 500ms linear; -ms-transition: background-color 500ms linear; transition: background-color 500ms linear; } body.menu-fixed .home-repeaterA:first-of-type .home-repeater-content{ background-color: rgb(239, 237, 236)!important; } .home-main .home-repeaterA a, .about-main .about-repeaterA a, .contact-main .contact-repeaterA a{ color: #1F1E1E; font-weight: 400; } .home-main .home-repeaterB a, .about-main .about-repeaterB a{ color: #FFF; font-weight: 400; } .home-main .home-repeaterB a:hover, .about-main .about-repeaterB a:hover{ color: black; font-weight: 400; } .home-main .home-repeaterB p{ margin-left: auto; } .home-repeater-content, .home-img-text{ padding: 80px; z-index: 98; } .home-repeater-img{ z-index: 99; } .home-repeaterA .home-repeater-content{ margin-left: -40px; } .home-repeaterA .home-img-text p{ margin-left: auto; } .home-repeaterB .home-repeater-content{ margin-right: -40px; } .home-repeaterB .home-repeater-content *{ color: #FFF; } .home-repeaterA .home-repeater-img > div:first-of-type{ margin-right: -20px; } #home-sprite{ height: 100vh; padding: 10vh; } /* video sprite */ .video-length{ height: 700px; position: absolute; top: 100px; } #home-img-sprite{ min-height: 100vh; background-size: cover!important; background-position: center!important; background-repeat: no-repeat!important; } .home-sprite-link-img{ position: absolute; display: block; height: 100%; width: 100%; z-index: 99; } #home-img-sprite:hover .home-img-sprite-link span{ background-color: #FFF; color: #1F1E1E; } /*** chiffres clés ***/ ul.home-liste-chiffres{ padding-left: 30%; } ul.home-liste-chiffres li{ margin-bottom: 40px; } ul.home-liste-chiffres li h3{ margin-bottom: 0px; } /* ABOUT */ .about-main{ min-height: 80vh; padding: 15vh 0; } .about-repeaterA .about-repeater-content{ padding: 80px; margin-right: -40px; } .about-repeaterA .about-repeater-img > div:first-of-type{ margin-left: -20px; } .about-repeaterA .about-repeater-content *, .about-repeaterA .about-repeater-content{ color: #FFF!important; text-align: right; } .about-repeaterA .about-repeater-content p{ margin-left: auto!important; } .about-repeater-title-after{ margin-bottom: 80px; text-align: right; } .about-repeater-title-after::after{ margin-left: auto; } .about-repeaterB{ margin-top: 20vh; } .about-repeaterB h2{ margin-bottom: 40px; } .about-repeater-content-left .about-text-sub-img, .about-repeater-content-right .about-text-sub-img, .about-repeater-content-right > div:first-of-type{ padding: 40px 80px; } .about-repeater-content-right > div:first-of-type h3{ margin-bottom: 0px; } .about-repeater-content-right{ margin-left: 0px; } .about-repeater-content-left{ margin-right: -40px; } .about-repeater-content-left p{ margin-left: auto; } /* PAGE CONTACT */ .contact-main, .collections-main{ padding: 18vh 0 5vh; background-color: #fbfbfb; } /* .collections-main{ background-color: #fefffd!important; } */ .contact-main .contact-repeater-content h2{ margin-bottom: 30px!important; } .contact-repeaterA .contact-repeater-content{ padding: 80px; } .contact-repeater-content{ margin-left: -20px; } .contact-repeater-title-after{ margin-left: 65px; } .contact-repeater-img > div:first-of-type{ margin-right: -40px; z-index: 9; } .contact-repeaterC{ padding: 15vh 0; } .contact-cat-left{ padding: 25% 80px 20px; } .contact-cat-left h2{ color: #FFF; margin-bottom: 40px; } .contact-cat-right{ padding: 80px 50px 100px 80px; } .contact-cat-right p:first-of-type{ width: calc( 100% - 6px)!important; margin: 0px auto!important; } .contact-cat-right p{ display: flex; flex-wrap: wrap; } .contact-cat-right p span{ width: calc(50% - 6px); margin: 0px auto; } /* error message */ span.wpcf7-not-valid-tip { color: #f00; font-size: 14px; line-height: 1.25; width: 100%!important; margin: 5px 0px 5px!important; } .contact-cat-right p{ width: 100%!important; max-width: 100%!important; margin-bottom: 15px!important; } .contact-cat-right input::placeholder{ color: #FFF!important; } .contact-cat-right input, .contact-cat-right select{ border: none; -webkit-appearance: none!important; -webkit-border-radius: 0px!important; color: #FFF!important; height: 35px; font-size: 14px; } .contact-form-checkbox-row .wpcf7-list-item{ position: relative!important; margin-left: 0; margin-right: 10px; } .contact-form-checkbox-row .wpcf7-list-item input[type="checkbox"]{ position: absolute; z-index: 99; width: 100%!important; opacity: 0; } .contact-form-checkbox-row .wpcf7-list-item .wpcf7-list-item-label{ margin: 0; padding: .75rem 3rem; box-sizing: border-box; position: relative; display: inline-block; border: solid 1px #ddd; font-size: 14px; line-height: 140%; font-weight: 600; text-align: center; } .contact-form-checkbox-row .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label{ background-color: rgba(255,255,255,0.8); color: #1F1E1E; border-color: rgba(255,255,255,0.8); z-index: 1; } .contact-cat-left-parent{ height: fit-content; z-index: 999; } .contact-cat-left-parent{ transform: translateX(40px); } .contact-cat-right-parent{ transform: translateX(-20px); } .contact-cat-right-parent{ z-index: 9; margin-top: 300px; } .contact-cat-left-parent .contact-repeater-title-after::after{ margin-left: auto; } /* MODAL CONTACT */ body.modal-active{ overflow: hidden; } #modal-container-form, #modal-container-phone, #modal-container-product { position: fixed; display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; top: 0; left: 0; transform: scale(0); /* background: rgba(0,0,0,.6); */ z-index: 99999; } #modal-container-form.one, #modal-container-phone.one, #modal-container-product.one{ transform: scale(1); } #modal-container-form.one .modal-background, #modal-container-phone.one .modal-background, #modal-container-product.one .modal-background{ background: rgba(0, 0, 0, 0); animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; height: 100%; width: 100%; } #modal-container-form.one .modal-background .modal, #modal-container-phone.one .modal-background .modal, #modal-container-product.one .modal-background .modal { transform: scale(0); animation: zoomIn 0.4s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } #modal-container-phone.one .modal-background .modal p{ text-align: left!important; } #modal-container-form.one.out .modal-background .modal, #modal-container-phone.one.out .modal-background .modal, #modal-container-product.one.out .modal-background .modal { animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } #modal-container-form.one .modal-background .modal, #modal-container-phone.one .modal-background .modal{ margin-top: 20vh; } #modal-container-form.one.out .modal-background, #modal-container-phone.one.out .modal-background, #modal-container-product.one.out .modal-background { animation: fadeOut 0.5s linear forwards; } #modal-container-form.one.out, #modal-container-phone.one.out, #modal-container-product.one.out{ animation: quickScaleDown 0s .5s linear forwards; } #modal-container-form .modal-background, #modal-container-phone .modal-background, #modal-container-product .modal-background { display: table-cell; text-align: center; vertical-align: middle; } #modal-container-form .modal-background .modal, #modal-container-phone .modal-background .modal, #modal-container-product .modal-background .modal { background: white; padding: 50px; display: inline-block; font-weight: 300; position: relative; } #modal-container-form .modal-background .modal h2, #modal-container-phone .modal-background .modal h2 { font-size: 25px; line-height: 25px; margin-bottom: 25px; } #modal-container-form .modal-background .modal p, #modal-container-phone .modal-background .modal p { font-size: 18px; line-height: 22px; } #modal-container-form .modal-background .modal .modal-svg, #modal-container-phone .modal-background .modal .modal-svg, #modal-container-product .modal-background .modal .modal-svg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 3px; } #modal-container-form .modal-background .modal .modal-svg rect, #modal-container-phone .modal-background .modal .modal-svg rect, #modal-container-product .modal-background .modal .modal-svg rect { stroke: #fff; stroke-width: 1px; stroke-dasharray: 778; stroke-dashoffset: 778; } #modal-container-form .mc4wp-checkbox>label:first-of-type{ position: relative; border: none; z-index: 9; } #modal-container-form .mc4wp-checkbox input[type="checkbox"]{ position: absolute; z-index: 999; width: 100%!important; height: 100%; opacity: 0; left: 0; top: 0; } #modal-container-form .mc4wp-checkbox label label{ margin: 5px 0 8px; box-sizing: border-box; position: relative; display: inline-block; font-size: 14px; padding: 1rem 1em; border: solid 1px black; font-weight: 600; z-index: 9; text-align: center; transition: border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out,box-shadow .15s ease-out; } #modal-container-form .mc4wp-checkbox input:checked+span label{ background-color: #1F1E1E; color: #fff; border: none; z-index: 99; padding: 1rem 1em; } /* PAGE COLLECTION */ .btn-tmplt-collections{ background: none; border: solid 1px #FFF; color: #FFF; display: inline-block; width: auto; font-size: 14px; padding: 0.4em 0.8em; } div.btn-tmplt-collections a{ z-index: 99; display: inline-block; color: #FFF; width: 100%; line-height: 1.4; } div.btn-tmplt-collections:hover a{ color: #1F1E1E!important; } div.btn-tmplt-collections:hover .btn-after-block{ width: 100%; } .btn-tmplt-collections{ width: 100%; max-width: 270px; cursor: pointer; } .btn-after-block{ height: 100%; width: 80px; background-color: #FFF; position: absolute; right: 0; top: 0; z-index: 1; } .row-collections-parent:nth-of-type(2n+1) .btn-after-block{ position: absolute; left: 0; top: 0; z-index: 1; } .row-collections-parent:nth-of-type(2n+1) .btn-tmplt-collections a{ text-align: right; } .collection-top-title{ margin-right: 0px; } .collection-title-after::after{ content: ''; height: 1px; width: 60%; background-color: #1F1E1E; display: block; margin-top: 40px!important; margin-left: auto; } .row-collections:first-of-type{ padding-top: 10vh; } .row-collections{ min-height: 80vh; padding: 20vh 0 0vh; } .collections-repeater-content{ margin-left: 0px; margin-top: 60px; } .row-collections-parent:nth-of-type(2n+1) .row-collections .collections-repeater-content{ margin-right: -40px; } .row-collections-parent:nth-of-type(2n+1) .row-collections{ flex-direction: row-reverse; } .row-collections h2, .row-collections h3{ margin-left: 40px; } .row-collections-parent:nth-of-type(2n+1) .row-collections h2, .row-collections-parent:nth-of-type(2n+1) .row-collections h3{ text-align: right; margin-right: 40px; } .row-collections .video-length{ height: 100vh!important; } .collections-repeater-content{ padding-top: 40px; padding-left: 40px; min-height: 500px; width: 380px; } .row-collections-parent:nth-of-type(2n+1) .collections-repeater-content{ margin-left: auto; } .collections-repeater-content p{ max-width: 270px; } .row-collections-parent:nth-of-type(2n+1) .tmplt-collections-media{ transform: translateX(0px); } .tmplt-collections-media{ transform: translateX(40px); } .row-collections .video-scroll{ width: 100%; } .video-thumbnail{ display: none; } /* CATEGORY COLLECTIONS */ .archive-tax-main{ min-height: 100vh; padding: 30vh 0 20vh; background-repeat: no-repeat!important; background-color: #101010; -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; } .archive-tax-main:nth-of-type(2n+1) .archive-repeater-row{ flex-direction: row-reverse; } .archive-img-container{ width: 100vw; height: calc(100vh - 90px); overflow: hidden; } .archive-top-img{ width: 100%; height: 100%; background-size: cover!important; background-position: center!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-row > div:first-of-type{ text-align: right; } .archive-repeater-content > div{ height: 100%; } .archive-repeater-content > div.column{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .archive-repeater-content p{ max-width: 70%!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content p{ margin-left: auto!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content > div:first-of-type{ text-align: right; width: 500px; height: 500px!important; padding: 80px 40px 80px 80px; } .archive-repeater-content > div:first-of-type{ padding: 80px 80px 80px 40px; width: 500px; color: #FFF; height: 500px!important; } .archive-repeater-content h2, .archive-repeater-content h3{ margin-bottom: 80px; font-size: 28px; } .wrapper-scroll{ overflow-x: scroll; background-color: #fbfbfb; height: 100vh; } .wrapper-scroll-title{ position: absolute; top: 0vh; } /* TEST SCROLL HORIZONTAL */ .wrapper-scroll-section ul{ /* padding: 25vw 0vw 15vw 15vw; */ position: absolute; height: 100vw; width: 100vh; top: 0; margin: 0px!important; left: -100vh; overflow-y: auto; overflow-x: hidden; -webkit-transform: rotate(-90deg); transform-origin: top right; } .wrapper-scroll-section ul a{ display: block; transform: rotate(90deg); margin-top: 40vw; } .wrapper-scroll-bloc:first-of-type{ margin-top: 25vw; } .wrapper-scroll-section ul li img{ margin-left: 30px; width: auto; z-index: 9999; position: relative; /* max-width: 50vw; max-height: 700px; object-fit: cover; */ } /* FIN TEST SCROLL HORIZONTAL */ .targetscroll-H{ position: absolute; bottom: 0; left: 0; } .wrapper-scroll-section ul li{ max-width: 100%; } .scroll-section-content > div:first-of-type{ width: 400px; height: 350px; } .scroll-section-content > div:first-of-type{ padding: 60px 40px; background-color: #1F1E1E; color: #FFF; margin-bottom: 15px; } .scroll-section-content-link{ margin-left: auto; } .archive-title-after-parent{ position: absolute; top: 8vw; left: 0vw; } .archive-title-after::after{ content: ''; height: 1px; width: 50%; margin-left: auto; background-color: #1F1E1E; display: block; margin-top: 40px!important; } .archive-arrow-scroll{ position: absolute; left: 60px; top: calc(50% - 50px); } .archive-arrow-scroll svg{ max-width: 50px; } .collection-arrow{ position: absolute; bottom: 0vh; left: 50vw; transform: rotate(-90deg); } /* SOUS CATEGORY COLLECTIONS */ .sub-cat-top-cube{ padding: 80px 30px 60px 80px; margin-bottom: -13vh; z-index: 9999; } .sub-cat-top-cube p{ max-width: 300px; margin-left: auto; } .archive-collection-categories section:last-of-type{ background-color: #f5f5f5; padding-bottom: 20vh; } .archive-arrow{ position: fixed; bottom: 5vh; left: 3vw; } polyline { stroke-width: 1; stroke-dasharray: 500; stroke-dashoffset: 500; -webkit-animation: anim 2500ms infinite; animation: anim 2500ms infinite; /* animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); */ } @-webkit-keyframes anim { 0% { stroke-dashoffset: 500; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 500; } } @keyframes anim { 0% { stroke-dashoffset: 500; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 500; } } /* HEADER */ .banner-archive-subcat{ height: 70vh; background-size: cover!important; background-position: center!important; } .archive-subcat-title-after::after{ content: ''; height: 1px; width: 50%; margin-left: auto; background-color: rgba(255,255,255,0.5); display: block; margin-top: 40px!important; } .collection-product-col{ cursor: pointer; } .collection-product-col img{ /* height: 500px; object-fit: cover; object-position: bottom; */ height: 500px; object-fit: contain; object-position: left bottom; margin-top: 8vh; } .collection-product-content h3{ min-height: 50px; color: #1F1E1E; } .collection-product-description{ max-width: 55%; } .collection-product-description p{ margin-bottom: 0px; } .collection-product-col .logo-collection{ height: auto; margin: 0; } /* MODAL AJAX */ #modal-container-product .modal{ height: 90vh; overflow: hidden; margin-top: 5vh; } #modal-container-product .modal .ajax-content > div:first-of-type{ text-align: left!important; } #modal-container-product .modal .ajax-thumbnail > div:first-of-type{ overflow: hidden; max-width: 100%; } #modal-container-product .modal .ajax-thumbnail{ height: calc(90vh - 100px); } #modal-container-product .modal .ajax-thumbnail img{ height: 100%; position: absolute; left: 0px; } #modal-container-product .close-modal{ position: absolute; z-index: 999; right: 50px; top: 50px; } .icon-zoom{ position: absolute; bottom: 30px; right: 30px; } .ajax-thumbnail img[role="presentation"]{ background-color: rgba(255,255,255,0); cursor: crosshair;; } /* SINGLE */ .single-main{ background-color: #f5f5f5; padding-bottom: 20vh; } .custom-post-single{ padding-top: 120px; } .single-btn-back{ position: absolute; bottom: 0; right: 0; z-index: 99999; display: block; } .single-btn-back a{ display: none; } .single-btn-back a:last-of-type{ display: block; } .single-copyright{ position: absolute; right: 0px; bottom: -25px; z-index: 99999; display: block; } .logo-collection{ width: 20px; } .single #saint-honore{ height: calc(100vh - 100px); position: absolute; bottom: 0; } /* .single-up{ transform: translateY(-45vh); } */ /* SEARCH */ .search main{ background-color: #f5f5f5; padding: 18vh 10vh; } .search-top-title{ margin-top: 5vh; } .search-top-title .archive-subcat-title-after{ margin-right: 25px; } .search-top-title .archive-subcat-title-after::after{ background-color: #1F1E1E; } .search-top-cube{ padding: 80px 40px 80px 80px; } .tmplt-search .col-search-infos article{ max-width: 90%; margin-right: auto; } .col-search-infos article{ background-color: #1F1E1E; margin: 60px 0px 0px; padding: 80px 40px 20px 20px; height: 500px; } /* .tmplt-search .searching-row{ margin-top: -8vh; } */ #modal-container-form input[type="submit"]{ display: flex; } #modal-container-form .modal{ padding: 50px 50px 35px 50px!important; } /* FORM */ input, select{ background: rgba(255,255,255,0.19); color: #313131; border: solid 1px #EAEAEA; height: 40px; margin-bottom: 6px; padding: 5px 10px; width: 100%; font-size: 14px; } textarea{ height: 180px; width: 100%; border: solid 1px #EAEAEA; margin-bottom: 6px; padding: 5px 10px; background: rgba(255,255,255,0.19); border-radius: 5px; color: #313131; font-size: 14px; width: 100%; } input[type="submit"]{ margin-bottom: 0px!important; border: solid 1px rgba(255,255,255,0.8) ; background-color: #1F1E1E; font-size: 14px; height: 40px; width: auto; color: #f5f5f5; padding: 8px 50px; } /* INDEX JOURNAL BLOG */ footer { position: relative; z-index: 9999; } .footer-part1{ background-color: #FFF; padding: 6em 0px 2em; } .footer-part1 h3{ font-size: 32px; } .footer-part1 p{ font-size: 24px; } .footer-part2{ background-color: #1F1E1E; padding: 2em 0px 0em; } .footer-logo svg{ width: 220px; } .footer-subtitle-after::after{ content: ''; display: block; background-color: #FFFFFF; height: 1px; margin-top: 15px; margin-bottom: 15px; min-width: 130px; } .footer-link-cat ul{ padding-left: 0px; list-style-type: none; line-height: 1.4; } .footer-newsletter #inscription-newsletter-1{ display: flex; align-items: center; } .footer-newsletter label{ margin-bottom: 0!important; } .footer-newsletter input{ border-radius: 0px; height: 40px!important; width: auto; background: none; color: #FFF!important; border: solid 1px rgba(255,255,255,0.2); letter-spacing: 0px; margin-top: 0px!important; } .footer-newsletter input[type="submit"]{ text-transform: none!important; font-size: 13px!important; background: rgba(255,255,255,0.2)!important; color: #FFF!important; border: none!important; border-radius: 0px!important; padding: 0px 30px!important; margin-top: 0px!important; padding: ; } .mc4wp-response *{ color: #FFF!important; font-size: 14px!important; } .footer-link-cat:last-of-type div:first-of-type h3{ opacity: 0; } .footer-link-cat ul li{ list-style-type: none; margin-bottom: 0px; } .footer-adress h4{ color: #757575; font-size: 16px; } .footer-adress p{ font-size: 14px; line-height: 1.4; } .footer-modul-mc{ max-width: 300px; } /*********** DEFAULT TMPLT ************/ .default-sh-template{ padding-top: 20vh ; } .default-sh-content h2{ font-size: 28px; line-height: 45px; font-weight: 600; margin-bottom: 60px; } .default-sh-content h3{ font-size: 28px; line-height: 38px; font-weight: 400; margin-bottom: 40px; } .default-sh-content p{ font-size: 17px; line-height: 30px; font-weight: 300; margin-bottom: 30px; } .default-sh-content li{ font-size: 17px; line-height: 30px; font-weight: 300; } /*********** PAGE 404 *************/ body.error404{ background-color: #FFF; } #page-404 section{ height: calc(100vh - 50px); } #page-404 .btn-back-home{ display: inline-block; padding: 12px 25px; } /** MASK RESPONSIVE **/ #mask-responsive{ height: 100vh; width: 100vw; display: none; z-index: 9999999; background-color: #1F1E1E; position: fixed; } /*------------------------------------*\ TYPOGRAPHY \*------------------------------------*/ .open-sans{ font-family: 'Open Sans', sans-serif; } /*------------------------------------*\ RESPONSIVE \*------------------------------------*/ @media only screen and (min-width:1440px) { } /* 13 POUCES */ @media only screen and (max-width:1200px) { .video-top-container{ max-width: 960px; } } /* 11 POUCES */ @media only screen and (max-width:1024px) { /* VIDEO INTRO */ /* TMPLT COLLECTIONS */ .collections-repeater-content{ margin-left: 0px; } .row-collections{ min-height: auto; } /* ARCHIVE TAX */ .sub-cat-top-cube{ margin-bottom: -25vh; } .archive-arrow{ left: 10px; } .archive-tax-main { min-height: auto; padding: 15vh 0 10vh; } .wrapper-scroll{ height: auto; overflow: auto; } .wrapper-scroll-section{ padding: 0px; overflow: hidden; } .wrapper-scroll-section ul{ position: relative; height: auto; width: auto; overflow: hidden; transform: rotate(0deg); left: 0; padding-left: 0px; } .wrapper-scroll-bloc:first-of-type{ margin-top: 180px; } .wrapper-scroll-bloc:first-of-type { margin-top: 25vw; } .wrapper-scroll-section ul a{ transform: rotate(0deg); margin-top: 0vw; } /* CONTACT */ #modal-container-form.one .modal-background .modal{ margin-top: 10vh; } /* SAERCH */ .search main{ padding: 15vh 10vh; } } /* iPad 10,5 POUCES */ @media only screen and (max-width:992px) { /* HEADER */ .large-menu nav ul li { list-style-type: none; font-size: 15px; font-weight: 700; padding: 0.8em 0.8em; } .top-header-wpml ul li { padding: 10px 0px 0px; } .container-logo-menu img{ max-width: 150px; } /* VIDEO INTRO */ .video-top-container{ max-width: 720px; padding: 0 15px; } body.home .container-logo-menu, body.archive#archive-cat .container-logo-menu { transform: translateY(-25px)!important; } /* HEADER */ .home header.fixed, .home.scroll-already header.fixed, .archive#archive-cat header.fixed{ margin-top: 0px; } .large-menu { max-height: 40px; } .large-menu nav ul{ display: none; } .large-menu-rotate { transform: translateY(-25px); } .menu-rotate { transform: translateY(10px); } .home.menu-fixed header .menu-section { padding: 0em 0em; } .large-menu-nav{ justify-content: flex-end; } #menu-btn{ display: block; opacity: 0; } .home.menu-fixed .top-header-wpml, .home.menu-fixed .large-menu-nav, .home.menu-fixed #menu-btn{ opacity: 1; transition: 500ms; pointer-events: all; } body:not(.home) .top-header-wpml, body:not(.home) .large-menu-nav, body:not(.home) #menu-btn{ opacity: 1; transition: 500ms; pointer-events: all; } body:not(.home) .header{ top: 0; } .menu-fixed .top-header-wpml, body:not(.home) .top-header-wpml{ padding: 0.5em 0; } .btn-search{ padding-bottom: 0px; transform: translateY(3px); } .large-menu-rotate{ pointer-events: none; } .large-menu-rotate.menu-rotate{ pointer-events: all; } /* HOME */ .home-main{ padding: 5vh 0; } .home-repeaterA{ flex-direction: column-reverse; } .home-repeaterA .home-repeater-content { margin-left: 0px; } .home-repeaterA .home-repeater-img > div:first-of-type{ margin-right: 0px; margin-top: 20px; } #home-img-sprite { min-height: 60vh; } .home-repeaterB .home-repeater-content{ margin-right: 0px; } .home-repeaterB .home-repeater-img > div:first-of-type{ margin-top: 20px; } /* TMPLT COLLECTIONS */ .collections-main{ padding: 20vh 15px 5vh; } .row-collections{ padding: 5vh 0 10vh; } .row-collections-parent:nth-of-type(2n+1) .row-collections .collections-repeater-content{ margin-right: 0px; padding-right: 40px; } .collections-repeater-content{ width: auto; } .video-scroll, .video-length{ display: none; } .video-thumbnail{ display: block; } /* FOOTER */ .footer-link-cat{ margin: 20px 0px; } .footer-link-cat > div{ margin-bottom: 20px; } /* ABOUT */ .about-repeaterA .about-repeater-content, .about-repeater-content-left{ margin-right: 0px; } .about-repeaterA .about-repeater-img > div:first-of-type{ margin-left: 0px; margin-top: 20px; } .about-repeaterB{ flex-direction: column-reverse; } /* ARCHIVE TAX */ .video-container video{ height: 100vh; width: 100vw; object-fit: cover; } .archive#archive-cat .top-header-wpml, .archive#archive-cat .large-menu{ opacity: 0; transition: 500ms; } .menu-fixed.archive#archive-cat .top-header-wpml, .menu-fixed.archive#archive-cat .large-menu{ opacity: 1; transition: 500ms; } .archive-tax-main{ min-height: auto; } .archive-tax-main:nth-of-type(2n){ padding: 0vh 0 15vh; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content div:first-of-type{ margin-left: auto; } .wrapper-scroll-section{ padding: 25vw 0vw 30vw 0vw; } .wrapper-scroll-section ul li img{ max-width: 80vw; } .wrapper-scroll-title { position: absolute; top: 0vh; left: 0px; } .wrapper-scroll-bloc { margin-bottom: 10vw; } /* ARCHIVE TAX SUB */ .banner-archive-subcat{ height: 60vh; } .sub-cat-top-cube { margin-bottom: -10vh; } .archive-arrow{ right: 50px; left: auto; bottom: 13vh; } /* CONTACT */ .contact-main{ padding: 10vh 0 5vh; } .contact-repeaterC h2{ text-align: left!important; } .contact-cat-left-parent .contact-repeater-title-after::after{ margin-right: auto; margin-left: 0; } .contact-repeaterA{ flex-direction: column-reverse; } .contact-repeater-content{ margin-left: 0px; } .contact-repeater-title-after { margin-left: 80px; } .contact-repeater-img > div:first-of-type, .contact-cat-right-parent{ margin-right: 0px; margin-top: 20px; transform: translateX(0); } .contact-cat-left-parent{ transform: translateX(0); } /* SEARCH */ .search main{ padding: 10vh 0; } } /* iPad 9,7 POUCES (STANDARD) & Mobile */ @media only screen and (max-width:768px) { /* #mask-responsive{ display: block; } */ } @media only screen and (max-width:420px) { .page-loader svg{ max-width: 70vw; transform: translateY(-50px); } /* COOKIE */ .cookie-notif{ padding: 0px 0px; } .cookie-notifs-child{ flex-direction: column; } .cookie-notifs-child button{ width: 100%; margin-right: 15px!important; } .cookie-notifs-child button:last-of-type{ margin-top: 5px; } .mw-60{ max-width: 100%; } .video-top-container{ padding: 0 30px; } /* HEADER */ .menu-container{ padding-bottom: 0.5em; } .menu-fixed .container-logo-menu svg, .container-logo-menu svg{ width: 170px; transition: 500ms; } .menu-section{ padding: 0px 20px; } .container-logo-menu{ z-index: 99999; } .container-logo-menu svg .shape-paris{ display: none; } .large-menu{ position: absolute; right: 0; } .large-menu-rotate{ display: flex; flex-direction: column-reverse; transform: translateY(26px); } body.home.menu-fixed .container-logo-menu, body.archive#archive-cat.menu-fixed .container-logo-menu, body:not(.home) .container-logo-menu{ transform: translateY(-1px)!important; } body.home.menu-fixed .container-logo-menu.logo-rotate, body.archive#archive-cat.menu-fixed .container-logo-menu.logo-rotate, body:not(.home) .container-logo-menu.logo-rotate{ transform: translateY(-33px)!important; } .menu-rotate{ transform: translateY(-5px); } .home.menu-fixed header .menu-section, body:not(.home) header .menu-section{ padding: 0.25em 0em 0.25em 0em; } .search-bar input{ padding-bottom: 0px; } /* HOME */ .home .adress-video{ display: none; } .video-top-container .slogan-video{ max-width: 75%; } .home header, .archive#archive-cat header { margin-top: calc(100vh - 135px)!important; } .home header.fixed, .archive#archive-cat header.fixed{ margin-top: 0px!important; } .home-repeater-content, .home-img-text { padding: 80px 40px; } /* TMPLT COLLECTIONS */ .collections-repeater-content { padding: 60px 40px; } .tmplt-collections-media { transform: translateX(0px); margin-bottom: 30px; } .row-collections-parent:nth-of-type(2n+1) .collections-repeater-content { margin-left: 0px; } .collections-repeater-content .mb-40{ margin-bottom: 0px!important; } /* ABOUT*/ .about-main { padding: 10vh 0 5vh; } .about-repeaterA .about-repeater-content, .about-repeater-content-right > div:first-of-type, .about-repeater-content-right .about-text-sub-img, .about-repeater-content-left .about-text-sub-img{ padding: 60px 40px; } .about-repeater-content-left{ padding-right: 15px!important; } .about-repeater-content-right{ padding-left: 15px!important; } .about-repeaterB{ margin-top: 5vh; } /* CONTACT */ .contact-repeaterA .contact-repeater-content{ padding: 60px 40px; } .contact-repeater-title-after{ margin-left: 40px; } .contact-cat-left{ padding: 60px 40px; } .contact-cat-right{ padding: 60px 40px; } /* ARCHIVE TAX */ .archive-repeater-content{ padding-right: 15px!important; padding-left: 15px!important; } .archive-repeater-content > div:first-of-type, .archive-tax-main:nth-of-type(2n) .archive-repeater-content div:first-of-type{ padding: 60 40px!important; width: auto; height: auto!important; } .collection-arrow{ bottom: 0vh; } .collection-arrow svg{ max-width: 20px; } .wrapper-scroll{ height: auto; overflow: auto; } .wrapper-scroll-section{ padding: 0px; overflow: hidden; } .wrapper-scroll-section ul{ position: relative; height: auto; width: auto; overflow: hidden; transform: rotate(0deg); left: 0; padding-left: 0px; } .wrapper-scroll-bloc:first-of-type{ margin-top: 180px; } .wrapper-scroll-section ul li{ flex-direction: column; } .wrapper-scroll-section ul li img { max-width: 240vw; margin-left: auto; margin-top: -25vh; } .wrapper-scroll-section ul a{ transform: rotate(0deg); } .wrapper-scroll-bloc{ margin-bottom: 40px; } .scroll-section-content > div:first-of-type { width: auto; height: 350px; } /* ARCHIVE TAX SUB */ .icon-zoom{ display: none; } .sub-cat-top-cube{ margin-top: 80px; padding: 60px 40px; } #modal-container-product .modal-background .modal{ padding: 40px; overflow-y: scroll; } #modal-container-product .close-modal { right: 40px; top: 40px; } .archive-arrow{ right: 30px; bottom: 15px; } .archive-arrow svg{ max-width: 20px; } #modal-container-product .modal .ajax-thumbnail { height: 100%; } #modal-container-product .modal .ajax-thumbnail img#thumb{ position: relative; display: flex; width: 100%; } .banner-archive-subcat { height: auto; } #modal-container-product .ajax-content h3{ max-width: 60%; } /* FOOTER */ .footer-newsletter{ margin-top: 20px; } .footer-link-cat ul li{ margin-bottom: 8px; } .sub-footer{ margin-top: 15px!important; } /* MENU OPEN */ ul#menu-menu-mobile { padding-left: 15px; } .nav-mobile .row{ margin-left: 0px!important; margin-right: 0px!important; } /* 404 */ #page-404 h1{ font-size: 30px; } #page-404 h2{ font-size: 16px; } } /* iPhone 6 */ @media only screen and (max-width:380px) { #modal-container-product .modal-background .modal { padding: 20px; } } /* iPhone 5 */ @media only screen and (max-width:320px) { } /*------------------------------------*\ MISC \*------------------------------------*/ ::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } /*------------------------------------*\ WORDPRESS CORE \*------------------------------------*/ .alignnone { margin:5px 20px 20px 0; } .aligncenter, div.aligncenter { display:block; margin:5px auto 5px auto; } .alignright { float:right; margin:5px 0 20px 20px; } .alignleft { float:left; margin:5px 20px 20px 0; } a img.alignright { float:right; margin:5px 0 20px 20px; } a img.alignnone { margin:5px 20px 20px 0; } a img.alignleft { float:left; margin:5px 20px 20px 0; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-caption { background:#FFF; border:1px solid #F0F0F0; max-width:96%; padding:5px 3px 10px; text-align:center; } .wp-caption.alignnone { margin:5px 20px 20px 0; } .wp-caption.alignleft { margin:5px 20px 20px 0; } .wp-caption.alignright { margin:5px 0 20px 20px; } .wp-caption img { border:0 none; height:auto; margin:0; max-width:98.5%; padding:0; width:auto; } .wp-caption .wp-caption-text, .gallery-caption { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; } .sticky { } /*------------------------------------*\ PRINT \*------------------------------------*/ @media print { * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; } a, a:visited { text-decoration:underline; } a[href]:after { content:" (" attr(href) ")"; } abbr[title]:after { content:" (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; } pre,blockquote { border:1px solid #999; page-break-inside:avoid; } thead { display:table-header-group; } tr,img { page-break-inside:avoid; } img { max-width:100% !important; } @page { margin:0.5cm; } } /*----------------- ANIMATION ------------------*/ /* ARROW ANIMATE */ .line-arrow-right1{animation: line-arrow-right1-fly 3s infinite ease-in-out;} @keyframes line-arrow-right1-fly{ 0% { transform: translate3d(-200px, 0, 0);} 30% {transform: translate3d(0px, 0, 0);} 40% {transform: translate3d(-4px, 0, 0);} 50% {transform: translate3d(0px, 0, 0);} 70% {transform: translate3d(-4px, 0, 0);} 100% {transform: translate3d(240px, 0, 0);} } /* ANIMATION MODAL CONTACT & PRODUITS */ @keyframes fadeIn { 0% { background: rgba(0, 0, 0, 0); } 100% { background: rgba(0, 0, 0, 0.7); } } @keyframes fadeOut { 0% { background: rgba(0, 0, 0, 0.7); } 100% { background: rgba(0, 0, 0, 0); } } @keyframes unfoldIn { 0% { transform: scaleY(0.005) scaleX(0); } 50% { transform: scaleY(0.005) scaleX(1); } 100% { transform: scaleY(1) scaleX(1); } } @keyframes unfoldOut { 0% { transform: scaleY(1) scaleX(1); } 50% { transform: scaleY(0.005) scaleX(1); } 100% { transform: scaleY(0.005) scaleX(0); } } @keyframes zoomIn { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes zoomOut { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes quickScaleDown { 0% { transform: scale(1); } 99.9% { transform: scale(1); } 100% { transform: scale(0); } } /* ANIM LOGO */ svg.anim-logo .shape-saint, svg.anim-logo .shape-honore{ stroke-width: 1px; stroke-dasharray: 150; animation: 4000ms draw ease-out; } svg.anim-logo .shape-paris{ animation: 3500ms logo-fade-in ease-out; } @keyframes draw { 0% { fill-opacity: 0; stroke-dashoffset: 150; stroke: #FFF; } 50% { fill-opacity: 0.25; stroke: #FFF; } 100% { fill-opacity: 1; stroke-dashoffset: 0; stroke: rgba(255,255,255,0); } } @keyframes logo-fade-in { 0% { opacity:0; } 75%{ opacity: 0; } 100% { opacity:1; } } .apparition, .apparition-2, .apparition-3 { opacity: 0; } .animation-fade-in { animation: animation-fade-in ease-out .8s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode:forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-in ease-out .8s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-in ease-out .8s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode:forwards; /*FF 5+*/ -o-animation: animation-fade-in ease-out .8s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode:forwards; /*Not implemented yet*/ -ms-animation: animation-fade-in ease-out .8s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode:forwards; /*IE 10+*/ } @keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .animation-fade-up { animation: animation-fade-up ease-out 0.3s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-up ease-out 0.3s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-up ease-out 0.3s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; /*FF 5+*/ -o-animation: animation-fade-up ease-out 0.3s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; /*Not implemented yet*/ -ms-animation: animation-fade-up ease-out 0.3s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards; /*IE 10+*/ } .animation-fade-down { animation: animation-fade-down ease-out 0.3s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-down ease-out 0.3s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-down ease-out 0.3s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; /*FF 5+*/ -o-animation: animation-fade-down ease-out 0.3s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; /*Not implemented yet*/ -ms-animation: animation-fade-down ease-out 0.3s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards; /*IE 10+*/ } @keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-moz-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-webkit-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-o-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-ms-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } /*******FADE DOWN********/ @keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-moz-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-webkit-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-o-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-ms-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } /* scroll animation*/ .box-parent{ position: absolute; bottom: 10vh; width: 100%; } .box span { display: block; width: 10px; height: 10px; border-bottom: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; transform: rotate(45deg); animation: animate 2s infinite; margin: -10px; } .box span:nth-child(2) { animation-delay: -0.2s; } .box span:nth-child(3) { animation-delay: -0.4s; transform: rotate(45deg) translate(-20px, -20px) } @keyframes animate { 0% { opacity: 0; transform: rotate(45deg) translate(-20px, -20px) } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(20px, 20px); } }
style.css
MAIN \*------------------------------------*/ /* global box-sizing */ *, *:after, *:before { -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } *:focus{ outline: none!important; } mark{ background-color: transparent!important; } .mark{ background-color: transparent!important; font-weight: bolder; } /* html element 62.5% font-size for REM use */ html { font-size:62.5%; scroll-behavior: smooth; } body { color: #1F1E1E; font-size: 16px; line-height: 1.6; word-break: normal; font-family: 'Open Sans', sans-serif; } h1{ margin-bottom: 30px; } h2, h3, h1{ font-size: inherit; font-weight: inherit; color: inherit; } /* clear */ .clear:before, .clear:after { content:' '; display:table; } .clear:after { clear:both; } .clear { *zoom:1; } img { max-width:100%; vertical-align:bottom; } a { text-decoration:none!important; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } a:hover{ color: #444; } a:focus { outline:0; } a:hover, a:active { outline:0; } input:focus { outline:0; } strong{ font-weight: 600; } .anim-300{ -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .anim-500{ -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } .anim-700{ -webkit-transition: all 700ms ease-out; -moz-transition: all 700ms ease-out; -ms-transition: all 700ms ease-out; -o-transition: all 700ms ease-out; transition: all 700ms ease-out; } .zi-9{z-index: 9!important;} .zi-99{z-index: 99!important;} .zi-999{z-index: 999!important;} .zi-9999{z-index: 9999!important;} .zi-99999{z-index: 99999!important;} .o-hidden{ overflow: hidden; } .opacity0{ opacity: 0; } .p-relative{position: relative;} .p-absolute{position: absolute;} .fs-8{font-size: 8px;} .fs-10{font-size: 10px;} .fs-11{font-size: 11px;} .fs-12{font-size: 12px;} .fs-14{font-size: 14px;} .fs-15{font-size: 15px;} .fs-12{font-size: 12px;} .fs-13{font-size: 13px;} .fs-16{font-size: 16px!important;} .fs-17{font-size: 17px;} .fs-18{font-size: 18px;} .fs-20{font-size: 20px;} .fs-22{font-size: 22px;} .fs-24{font-size: 24px;} .fs-28{font-size: 28px;} .fs-30{font-size: 30px;} .fs-32{font-size: 32px;} .fs-36{font-size: 36px;} .fs-40{font-size: 40px;} .fs-42{font-size: 42px!important;} .fs-44{font-size: 44px;} .fs-48{font-size: 48px;} .fs-52{font-size: 52px;} .fs-60{font-size: 60px;} .fs-66{font-size: 66px;} .fs-72{font-size: 72px;} .fs-80{font-size: 80px;} .fs-90{font-size: 90px;} .fs-100{font-size: 100px;} .fs-110{font-size: 110px;} .fs-120{font-size: 120px;} .fs-130{font-size: 130px;} .fs-150{font-size: 150px;} .fs-180{font-size: 180px;} .uppercase{text-transform: uppercase!important;} .lowercase{text-transform: lowercase!important;} .italic{font-style: italic!important;} .btn-black-left{ background: none; border: solid 1px #1F1E1E; color: #1F1E1E; width: auto; font-size: 14px; padding: 0.5em 6.5em 0.5em 0.25em; } .btn-black{ background: none; border: solid 1px #1F1E1E; color: #1F1E1E; display: inline-block; width: auto; font-size: 14px; padding: 0.5em 2.5em; } .btn-black:hover, .btn-black-left:hover{ background-color: #1F1E1E!important; color: #FFF!important; } .btn-white{ background: none; border: solid 1px #FFF; color: #FFF; display: inline-block; width: auto; font-size: 14px; padding: 0.5em 2.5em; } .btn-white:hover{ background-color: #FFF!important; color: black!important; } .text-black{color: #1F1E1E;} .text-white{color: #FFF;} .text-grey{color: #757575!important;} .text-darkgrey{color: #3D3D3D!important;} .text-green{color: #1F1E1E;} .white-bkg{background-color: #FFFFFF;} .dark-grey-bkg{background-color: #313131!important;} .light-grey-bkg{background-color: #EAEAEA;} .bkg-green{background-color: #1F1E1E;} .d-block{display: block!important;} .w-80{width: 80%;} .w-95{width: 95%;} .mw-30{max-width: 30%;} .mw-40{max-width: 40%;} .mw-50{max-width: 50%;} .mw-60{max-width: 60%;} .mw-70{max-width: 70%;} .mw-80{max-width: 80%;} .mw-90{max-width: 90%;} .lh-1{line-height: 1;} .lh-1-4{line-height: 1.4!important;} .lh-1-5{line-height: 1.5;} .lh-10{line-height: 10px;} .lh-16{line-height: 16px;} .lh-18{line-height: 18px;} .lh-22{line-height: 22px;} .lh-24{line-height: 24px;} .lh-26{line-height: 26px;} .lh-28{line-height: 28px;} .lh-32{line-height: 32px;} .lh-50{line-height: 50px;} .lh-72{line-height: 72px;} .lh-100{line-height: 100px;} .ls-05{letter-spacing: 0.5px;} .ls-1{letter-spacing: 1px;} .ls-2{letter-spacing: 2px;} .ls-3{letter-spacing: 3px;} .ls-4{letter-spacing: 4px;} .ls-5{letter-spacing: 5px;} .ls-6{letter-spacing: 6px;} .ls-8{letter-spacing: 8px;} .ls-10{letter-spacing: 10px;} .ls-12{letter-spacing: 12px;} .ls-15{letter-spacing: 15px;} .ls-20{letter-spacing: 20px;} .fw-300{font-weight: 300!important;} .fw-400{font-weight: 400;} .fw-500{font-weight: 500;} .fw-600{font-weight: 600!important;} .fw-700{font-weight: 700;} .lighter{font-weight: 300;} .m-0{margin: 0!important;} .m-auto-0{margin: auto 0;} .m-0-auto{margin: auto 0;} .mw-30{max-width: 30%;} .mw-40{max-width: 40%;} .mw-50{max-width: 50%;} .mw-60{max-width: 60%;} .mw-70{max-width: 70%;} .mw-80{max-width: 80%;} .mt-0{margin-top: 0px!important;} .mt-5{margin-top: 5px;} .mt-10{margin-top: 10px;} .mt-15{margin-top: 15px;} .mt-20{margin-top: 20px;} .mt-30{margin-top: 30px;} .mt-40{margin-top: 40px;} .mt-50{margin-top: 50px;} .mt-80{margin-top: 80px;} .mt-100{margin-top: 100px;} .mt-120{margin-top: 120px;} .mt-130{margin-top: 130px;} .mt-140{margin-top: 140px;} .mt-150{margin-top: 150px;} .mt-200{margin-top: 200px;} .mt-250{margin-top: 250px;} .mt-350{margin-top: 350px;} .mb-0{margin-bottom: 0px;} .mb-5{margin-bottom: 5px;} .mb-10{margin-bottom: 10px;} .mb-15{margin-bottom: 15px;} .mb-20{margin-bottom: 20px;} .mb-30{margin-bottom: 30px;} .mb-40{margin-bottom: 40px!important;} .mb-50{margin-bottom: 50px;} .mb-80{margin-bottom: 80px;} .mb-100{margin-bottom: 100px;} .mb-120{margin-bottom: 120px;} .mb-130{margin-bottom: 130px;} .mb-140{margin-bottom: 140px;} .mb-150{margin-bottom: 150px;} .mb-250{margin-bottom: 250px;} .mb-350{margin-bottom: 350px;} .ml-0{margin-left: 0px;} .ml-5{margin-left: 5px!important;} .ml-10{margin-left: 10px;} .ml-15{margin-left: 15px;} .ml-20{margin-left: 20px;} .ml-30{margin-left: 30px;} .ml-35{margin-left: 35px;} .ml-40{margin-left: 40px;} .ml-50{margin-left: 50px;} .ml-80{margin-left: 80px;} .ml-100{margin-left: 100px;} .ml-120{margin-left: 120px;} .ml-130{margin-left: 130px;} .ml-140{margin-left: 140px;} .ml-150{margin-left: 150px;} .ml-350{margin-left: 350px;} .mr-0{margin-right: 0px;} .mr-5{margin-right: 5px;} .mr-10{margin-right: 10px;} .mr-15{margin-right: 15px;} .mr-20{margin-right: 20px;} .mr-30{margin-right: 30px;} .mr-40{margin-right: 40px;} .mr-50{margin-right: 50px;} .mr-80{margin-right: 80px;} .mr-100{margin-right: 100px;} .mr-120{margin-right: 120px;} .mr-130{margin-right: 130px;} .mr-140{margin-right: 140px;} .mr-150{margin-right: 150px;} .mr-350{margin-right: 350px;} .p-0{padding: 0!important;} .p-5{padding: 5px;} .p-10{padding: 10px;} .p-15{padding: 15px;} .p-20{padding: 20px;} .p-30{padding: 30px;} .p-40{padding: 40px;} .p-50{padding: 50px;} .p-80{padding: 80px;} .p-100{padding: 100px;} .pb-0{padding-bottom: 0px!important;} .pb-5{padding-bottom: 5px;} .pb-10{padding-bottom: 10px;} .pb-15{padding-bottom: 15px;} .pb-20{padding-bottom: 20px;} .pb-30{padding-bottom: 30px;} .pb-40{padding-bottom: 40px;} .pb-50{padding-bottom: 50px;} .pb-80{padding-bottom: 80px;} .pb-100{padding-bottom: 100px;} .pb-150{padding-bottom: 150px;} .pb-200{padding-bottom: 200px;} .pb-250{padding-bottom: 250px;} .pb-300{padding-bottom: 300px;} .pt-5{padding-top: 5px;} .pt-10{padding-top: 10px;} .pt-15{padding-top: 15px;} .pt-20{padding-top: 20px;} .pt-30{padding-top: 30px;} .pt-40{padding-top: 40px;} .pt-50{padding-top: 50px;} .pt-80{padding-top: 80px;} .pt-100{padding-top: 100px;} .pt-150{padding-top: 150px;} .pt-200{padding-top: 200px;} .pt-250{padding-top: 250px;} .pt-300{padding-top: 300px;} .pt-15vh{padding-top: 15vh;} .pb-15vh{padding-bottom: 15vh;} .pl-0{padding-left: 0!important;} .pl-5{padding-left: 5px;} .pl-10{padding-left: 10px;} .pl-15{padding-left: 15px;} .pl-20{padding-left: 20px;} .pl-30{padding-left: 30px;} .pl-40{padding-left: 40px;} .pl-50{padding-left: 50px;} .pl-60{padding-left: 60px;} .pl-80{padding-left: 80px;} .pl-100{padding-left: 100px;} .pr-0{padding-right: 0px;} .pr-5{padding-right: 5px;} .pr-10{padding-right: 10px;} .pr-15{padding-right: 15px;} .pr-20{padding-right: 20px;} .pr-30{padding-right: 30px;} .pr-40{padding-right: 40px;} .pr-50{padding-right: 50px;} .pr-80{padding-right: 80px;} .pr-100{padding-right: 100px;} /*------------------------------------*\ saint-honore \*------------------------------------*/ /* COOKIES */ /* .cookies-accepted .page-loader { display: none; } */ .page-loader{ width: 100vw; height: 100vh; display: flex; top: 0px; left: 0px; align-items: center; background: #1F1E1E; position: fixed; z-index: 99998; justify-content: center; } .cookie-notif{ display: none; } .cookie-notif { width: 100%; position: fixed; bottom: 0; left: 0; z-index: 99997; padding: 0px 30px; background-color: #b3b4b5; } .cookie-notif a{ color: #1F1E1E; } .cookie-span { font-size: 32px; line-height: 10px; color: #e5e5e5; position: relative; top: 10px; } /* wrapper */ .wrapper { } /* header */ .header { width: 100%; z-index: 99991; position: fixed; top: 30px; background-color: #101010; /* border-bottom: solid 1px #EAEAEA; */ /* -webkit-box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); -moz-box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); box-shadow: 4px 13px 20px -20px rgba(0,0,0,0.15); */ } header a{ color: #FFFFFF!important; } .large-menu nav ul li a{ color: #FFFFFF; } .header.nav-up { top: -35px; } /* .home .top-header-wpml{ opacity: 0; pointer-events: none; } */ header .wpml-ls-menu-item a{ color: rgba(255,255,255,0.5)!important; } header .wpml-ls-current-language a{ color: #FFF!important; } .header.nav-up .top-header-wpml ul li{ padding: 10px 0px 5px; } body.home .container-logo-menu, body.archive#archive-cat .container-logo-menu{ transform: translateY(-5px)!important; } body.home.menu-fixed .container-logo-menu, body.archive#archive-cat.menu-fixed .container-logo-menu{ transform: translateY(-17px)!important; } body.page-template-template-about .container-logo-menu, body.page-template-default .container-logo-menu, body.page-template-template-contact .container-logo-menu, body.page-template-template-collections .container-logo-menu, body#archive-subcat .container-logo-menu, body.search .container-logo-menu, body.single-presentoirs .container-logo-menu, body.single-mannequins .container-logo-menu{ transform: translateY(-17px); } .container-logo-menu img{ width: 110px; } .cta-buytickets img{ height: 20px; margin-right: 10px; } .header.logo-up .container-logo-menu{ padding: 0.5em 1em; height: 100%; border-radius: 0em 0 0em 8px; } .header.logo-up .container-logo-menu img{ transform: scale(0.7); } body.fixed header{ background-color: #F6F5F1; border-bottom: solid 1px rgba(150,150,150,0.3); } body.fixed .large-menu nav ul li{ padding: 1.5em 0em; } body.fixed header a{ color: #2C2C2B; } .home-main{ overflow: hidden; } /* burger menu */ #menu-btn:hover{ cursor: pointer; } .resize-menu #menu-btn:before{ top: -65px; } /* MENU OPEN */ #menu-nav-mobile{ margin-top: 60px; } .nav-mobile { background: rgba(0,0,0,0.98); width: 100%; height: auto; top: 0; left: 0; position: fixed; z-index: 99990; overflow-y: hidden; display: none; } .nav-mobile ul{ padding: 15vh 10vw 50px 5vw; width: 100%; } .nav-mobile ul li{ opacity: 1; line-height: 40px; margin-left: 15px; text-align: left; display: block; border-bottom: solid 1px rgba(255,255,255,0.1); } .nav-mobile ul li a{ color: #EAEAEA; font-size: 15px; text-decoration: none; display: flex; align-items: center; } .nav-mobile ul li a .material-icons{ opacity: 0.6; } .responsive .site-branding span{ color: #222222!important; } .nav-mobile .row{ margin-left: 0px; margin-right: 0px; } #menu-btn button { position: relative; display: inline-block; padding: 0; height: 15px; width: 20px; background: none; border: none; cursor: pointer; outline: 0; margin-left: 10px; } #menu-btn button span { position: absolute; display: block; height: 2px; width: 100%; background: #FFFFFF; transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear; } #menu-btn button span:nth-child(1) { top: 0; } #menu-btn button span:nth-child(2) { top: 8px; width: 60%; text-align: right; } #menu-btn button span:nth-child(3) { top: 16px; } .resize-menu #menu-btn button span { background: #3D3D3D!important; } .resize-menu #menu-btn span{ color: #3D3D3D!important; } #menu-btn button.menu-open span { top: 7px; background-color: #EAEAEA!important; transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear; } #menu-btn button.menu-open span:nth-child(1) { transform: rotate(45deg); } #menu-btn button.menu-open span:nth-child(2) { opacity: 0; } #menu-btn button.menu-open span:nth-child(3) { transform: rotate(-45deg); } /* logo */ /* nav */ .nav { margin-left: auto; } .large-menu nav ul{ display: flex; padding-left: 0px; justify-content: space-between; width: 100%; margin-bottom: 0px; } .large-menu nav ul li{ list-style-type: none; font-size: 15px; font-weight: 600; padding: 10px 15px 15px; } .large-menu nav ul li:last-of-type{ padding-right: 0px!important; } /* .current_page_item { border-bottom: solid 2px #FFFFFF; } */ .large-menu a{ display: flex; align-items: center; } .large-menu a .material-icons{ color: rgba(0,0,0,0.25); } .main-navigation-zone ul li{ list-style: none; padding: 5px 15px 5px 15px; } .main-navigation-zone a{ color: #fff; text-decoration: none; } .menu-fixed .container-logo-menu{ /* padding-left: 0px!important; */ transform: translateY(-15px); } #menu-btn{ /* opacity: 1; display: inline-block; */ display: none; } .menu-section-add button, .search-bar button[type="submit"], .btn-search{ background: none; border: none; } .large-menu{ max-height: 50px; overflow: hidden; } .large-menu-rotate{ transform: translateY(-20px); } .menu-rotate{ transform: translateY(20px); } /* SEARCH BAR */ .search-bar form{ display: flex; } .search-bar input{ border: none!important; border-radius: 0px; color: #FFF; padding: 5px 10px; height: 38px; min-width: 250px; background: none; font-size: 15px; margin-bottom: 0px; } .search-bar button[type="submit"]{ position: absolute; right: 5px; top: 10px; } .btn-search{ padding-right: 0px!important; } /* LOGO */ .container-logo-menu svg{ width: 220px; } /* WPML */ .top-header-wpml ul{ display: flex; margin-bottom: 0px; } .top-header-wpml ul li{ list-style-type: none; background-color: #101010!important; padding: 20px 0px 0px; font-size: 15px; } .top-header-wpml ul li:first-of-type{ margin-right: 15px; } .top-header-wpml ul li a{ background-color: transparent!important; text-transform: uppercase; font-size: 13px; } /* VIEDO INTRO */ .home .video-container, .archive#archive-cat .video-container{ overflow: hidden; } .archive#archive-cat .video-container{ width: 100vw; /* height: 100vh; */ height: calc(100vh - 90px); } .splash-logo{ position: absolute; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; z-index: 100; } .splash-logo-bkg{ background-color: #1F1E1E; z-index: 99; opacity: 0; } .splash-logo svg{ z-index: 100; } .video-top-container{ max-width: 1140px; margin: 0 auto; } .video-container video{ width: 100%; height: auto; } #archive-cat.tax-taxonomy-presentoirs .video-container video{ width: 100%; height: 100%; object-fit: cover; } .archive#archive-cat .video-top-content{ opacity: 1!important; transform: translateY(0px)!important; } .video-top-content{ position: fixed; width: 100%; padding: 4em 0em 0em; z-index: 999; } .slogan-video, .adress-video{ max-width: 450px; } .home .slogan-video *, .home .adress-video *{ color: #FFF!important; letter-spacing: 0px; } .slogan-video{ line-height: 1.35; } /* Header Video */ .home header, .archive#archive-cat header{ position: absolute; top: 0; left: 0; width: 100%; margin-top: calc(100vh - 95px); transition: opacity .5s cubic-bezier(.35,0,.17,1),transform .5s cubic-bezier(.35,0,.17,1),-webkit-transform .5s cubic-bezier(.35,0,.17,1); } .home header.fixed, .home.scroll-already header.fixed , .archive#archive-cat header.fixed{ position: fixed; margin-top: 30px; } .home.scroll-already header{ position: absolute; margin-top: 100vh; } .home header.fixed .large-menu ul li, .home header.fixed .menu-section-add, .archive#archive-cat header.fixed .large-menu ul li, .archive#archive-cat header.fixed .menu-section-add, .home header.fixed .top-header-wpml, .archive#archive-cat header.fixed .top-header-wpml{ opacity: 1; pointer-events: auto; transition: opacity .5s cubic-bezier(.35,0,.17,1),transform .5s cubic-bezier(.35,0,.17,1),-webkit-transform .5s cubic-bezier(.35,0,.17,1); } .archive#archive-cat header.fixed .menu-section{ padding: 0em 0em; } .archive#archive-cat header .menu-section{ padding: 1.5em 0em; } .home header .large-menu ul li, .home header .menu-section-add, .archive#archive-cat header .large-menu ul li, .archive#archive-cat header .menu-section-add, .home header .top-header-wpml, .archive#archive-cat header .top-header-wpml{ opacity: 0; pointer-events: none; transition: .5s } .home header.nav-up, .archive#archive-cat header.nav-up{ top: 0; } /* Anim Home Top ( Human Machines ) */ .splash-logo svg{ opacity: 0; } .home header .menu-section{ padding: 2.5em 0em; } .home main, .home header{ -webkit-transition: -webkit-transform 1350ms cubic-bezier(.28,0,.15,1); -o-transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1),-webkit-transform 1350ms cubic-bezier(.28,0,.15,1); } .slideUp-main{ transform: translateY(-15vh); -webkit-transition: -webkit-transform 1350ms cubic-bezier(.28,0,.15,1); -o-transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1); transition: transform 1350ms cubic-bezier(.28,0,.15,1),-webkit-transform 1350ms cubic-bezier(.28,0,.15,1); } .no-translateY{ transform: translateY(0)!important; } .home.menu-fixed header .menu-section{ padding: 0em 0em 0.5em; } .home .video-container, .home .splash-logo{ height: 100vh; width: 100vw; } .home .video-container video{ height: 100vh; width: 100vw; object-fit: cover; } /* Already scroll */ /*------------------------------------*\ PAGES \*------------------------------------*/ /* SPLASH SCREEN */ .load-screen-logo svg{ min-width: 350px; } /* HOME */ .home-img-sprite-link{ position: absolute; bottom: 40px; } .home main, .home, .archive#archive-cat main, .archive#archive-cat{ z-index: 9999; position: relative; } section.home-main:first-of-type{ padding-top: 17vh!important; } .home-main{ min-height: 100vh; padding: 10vh 0; /* background-color: #1F1E1E; */ background-color: #101010; -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; } body.menu-fixed .home-main{ background-color: #f5f5f5; -webkit-transition: background-color 500ms linear; -moz-transition: background-color 500ms linear; -o-transition: background-color 500ms linear; -ms-transition: background-color 500ms linear; transition: background-color 500ms linear; } .home-main h2, .about-main h2, .contact-main h2{ font-size: 32px; line-height: 45px; font-weight: 600; margin-bottom: 80px; } .home-repeater-title-after{ padding-left: 40px; margin-bottom: 40px; line-height: 1.25!important; } .home-repeaterB .home-repeater-title-after::after{ margin-left: auto; } .home-repeater-title-after::after, .about-repeater-title-after::after, .contact-repeater-title-after::after{ content: ''; height: 1px; width: 60%; background-color: #1F1E1E; display: block; margin-top: 40px!important; } .home-main h3, .about-main h3, .contact-main h3{ font-size: 28px; line-height: 38px; font-weight: 400; margin-bottom: 40px; } .home-main .row p, .about-main .row p, .contact-main .row p{ font-size: 17px; line-height: 30px; font-weight: 300; margin-bottom: 30px; max-width: 320px; } .home-main .row p:last-of-type{ margin-bottom: 0px; } .home-main .home-repeaterA:first-of-type .home-repeater-content{ background-color: #1F1E1E!important; -webkit-transition: background-color 500ms linear; -moz-transition: background-color 500ms linear; -o-transition: background-color 500ms linear; -ms-transition: background-color 500ms linear; transition: background-color 500ms linear; } body.menu-fixed .home-repeaterA:first-of-type .home-repeater-content{ background-color: rgb(239, 237, 236)!important; } .home-main .home-repeaterA a, .about-main .about-repeaterA a, .contact-main .contact-repeaterA a{ color: #1F1E1E; font-weight: 400; } .home-main .home-repeaterB a, .about-main .about-repeaterB a{ color: #FFF; font-weight: 400; } .home-main .home-repeaterB a:hover, .about-main .about-repeaterB a:hover{ color: black; font-weight: 400; } .home-main .home-repeaterB p{ margin-left: auto; } .home-repeater-content, .home-img-text{ padding: 80px; z-index: 98; } .home-repeater-img{ z-index: 99; } .home-repeaterA .home-repeater-content{ margin-left: -40px; } .home-repeaterA .home-img-text p{ margin-left: auto; } .home-repeaterB .home-repeater-content{ margin-right: -40px; } .home-repeaterB .home-repeater-content *{ color: #FFF; } .home-repeaterA .home-repeater-img > div:first-of-type{ margin-right: -20px; } #home-sprite{ height: 100vh; padding: 10vh; } /* video sprite */ .video-length{ height: 700px; position: absolute; top: 100px; } #home-img-sprite{ min-height: 100vh; background-size: cover!important; background-position: center!important; background-repeat: no-repeat!important; } .home-sprite-link-img{ position: absolute; display: block; height: 100%; width: 100%; z-index: 99; } #home-img-sprite:hover .home-img-sprite-link span{ background-color: #FFF; color: #1F1E1E; } /*** chiffres clés ***/ ul.home-liste-chiffres{ padding-left: 30%; } ul.home-liste-chiffres li{ margin-bottom: 40px; } ul.home-liste-chiffres li h3{ margin-bottom: 0px; } /* ABOUT */ .about-main{ min-height: 80vh; padding: 15vh 0; } .about-repeaterA .about-repeater-content{ padding: 80px; margin-right: -40px; } .about-repeaterA .about-repeater-img > div:first-of-type{ margin-left: -20px; } .about-repeaterA .about-repeater-content *, .about-repeaterA .about-repeater-content{ color: #FFF!important; text-align: right; } .about-repeaterA .about-repeater-content p{ margin-left: auto!important; } .about-repeater-title-after{ margin-bottom: 80px; text-align: right; } .about-repeater-title-after::after{ margin-left: auto; } .about-repeaterB{ margin-top: 20vh; } .about-repeaterB h2{ margin-bottom: 40px; } .about-repeater-content-left .about-text-sub-img, .about-repeater-content-right .about-text-sub-img, .about-repeater-content-right > div:first-of-type{ padding: 40px 80px; } .about-repeater-content-right > div:first-of-type h3{ margin-bottom: 0px; } .about-repeater-content-right{ margin-left: 0px; } .about-repeater-content-left{ margin-right: -40px; } .about-repeater-content-left p{ margin-left: auto; } /* PAGE CONTACT */ .contact-main, .collections-main{ padding: 18vh 0 5vh; background-color: #fbfbfb; } /* .collections-main{ background-color: #fefffd!important; } */ .contact-main .contact-repeater-content h2{ margin-bottom: 30px!important; } .contact-repeaterA .contact-repeater-content{ padding: 80px; } .contact-repeater-content{ margin-left: -20px; } .contact-repeater-title-after{ margin-left: 65px; } .contact-repeater-img > div:first-of-type{ margin-right: -40px; z-index: 9; } .contact-repeaterC{ padding: 15vh 0; } .contact-cat-left{ padding: 25% 80px 20px; } .contact-cat-left h2{ color: #FFF; margin-bottom: 40px; } .contact-cat-right{ padding: 80px 50px 100px 80px; } .contact-cat-right p:first-of-type{ width: calc( 100% - 6px)!important; margin: 0px auto!important; } .contact-cat-right p{ display: flex; flex-wrap: wrap; } .contact-cat-right p span{ width: calc(50% - 6px); margin: 0px auto; } /* error message */ span.wpcf7-not-valid-tip { color: #f00; font-size: 14px; line-height: 1.25; width: 100%!important; margin: 5px 0px 5px!important; } .contact-cat-right p{ width: 100%!important; max-width: 100%!important; margin-bottom: 15px!important; } .contact-cat-right input::placeholder{ color: #FFF!important; } .contact-cat-right input, .contact-cat-right select{ border: none; -webkit-appearance: none!important; -webkit-border-radius: 0px!important; color: #FFF!important; height: 35px; font-size: 14px; } .contact-form-checkbox-row .wpcf7-list-item{ position: relative!important; margin-left: 0; margin-right: 10px; } .contact-form-checkbox-row .wpcf7-list-item input[type="checkbox"]{ position: absolute; z-index: 99; width: 100%!important; opacity: 0; } .contact-form-checkbox-row .wpcf7-list-item .wpcf7-list-item-label{ margin: 0; padding: .75rem 3rem; box-sizing: border-box; position: relative; display: inline-block; border: solid 1px #ddd; font-size: 14px; line-height: 140%; font-weight: 600; text-align: center; } .contact-form-checkbox-row .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label{ background-color: rgba(255,255,255,0.8); color: #1F1E1E; border-color: rgba(255,255,255,0.8); z-index: 1; } .contact-cat-left-parent{ height: fit-content; z-index: 999; } .contact-cat-left-parent{ transform: translateX(40px); } .contact-cat-right-parent{ transform: translateX(-20px); } .contact-cat-right-parent{ z-index: 9; margin-top: 300px; } .contact-cat-left-parent .contact-repeater-title-after::after{ margin-left: auto; } /* MODAL CONTACT */ body.modal-active{ overflow: hidden; } #modal-container-form, #modal-container-phone, #modal-container-product { position: fixed; display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; top: 0; left: 0; transform: scale(0); /* background: rgba(0,0,0,.6); */ z-index: 99999; } #modal-container-form.one, #modal-container-phone.one, #modal-container-product.one{ transform: scale(1); } #modal-container-form.one .modal-background, #modal-container-phone.one .modal-background, #modal-container-product.one .modal-background{ background: rgba(0, 0, 0, 0); animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; height: 100%; width: 100%; } #modal-container-form.one .modal-background .modal, #modal-container-phone.one .modal-background .modal, #modal-container-product.one .modal-background .modal { transform: scale(0); animation: zoomIn 0.4s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } #modal-container-phone.one .modal-background .modal p{ text-align: left!important; } #modal-container-form.one.out .modal-background .modal, #modal-container-phone.one.out .modal-background .modal, #modal-container-product.one.out .modal-background .modal { animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } #modal-container-form.one .modal-background .modal, #modal-container-phone.one .modal-background .modal{ margin-top: 20vh; } #modal-container-form.one.out .modal-background, #modal-container-phone.one.out .modal-background, #modal-container-product.one.out .modal-background { animation: fadeOut 0.5s linear forwards; } #modal-container-form.one.out, #modal-container-phone.one.out, #modal-container-product.one.out{ animation: quickScaleDown 0s .5s linear forwards; } #modal-container-form .modal-background, #modal-container-phone .modal-background, #modal-container-product .modal-background { display: table-cell; text-align: center; vertical-align: middle; } #modal-container-form .modal-background .modal, #modal-container-phone .modal-background .modal, #modal-container-product .modal-background .modal { background: white; padding: 50px; display: inline-block; font-weight: 300; position: relative; } #modal-container-form .modal-background .modal h2, #modal-container-phone .modal-background .modal h2 { font-size: 25px; line-height: 25px; margin-bottom: 25px; } #modal-container-form .modal-background .modal p, #modal-container-phone .modal-background .modal p { font-size: 18px; line-height: 22px; } #modal-container-form .modal-background .modal .modal-svg, #modal-container-phone .modal-background .modal .modal-svg, #modal-container-product .modal-background .modal .modal-svg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 3px; } #modal-container-form .modal-background .modal .modal-svg rect, #modal-container-phone .modal-background .modal .modal-svg rect, #modal-container-product .modal-background .modal .modal-svg rect { stroke: #fff; stroke-width: 1px; stroke-dasharray: 778; stroke-dashoffset: 778; } #modal-container-form .mc4wp-checkbox>label:first-of-type{ position: relative; border: none; z-index: 9; } #modal-container-form .mc4wp-checkbox input[type="checkbox"]{ position: absolute; z-index: 999; width: 100%!important; height: 100%; opacity: 0; left: 0; top: 0; } #modal-container-form .mc4wp-checkbox label label{ margin: 5px 0 8px; box-sizing: border-box; position: relative; display: inline-block; font-size: 14px; padding: 1rem 1em; border: solid 1px black; font-weight: 600; z-index: 9; text-align: center; transition: border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out,box-shadow .15s ease-out; } #modal-container-form .mc4wp-checkbox input:checked+span label{ background-color: #1F1E1E; color: #fff; border: none; z-index: 99; padding: 1rem 1em; } /* PAGE COLLECTION */ .btn-tmplt-collections{ background: none; border: solid 1px #FFF; color: #FFF; display: inline-block; width: auto; font-size: 14px; padding: 0.4em 0.8em; } div.btn-tmplt-collections a{ z-index: 99; display: inline-block; color: #FFF; width: 100%; line-height: 1.4; } div.btn-tmplt-collections:hover a{ color: #1F1E1E!important; } div.btn-tmplt-collections:hover .btn-after-block{ width: 100%; } .btn-tmplt-collections{ width: 100%; max-width: 270px; cursor: pointer; } .btn-after-block{ height: 100%; width: 80px; background-color: #FFF; position: absolute; right: 0; top: 0; z-index: 1; } .row-collections-parent:nth-of-type(2n+1) .btn-after-block{ position: absolute; left: 0; top: 0; z-index: 1; } .row-collections-parent:nth-of-type(2n+1) .btn-tmplt-collections a{ text-align: right; } .collection-top-title{ margin-right: 0px; } .collection-title-after::after{ content: ''; height: 1px; width: 60%; background-color: #1F1E1E; display: block; margin-top: 40px!important; margin-left: auto; } .row-collections:first-of-type{ padding-top: 10vh; } .row-collections{ min-height: 80vh; padding: 20vh 0 0vh; } .collections-repeater-content{ margin-left: 0px; margin-top: 60px; } .row-collections-parent:nth-of-type(2n+1) .row-collections .collections-repeater-content{ margin-right: -40px; } .row-collections-parent:nth-of-type(2n+1) .row-collections{ flex-direction: row-reverse; } .row-collections h2, .row-collections h3{ margin-left: 40px; } .row-collections-parent:nth-of-type(2n+1) .row-collections h2, .row-collections-parent:nth-of-type(2n+1) .row-collections h3{ text-align: right; margin-right: 40px; } .row-collections .video-length{ height: 100vh!important; } .collections-repeater-content{ padding-top: 40px; padding-left: 40px; min-height: 500px; width: 380px; } .row-collections-parent:nth-of-type(2n+1) .collections-repeater-content{ margin-left: auto; } .collections-repeater-content p{ max-width: 270px; } .row-collections-parent:nth-of-type(2n+1) .tmplt-collections-media{ transform: translateX(0px); } .tmplt-collections-media{ transform: translateX(40px); } .row-collections .video-scroll{ width: 100%; } .video-thumbnail{ display: none; } /* CATEGORY COLLECTIONS */ .archive-tax-main{ min-height: 100vh; padding: 30vh 0 20vh; background-repeat: no-repeat!important; background-color: #101010; -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; } .archive-tax-main:nth-of-type(2n+1) .archive-repeater-row{ flex-direction: row-reverse; } .archive-img-container{ width: 100vw; height: calc(100vh - 90px); overflow: hidden; } .archive-top-img{ width: 100%; height: 100%; background-size: cover!important; background-position: center!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-row > div:first-of-type{ text-align: right; } .archive-repeater-content > div{ height: 100%; } .archive-repeater-content > div.column{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .archive-repeater-content p{ max-width: 70%!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content p{ margin-left: auto!important; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content > div:first-of-type{ text-align: right; width: 500px; height: 500px!important; padding: 80px 40px 80px 80px; } .archive-repeater-content > div:first-of-type{ padding: 80px 80px 80px 40px; width: 500px; color: #FFF; height: 500px!important; } .archive-repeater-content h2, .archive-repeater-content h3{ margin-bottom: 80px; font-size: 28px; } .wrapper-scroll{ overflow-x: scroll; background-color: #fbfbfb; height: 100vh; } .wrapper-scroll-title{ position: absolute; top: 0vh; } /* TEST SCROLL HORIZONTAL */ .wrapper-scroll-section ul{ /* padding: 25vw 0vw 15vw 15vw; */ position: absolute; height: 100vw; width: 100vh; top: 0; margin: 0px!important; left: -100vh; overflow-y: auto; overflow-x: hidden; -webkit-transform: rotate(-90deg); transform-origin: top right; } .wrapper-scroll-section ul a{ display: block; transform: rotate(90deg); margin-top: 40vw; } .wrapper-scroll-bloc:first-of-type{ margin-top: 25vw; } .wrapper-scroll-section ul li img{ margin-left: 30px; width: auto; z-index: 9999; position: relative; /* max-width: 50vw; max-height: 700px; object-fit: cover; */ } /* FIN TEST SCROLL HORIZONTAL */ .targetscroll-H{ position: absolute; bottom: 0; left: 0; } .wrapper-scroll-section ul li{ max-width: 100%; } .scroll-section-content > div:first-of-type{ width: 400px; height: 350px; } .scroll-section-content > div:first-of-type{ padding: 60px 40px; background-color: #1F1E1E; color: #FFF; margin-bottom: 15px; } .scroll-section-content-link{ margin-left: auto; } .archive-title-after-parent{ position: absolute; top: 8vw; left: 0vw; } .archive-title-after::after{ content: ''; height: 1px; width: 50%; margin-left: auto; background-color: #1F1E1E; display: block; margin-top: 40px!important; } .archive-arrow-scroll{ position: absolute; left: 60px; top: calc(50% - 50px); } .archive-arrow-scroll svg{ max-width: 50px; } .collection-arrow{ position: absolute; bottom: 0vh; left: 50vw; transform: rotate(-90deg); } /* SOUS CATEGORY COLLECTIONS */ .sub-cat-top-cube{ padding: 80px 30px 60px 80px; margin-bottom: -13vh; z-index: 9999; } .sub-cat-top-cube p{ max-width: 300px; margin-left: auto; } .archive-collection-categories section:last-of-type{ background-color: #f5f5f5; padding-bottom: 20vh; } .archive-arrow{ position: fixed; bottom: 5vh; left: 3vw; } polyline { stroke-width: 1; stroke-dasharray: 500; stroke-dashoffset: 500; -webkit-animation: anim 2500ms infinite; animation: anim 2500ms infinite; /* animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); */ } @-webkit-keyframes anim { 0% { stroke-dashoffset: 500; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 500; } } @keyframes anim { 0% { stroke-dashoffset: 500; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 500; } } /* HEADER */ .banner-archive-subcat{ height: 70vh; background-size: cover!important; background-position: center!important; } .archive-subcat-title-after::after{ content: ''; height: 1px; width: 50%; margin-left: auto; background-color: rgba(255,255,255,0.5); display: block; margin-top: 40px!important; } .collection-product-col{ cursor: pointer; } .collection-product-col img{ /* height: 500px; object-fit: cover; object-position: bottom; */ height: 500px; object-fit: contain; object-position: left bottom; margin-top: 8vh; } .collection-product-content h3{ min-height: 50px; color: #1F1E1E; } .collection-product-description{ max-width: 55%; } .collection-product-description p{ margin-bottom: 0px; } .collection-product-col .logo-collection{ height: auto; margin: 0; } /* MODAL AJAX */ #modal-container-product .modal{ height: 90vh; overflow: hidden; margin-top: 5vh; } #modal-container-product .modal .ajax-content > div:first-of-type{ text-align: left!important; } #modal-container-product .modal .ajax-thumbnail > div:first-of-type{ overflow: hidden; max-width: 100%; } #modal-container-product .modal .ajax-thumbnail{ height: calc(90vh - 100px); } #modal-container-product .modal .ajax-thumbnail img{ height: 100%; position: absolute; left: 0px; } #modal-container-product .close-modal{ position: absolute; z-index: 999; right: 50px; top: 50px; } .icon-zoom{ position: absolute; bottom: 30px; right: 30px; } .ajax-thumbnail img[role="presentation"]{ background-color: rgba(255,255,255,0); cursor: crosshair;; } /* SINGLE */ .single-main{ background-color: #f5f5f5; padding-bottom: 20vh; } .custom-post-single{ padding-top: 120px; } .single-btn-back{ position: absolute; bottom: 0; right: 0; z-index: 99999; display: block; } .single-btn-back a{ display: none; } .single-btn-back a:last-of-type{ display: block; } .single-copyright{ position: absolute; right: 0px; bottom: -25px; z-index: 99999; display: block; } .logo-collection{ width: 20px; } .single #saint-honore{ height: calc(100vh - 100px); position: absolute; bottom: 0; } /* .single-up{ transform: translateY(-45vh); } */ /* SEARCH */ .search main{ background-color: #f5f5f5; padding: 18vh 10vh; } .search-top-title{ margin-top: 5vh; } .search-top-title .archive-subcat-title-after{ margin-right: 25px; } .search-top-title .archive-subcat-title-after::after{ background-color: #1F1E1E; } .search-top-cube{ padding: 80px 40px 80px 80px; } .tmplt-search .col-search-infos article{ max-width: 90%; margin-right: auto; } .col-search-infos article{ background-color: #1F1E1E; margin: 60px 0px 0px; padding: 80px 40px 20px 20px; height: 500px; } /* .tmplt-search .searching-row{ margin-top: -8vh; } */ #modal-container-form input[type="submit"]{ display: flex; } #modal-container-form .modal{ padding: 50px 50px 35px 50px!important; } /* FORM */ input, select{ background: rgba(255,255,255,0.19); color: #313131; border: solid 1px #EAEAEA; height: 40px; margin-bottom: 6px; padding: 5px 10px; width: 100%; font-size: 14px; } textarea{ height: 180px; width: 100%; border: solid 1px #EAEAEA; margin-bottom: 6px; padding: 5px 10px; background: rgba(255,255,255,0.19); border-radius: 5px; color: #313131; font-size: 14px; width: 100%; } input[type="submit"]{ margin-bottom: 0px!important; border: solid 1px rgba(255,255,255,0.8) ; background-color: #1F1E1E; font-size: 14px; height: 40px; width: auto; color: #f5f5f5; padding: 8px 50px; } /* INDEX JOURNAL BLOG */ footer { position: relative; z-index: 9999; } .footer-part1{ background-color: #FFF; padding: 6em 0px 2em; } .footer-part1 h3{ font-size: 32px; } .footer-part1 p{ font-size: 24px; } .footer-part2{ background-color: #1F1E1E; padding: 2em 0px 0em; } .footer-logo svg{ width: 220px; } .footer-subtitle-after::after{ content: ''; display: block; background-color: #FFFFFF; height: 1px; margin-top: 15px; margin-bottom: 15px; min-width: 130px; } .footer-link-cat ul{ padding-left: 0px; list-style-type: none; line-height: 1.4; } .footer-newsletter #inscription-newsletter-1{ display: flex; align-items: center; } .footer-newsletter label{ margin-bottom: 0!important; } .footer-newsletter input{ border-radius: 0px; height: 40px!important; width: auto; background: none; color: #FFF!important; border: solid 1px rgba(255,255,255,0.2); letter-spacing: 0px; margin-top: 0px!important; } .footer-newsletter input[type="submit"]{ text-transform: none!important; font-size: 13px!important; background: rgba(255,255,255,0.2)!important; color: #FFF!important; border: none!important; border-radius: 0px!important; padding: 0px 30px!important; margin-top: 0px!important; padding: ; } .mc4wp-response *{ color: #FFF!important; font-size: 14px!important; } .footer-link-cat:last-of-type div:first-of-type h3{ opacity: 0; } .footer-link-cat ul li{ list-style-type: none; margin-bottom: 0px; } .footer-adress h4{ color: #757575; font-size: 16px; } .footer-adress p{ font-size: 14px; line-height: 1.4; } .footer-modul-mc{ max-width: 300px; } /*********** DEFAULT TMPLT ************/ .default-sh-template{ padding-top: 20vh ; } .default-sh-content h2{ font-size: 28px; line-height: 45px; font-weight: 600; margin-bottom: 60px; } .default-sh-content h3{ font-size: 28px; line-height: 38px; font-weight: 400; margin-bottom: 40px; } .default-sh-content p{ font-size: 17px; line-height: 30px; font-weight: 300; margin-bottom: 30px; } .default-sh-content li{ font-size: 17px; line-height: 30px; font-weight: 300; } /*********** PAGE 404 *************/ body.error404{ background-color: #FFF; } #page-404 section{ height: calc(100vh - 50px); } #page-404 .btn-back-home{ display: inline-block; padding: 12px 25px; } /** MASK RESPONSIVE **/ #mask-responsive{ height: 100vh; width: 100vw; display: none; z-index: 9999999; background-color: #1F1E1E; position: fixed; } /*------------------------------------*\ TYPOGRAPHY \*------------------------------------*/ .open-sans{ font-family: 'Open Sans', sans-serif; } /*------------------------------------*\ RESPONSIVE \*------------------------------------*/ @media only screen and (min-width:1440px) { } /* 13 POUCES */ @media only screen and (max-width:1200px) { .video-top-container{ max-width: 960px; } } /* 11 POUCES */ @media only screen and (max-width:1024px) { /* VIDEO INTRO */ /* TMPLT COLLECTIONS */ .collections-repeater-content{ margin-left: 0px; } .row-collections{ min-height: auto; } /* ARCHIVE TAX */ .sub-cat-top-cube{ margin-bottom: -25vh; } .archive-arrow{ left: 10px; } .archive-tax-main { min-height: auto; padding: 15vh 0 10vh; } .wrapper-scroll{ height: auto; overflow: auto; } .wrapper-scroll-section{ padding: 0px; overflow: hidden; } .wrapper-scroll-section ul{ position: relative; height: auto; width: auto; overflow: hidden; transform: rotate(0deg); left: 0; padding-left: 0px; } .wrapper-scroll-bloc:first-of-type{ margin-top: 180px; } .wrapper-scroll-bloc:first-of-type { margin-top: 25vw; } .wrapper-scroll-section ul a{ transform: rotate(0deg); margin-top: 0vw; } /* CONTACT */ #modal-container-form.one .modal-background .modal{ margin-top: 10vh; } /* SAERCH */ .search main{ padding: 15vh 10vh; } } /* iPad 10,5 POUCES */ @media only screen and (max-width:992px) { /* HEADER */ .large-menu nav ul li { list-style-type: none; font-size: 15px; font-weight: 700; padding: 0.8em 0.8em; } .top-header-wpml ul li { padding: 10px 0px 0px; } .container-logo-menu img{ max-width: 150px; } /* VIDEO INTRO */ .video-top-container{ max-width: 720px; padding: 0 15px; } body.home .container-logo-menu, body.archive#archive-cat .container-logo-menu { transform: translateY(-25px)!important; } /* HEADER */ .home header.fixed, .home.scroll-already header.fixed, .archive#archive-cat header.fixed{ margin-top: 0px; } .large-menu { max-height: 40px; } .large-menu nav ul{ display: none; } .large-menu-rotate { transform: translateY(-25px); } .menu-rotate { transform: translateY(10px); } .home.menu-fixed header .menu-section { padding: 0em 0em; } .large-menu-nav{ justify-content: flex-end; } #menu-btn{ display: block; opacity: 0; } .home.menu-fixed .top-header-wpml, .home.menu-fixed .large-menu-nav, .home.menu-fixed #menu-btn{ opacity: 1; transition: 500ms; pointer-events: all; } body:not(.home) .top-header-wpml, body:not(.home) .large-menu-nav, body:not(.home) #menu-btn{ opacity: 1; transition: 500ms; pointer-events: all; } body:not(.home) .header{ top: 0; } .menu-fixed .top-header-wpml, body:not(.home) .top-header-wpml{ padding: 0.5em 0; } .btn-search{ padding-bottom: 0px; transform: translateY(3px); } .large-menu-rotate{ pointer-events: none; } .large-menu-rotate.menu-rotate{ pointer-events: all; } /* HOME */ .home-main{ padding: 5vh 0; } .home-repeaterA{ flex-direction: column-reverse; } .home-repeaterA .home-repeater-content { margin-left: 0px; } .home-repeaterA .home-repeater-img > div:first-of-type{ margin-right: 0px; margin-top: 20px; } #home-img-sprite { min-height: 60vh; } .home-repeaterB .home-repeater-content{ margin-right: 0px; } .home-repeaterB .home-repeater-img > div:first-of-type{ margin-top: 20px; } /* TMPLT COLLECTIONS */ .collections-main{ padding: 20vh 15px 5vh; } .row-collections{ padding: 5vh 0 10vh; } .row-collections-parent:nth-of-type(2n+1) .row-collections .collections-repeater-content{ margin-right: 0px; padding-right: 40px; } .collections-repeater-content{ width: auto; } .video-scroll, .video-length{ display: none; } .video-thumbnail{ display: block; } /* FOOTER */ .footer-link-cat{ margin: 20px 0px; } .footer-link-cat > div{ margin-bottom: 20px; } /* ABOUT */ .about-repeaterA .about-repeater-content, .about-repeater-content-left{ margin-right: 0px; } .about-repeaterA .about-repeater-img > div:first-of-type{ margin-left: 0px; margin-top: 20px; } .about-repeaterB{ flex-direction: column-reverse; } /* ARCHIVE TAX */ .video-container video{ height: 100vh; width: 100vw; object-fit: cover; } .archive#archive-cat .top-header-wpml, .archive#archive-cat .large-menu{ opacity: 0; transition: 500ms; } .menu-fixed.archive#archive-cat .top-header-wpml, .menu-fixed.archive#archive-cat .large-menu{ opacity: 1; transition: 500ms; } .archive-tax-main{ min-height: auto; } .archive-tax-main:nth-of-type(2n){ padding: 0vh 0 15vh; } .archive-tax-main:nth-of-type(2n) .archive-repeater-content div:first-of-type{ margin-left: auto; } .wrapper-scroll-section{ padding: 25vw 0vw 30vw 0vw; } .wrapper-scroll-section ul li img{ max-width: 80vw; } .wrapper-scroll-title { position: absolute; top: 0vh; left: 0px; } .wrapper-scroll-bloc { margin-bottom: 10vw; } /* ARCHIVE TAX SUB */ .banner-archive-subcat{ height: 60vh; } .sub-cat-top-cube { margin-bottom: -10vh; } .archive-arrow{ right: 50px; left: auto; bottom: 13vh; } /* CONTACT */ .contact-main{ padding: 10vh 0 5vh; } .contact-repeaterC h2{ text-align: left!important; } .contact-cat-left-parent .contact-repeater-title-after::after{ margin-right: auto; margin-left: 0; } .contact-repeaterA{ flex-direction: column-reverse; } .contact-repeater-content{ margin-left: 0px; } .contact-repeater-title-after { margin-left: 80px; } .contact-repeater-img > div:first-of-type, .contact-cat-right-parent{ margin-right: 0px; margin-top: 20px; transform: translateX(0); } .contact-cat-left-parent{ transform: translateX(0); } /* SEARCH */ .search main{ padding: 10vh 0; } } /* iPad 9,7 POUCES (STANDARD) & Mobile */ @media only screen and (max-width:768px) { /* #mask-responsive{ display: block; } */ } @media only screen and (max-width:420px) { .page-loader svg{ max-width: 70vw; transform: translateY(-50px); } /* COOKIE */ .cookie-notif{ padding: 0px 0px; } .cookie-notifs-child{ flex-direction: column; } .cookie-notifs-child button{ width: 100%; margin-right: 15px!important; } .cookie-notifs-child button:last-of-type{ margin-top: 5px; } .mw-60{ max-width: 100%; } .video-top-container{ padding: 0 30px; } /* HEADER */ .menu-container{ padding-bottom: 0.5em; } .menu-fixed .container-logo-menu svg, .container-logo-menu svg{ width: 170px; transition: 500ms; } .menu-section{ padding: 0px 20px; } .container-logo-menu{ z-index: 99999; } .container-logo-menu svg .shape-paris{ display: none; } .large-menu{ position: absolute; right: 0; } .large-menu-rotate{ display: flex; flex-direction: column-reverse; transform: translateY(26px); } body.home.menu-fixed .container-logo-menu, body.archive#archive-cat.menu-fixed .container-logo-menu, body:not(.home) .container-logo-menu{ transform: translateY(-1px)!important; } body.home.menu-fixed .container-logo-menu.logo-rotate, body.archive#archive-cat.menu-fixed .container-logo-menu.logo-rotate, body:not(.home) .container-logo-menu.logo-rotate{ transform: translateY(-33px)!important; } .menu-rotate{ transform: translateY(-5px); } .home.menu-fixed header .menu-section, body:not(.home) header .menu-section{ padding: 0.25em 0em 0.25em 0em; } .search-bar input{ padding-bottom: 0px; } /* HOME */ .home .adress-video{ display: none; } .video-top-container .slogan-video{ max-width: 75%; } .home header, .archive#archive-cat header { margin-top: calc(100vh - 135px)!important; } .home header.fixed, .archive#archive-cat header.fixed{ margin-top: 0px!important; } .home-repeater-content, .home-img-text { padding: 80px 40px; } /* TMPLT COLLECTIONS */ .collections-repeater-content { padding: 60px 40px; } .tmplt-collections-media { transform: translateX(0px); margin-bottom: 30px; } .row-collections-parent:nth-of-type(2n+1) .collections-repeater-content { margin-left: 0px; } .collections-repeater-content .mb-40{ margin-bottom: 0px!important; } /* ABOUT*/ .about-main { padding: 10vh 0 5vh; } .about-repeaterA .about-repeater-content, .about-repeater-content-right > div:first-of-type, .about-repeater-content-right .about-text-sub-img, .about-repeater-content-left .about-text-sub-img{ padding: 60px 40px; } .about-repeater-content-left{ padding-right: 15px!important; } .about-repeater-content-right{ padding-left: 15px!important; } .about-repeaterB{ margin-top: 5vh; } /* CONTACT */ .contact-repeaterA .contact-repeater-content{ padding: 60px 40px; } .contact-repeater-title-after{ margin-left: 40px; } .contact-cat-left{ padding: 60px 40px; } .contact-cat-right{ padding: 60px 40px; } /* ARCHIVE TAX */ .archive-repeater-content{ padding-right: 15px!important; padding-left: 15px!important; } .archive-repeater-content > div:first-of-type, .archive-tax-main:nth-of-type(2n) .archive-repeater-content div:first-of-type{ padding: 60 40px!important; width: auto; height: auto!important; } .collection-arrow{ bottom: 0vh; } .collection-arrow svg{ max-width: 20px; } .wrapper-scroll{ height: auto; overflow: auto; } .wrapper-scroll-section{ padding: 0px; overflow: hidden; } .wrapper-scroll-section ul{ position: relative; height: auto; width: auto; overflow: hidden; transform: rotate(0deg); left: 0; padding-left: 0px; } .wrapper-scroll-bloc:first-of-type{ margin-top: 180px; } .wrapper-scroll-section ul li{ flex-direction: column; } .wrapper-scroll-section ul li img { max-width: 240vw; margin-left: auto; margin-top: -25vh; } .wrapper-scroll-section ul a{ transform: rotate(0deg); } .wrapper-scroll-bloc{ margin-bottom: 40px; } .scroll-section-content > div:first-of-type { width: auto; height: 350px; } /* ARCHIVE TAX SUB */ .icon-zoom{ display: none; } .sub-cat-top-cube{ margin-top: 80px; padding: 60px 40px; } #modal-container-product .modal-background .modal{ padding: 40px; overflow-y: scroll; } #modal-container-product .close-modal { right: 40px; top: 40px; } .archive-arrow{ right: 30px; bottom: 15px; } .archive-arrow svg{ max-width: 20px; } #modal-container-product .modal .ajax-thumbnail { height: 100%; } #modal-container-product .modal .ajax-thumbnail img#thumb{ position: relative; display: flex; width: 100%; } .banner-archive-subcat { height: auto; } #modal-container-product .ajax-content h3{ max-width: 60%; } /* FOOTER */ .footer-newsletter{ margin-top: 20px; } .footer-link-cat ul li{ margin-bottom: 8px; } .sub-footer{ margin-top: 15px!important; } /* MENU OPEN */ ul#menu-menu-mobile { padding-left: 15px; } .nav-mobile .row{ margin-left: 0px!important; margin-right: 0px!important; } /* 404 */ #page-404 h1{ font-size: 30px; } #page-404 h2{ font-size: 16px; } } /* iPhone 6 */ @media only screen and (max-width:380px) { #modal-container-product .modal-background .modal { padding: 20px; } } /* iPhone 5 */ @media only screen and (max-width:320px) { } /*------------------------------------*\ MISC \*------------------------------------*/ ::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } /*------------------------------------*\ WORDPRESS CORE \*------------------------------------*/ .alignnone { margin:5px 20px 20px 0; } .aligncenter, div.aligncenter { display:block; margin:5px auto 5px auto; } .alignright { float:right; margin:5px 0 20px 20px; } .alignleft { float:left; margin:5px 20px 20px 0; } a img.alignright { float:right; margin:5px 0 20px 20px; } a img.alignnone { margin:5px 20px 20px 0; } a img.alignleft { float:left; margin:5px 20px 20px 0; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-caption { background:#FFF; border:1px solid #F0F0F0; max-width:96%; padding:5px 3px 10px; text-align:center; } .wp-caption.alignnone { margin:5px 20px 20px 0; } .wp-caption.alignleft { margin:5px 20px 20px 0; } .wp-caption.alignright { margin:5px 0 20px 20px; } .wp-caption img { border:0 none; height:auto; margin:0; max-width:98.5%; padding:0; width:auto; } .wp-caption .wp-caption-text, .gallery-caption { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; } .sticky { } /*------------------------------------*\ PRINT \*------------------------------------*/ @media print { * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; } a, a:visited { text-decoration:underline; } a[href]:after { content:" (" attr(href) ")"; } abbr[title]:after { content:" (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; } pre,blockquote { border:1px solid #999; page-break-inside:avoid; } thead { display:table-header-group; } tr,img { page-break-inside:avoid; } img { max-width:100% !important; } @page { margin:0.5cm; } } /*----------------- ANIMATION ------------------*/ /* ARROW ANIMATE */ .line-arrow-right1{animation: line-arrow-right1-fly 3s infinite ease-in-out;} @keyframes line-arrow-right1-fly{ 0% { transform: translate3d(-200px, 0, 0);} 30% {transform: translate3d(0px, 0, 0);} 40% {transform: translate3d(-4px, 0, 0);} 50% {transform: translate3d(0px, 0, 0);} 70% {transform: translate3d(-4px, 0, 0);} 100% {transform: translate3d(240px, 0, 0);} } /* ANIMATION MODAL CONTACT & PRODUITS */ @keyframes fadeIn { 0% { background: rgba(0, 0, 0, 0); } 100% { background: rgba(0, 0, 0, 0.7); } } @keyframes fadeOut { 0% { background: rgba(0, 0, 0, 0.7); } 100% { background: rgba(0, 0, 0, 0); } } @keyframes unfoldIn { 0% { transform: scaleY(0.005) scaleX(0); } 50% { transform: scaleY(0.005) scaleX(1); } 100% { transform: scaleY(1) scaleX(1); } } @keyframes unfoldOut { 0% { transform: scaleY(1) scaleX(1); } 50% { transform: scaleY(0.005) scaleX(1); } 100% { transform: scaleY(0.005) scaleX(0); } } @keyframes zoomIn { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes zoomOut { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes quickScaleDown { 0% { transform: scale(1); } 99.9% { transform: scale(1); } 100% { transform: scale(0); } } /* ANIM LOGO */ svg.anim-logo .shape-saint, svg.anim-logo .shape-honore{ stroke-width: 1px; stroke-dasharray: 150; animation: 4000ms draw ease-out; } svg.anim-logo .shape-paris{ animation: 3500ms logo-fade-in ease-out; } @keyframes draw { 0% { fill-opacity: 0; stroke-dashoffset: 150; stroke: #FFF; } 50% { fill-opacity: 0.25; stroke: #FFF; } 100% { fill-opacity: 1; stroke-dashoffset: 0; stroke: rgba(255,255,255,0); } } @keyframes logo-fade-in { 0% { opacity:0; } 75%{ opacity: 0; } 100% { opacity:1; } } .apparition, .apparition-2, .apparition-3 { opacity: 0; } .animation-fade-in { animation: animation-fade-in ease-out .8s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode:forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-in ease-out .8s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-in ease-out .8s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode:forwards; /*FF 5+*/ -o-animation: animation-fade-in ease-out .8s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode:forwards; /*Not implemented yet*/ -ms-animation: animation-fade-in ease-out .8s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode:forwards; /*IE 10+*/ } @keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes animation-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .animation-fade-up { animation: animation-fade-up ease-out 0.3s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-up ease-out 0.3s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-up ease-out 0.3s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; /*FF 5+*/ -o-animation: animation-fade-up ease-out 0.3s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; /*Not implemented yet*/ -ms-animation: animation-fade-up ease-out 0.3s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards; /*IE 10+*/ } .animation-fade-down { animation: animation-fade-down ease-out 0.3s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; /*when the spec is finished*/ -webkit-animation: animation-fade-down ease-out 0.3s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animation-fade-down ease-out 0.3s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; /*FF 5+*/ -o-animation: animation-fade-down ease-out 0.3s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; /*Not implemented yet*/ -ms-animation: animation-fade-down ease-out 0.3s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards; /*IE 10+*/ } @keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-moz-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-webkit-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-o-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } @-ms-keyframes animation-fade-up { 0% { opacity:0; transform: translate(0, 100px); } 100% { opacity:1; transform: translate(0, 0); } } /*******FADE DOWN********/ @keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-moz-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-webkit-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-o-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } @-ms-keyframes animation-fade-down { 0% { opacity:1; transform: translate(0, 0); } 100% { opacity:0; transform: translate(0, 100px); } } /* scroll animation*/ .box-parent{ position: absolute; bottom: 10vh; width: 100%; } .box span { display: block; width: 10px; height: 10px; border-bottom: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; transform: rotate(45deg); animation: animate 2s infinite; margin: -10px; } .box span:nth-child(2) { animation-delay: -0.2s; } .box span:nth-child(3) { animation-delay: -0.4s; transform: rotate(45deg) translate(-20px, -20px) } @keyframes animate { 0% { opacity: 0; transform: rotate(45deg) translate(-20px, -20px) } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(20px, 20px); } }
0.223292
0.044953
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); @font-face { font-family:'Android' ; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } /*configurações globais*/ *{ margin: 0px; padding: 0px; } :root{ --cor0:#3DD973; --cor1:#BDF2D0; --cor2:#F2F2F2; --cor3:#0D0D0D; --font-padrao:Arial, Verdana, Helvetica, sans-serif; --font-destaque:'Roboto', sans-serif; --font-android:'Android', cursive; } body{ background-color: var(--cor2); font-family: var(--font-padrao); } a.externo::after{ content: '\1F517'; } header{ /*background-image:linear-gradient(to bottom, #3DD973, #BDF2D0);*/ background-color: var(--cor0); min-height: 180px; text-align: center; padding-top: 40px; } header > h1 { color: var(--cor3); font-family: var(--font-destaque); font-size: 2.5em; margin-bottom: 20px; text-transform: uppercase; } header > p{ font-family: var(--font-padrao); color: var(--cor3); font-size: 1.2em; max-width: 600px; margin: auto; padding-left: 10px; padding-right: 10px; padding-bottom: 50px; } nav{ background-color:rgb(223, 223, 223) ; padding: 10px; /* box-shadow: 0px 10px 10px #00000015; */ text-align: center; } nav > a{ color:var(--cor3); font-weight: bold; text-decoration: none; padding: 0px 30px; transition-duration: 0.1s; } nav > a:hover{ /*background-color: var(--cor1);*/ /* border-radius: 5px;*/ color: var(--cor0); } main{ min-width: 280px; max-width: 1000px; margin: auto; margin-bottom: 30px; padding: 20px; } main h1{ font-family: var(--font-android); color: var(--cor3); font-family: var(--font-android); } main h2{ font-family: var(--font-android); color: var(--cor0); font-size: 1.3em; text-indent: 8px; } main p{ margin: 15px 0px; text-align: justify; text-indent: 30px; line-height: 1.5em; /*espaçamento das linhas*/ } main strong{ color: var(--cor3); font-weight: bold; } main a { text-decoration: none; font-weight: bold; background-color: rgb(206, 206, 206); border-radius: 6px; padding: 2px 6px; } main a:visited{ color: var(--cor3); } main a:hover{ background-color: var(--cor3); color: var(--cor1); } main img{ width: 100%; } main img.pequena{ max-width: 350px; display: block; /*a imagem não é um bloco entao o display block cria um */ margin: auto; } div.video{ background-color: var(--cor0); position: relative; padding-top: 56.25%; height: 0; overflow: hidden; overflow-x: hidden; overflow-y: hidden; max-width: 100%; height: auto; margin-bottom: 30px; } div.video > iframe{ position: absolute; top:5%; left: 5%; width: 90%; height: 90%; } section{ background-color: var(--cor1); padding: 10px; border-radius: 10px; } section > ul{ list-style-position: inside; columns: 2; list-style-type: '\2714\00A0\00A0'; } section ul li{ padding: 3px; } section > h3{ background-color: var(--cor0); color: var(--cor3); padding: 10px; margin: -10px -10px 0px -10px; border-radius:10px 10px 0px 0px; } footer{ background-color: var(--cor0); color: var(--cor2); text-align: center; font-size: 0.8em; padding: 5px; } footer a { color: var(--cor2); text-decoration: none; font-weight: bold; }
css/android.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); @font-face { font-family:'Android' ; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } /*configurações globais*/ *{ margin: 0px; padding: 0px; } :root{ --cor0:#3DD973; --cor1:#BDF2D0; --cor2:#F2F2F2; --cor3:#0D0D0D; --font-padrao:Arial, Verdana, Helvetica, sans-serif; --font-destaque:'Roboto', sans-serif; --font-android:'Android', cursive; } body{ background-color: var(--cor2); font-family: var(--font-padrao); } a.externo::after{ content: '\1F517'; } header{ /*background-image:linear-gradient(to bottom, #3DD973, #BDF2D0);*/ background-color: var(--cor0); min-height: 180px; text-align: center; padding-top: 40px; } header > h1 { color: var(--cor3); font-family: var(--font-destaque); font-size: 2.5em; margin-bottom: 20px; text-transform: uppercase; } header > p{ font-family: var(--font-padrao); color: var(--cor3); font-size: 1.2em; max-width: 600px; margin: auto; padding-left: 10px; padding-right: 10px; padding-bottom: 50px; } nav{ background-color:rgb(223, 223, 223) ; padding: 10px; /* box-shadow: 0px 10px 10px #00000015; */ text-align: center; } nav > a{ color:var(--cor3); font-weight: bold; text-decoration: none; padding: 0px 30px; transition-duration: 0.1s; } nav > a:hover{ /*background-color: var(--cor1);*/ /* border-radius: 5px;*/ color: var(--cor0); } main{ min-width: 280px; max-width: 1000px; margin: auto; margin-bottom: 30px; padding: 20px; } main h1{ font-family: var(--font-android); color: var(--cor3); font-family: var(--font-android); } main h2{ font-family: var(--font-android); color: var(--cor0); font-size: 1.3em; text-indent: 8px; } main p{ margin: 15px 0px; text-align: justify; text-indent: 30px; line-height: 1.5em; /*espaçamento das linhas*/ } main strong{ color: var(--cor3); font-weight: bold; } main a { text-decoration: none; font-weight: bold; background-color: rgb(206, 206, 206); border-radius: 6px; padding: 2px 6px; } main a:visited{ color: var(--cor3); } main a:hover{ background-color: var(--cor3); color: var(--cor1); } main img{ width: 100%; } main img.pequena{ max-width: 350px; display: block; /*a imagem não é um bloco entao o display block cria um */ margin: auto; } div.video{ background-color: var(--cor0); position: relative; padding-top: 56.25%; height: 0; overflow: hidden; overflow-x: hidden; overflow-y: hidden; max-width: 100%; height: auto; margin-bottom: 30px; } div.video > iframe{ position: absolute; top:5%; left: 5%; width: 90%; height: 90%; } section{ background-color: var(--cor1); padding: 10px; border-radius: 10px; } section > ul{ list-style-position: inside; columns: 2; list-style-type: '\2714\00A0\00A0'; } section ul li{ padding: 3px; } section > h3{ background-color: var(--cor0); color: var(--cor3); padding: 10px; margin: -10px -10px 0px -10px; border-radius:10px 10px 0px 0px; } footer{ background-color: var(--cor0); color: var(--cor2); text-align: center; font-size: 0.8em; padding: 5px; } footer a { color: var(--cor2); text-decoration: none; font-weight: bold; }
0.340156
0.080321
@import url("font-awesome.css"); @import url("icomoon.css"); @import url("font-MyriadPro.css"); @import url("jquery.mCustomScrollbar.css"); @import url("flexslider.css"); @import url("font-elegant.css"); @import url("themify-icons.css"); @import url("owl.carousel.css"); @import url("shortcodes.css"); @import url("magnific-popup.css"); @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Poppins:300,400,500,600,700|Oregano:400,400i|Playfair+Display:400,400i,700,700i,900,900i|Open+Sans:400,400i,600,700,800'); /** * Reset * Repeatable Patterns * Top * Social-links * Header * Mobile navigation * Page title * Breadcrumbs * Blog * Blog Single * Pagination * Gird for page single * Sidebar * GoTop Button * Footer * Footer widget * Page About * Bottom * Revolution Slider * Preload * Parallax * Switcher * Boxed * Site-off-canvas * Porfolio Detail */ /* Reset -------------------------------------------------------------- */ html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } figure { margin: 0; } :focus { outline: 0; } table { border-collapse: collapse; border-spacing: 0; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } legend { white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } button, input { line-height: normal; } input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ } button, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ border: none; } input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Repeatable Patterns -------------------------------------------------------------- */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font: 16px/27px "Roboto", sans-serif; font-weight: 400; background-color: #fff; color: #59606a; } a { text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover, a:focus { color: #2582eb; text-decoration: none; outline: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } ul, ol { padding: 0; } img { max-width: 100%; height: auto; } .img-right { margin: 0 0 0 50px !important; float: right; } b, strong { font-weight: 700; } .entry-page p { margin-bottom: 25px; } button { border: none; } button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 13px; font-weight: 700; color: #ffffff; text-transform: uppercase; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { background-color: #fff; border: none; height: 50px; padding-left: 21px; font-size: 16px; outline: none; border: 1px solid #e5e5e5; width: 100%; margin-bottom: 20px; border-radius: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border: 1px solid #1e1e27; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } textarea { width: 100%; height: 115px; padding: 15px 24px; margin-bottom: 32px; } input[type="checkbox"] { display: inline; } textarea:-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder { color: #6a6a6a; opacity: 1; } input:-ms-input-placeholder { color: #6a6a6a; } textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { color: #6a6a6a; opacity: 1; } /* bootstrap resetting elements */ .btn { background-image: none; } textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { -webkit-appearance: none; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; color: #59606a; } h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; font-weight: 500; margin-bottom: 10px;} h1 { font-size: 60px; line-height: 60px; } h2 { font-size: 48px; line-height: 48px; } h3 { font-size: 36px; line-height: 36px; } h4 { font-size: 30px; line-height: 30px; } h5 { font-size: 22px; line-height: 22px; } h6 { font-size: 18px; line-height: 18px; } /* Top ---------------------------------------------------------------*/ .site-wrapper { position: relative; } .top { position: relative; padding: 10px 0px 10px 0px; background: rgba(0, 0, 0, 0.1); } .top::after { position: absolute; bottom: 0; left: 19.2%; content: ""; width: 61.5%; height: 1px; background: rgba(255, 255, 255, 0.2); } .top.bg-white { background: #fff; } .top.fixed { position: absolute; width: 100%; left: 0; top: 0px; z-index: 99999; background: transparent; border-bottom: 1px solid #fff; border-color: rgba(255, 255, 255, 0.3); } .top.fixed::after, .top.bg-white::after { content: none; } .flat-information > li > a { } .top.bg-white .flat-information > li > a, .top.bg-white .flat-information > li:before, .top.bg-white .flat-language .current > a, .top.bg-white .flat-sign-in .current > a, .top.bg-white .social-links li a { color: #292f3b; } .top.bg-white .flat-language .current > a:hover, .top.bg-white .flat-sign-in .current > a:hover, .top.bg-white .social-links a:hover, .top.bg-white .flat-information > li > a:hover { color: #2582EB; } .top.bg-white .flat-information > li:after, .top.bg-white .flat-dropdown::after { background-color: #ebeaee; } /* Infomation top */ .flat-information { margin: 0 0 0; padding: 0; } .flat-information > li { display: inline-block; position: relative; padding: 0px 21px 0px 23px; margin-right: 15px; } .flat-information > li:before { position: absolute; left: 0; top: 3px; font-family:'FontAwesome'; font-size: 14px; content: "\f1e4"; color: #fff; } .flat-information > li:last-child { padding: 0px 16px 0px 23px; margin-right: 14px; } .flat-information > li.email:before { content: "\f0e0"; top: 2px; } .flat-information > li:after, .flat-dropdown::after { position: absolute; right: 0; top: 5px; content: ""; width: 1px; height: 20px; background-color: #66656a; } .flat-information > li:last-child:after { content: none; } .flat-information > li > a { color: #fff; font-size: 14px; } /* Flat-language -------------------------------------------------------------- */ .flat-language, .flat-sign-in { position: relative; width: 14.8%; float: right; } .flat-dropdown { padding-right: 0px; margin-right: 2px; } .flat-dropdown.flat-language { margin-right: 14px; } .flat-language .current:hover ul, .flat-sign-in .current:hover ul { opacity: 1; visibility: visible; margin-top: 6px; } .flat-language .current > a, .flat-sign-in .current > a { color: #fff; } .flat-language .current a, .flat-sign-in .current a { position: relative; padding: 0 10px 0 5px; font-size: 14px; } .flat-language .current > a:after, .flat-sign-in .current > a:after { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; position: absolute; right: -2px; top: -5px; } .flat-language .current > a:hover, .flat-sign-in .current > a:hover, .social-links a:hover, .flat-information > li > a:hover { color: #2582eb; } .flat-language > ul > li > ul, .flat-sign-in > ul > li > ul { position: absolute; left: 0; top: 100%; width: 130px; margin-top: 15px; background-color: #2582eb; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; z-index: 999999; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .flat-language > ul > li > ul li, .flat-sign-in > ul > li > ul li { padding: 1px 0 2px 15px; } .flat-language > ul > li > ul li a, .flat-sign-in > ul > li > ul li a { color: #fff; } /* Social-links -------------------------------------------------------------- */ .social-links { padding: 0; margin: 0; float: right; width: 16%; text-align: right; } .social-links li { display: inline-block; padding: 2px 8px 0px; } .social-links li a { font-size: 14px; color: #fff; font-weight: 500; } .social-links li:last-child { padding-right: 0px; } /* Header -------------------------------------------------------------- */ .header { position: relative; width: 100%; background: rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .header.plan { background: rgba(0, 0, 0, 0.4); } .header .logo { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* Header Fix */ .header.downscrolled { position: fixed; top: 0; width: 100%; z-index: 9999; opacity: 0; top: -60px; } .header.upscrolled { opacity: 1; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); } .header .logo h1 { font-size: 30px; line-height: 30px; margin-bottom: 0; font-weight: 700; padding: 38px 0px 33px; margin-left: -1px; } .header .logo h1 a { color: #fff; } .header .logo h1 a:hover { color: #2582eb; } /* Header-style2 */ .header.plan.header-full-width .full-width { position: relative; } .header .flat-header, .header-full-width .full-width { position: absolute; width: 100%; left: 0; z-index: 9999; background: rgba(0, 0, 0, 0.1); } .header .flat-header.style2 { top: 50px; background: transparent; } .header.upscrolled .flat-header, .header-full-width.upscrolled .full-width { background: rgba(0, 0, 0, 0.6); } .header.upscrolled .flat-header.style2 { top: 0; } .header-full-width .full-width { padding: 0 3.5%; } .header-full-width .wrap-logo { float: left; } .header-full-width .wrap-right { position: relative; float: right; margin-left: 4.76%; } .header-full-width .wrap-right.line:before { position: absolute; left: -38px; top: 40px; width: 1px; height: 20px; content: ""; background-color: #fff; opacity: 0.2; } .header-full-width .wrap-right:last-of-type { margin-left: 0; } .header-full-width .logo.color-green h1 { font-family: 'Oregano', cursive; font-size: 36px; font-weight: 300; padding: 37px 0px 33px; margin-left: -2px; } .header.header-full-width .logo h1 a:hover { color: #fff; } .header-full-width .wrap-right .hotline p { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #fff; line-height: 96px; } .header-full-width .wrap-right .hotline p a { font-size: 24px; color: #2582eb; } .header-full-width .wrap-right .hotline p a:hover { color: #FFF; } .header-full-width .wrap-right .social-links { width: 100%; } .header-full-width .wrap-right .social-links li { padding-top: 0; line-height: 99px; } .header-full-width .wrap-right .social-links li:last-child { padding-left: 10px; } .header-full-width .wrap-right .social-links li:first-child { padding-right: 11px; } .header-full-width.upscrolled .logo.color-green h1 { padding: 32px 0px 28px; } .header-full-width.upscrolled #mainnav > ul > li > a { padding: 32px 0px 31px; } .header-full-width.upscrolled #mainnav > ul > li > a:after { bottom: 28px; } .header-full-width.upscrolled .wrap-right .hotline p { line-height: 86px; } .header-full-width.upscrolled .wrap-right .social-links li { line-height: 88px; } .header-full-width.upscrolled .wrap-right.line:before { top: 34px; } /* headerscrolled2 */ .header.upscrolled .logo h1 { padding: 32px 0px 28px; } .header.upscrolled #mainnav > ul > li > a { padding: 32px 0px 31px; } .header.upscrolled #mainnav > ul > li > a:after { bottom: 28px; } .header.upscrolled .menu.menu-extra li a { line-height: 90px; } /* Menu menu-extra */ .menu.menu-extra li a { color: #fff; padding: 0px 0px 0px 20px; line-height: 101px; } .menu.menu-extra li a:hover { color: #1688d3; } /* Navigation */ .nav-wrap { position: relative; float: right; } .nav-wrap .mainnav { float: left; } .nav-wrap .menu.menu-extra { padding-left: 48px; float: right; } #mainnav > ul { text-align: right; } #mainnav ul { list-style: none; margin: 0; padding: 0; } #mainnav ul li { position: relative; } #mainnav > ul > li { display: inline-block; } #mainnav > ul > li > a { position: relative; font-weight: 700; color: #fff; text-transform: uppercase; display: inline-block; padding:37px 0px 36px 0px; font-size: 14px; margin: 0px 23px 0px 22px; } #mainnav > ul > li:last-child > a { margin-right: 0; } #mainnav > ul > li:nth-child(3) > a { margin-left: 21px; } #mainnav > ul > li > a:after { position: absolute; left: 50%; bottom: 33px; content: ''; width: 0; height: 2px; background: #2582eb; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } #mainnav > ul > li > a:hover:after, #mainnav > ul > li.active > a:after { width: 100%; left: 0; opacity: 1; } /* submenu */ #mainnav ul.submenu { text-align: left; position: absolute; left: 0px; top: 110%; width: 250px; background-color: #1b202a; z-index: 9999; filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #mainnav ul li:hover > ul.submenu { top: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; visibility: visible; } #mainnav ul li ul li { margin-left: 0; border-top: 1px solid #333333; } #mainnav ul li ul li:first-child { border-top: none; } #mainnav ul.submenu li ul { position: absolute; left: 250px; top: 0 !important; } #mainnav ul.submenu li ul.sub-right { position: absolute; left: -250px; top: 0 !important; } #mainnav ul.submenu > li > a { display: block; color: #fff; padding: 0 0 0 22px; line-height: 50px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } #mainnav ul.submenu > li > a:hover { background-color: #2582eb; } /* Hover Menu */ #mainnav > ul > li > a { position: relative; } /* Mobile navigation ---------------------------------------- */ #mainnav-mobi { display: block; margin: 0 auto; width: 100%; position: absolute; background-color: #222222; z-index: 1000; } #mainnav-mobi ul { display: block; list-style: none; margin: 0; padding: 0; } #mainnav-mobi ul li { margin:0; position: relative; text-align: left; border-top: 1px solid #333333; cursor: pointer } #mainnav-mobi ul > li > a { text-decoration: none; height: 50px; line-height: 50px; padding: 0 15px; color: #fff; } #mainnav-mobi ul.sub-menu { top: 100%; left: 0; z-index: 2000; position: relative; background-color: #333333; } #mainnav-mobi > ul > li > ul > li, #mainnav-mobi > ul > li > ul > li > ul > li { position: relative; border-top: 1px solid #333333; padding-left: 15px; } #mainnav-mobi > ul > li > ul > li > ul > li a { padding-left: 45px !important } #mainnav-mobi ul.sub-menu > li > a { display: block; text-decoration: none; padding: 0 60px; border-top-color: rgba(255,255,255,.1); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #mainnav-mobi > ul > li > ul > li:first-child a { border-top: none; } #mainnav-mobi ul.sub-menu > li > a:hover, #mainnav-mobi > ul > li > ul > li.active > a { color: #fff; } /* Button menu mobile */ .btn-menu { display: none; position: relative; background: transparent; cursor: pointer; margin: 23px 15px 20px 40px; width: 26px; height: 16px; float: right; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; } .btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #2582eb; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; } .btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; } .btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; } .btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } .btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); } .btn-menu.active span { opacity: 0; } .btn-menu.active:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); } .btn-menu.active:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); } .btn-submenu { position: absolute; right: 20px; top: 0; font: 20px/50px 'FontAwesome'; text-align: center; cursor: pointer; width: 70px; height: 44px; } .btn-submenu:before { content: "\f107"; color: #fff; } .btn-submenu.active:before { content: "\f106" } .btn-menu { display: none } /* Page title -------------------------------------------------------------- */ .page-title { position: relative; padding: 91px 0 89px; } .page-content h2 { text-align: left; color: #fff; margin-bottom: 4px; line-height: 58px; margin-left: -2px; } /* Breadcrumbs -------------------------------------------------------------- */ .breadcrumbs ul { padding-top: 0; margin-left: -4px; } .breadcrumbs ul li { display: inline-block; position: relative; margin-right: 27px; padding-right: 7px; color: #fff; } .breadcrumbs ul li a { color: #fff; } .breadcrumbs ul li a:hover { color: #2582eb; } .breadcrumbs ul li:before { position: absolute; right: -14px; top: 0; font-family: "FontAwesome"; content: "\f105"; color: #fff; } .breadcrumbs ul li:last-child::before { width: 0; height: 0; background-color: transparent; content: ""; } /* Blog -------------------------------------------------------------- */ .blog article.post { padding-bottom: 52px; } .blog .entry .header-post .post-comment { width: 11.7%; } .blog .entry .content-post { padding-left: 1px; } .blog .entry .content-post p.note { margin-bottom: 21px; } .flat-more .readmore { float: left; } .flat-more .more-social { overflow: hidden; } .social-links.style3 { width: 17%; margin-top: -1px; margin-right: 4px; } .social-links.style3 li a { color: #292f3b; } .social-links.style3 li a:hover, .flat-more ul.meta-vote li a:hover { color: #2582eb; } .flat-more ul.meta-vote { float: right; } .flat-more ul.meta-vote li { padding: 0 30px 0px 27px; margin-right: 14px; } .flat-more ul.meta-vote li a { font-size: 14px; color: #292f3b; font-family: 'Poppins', sans-serif; font-weight: 600; } .flat-more ul.meta-vote li::before { position: absolute; left: 0; top: 0; content: "\f0e6"; font-family: 'FontAwesome'; } .flat-more ul.meta-vote li::after { position: absolute; right: 0; top: 8px; content: ""; width: 1px; height: 12px; background: #ebebeb; } .blog article.post.style2 { padding-bottom: 0; } article.post.style2 .featured-post { float: left; margin-right: 41px; margin-bottom: 0; } article.post.style2 .entry .flat-entry, article.post.style2 .entry { overflow: hidden; } article.post.style2 .entry .featured-post .video-post { margin-bottom: 0px; } article.post.style2 .entry .header-post { margin-left: 0; margin-bottom: 19px; } article.post.style2 .entry .header-post .flat-title h3.title-post { font-size: 24px; line-height: 24px; margin-top: 2px; margin-bottom: 13px; } article.post.style2 .entry .header-post .post-comment { width: 21.9%; } article.post.style2 .entry .header-post .flat-title { width: 78.1%; } article.post.style2 .entry .content-post p.note { margin-bottom: 8px; } /* Post Style2 Box */ article.post.style2.box { padding: 28px 37px 22px; border: 1px solid #ebebeb; } article.post.style2.box .entry .header-post { margin-bottom: 0; } article.post.style2.box .entry .header-post .post-comment { width: 26.4%; } article.post.style2.box .entry .header-post .flat-title { width: 73.6%; } article.post.style2.box .entry .header-post ul.metadata-post { margin-bottom: 7px; } article.post.style2.box .entry .header-post .post-comment li.date { padding: 12px 0px 6px; } article.post.style2.box .entry .header-post .post-comment.pl5 li.date { padding: 12px 0px 6px 5px; } article.post.style2.box .entry .header-post .flat-title h3.title-post { font-size: 20px; margin-top: 0; margin-bottom: 0px; } .entry .header-post .flat-title ul.metadata-post li { position: relative; display: inline-block; font-size: 12px; text-transform: uppercase; padding-left: 9px; margin-right: 5px; } article.post.style2.box .entry .header-post .flat-title ul.metadata-post li.time { padding-left: 13px; } .entry .header-post .flat-title ul.metadata-post li::before { position: absolute; left: 0; top: 0; content: "\f041"; font-family: 'FontAwesome'; } .entry .header-post .flat-title ul.metadata-post li.time::before { content: "\f017"; } article.post.style2.box .entry .header-post .flat-title .readmore { margin-left: -1px; } /* Post style2 box-img */ article.post.box-img { padding: 0; border: none; } article.post.style2.box-img .featured-post { float: left; margin-right: 0px; margin-bottom: 0; overflow: hidden; background-color: #000; } article.post.style2.box-img .featured-post img { width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.4s; transition: 0.4s; } article.post.style2.box-img:hover .featured-post img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 0.7; background: #000; } article.post.style2.box-img .entry .flat-entry { padding: 28px 10px 33px 31px; border: 1px solid #ebebeb; border-left: none; } article.post.style2.box-img .entry .flat-entry.style2 { padding: 31px 10px 30px 31px; } article.post.style2.box-img .entry .header-post { margin-bottom: 10px; } article.post.style2.box-img .entry .header-post .flat-title { width: 100%; } article.post.style2.box-img .entry .header-post .flat-title h3.title-post { font-size: 20px; margin-top: 0; margin-bottom: 5px; } /* Portfolo 3 */ article.post.style3 { padding: 0; border-bottom: none; background: #FFF; text-align: center; } .post.style3 .entry .featured-post { margin-bottom: 30px; background-color: #000; } .post.style3 .entry .featured-post img { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .post.style3:hover .entry .featured-post img { opacity: 0.7; } .post.style3 .entry-post .entry-author { margin-bottom: 5px; } .post.style3 .entry-post .entry-author .img-author { margin-bottom: 5px; overflow: hidden; position: relative; } .post.style3 .entry-post .entry-author .name-author { font-size: 14px; color: #59606a; } .post.style3 .entry-post .entry-author a.name-author:hover, .post.style3 .entry-post h6.entry-title a:hover, .post .entry-post ul.entry-comment li a:hover { color: #2582eb; } .post.style3 .entry-post h6.entry-title { line-height: 26px; border-bottom: 1px solid #ebebeb; padding-bottom: 23px; margin-bottom: 7px; } .post.style3 .entry-post h6.entry-title a { color: #292f3b; } .post.style3 .entry-post .entry-number { overflow: hidden; padding: 0px 20px 5px 21px; } .post .entry-post .entry-number .price { font-size: 14px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .post .entry-post .entry-number .price.color-green { color: #6bbd60; } .post.style3 .entry-post .entry-price { float: left; } .post.style3 .entry-post ul.entry-comment { float: right; } .post .entry-post ul.entry-comment li { position: relative; display: inline-block; padding-left: 25px; margin-right: 15px; font-size: 14px; } .post .entry-post ul.entry-comment li:last-child { margin-right: 0; } .post .entry-post ul.entry-comment li::before { position: absolute; left: 0; top: -1px; content: "\f0c0"; font-family: 'FontAwesome'; color: #B2B6BB; } .post .entry-post ul.entry-comment li.comment::before { content: "\f0e6"; top: -2px; left: 2px; } .post .entry-post ul.entry-comment li a { font-weight: 600; color: #292F3B; } .btn-sec-course { text-align: center; } /* Style3 Border */ .sec-course-style2 .title-section.oregano { margin-bottom: 138px; } .sec-course-style2 .title-section.oregano .title::before { margin-left: -41px; } article.post.style3.border .entry { border: 1px solid #ebebeb; } article.post.style3.border.first { margin-right: 14px; } article.post.style3.border .entry .featured-post { background-color: #FFF; } article.post.style3.border:hover .entry .featured-post img { opacity: 1; margin-top: -77px; } article.post.style3.border .entry .featured-post img { margin-left: -1px; } article.post.style3.border.second { margin-right: 7px; margin-left: 7px; } article.post.style3.border.three { margin-right: 0px; margin-left: 14px; } .post.style3.border .entry .featured-post { position: relative; text-align: left; overflow: visible; } .post.style3.border .entry .featured-post img { margin-top: -70px; } .post.style3.border .entry-post .entry-number { padding: 0px 20px 4px 21px; border-bottom: 1px solid #ebebeb; } /* Style3 Lates -----------------------------------------------------------*/ .blog-carousel:hover, .team-carousel:hover { cursor: e-resize; } article.post.style3.lates { background: transparent; } article.post.style3.lates.first { margin-right: 13px; } article.post.style3.lates.second { margin-left: 7px; margin-right: 7px; } article.post.style3.lates.three { margin-left: 13px; } .post.style3.lates .entry .featured-post { text-align: left; margin-bottom: 20px; } .post.style3.lates .entry .featured-post img { width: 100%; } .post.style3.lates .entry .entry-post .notes { font-size: 12px; letter-spacing: 2.4px; margin-bottom: 1px; padding-left: 2px; display: inline-block; text-transform: uppercase; } .post.style3.lates .entry-post h6.entry-title { border-bottom: none; padding-bottom: 0; margin-bottom: 4px; } .post.style3.lates .entry-post .entry-day { font-size: 12px; color: #59606A; text-transform: uppercase; } /* Style4 */ article.post.style4 { padding: 0px; } article.post.style4:last-of-type { border-bottom: none; } .post.style4 .flat-entry { overflow: hidden; } .post.style4 .entry .header-post { margin-bottom: 14px; } article.post.style4:nth-child(3) .entry .header-post .post-comment li span, article.post.style4:nth-child(4) .entry .header-post .post-comment li span { padding-left: 5px; } .post.style4 .entry .header-post .post-comment { width: 18%; } .post.style4 .entry .header-post .post-comment li.comment { font-size: 14px; } .post.style4 .entry .header-post .flat-title { width: 80%; } .post.style4 .entry .content-post { padding-right: 40px; } .post.style4 .entry .header-post .post-comment li { padding-bottom: 6px; } .post.style4 .entry .header-post .post-comment li.comment { padding-left: 16px; } .post.style4 .entry .header-post .flat-title h3.title-post { font-size: 30px; line-height: 30px; margin-top: 1px; margin-bottom: 12px; } .post.style4 .entry .header-post .flat-title ul.metadata-post li { font-size: 14px; padding-left: 11px; margin-right: 8px; } .post.style4 .entry .header-post .flat-title ul.metadata-post li:last-child { padding-left: 14px; } .post.style4 .entry .content-post p { color: #292F3B; line-height: 26px; margin-bottom: 8px; } .post.style4 .entry .featured-post { margin-bottom: 0px; } /* Video ---------------------------------------------------------------*/ .video.bond-row { background: url(../images/blog/bg-videob1.jpg); background-repeat: no-repeat; } .video.bond-row .video-controls { margin-left: 0px; padding-left: 26px; } .video.video-haft { background: url(../images/blog/bg-videob2.jpg); background-repeat: no-repeat; width: 399px; height: 300px; padding: 120px 0px; } .video.bond-row.video-haft .video-controls { margin-left: 0px; padding-left: 12px; } .video.video-haft.bg-blog2 { background: url(../images/blog/bg-videob3.jpg); background-repeat: no-repeat; } /* Blog Details -------------------------------------------------------------- */ article.post { padding-bottom: 21px; padding-right: 15px; border-bottom: 1px solid #e5e5e5; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .wrap-social { width: 8.1%; float: left; } .wrap-social .social-links.style2 { margin-left: 0; } .wrap-social .social-links.style2 li { display: inherit; margin-bottom: 20px; } .wrap-social .social-links.style2 li a { width: 30px; height: 30px; background-color: #4c65a8; padding-top: 2px; line-height: 30px; } .wrap-social .social-links.style2 li.twitter a { background-color: #41a1f6; } .wrap-social .social-links.style2 li.google a { background-color: #f43535; } .wrap-social .social-links.style2 li.instagram a { background-color: #8f6247; } .wrap-social .social-links.style2 li.tack a { background-color: #f0c605; } .wrap-social .social-links.style2 li.face a:hover, .wrap-social .social-links.style2 li.tack a:hover, .wrap-social .social-links.style2 li.instagram a:hover, .wrap-social .social-links.style2 li.google a:hover, .wrap-social .social-links.style2 li.twitter a:hover { background-color: #59606a; } .blog-detais .wrap-entry { float: left; width: 91.9%; overflow: hidden; } .blog-detais .entry .header-post .flat-title { padding-left: 2px; } .post ul li { position: relative; } .entry .header-post { overflow: hidden; margin-bottom: 36px; margin-left: -2px; } .entry .header-post .post-comment { float: left; width: 12.7%; } .entry .header-post .post-comment .date span { font-size: 48px; } .entry .header-post .post-comment li span, .entry .header-post .post-comment li { font-family: 'Poppins', sans-serif; font-weight: 700; color: #2582eb; display: block; padding: 4px 0px 7px; } .entry .header-post .post-comment li.comment { padding: 0px 0px 0px 13px; letter-spacing: 1.5px; } .entry .header-post .time-post span.month { font-size: 14px; } .entry .header-post .flat-title { float: left; width: 87.3%; } .entry .header-post .flat-title h3.title-post { margin-top: 1px; margin-bottom: 11px; } .entry .header-post .flat-title h3.title-post a { color: #292f3b; } .entry .header-post .flat-title h3.title-post a:hover, .entry .content-post .name-team a:hover, .comment-list .comment-metadata .comment-info h5 a:hover { color: #2582eb; } .entry .header-post .flat-title ul.meta-post li { display: inline-block; padding-right: 6px; color: #59606a; font-size: 12px; text-transform: uppercase; } .entry .header-post .flat-title ul.meta-post li.day::after { position: absolute; right: 0; top: 7px; content: ""; width: 2px; height: 12px; background: #a8abaf; } .entry .header-post .flat-title ul.meta-post li a { color: #2582eb; } .entry p { line-height: 26px; } .entry .featured-post { overflow: hidden; margin-bottom: 25px; position: relative; } .entry .note-post { margin-bottom: 15px; } .video { height: 520px; width: 100%; float: left; background: url(../images/blog/bg-video.jpg); background-repeat: no-repeat; padding: 230px 0px; } .video-controls { text-align: center; height: 100%; margin-left: -44px; } .video-icon.fa-play { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #f43535; border-radius: 50%; cursor: pointer; width: 60px; height: 60px; display: inline-block; vertical-align: middle; text-align: center; } .video-icon.fa-play:hover { -webkit-transform: translate3d(0, -2%, 0); -moz-transform: translate3d(0, -2%, 0); -ms-transform: translate3d(0, -2%, 0); -o-transform: translate3d(0, -2%, 0); transform: translate3d(0, -2%, 0); box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2); } .video-controls .video-icon.small:before { font-size: 22px; line-height: 60px; padding-left: 3px; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .entry .content-post { margin-bottom: 37px; } .entry .content-post:last-of-type { margin-bottom: 0; } .entry .content-post h4.title-entry { color: #000; margin-bottom: 14px; } .entry .content-post p { margin-bottom: 36px; } .entry .content-post.content-post2 p { margin-bottom: 32px; } .entry .content-post blockquote { font-size: 20px; line-height: 30px; color: #292F3B; font-style: italic; padding: 0px 0px 0px 67px; font-weight: 300; } .entry .content-post .name-team { font-weight: 500; font-style: normal; margin-top: 13px; } .entry .content-post .name-team span { font-size: 18px; color: #292f3b; } .entry .content-post .name-team a { font-size: 14px; color: #b2b6bb; } .entry .content-post .widget.widget-tags { margin-bottom: 0; } .entry .content-post .widget.widget-tags .tags-list a { font-size: 12px; padding: 0px 25px 0px 24px; margin-right: 5px; -webkit-border-radius: 2px; border-radius: 2px; } .entry .content-post .widget.widget-tags .tags-list a.tags-2 { padding: 0px 32px 0px 32px; } .entry .content-post .widget.widget-tags .tags-list a.tags-3 { padding: 0px 27px 0px 27px; } /* Main-single */ .main-single h2.comments-title, .comment-respond h2.comment-reply-title { font-size: 24px; color: #292f3b; margin: 0px 0px 25px -1px; } .comment-list { padding-bottom: 8px; margin-bottom: 49px; border-bottom: 1px solid #ebebeb; } .comment.event { margin-bottom: 42px; } .comment.event:last-child { margin-bottom: 0px; } .comment.event > article.comment-body.parents { margin-bottom: 42px; } .comment.odd { margin-bottom: 49px; } .comment-list .comment-body .comment-author { position: relative; float: left; padding-right: 31px; margin-right: 29px; } .comment-list li.comment.event:first-child .comment-body.parents .comment-author::after { height: 360%; } .comment-list .comment-body.parents .comment-author::after { position: absolute; right: 0; top: 0; content: ""; width: 1px; height: 97px; background: #e5e5e5; } .comment-list .comment-body .comment-text { overflow: hidden; position: relative; } .comment-list .comment-metadata { margin-bottom: 6px; overflow: hidden; } .comment-list .comment-metadata .comment-info { float: left; margin-top: -10px; } .comment-list .comment-metadata .comment-info span { color: #b2b6bb; margin-bottom: 2px; display: inline-block; font-size: 12px; letter-spacing: 2.2px; } .comment-list .comment-metadata .comment-info h5 { font-size: 18px; margin-bottom: 0; } .comment-list .comment-metadata .comment-info h5 a { color: #292f3b; } .comment-list .comment-body .comment-text .comment-content p { line-height: 26px; margin-bottom: 14px; } .comment-list .comment-body .comment-reply .flat-button { padding: 9px 26px 7px 26px; margin-right: 6px; color: #1E1E27; border: 1px solid #d2d2d4; } .comment-list .comment-body .comment-reply .flat-button:hover { color: #fff; } .comment-list .comment-body .comment-reply .flat-button:hover::before, .comment-list .comment-body .comment-reply .flat-button:hover::after, .comment-list .comment-body .comment-reply .flat-button:before, .comment-list .comment-body .comment-reply .flat-button:after { background-color: #2582eb; } .comment ol.children { margin-left: 130px; } .children .comment-body .comment-author { margin-right: 0; } .children .comment-body .comment-text::before { content: none; } /* */ .comment-respond .comment-form p { width: 97.4%; } .comment-respond .comment-form .form-submit .flat-button { padding: 18px 40px 16px; } .comment-respond .comment-form .form-submit .flat-button { background: #1490d7; } /* Pagination -------------------------------------------------------------- */ .wrap-pagination .flat-pagination li { position: relative; display: inline-block; margin-right: 0.5px; } .wrap-pagination .flat-pagination li.active a { color: #fff; } .main-content .wrap-pagination .flat-pagination li.active a, .main-content .wrap-pagination .flat-pagination li a:hover { background-color: #2582eb; color: #fff; border: 1px solid #2582eb; } .main-content .wrap-pagination .flat-pagination li:hover:after { color: #FFF; } .wrap-pagination .flat-pagination li a { display: inline-block; color: #59606a; font-size: 14px; font-weight: 600; border-radius: 2px; border: 1px solid #e5e5e5; padding: 7px 11px 4px 14px; } .wrap-pagination .flat-pagination li.next a { padding: 7px 31px 4px 10px; } .wrap-pagination .flat-pagination li.next::after { position: absolute; right: 17px; top: 7px; font-family: 'FontAwesome'; content: "\f101"; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /* Style2 */ .wrap-pagination.style2 .flat-pagination li { margin-right: 2px; } .wrap-pagination.style2 .flat-pagination li a { font-weight: 400; padding: 7px 12px 4px 14px; } .wrap-pagination.style2 .flat-pagination li.active a { padding: 7px 13px 4px 12px; background-color: #FFF; } .wrap-pagination.style2 .flat-pagination li.next a { padding: 7px 31px 4px 11px; } .wrap-pagination.style2 .flat-pagination li a:hover, .wrap-pagination.style2 .flat-pagination li.active a, .wrap-pagination.style2 .flat-pagination li.next:hover:after { color: #2582eb; } /* Blog-Pagination -------------------------------------------------------------- */ .blog-pagination ul.flat-pagination { overflow: hidden; margin-right: 19px; } .blog-pagination ul.flat-pagination li { display: inline-block; position: relative; } .blog-pagination ul.flat-pagination li.back { float: left; } .blog-pagination ul.flat-pagination li.next { float: right; } .blog-pagination ul.flat-pagination li::before { position: absolute; left: 27px; top: 7px; content: "\f104"; font-family: 'FontAwesome'; font-size: 14px; color: #292f3b; z-index: 999; } .blog-pagination ul.flat-pagination li.next::before { content: "\f105"; left: 123px; } .blog-pagination ul.flat-pagination li.next .flat-button { padding: 14px 33px 13px 29px; } .blog-pagination ul.flat-pagination .flat-button { font-size: 12px; font-weight: 500; color: #292f3b; letter-spacing: 1.2px; background: #f3f3f3; padding: 14px 24px 13px 37px; } .blog-pagination ul.flat-pagination .flat-button:after, .blog-pagination ul.flat-pagination .flat-button:before { background-color: #2582eb; } /* Home index5 -------------------------------------------------------------- */ .parallax.parallax4 .title-section.color-white .title::before { margin-left: -35px; } /* Flat-Progress -------------------------------------------------------------- */ .flat-progress { position: relative; margin-bottom: 33px; } .flat-progress:nth-child(2), .flat-progress:nth-child(3) { margin-bottom: 32px; } .flat-progress .name { position: absolute; left: 0; top: 0; font-size: 16px; font-weight: 500; color: #292F3B; text-transform: uppercase; } .flat-progress .perc.show { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .flat-progress .perc { width: 0; font-size: 14px; font-weight: 500; color: #292F3B; text-align: right; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } .flat-progress .progress-bar { background-color: #e5e5e5; height: 6px; width: 100%; margin-top: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .flat-progress .progress-animate { background-color: #2582eb; height: 6px; width: 0; } /* Flat-certificate -------------------------------------------------------------- */ .flat-certificate { float: left; width: 33.33%; } .flat-certificate:last-of-type { text-align: right; } .flat-certificate:nth-of-type(2){ text-align: center; } /* Home About -------------------------------------------------------------- */ .sec-progress .title-section { margin-bottom: 74px; } .sec-progress .comment-steps h6.title-step { margin-top: 0px; margin-bottom: 10px; } .sec-progress .flat-list ul.list-steps li::before { top: -1px; } /* Home Contact -------------------------------------------------------------- */ .flat-maps { box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); } .flat-maps #maps { width: 100%; height: 560px; } .title-contact h2 { text-align: center; font-weight: 400; margin-bottom: 53px; color: #292F3B; } .contactform input { margin-bottom: 30px; } .contactform textarea { height: 210px; padding: 10px 20px; } .contactform p { position: relative; } .contactform label.error { position: absolute; top: 12px; right: 11px; color: #1e1e27; font-size: 14px; } .btn-contact p.form-contact { text-align: center; } .btn-contact p.form-contact .flat-button { padding: 18px 41px 17px 40px; } /* Home-course-gird -------------------------------------------------------------- */ .page-course-grid .flat-course { overflow: hidden; margin: 0 -15px; } .page-course-grid .flat-course article.post { float: left; width: 33.333%; padding: 0px 15px; margin-bottom: 28px; } article.post.style3.border-none .entry .featured-post { background-color: #000; overflow: hidden; } article.post.style3.border-none .entry .featured-post img { margin-top: 0px; margin-left: 0; } article.post.style3.border.border-none:hover .entry .featured-post img { opacity: 0.7; margin-top: 0px; } .flat-select { overflow: hidden; } .flat-select .default-course { float: left; width: 34.5%; } .flat-select .default-course:first-of-type { width: 31%; padding-right: 25px; } .flat-select .default-course .form-course input { height: 40px; margin-bottom: 0; } .flat-select .default-course #searchform #search { background-color: #f3f3f3; border-color: #f3f3f3; opacity: 1; color: #B2B6BB; font-size: 16px; line-height: 40px; } .flat-select .default-course #searchform #search:focus { border: 1px solid #1e1e27; } .flat-select .default-course #searchform #searchcourse { top: 0; right: 0; font-size: 14px; color: #646A7C; padding-right: 16px; } .flat-select .default-course .showing { padding-top: 6px; padding-left: 2px; } .flat-select .flat-sort { text-align: right; } .flat-select .flat-sort a { position: relative; display: inline-block; width: 40px; height: 40px; margin-left: 5px; line-height: 45px; text-align: center; background-color: #f3f3f3; color: #B2B6BB; } .flat-select .flat-sort a.active { background-color: #2582eb; color: #fff; } .flat-select .flat-sort a i { font-size: 20px; } /* Style2 Course-list */ .page-course-list article.post { padding-right: 0; padding-bottom: 50px; margin-bottom: 49px; } .page-course-list article.post .featured-post { margin-right: 30px; } .page-course-list article.post .entry .header-post { margin-bottom: 8px; } .page-course-list article.post .entry .header-post .flat-title h3.title-post { margin-top: 0; margin-bottom: 0; } .page-course-list .post .entry .content-post { overflow: hidden; padding-bottom: 15px; margin-bottom: 22px; border-bottom: 1px solid #ebebeb; } .page-course-list article.post .entry .content-post p.note { margin-bottom: 9px; } .page-course-list .post .entry .entry-author, .page-course-list .post .entry .entry-number { float: left; width: 50%; } .page-course-list .post .entry .entry-number { margin-top: 5px; } .page-course-list .post .entry .entry-author .img-author, .post.course-details .entry .entry-author .img-author { float: left; margin-right: 17px; margin-left: 3px; } .page-course-list .post .entry .entry-author a, .post.course-details .entry .entry-author a { font-size: 14px; color: #59606a; margin-top: 5px; display: inline-block; } .page-course-list .post .entry .entry-author a:hover, .post.course-details .entry .entry-author a:hover { color: #2582eb; } .page-course-list .post .entry .entry-number .entry-comment { float: right; } .page-course-list .post .entry .entry-number .entry-price { float: right; width: 27%; text-align: right; } /* Home Course Details ---------------------------------------------------------------*/ article.post.course-details { padding: 0; border-bottom: none; } .post.course-details .entry .header-post { margin-bottom: 21px; } .post.course-details .entry .header-post .flat-title { width: 100%; } .post.course-details .entry .header-post .flat-title h3.title-post { float: left; margin-top: -3px; margin-bottom: 0; } .post.course-details .entry .header-post .flat-title .entry-price { float: right; text-align: right; padding-top: 7px; } .post.course-details .entry-price .price { font-size: 24px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .post.course-details .entry-price .price.color-green { color: #6bbd60; } .post.course-details .entry .entry-post { overflow: hidden; margin-bottom: 31px; } .post.course-details .entry .entry-post ul.list { float: left; } .post.course-details .entry .entry-post ul.list li { display: inline-block; position: relative; padding-right: 21px; margin-right: 16px; } .post.course-details .entry .entry-author .img-author { margin-left: 0; } .post.course-details .entry .entry-post ul.list li:first-child:after { position: absolute; right: 0; top: 12px; content: ""; width: 1px; height: 13px; background-color: #ebebeb; } .post.course-details .entry .entry-post ul.list li .entry-time { font-size: 14px; text-transform: uppercase; color: #292f3b; } .post.course-details .entry .entry-post .btn-course { float: right; } .post.course-details .entry .entry-post .btn-course .flat-button { padding: 14px 19px 13px 22px; } .post.course-details .entry .featured-post { margin-bottom: 0; } /* Tab -------------------------------------------------------------- */ .flat-tabs { border: 1px solid #ebebeb; } .flat-tabs ul.menu-tab { overflow: hidden; } .flat-tabs ul.menu-tab li { position: relative; background: #f3f3f3; float: left; width: 25%; text-align: center; padding: 11px 0px 10px 2px; border-bottom: 1px solid #ebebeb; } .flat-tabs ul.menu-tab li.active { background: #fff; border-bottom: none; padding-left: 0; } .flat-tabs ul.menu-tab li.active::before { position: absolute; left: 0; top: 0; width: 100%; height: 2px; content: ""; background-color: #2582eb; } .flat-tabs ul.menu-tab li:first-child { margin-left: 0; } .flat-tabs ul.menu-tab li:last-child { border-right: none; } .flat-tabs ul.menu-tab li.active a { color: #2582eb; } .flat-tabs ul.menu-tab li a { font-weight: 500; color: #59606a; margin-top: 0; } .content-tab .inner-tab1 { padding: 36px 40px 21px 39px; } .content-tab .content-text h6.title-tab { color: #292F3B; margin-bottom: 7px; } .content-tab .content-text h6.title-tab.style2 { font-size: 20px; line-height: 20px; } .content-tab .content-text { margin-bottom: 11px; } .content-tab .content-text:nth-child(3) { margin-bottom: 23px; } .content-tab .content-text:nth-child(4) { margin-bottom: 21px; } .content-tab .content-text:nth-child(5) ul li:nth-child(2) { padding-bottom: 3px; } .content-tab .content-text:nth-child(5) ul li:nth-child(3) { padding-bottom: 6px; } .content-tab .content-text ul li { line-height: 30px; } .content-tab .text-wecome { margin-bottom: 14px; } .content-tab p { line-height: 24px; } /* Tab-crumbs */ .wrap-tab-toggle { overflow: hidden; color: #292F3B; font-size: 16px; font-weight: 500; margin-bottom: 22px; } .wrap-tab-toggle h5.name-title { float: left; font-size: 20px; margin-bottom: 0; line-height: 20px; padding: 2px 0px 0px 3px; } .wrap-tab-toggle .total-time { float: right; padding-right: 13px; } .wrap-tab-toggle .total-lectures { float: right; width: 31%; } /* Course-Toggle */ .content-tab .inner-tab2 { padding: 36px 40px 41px 37px; } .course-cur .flat-toggle { border: 1px solid #ebebeb; margin-bottom: 9px; } .course-cur .flat-accordion .toggle-content { padding: 11px 14px 9px 20px; } .course-cur .flat-toggle .toggle-title { text-transform: none; padding: 5px 16px 6px 41px; background-color: #f3f3f3; } .course-cur .flat-toggle .toggle-title.active { border-bottom: 1px solid #ebebeb; padding: 5px 16px 6px 41px; } .course-cur .flat-accordion .toggle-title::after { color: #292F3B; top: 7px; left: 18px; } .course-cur .flat-accordion .toggle-title::before { content: none; } .course-cur .flat-toggle ul li.item { display: inline-block; width: 25%; } .course-cur .flat-toggle ul.text li.item { line-height: 30px; } .course-cur .flat-toggle ul li.item.text-right { text-align: right; } .course-cur .flat-toggle ul.heading li.text-center { padding-left: 46px; } .course-cur .flat-toggle ul li.item.text-center { text-align: center; } .course-cur .flat-toggle ul li.item.width50 { width: 48%; } /* Review */ .content-tab .inner-tab4 { padding: 41px 30px 30px 33px; } .reviews .comment-list { padding-bottom: 0px; margin-bottom: 28px; border-bottom: none; } .reviews .comment-list .comment { padding-bottom: 31px; border-bottom: 1px solid #ebebeb; margin-bottom: 42px; overflow: hidden; } .reviews .comment-list .comment:last-child { margin-bottom: 0; } .reviews .comment-list .comment-body .comment-author { padding-right: 0; text-align: center; margin-right: 23px; width: 14%; } .reviews .comment-list .comment-body .comment-author img { margin-bottom: 18px; } .reviews .comment-list .comment-body .comment-author .position h6 { margin-bottom: 3px; } .reviews .comment-list .comment-body .comment-author .position a { color: #2582eb; } .reviews .comment-list .comment-body .comment-author .position span { color: #b2b6bb; } .reviews .comment-list .comment-metadata { margin-bottom: 10px; margin-top: -3px; } .reviews .start-pri i.fa { margin: 0px -2px; font-size: 18px; color: #f5c136; } .reviews .start-pri i.fa:first-of-type { padding-left: 3px; } .reviews .comment-list .comment-body .comment-text .comment-content p { margin-bottom: 0; } /* Feedback */ .feedback { overflow: hidden; padding-left: 10px; } .feedback .title-feed h6 { color: #292f3b; margin-bottom: 44px; padding-left: 6px; } .feedback ul.racing-back { float: left; width: 18%; margin-right: 57px; text-align: center; } .feedback ul.racing-back li.scores { font-size: 48px; line-height: 48px; font-weight: 600; color: #f5c136; margin-bottom: 21px; } .feedback ul.racing-back .start-pri i.fa { font-size: 24px; } .feedback ul.racing-back .start-pri i.fa:first-of-type { padding-left: 0px; } .feedback ul.racing-back li.average { line-height: 21px; } .feedback .progress-back { overflow: hidden; } .feedback .progress-back ul.pro-start li { overflow: hidden; margin-bottom: 12px; padding-top: 5px; } .feedback .progress-back ul.pro-start li .list-back { float: left; } .feedback .progress-back ul.pro-start li .progress-bar.list-back { width: 67%; height: 10px; margin-right: 31px; } .feedback .progress-back ul.pro-start .flat-progress .progress-animate { height: 10px; } .feedback .progress-back ul.pro-start .start-pri { margin-top: -4px; } .feedback .progress-back ul.pro-start .start-pri i.fa { margin: 0px 0px; font-size: 18px; } .feedback .progress-back ul.pro-start li .list-back.flat-counter { width: 5.6%; float: right; } .feedback .progress-back ul.pro-start .flat-counter .numb-count { position: relative; font-size: 18px; line-height: 18px; color: #292f3b; margin-left: 0px; } .feedback .progress-back ul.pro-start .flat-counter .numb-count::after { position: absolute; top: 0; content: "%"; font-size: 18px; font-weight: 600; color: #292F3B; } /* Instructor */ .content-tab .inner-tab3 { padding: 41px 42px 34px 31px; } .content-tab .inner-tab3 .feedback { padding-left: 0px; } .instructor { overflow: hidden; border-bottom: 1px solid #ebebeb; margin-bottom: 28px; padding: 0px 0px 22px 8px; } .instructor .ins-author { float: left; margin-right: 43px; } .instructor .ins-author .img-author { margin-bottom: 26px; } .instructor .ins-author ul.meta li { position: relative; line-height: 30px; padding-left: 17px; } .instructor .ins-author ul.meta li:nth-child(3) { padding-left: 14px; } .instructor .ins-author ul.meta li::before { position: absolute; left: 0; top: 0; content: "\f005"; font-family: 'FontAwesome'; color: #2582eb; font-size: 14px; } .instructor .ins-author ul.meta li.rev::before { content: "\f075"; } .instructor .ins-author ul.meta li.use::before { content: "\f007"; } .instructor .ins-author ul.meta li.cour::before { content: "\f144"; } .instructor .ins-author ul.meta li a, .instructor .ins-content .ins-header h4, .instructor .ins-content .ins-header ul.metadata li.point { color: #292f3b; } .instructor .ins-author ul.meta li a:hover, .instructor .ins-content .ins-header span { color: #2582eb; } .instructor .ins-content { overflow: hidden; } .instructor .ins-content .ins-header { margin-bottom: 10px; } .instructor .ins-content .ins-header span { font-weight: 500; margin: 3px 0px; display: inline-block; } .instructor .ins-content .ins-header h4 { margin-bottom: 12px; } .instructor .ins-content .ins-header ul.metadata li { display: inline-block; padding-right: 3px; } .instructor .ins-content .ins-header ul.metadata li:first-child { padding-left: 1px; } .instructor .ins-content .ins-header ul.metadata li.point { font-weight: 600; } .instructor .ins-content .ins-text p { line-height: 26px; margin-bottom: 10px; } /* Home Succes-Stories ---------------------------------------------------------------*/ .stories { border-bottom: 1px solid #ebebeb; } .stories:last-child { border-bottom: none; } .wrap-stories .testimonials .avatar { margin: 0px 35px 0px 0px; text-align: center; } .wrap-stories .testimonials .avatar img { margin-bottom: 12px; padding-top: 1px; } .wrap-stories .testimonials .message strong.title { margin-bottom: 20px; display: inline-block; padding-left: 44px; line-height: 18px; } .wrap-stories .testimonials .message blockquote.whisper { font-size: 16px; line-height: 26px; padding: 0px; margin-bottom: 30px; } .wrap-stories .social-links.style2 { margin-left: 0; } .wrap-stories .social-links.style2 li.share { font-size: 14px; font-weight: 500; padding-right: 15px; margin-top: 0px; } .wrap-stories .social-links.style2 li { margin-top: 5px; } .wrap-stories .social-links.style2 li a { border: 1px solid #ebebeb; background-color: #FFF; color: #292f3b; margin-right: 16px; } .wrap-stories .social-links.style2 li a:hover { border-color: #2582eb; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper:first-of-type { margin-bottom: 10px; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper:last-of-type { margin-bottom: 37px; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper { margin-right: -2px; } /* Home Gallery -------------------------------------------------------------- */ .portfolio-filter { text-align: center; margin-bottom: 51px; } .portfolio-filter li { display: inline-block; } .portfolio-filter li a { position: relative; font-size: 16px; color: #292f3b; font-weight: 500; margin: 0px 17px; padding: 0px 1px; display: inline-block; } .portfolio-filter li.active a::after { position: absolute; left: 0px; bottom: -4px; width: 100%; height: 2px; content: ""; background-color: #2582eb; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .iso-portfolio { margin: 0px -25px 0px -25px; } .iso-portfolio .item { padding: 0px 25px; width: 33.33333%; float: left; margin-bottom: 50px; } .iso-portfolio .wrap-portfolio { position: relative; overflow: hidden; } .iso-portfolio .wrap-portfolio img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.4s; transition: 0.4s; } .iso-portfolio .wrap-portfolio:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 0.7; } .iso-portfolio .wrap-portfolio .hover { height: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); } .iso-portfolio .wrap-portfolio .hover a { position: absolute; top: 42%; left: 42%; } /* Home 404 -------------------------------------------------------------- */ .wrap-error { text-align: center; } .wrap-error .img-error { margin-bottom: 42px; } .wrap-error .text h3.title { color: #292f3b; font-weight: 400; margin-bottom: 24px; } .wrap-error .text .sub-title { margin-bottom: 28px; } .wrap-error .btn-page .flat-button { padding: 16px 30px 17px 29px; } /* Home Comming Soon -------------------------------------------------------------- */ .home-comming .comming-box { padding: 196px 163px 184px 163px; background: url(../images/services/bg-cm.jpg) no-repeat; box-shadow: 13px 22px 73px 0px rgba(0, 0, 0, 0.15); margin: 0 4.8%; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; } .home-comming .comming-box .text { text-align: center; margin-bottom: 93px; } .home-comming .comming-box .text .title { color: #fff; margin-bottom: 10px; } .home-comming .comming-box .text .sub-title { font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 8.38px; font-weight: 600; padding-left: 8px; } .wrap-comming-soon { text-align: center; } .flat-comming { position: relative; padding-bottom: 3px; margin-bottom: 15px; } .flat-comming::after { position: absolute; left: 18.5%; bottom: 59px; width: 62.5%; content: ""; text-align: center; height: 2px; background-color: #2582eb; } .comming-social span { display: inline-block; color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 18px; } .wrap-comming-soon .social-links { text-align: center; float: none; width: 100%; } .wrap-comming-soon .social-links li { position: relative; width: 30px; height: 30px; margin: 0 12px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .wrap-comming-soon .social-links li a { font-size: 14px; color: #fff; } .wrap-comming-soon .social-links li i { position: absolute; left: 8px; top: 8px; } .wrap-comming-soon .social-links li:hover { background: #1688d3; } /* CountDown */ .flat-comming .countdown { margin-left: -2px; } .flat-comming .countdown .square { display: inline-block; } .flat-comming .countdown .square .numb { position: relative; padding-right: 32px; font-size: 48px; line-height: 48px; color: #fff; font-weight: 500; margin-right: 115px; } .flat-comming .countdown .square .numb::after { position: absolute; right: -8px; top: 19px; content:"DAY"; font-size: 16px; color: #fff; font-weight: 500; margin-top: -8px; } .flat-comming .countdown .square .numb::before { position: absolute; left: 57px; top: 19px; content: "/"; font-size: 16px; color: #fff; font-weight: 500; margin-top: -8px; } .flat-comming .countdown .square:nth-last-child(3) .numb { padding-right: 55px; margin-right: 120px; } .flat-comming .countdown .square:nth-last-child(3) .numb:after { content: "HOURS"; } .flat-comming .countdown .square:nth-last-child(2) .numb { padding-right: 50px; margin-right: 120px; } .flat-comming .countdown .square:nth-last-child(2) .numb:after { content: "MINS"; } .flat-comming .countdown .square:nth-last-child(1) .numb { padding-right: 50px; margin-right: 0px; } .flat-comming .countdown .square:nth-last-child(1) .numb:after { content: "SECS"; } /* Home Shop -------------------------------------------------------------- */ .sidebar.shop { margin-top: -8px; } .wrap-seclect { overflow: hidden; } .wrap-seclect p.default-shop { position: relative; float: left; width: 28%; margin-right: 3.5%; } .wrap-seclect p.default-shop:last-of-type { margin-right: 0; float: right; text-align: right; } .wrap-seclect p.default-shop::after { position: absolute; right: 20px; top: 7px; content: "\f078"; font-family: 'FontAwesome'; font-size: 9px; color: #59606a; } .wrap-seclect p.default-shop:last-of-type:after { content: none; } .wrap-seclect p.default-shop select { background: transparent; border: 1px solid #ebebeb; height: 40px; font-size: 14px; margin-bottom: 30px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .default-shop span { color: #59606a; display: block; margin-top: 9px; } /* Flat-Product */ .flat-product { overflow: hidden; margin: 0px -15px; } .flat-product .detail-product { float: left; width: 33.33%; padding: 0px 15px; margin-bottom: 30px; } .flat-product .detail-product .item-img { position: relative; overflow: hidden; } .flat-product .detail-product .item-img img { -webkit-transition: 0.3s; transition: 0.3s; } .detail-product .item-img:hover img { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); } .detail-product .wrap-content { overflow: hidden; padding: 19px 0px 10px 1px; position: relative; } .detail-product .item-content h6 { font-size: 16px; line-height: 16px; margin-bottom: 3px; } .detail-product .item-content h6 a { color: #292f3b; } .detail-product .item-content h6 a:hover { color: #2582eb; } .detail-product .item-content .price-box { float: left; } .detail-product .item-content .start-pri { float: right; margin: -2px 3px 0px 0px; } .detail-product .wrap-content .wrap-button { position: absolute; left: 14.4%; top: 29%; opacity: 0; visibility: hidden; } .detail-product .wrap-content .wrap-button button { font-size: 13.01px; padding: 13px 42px 13px 45px; } .detail-product .wrap-content .wrap-button button i { padding-right: 10px; } .detail-product .wrap-content .wrap-button, .detail-product .wrap-content .item-content, .detail-product .overlay, .wrap-portfolio .hover,.detail-product .hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .detail-product .overlay, .detail-product .hover, .wrap-portfolio .hover { position: absolute; width: 100%; height: 40px; bottom: 0; left: 0; opacity: 0; visibility: hidden; } .detail-product .overlay a, .detail-product .hover a { width: 100%; height: 40px; display: inline-block; background-color: #3d434e; color: #fff; font-size: 13.01px; font-weight: 600; text-align: center; text-transform: uppercase; padding: 6px 0px; } .detail-product .overlay a:hover { background: #2582eb; color: #fff; } .detail-product:hover .overlay, .detail-product:hover .wrap-button, .blog-detail .flat-product .detail-product .item-img:hover .overlay, .wrap-portfolio:hover .hover { opacity: 1; visibility: visible; } .detail-product:hover .wrap-content .item-content { opacity: 0; } /* Shop-detail -------------------------------------------------------------- */ .shop-detail .detail-product:hover .wrap-content .item-content { opacity: 1; } .shop-detail .flat-product .detail-product { float: none; width: 100%; overflow: hidden; margin-bottom: 53px; } .shop-detail .flat-product .detail-product .item-img:hover .hover{ opacity: 1; visibility: visible; } .shop-detail .flat-product .detail-product .item-img { float: left; margin-right: 30px; } .shop-detail .detail-product .hover { height: 100%; padding: 219px 0px; text-align: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .shop-detail .detail-product .hover a, .wrap-portfolio .hover a { width: 50px; height: 50px; display: inline-block; border-radius: 50%; background-color: #fff; color: #232530; font-size: 19px; padding: 13px; } .shop-detail .detail-product .wrap-content { padding: 0; } .shop-detail .detail-product .item-content h6 { font-size: 24px; line-height: 24px; margin-top: -2px; margin-bottom: 1px; } .shop-detail .racing-pri { overflow: hidden; } .shop-detail .detail-product .item-content .start-pri { float: none; margin: 0px 0px 9px 0px; } .shop-detail .detail-product .item-content .price-box ins { padding-right: 4px; } .shop-detail .detail-product .item-content p.text { line-height: 26px; margin-top: -1px; margin-bottom: 4px; } .shop-detail .detail-product .item-content ul.list-info { padding-bottom: 31px; margin-bottom: 29px; border-bottom: 1px solid #ebebeb; } .shop-detail .detail-product .item-content ul.list-info li { position: relative; line-height: 36px; padding-left: 24px; } .shop-detail .detail-product .item-content ul.list-info li::before { position: absolute; left: 0; top: -1px; content: "\f00c"; font-family: 'FontAwesome'; } .shop-detail .detail-product .item-content .flat-quantity { border-bottom: 1px solid #ebebeb; margin-bottom: 25px; padding-bottom: 28px; } .shop-detail .detail-product .item-content .flat-quantity button { padding: 14px 35px 14px 36px; font-weight: 500; } .shop-detail .detail-product .item-content .quantity { float: left; height: 40px; width: 131px; line-height: 33px; position: relative; display: inline-block; margin-right: 11px; overflow: hidden; } .shop-detail .detail-product .item-content .flat-quantity .cart input { height: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; } .shop-detail .detail-product .item-content .product_meta { margin-bottom: 12px; } .shop-detail .detail-product .item-content .product_meta ul li { position: relative; display: inline-block; padding-right: 15px; margin-right: 9px; } .shop-detail .detail-product .item-content .product_meta ul li::after { position: absolute; right: 0px; top: 8px; content: ""; width: 2px; height: 13px; background: #b3b7c8; } .shop-detail .detail-product .item-content .product_meta ul li:last-child:after { content: none; } .shop-detail .detail-product .item-content .product_meta ul li a, .shop-detail .detail-product .item-content .social-links li a:hover { color: #2582eb; } .shop-detail .detail-product .item-content .social-links { text-align: left; float: none; width: 100%; margin-left: 0; } .shop-detail .detail-product .item-content .social-links li { padding: 0px 16.5px; } .shop-detail .detail-product .item-content .social-links li:first-child { padding-left: 0; padding-right: 11px; } .shop-detail .detail-product .item-content .social-links li a { font-size: 14px; color: #b3b7c8; } .shop-detail .widget.widget-categories.style2 { margin-bottom: 47px; } .shop-detail .widget-product ul li { margin-left: 0; } /* Flat- Tabs */ .shop-detail .flat-tabs { border-top: none; } .shop-detail .flat-tabs ul.menu-tab li { width: 33.33%; border-right: 1px solid #fff; padding: 11px 2px 11px 0px; background-color: #F4F6F8; border-bottom: none; } .shop-detail .flat-tabs ul.menu-tab li:last-child { border-right: none; padding: 12px 8px 10px 0px; } .shop-detail .flat-tabs ul.menu-tab li.active { padding: 12px 0px 11px 0px; background: #2582eb; font-family: 'Poppins'; } .shop-detail .flat-tabs ul.menu-tab li.active::before { content: none; } .shop-detail .flat-tabs ul.menu-tab li.active a { color: #FFF; } .shop-detail .flat-tabs ul.menu-tab li a { font-size: 14px; color: #292F3B; } .shop-detail .content-tab .inner-tab1 { padding: 24px 32px 24px 30px; } .shop-detail .content-tab p { line-height: 26px; } .shop-detail .widget-product .product-shop .product-name { margin-bottom: 8px; } /* Tab Comment */ .shop-detail .content-tab .inner-tab2 { padding: 31px 32px 22px 26px; } .tab-comment .comment-list { padding-bottom: 0px; margin-bottom: 13px; border-bottom: none; } .tab-comment .comment-list li { margin-bottom: 11px; } .tab-comment .comment-list li:last-child { margin-bottom: 0px; } .tab-comment .comment-list .comment-body .comment-author img { margin-bottom: 8px; } .tab-comment .comment-list .start-pri { text-align: center; } .tab-comment .comment-list .start-pri i { font-size: 12px; } .tab-comment .comment-list .comment-body .comment-text { position: relative; } .tab-comment .comment-list .comment-body .comment-author::before { position: absolute; right: 0; top: 0; content: ""; width: 1px; height: 97px; background: #e5e5e5; } .tab-comment .comment-list .comment-metadata .comment-info { margin-top: -8px; } .tab-comment .comment-list .comment-metadata .comment-info span { font-size: 14px; letter-spacing: 0; margin-bottom: 0; } .tab-comment .comment-list .comment-metadata .comment-info h5 { font-size: 16px; margin-bottom: 4px; } .tab-comment .comment-list .comment-body .comment-text .comment-content p { letter-spacing: 0.1px; } .tab-comment .comment-respond h2.comment-reply-title { font-size: 18px; margin-bottom: 13px; } .tab-comment .comment-form .add-review { width: 49.8%; float: left; margin-right: 3.8%; } .tab-comment .comment-form .add-review.comment-form-email { margin-right: 0; width: 46%; } .tab-comment .comment-form .add-review input, .tab-comment .comment-form textarea.comment-messages { background-color: #f4f6f8; color: #F4F6F8; font-size: 14px; border: none; color: #59606A; } .tab-comment .comment-form .add-review input { height: 50px; margin-bottom: 25px; padding-top: 1px; } .tab-comment .comment-form textarea.comment-messages { margin-bottom: 0px; height: 133px; padding-left: 20px; } .tab-comment .comment-form .start-pri { display: inline-block; margin-bottom: 19px; margin-left: 2px; } .tab-comment .comment-form .start-pri .title { font-size: 18px; font-weight: 700; color: #232530; padding-right: 10px; margin-left: -2px; } .tab-comment .comment-form .start-pri i.fa { font-size: 18px; } /* Popup */ .popup { width: 100%; height: 100%; display: none; position: fixed; top: 0px; left: 0px; z-index: 9999; background: rgba(0,0,0,0.75); } .popup-inner { max-width: 1170px; width: 100%; height: 700px; position: absolute; top: 55%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); box-shadow: 0px 2px 6px rgba(0,0,0,1); border-radius: 3px; background: #fff; } .popup .flat-flexslider { float: left; width: 50%; position: relative; padding: 100px 123px; background-color: #232530; display: inline-block; overflow: hidden; } .popup-close2 { width: 30px; height: 30px; padding-top: 4px; display: inline-block; position: absolute; top: 16px; right: 17px; transition: ease 0.25s all; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); border-radius: 1000px; background: rgba(0,0,0,0.8); font-family: Arial, Sans-Serif; font-size: 20px; text-align: center; line-height: 100%; color: #fff; } .popup .item-content { padding: 100px 67px 100px 45px; } .owl-theme .owl-controls .owl-nav div { width: 30px; height: 30px; line-height: 30px; -webkit-border-radius: 50%; border-radius: 50%; color: #FFF; border: 1px solid #fff; } .popup .owl-theme .owl-controls .owl-nav div.owl-next { right: 40px; } .popup .owl-theme .owl-controls .owl-nav div.owl-prev { left: 40px; } .popup .owl-theme .owl-controls .owl-nav div.owl-prev:before, .popup .owl-theme .owl-controls .owl-nav div.owl-next:before { font-size: 16px; margin-left: 5px; } .popup .owl-theme .owl-dots { text-align: center; padding-top: 25px; } .popup .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; border: 1px solid #fff; background-color: transparent; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #FFF; } /* Home Order Completed -------------------------------------------------------------- */ .step-by-step { position: relative; overflow: hidden; } .step-by-step ul li { position: relative; display: inline-block; width: 33.33%; float: left; font-size: 20px; font-weight: 500; padding: 18px 90px 16px 115px; z-index: 1; } .step-by-step ul li:first-child { background: url(../images/step/1.png)no-repeat; padding: 18px 100px 16px 106px; } .completed .step-by-step ul li:nth-child(2) { background: url(../images/step/3.png)no-repeat; } .step-by-step ul li.active { background: url(../images/step/2.png)no-repeat; color: #fff; } .completed .step-by-step ul li.active { padding: 18px 100px 16px 83px; } .step-by-step ul li:first-child span { right: 23.5%; } .step-by-step ul li span.color-gray { position: absolute; right: 31.5%; top: 30%; font-size: 48px; color: #f0f0f0; font-weight: 400; z-index: -1; } .step-by-step ul li.active span.color-gray { color: #4297d8; } .step-by-step ul li:first-child span { right: 22.5%; } .step-by-step ul li:last-child span { right: 20%; } .completed .payment { text-align: center; padding: 77px 0px 0px; } .completed .payment h4 { color: #232530; margin-bottom: 0; } .completed .payment h4 span { color: #2582eb; } /* check out */ .check-out .step-by-step ul li:last-child { background: url(../images/step/3.png)no-repeat; padding: 18px 100px 16px 85px; } .check-out .customer { padding: 41px 0px 23px 18px; } .check-out .customer p { font-size: 16px; color: #232530; } .check-out .customer p a { color: #1688d3; } .check-out .customer p a:hover { color: #232530; } .register-form .billing { border: 1px solid #ebebeb; border-top: none; padding: 19px 38px 41px 30px; } .register-form .billing .flat-bill, .shipping-form .flat-bill { overflow: hidden; } .register-form .billing .flat-bill p.label-index { float: left; width: 28%; position: relative; } .register-form .billing .flat-bill p.label-index label { position: absolute; top: 42px; line-height: 14px; } .register-form .billing .flat-bill:first-child p.label-index label { top: 32px; } .register-form .billing .flat-bill:nth-child(5) { margin-bottom: 1px; } .register-form .billing .flat-bill p { float: right; width: 71%; } .register-form input { height: 50px; padding-top: 18px; } .register-form .billing .box-text .lab-check input { height: 13px; margin-right: 11px; } .register-form .billing .acount-field { padding: 38px 0px 16px 0px; margin-left: -1px; } .register-form .billing .acount-field blockquote { padding: 11px 0px 5px; line-height: 24px; } .register-form .billing .acount-field p.label-index label { top: 24px; } .register-form .billing .acount-field .input-field input { height: 33px; } .register-form .billing .notes-field .lab-check { margin-bottom: 11px; } .register-form .billing .notes-field .lab-check input { margin-right: 10px; } .register-form .billing .notes-field input[type=text] { height: 41px; } .register-form .billing .notes-field .order-note { padding-left: 5px; margin-bottom: 2px; } .register-form .billing .acount-field .lab-check, .register-form .billing .notes-field .lab-check { margin-left: 5px; position: relative; } .info-customer .title-check { font-size: 16px; text-align: center; color: #292f3b; border: 1px solid #ebebeb; padding: 14px 0px; margin-bottom: 0; } .info-customer input, .info-customer textarea, .info-customer select { background: transparent; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; padding-left: 0; } .info-customer select { height: 40px; } .info-customer input:focus, .info-customer textarea:focus, .info-customer select:focus { border-bottom: 1px solid #2582eb; border-top: none; border-right: none; border-left: none; } /* Check-sidebar */ .subscribecode-form, .shipping-form { overflow: hidden; padding: 23px 17px 15px 18px; margin-bottom: 30px; } .subscribecode-form, .your-order .wrap-order, .shipping-form { border: 1px solid #ebebeb; border-top: none; } .subscribecode-form p.info-text, .shipping-form p.info-text { text-align: center; margin-bottom: 20px; padding-left: 5px; } .subscribecode-form p.sub-code { width: 51%; float: left; margin-right: 6%; } .subscribecode-form p.sub-code.submit-code { width: 43%; } .subscribecode-form p.sub-code:last-of-type { margin-right: 0; } .subscribecode-form .sub-code input { text-align: center; padding-top: 0; height: 43px; } .subscribecode-form .sub-code .subscribe-submit { padding: 15px 41px 13px 37px; } /* Your Order*/ .your-order .wrap-order { padding: 22px 25px 74px 27px; } .your-order .list-order li { border-bottom: 1px solid #ebebeb; padding-bottom: 3px; margin-bottom: 29px; } .your-order .list-order li:last-child { margin-bottom: 25px; } .your-order .list-order li.list-title { border-bottom: none; color: #292f3b; font-weight: 400; margin-bottom: 31px; } .your-order .list-order li.list-title span { padding-right: 7px; } .your-order .list-order li span { float: right; } .your-order .list-order li span.color-blue { color: #2582eb; padding-right: 16px; } .your-order .wrap-order label.lab-check { margin-bottom: 12px; position: relative; } /*.your-order .wrap-order label.lab-check::before { position: absolute; left: 0; top: 6px; content: ""; width: 12px; border-radius: 3px; height: 12px; border: 1px solid #232530; }*/ .your-order .wrap-order label.lab-check input[type=checkbox] { margin: 0px 15px 0px 0px; height: 13px; } .your-order .wrap-order .box-text { margin-left: 1px; } .your-order .wrap-order .box-text blockquote { border: 1px solid #ebebeb; padding: 21px 18px 19px 19px; line-height: 24px; margin-bottom: 14px; } .your-order .wrap-order p { margin-bottom: 13px; margin-left: 2px; } .your-order .wrap-order p input { margin-right: 18px; } .your-order .wrap-order p:last-of-type input { margin-right: 16px; } .your-order .wrap-order p:last-of-type { margin-bottom: 62px; } .your-order .wrap-order .wrap-btn { text-align: center; } .your-order .wrap-order .wrap-btn .flat-button { padding: 14px 48px 12px 47px; font-weight: 400; } /* Shop Cart -------------------------------------------------------------- */ .shop-cart .step-by-step ul li.active { background: url(../images/step/4.png)no-repeat; } .shop-cart .step-by-step ul li { background: url(../images/step/3.png)no-repeat; } .shop-cart .step-by-step ul li:last-child { padding: 18px 100px 16px 83px; } table.shop_table { width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; } .shop_table thead { border: 1px solid #ebebeb; } .shop_table thead tr th { color: #292f3b; text-transform: uppercase; text-align: center; padding: 13px 16px 15px 0px; font-weight: 500; } /*.shop_table thead tr th.product-thumbnail { padding-right: 23px; } .shop_table thead tr th.product-price { padding: 13px 0px 15px 50px; } .shop_table thead tr th.product-quality { padding: 13px 0px 15px 50px; } .shop_table thead tr th.product-total { padding: 13px 0px 15px 12px; } .shop_table thead tr th.product-close { padding-right: 0px; }*/ .shop_table .btn-close { width: 30px; height: 30px; display: inline-block; border: 1px solid #ebebeb; color: #242627; } .shop_table tbody { border: 1px solid #ebebeb; border-top: none; } .shop_table tbody tr:last-child td { padding-bottom: 30px; } .shop_table tbody tr td { position: relative; padding: 30px 0px 0px; text-align: center; } /*.shop_table tbody tr td.product-thumbnail { padding: 30px 20px 0px 0px; }*/ .shop_table tbody tr td.product-name { color: #292f3b; text-align: left; } td.product-price a, td.product-subtotal { color: #2582eb; font-weight: 500; } /*.shop_table tbody tr td.product-quantity { padding: 30px 0px 0px; }*/ .shop_table tbody tr td.product-quantity input { text-align: center; border: none; } /* button */ .flat-cart-form .blog-pagination ul.flat-pagination { margin-right: 0; } .flat-cart-form .blog-pagination ul.flat-pagination li::before { content: none; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button { color: #FFF; font-size: 13px; letter-spacing: 0; padding: 14px 47px 13px 47px; background-color: #232530; } .flat-cart-form .blog-pagination ul.flat-pagination li.next .flat-button { padding: 14px 44px 13px; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button::after { background: #232530; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button:hover:after { background: #2582eb; } /* Shipping Form */ .shipping-form { padding: 19px 17px 30px 18px; margin-bottom: 0; } .shipping-form p.info-text { margin-bottom: 24px; } .shipping-form .flat-bill p { float: left; width: 51%; } .shipping-form .flat-bill p.label-index { padding-top: 5px; width: 49%; } .shipping-form .flat-bill select { border: 1px solid #ebebeb; margin-bottom: 19px; padding-left: 16px; } .shipping-form .wrap-btn { text-align: center; } .shipping-form .wrap-btn button { font-weight: 400; padding: 13px 49px 14px 50px; } .shop-cart .subscribecode-form { padding: 20px 17px 20px 18px; } .info-customer .discount-code .title-check { padding: 15px 7px 13px 0px; } .discount-code .subscribecode-form p.info-text { padding-left: 2px; margin-bottom: 22px; } .discount-code .subscribecode-form .sub-code input { height: 40px; } .cart-total.your-order .wrap-order { padding: 23px 31px 34px 30px; } .cart-total.your-order .wrap-order ul.list-order { padding: 0px 11px 0px 20px; } .cart-total.your-order .list-order li { border-bottom: none; margin-bottom: 20px; } .cart-total.your-order .list-order li:first-child span { padding-right: 21px; } .cart-total.your-order .list-order li:last-child { margin-bottom: 31px; } .info-customer .cart-total .title-check { padding: 15px 4px 13px 0px; } .cart-total.your-order .wrap-order p.info-text { margin-bottom: 28px; margin-left: 0; text-align: center; } .cart-total.your-order .wrap-order .wrap-btn .flat-button { padding: 14px 70px 12px 70px; } /* Home Program and Plan -------------------------------------------------------------- */ .plan-green1 .fluid-width-video .video { background: url(../images/services/p1.jpg); background-size: cover; } /* Sidebar -------------------------------------------------------------- */ .sidebar { margin-top: -6px; } .sidebar .widget { margin-bottom: 44px; position: relative; } .sidebar .widget:last-of-type { margin-bottom: 0px; } .sidebar .widget ul li { font-weight: 500; } .widget ul { padding: 0; margin: 0; } .widget ul li { position: relative; list-style: none; padding: 14px 0 12px; } .widget ul li a, .widget .widget-title { color: #292f3b; } .widget ul li a:hover { color: #2582eb; } .widget ul li:first-child { padding-top: 0; } .widget .widget-title { margin-top: 0px; font-size: 22px; margin-bottom: 16px; } /* Widget-recent-new */ .widget.widget-recent-new { padding-right: 22px; } .widget.widget-recent-new ul li { font-size: 16px; line-height: 24px; border-bottom: 1px solid #eeeef0; } .widget.widget-recent-new ul li a { display: inline-block; margin-bottom: 6px; } .widget.widget-recent-new ul li span { color: #b2b6bb; font-size: 14px; font-weight: 500; } /* Widget categories */ .widget.widget-categories { margin-bottom: 42px; } .widget.widget-categories .widget-title { margin-bottom: 13px; } .widget.widget-categories ul li { line-height: 30px; padding: 0 0 0 22px; } .widget.widget-categories ul li::before { position: absolute; left: 0; top: 12px; content: ""; width: 7px; height: 7px; background: #5a596a; -webkit-border-radius: 50%; border-radius: 50%; } /* Style2 */ .widget.widget-categories.style2 { margin-bottom: 40px; } .widget.widget-categories.style2 .widget-title { margin-bottom: 22px; font-size: 24px; } .widget.widget-categories.style2 ul li { line-height: 40px; font-size: 14px; padding: 0; font-weight: 400; } .widget.widget-categories.style2 ul li::before { content: none; } .widget.widget-categories.style2 ul li a { color: #59606a; } .widget.widget-categories.style2 ul li:hover a ~ span, .widget.widget-categories.style2 ul li.active span { color: #2582eb; } .widget.widget-categories.style2 ul li span { float: right; color: #232530; padding-right: 10px; } /* Widget shopby */ .widget.widget-shopby { margin-bottom: 50px; } .widget.widget-shopby .widget-title { margin-bottom: 20px; font-size: 24px; } .widget.widget-shopby form { display: inline-block; width: auto; position: relative; top: -5px; margin-bottom: 30px; } .widget.widget-shopby .price_slider { float: left; width: 268px; top: 13px; } .widget.widget-shopby .ui-slider { position: relative; } .widget.widget-shopby .ui-slider-horizontal { height: 2px; background-color: #e1e1e1; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .widget-shopby .ui-slider .ui-slider-range { position: absolute; top: 0; z-index: 1; display: block; height: 100%; background-color: #2582eb; } .widget-shopby .ui-slider .ui-slider-handle { height: 6px; width: 6px; cursor: pointer; position: absolute; z-index: 2; top: -4px; outline: 0; color: #2582eb; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .widget-shopby .ui-slider .ui-slider-handle span.shadow { display: none; } .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow { width: 200%; height: 200%; display: block; position: relative; top: -1px; border-radius: 50%; background-color: #2582eb; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .widget-shopby .ui-slider .ui-slider-handle span.shadow.active { box-shadow: 0px 0px 0px 4px #b9dbf2; } .widget-shopby .price_slider_amount { margin: 0; margin-top: -19px; } .widget-shopby .price_slider_amount .price_label { margin-top: 7px; } .widget-shopby .price_slider_amount .price_label label { color: #59606a; font-size: 14px; } .widget-shopby .price_slider_amount .price_label input { background-color: transparent; border: none; height: auto; padding: 0; width: 85px; font-size: 14px; color: #2582eb; margin-bottom: 26px; } .widget-shopby .flat-button { padding: 13px 33px 14px; } .sidebar.shop .widget.widget-store { margin-bottom: 53px; } /* Widget Product*/ .widget.widget-product .widget-title { margin-bottom: 24px; font-size: 24px; font-weight: 400; padding-left: 2px; } .widget-product ul li { overflow: hidden; padding: 0px 0px 20px 0px; margin-left:1px; } .widget-product .product-image { float: left; margin-right: 20px; } .widget-product .product-shop .product-name { font-size: 16px; line-height: 16px; margin-bottom: 9px; font-weight: 400; padding-top: 2px; } .widget-product .product-shop .product-name a { color: #292f3b; } .widget-product .product-shop .product-name a:hover { color: #2582eb; } .price-box ins { text-decoration: none; font-size: 16px; color: #2582eb; margin-right: 0px; } .price-box del { font-size: 12px; color: #b2b6bb; } /* Widget review */ .widget.widget-review { border: 1px solid #e8e9e9; padding: 13px 6px 16px 2px; overflow: hidden; margin-bottom: 50px; } .widget.widget-review .box-review { width: 32%; float: left; margin-right: 1.5%; text-align: center; } .widget.widget-review .box-review:last-of-type { margin-right: 0; } .widget.widget-review .box-review.face-review { padding-top: 3px; } .widget.widget-review .box-review .box-header { margin-bottom: 7px; } .widget.widget-review .box-review.youtube-review .box-header .box-icon { margin-right: 6px; } .widget.widget-review .box-review .box-header .box-icon a { font-size: 18px; font-weight: 300; color: #126fd9; } .widget.widget-review .box-review.twitter-review .box-header .box-icon a { color: #14c4f8; } .widget.widget-review .box-review.youtube-review .box-header .box-icon a { color: #e34d3c; } .widget.widget-review .box-review .box-content .info-review span, .widget.widget-review .box-review .box-content p { font-size: 18px; font-weight: 500; color:#292f3b; line-height: 15px; } .widget.widget-review .box-review .box-content p { font-size: 12px; } /* Widget store */ .widget.widget-store .book-store { text-align: center; padding: 39px 20px 40px; background: url('../images/blog/bg-sidebar.jpg')no-repeat; background-size: cover; color: #fff; } .widget.widget-store .book-store h5 { font-size: 24px; color: #fff; margin-bottom: 9px; } .widget.widget-store .book-store p { margin-bottom: 13px; } .widget.widget-store .book-store .flat-button { padding: 14px 29px 13px 26px; margin-left: -12px; } /* Widget tag */ .widget.widget-tags { margin: 0px 0px 33px 1px; } .widget.widget-tags .widget-title { margin-bottom: 22px; } .widget.widget-tags .tags-list a { display: inline-block; color: #292f3b; font-size: 14px; font-weight: 400; display: inline-block; text-transform: uppercase; text-align: center; line-height: 30px; background: #EBEBEB; padding: 0px 16px 0px 16px; margin: 0 6px 10px 0; } .widget.widget-tags .tags-list a.none { margin-right: 0; } .widget.widget-tags .tags-list a.tags-2 { padding: 0px 19px 0px 16px; } .widget.widget-tags .tags-list a.tags-3 { padding: 0px 17px 0px 14px; margin-bottom: 9px; } .widget.widget-tags .tags-list a.tags-4 { padding: 0px 18px 0px 15px; margin-bottom: 9px; } .widget.widget-tags .tags-list a.tags-5 { padding: 0px 10px 0px 14px; margin-right: 5px; } .widget.widget-tags .tags-list a.tags-6 { padding: 0px 13px 0px 11px; } .widget.widget-tags .tags-list a:hover { color: #fff; background-color: #2582eb; border-color: #2582eb; } /* Widget-twiter */ .widget.widget-twiter { margin-left: 1px; margin-bottom: 46px; } .widget.widget-twiter .widget-title { margin-bottom: 10px; } .widget.widget-twiter p, .widget.widget-twiter a { color: #2582eb; } .widget.widget-twiter p { text-decoration: underline; } .widget.widget-twiter a:hover { color: #292f3b; } .widget-twiter .latest-tweets ul li { padding: 0; margin-bottom: 20px; line-height: 24px; color: #292F3B; } .widget-twiter .latest-tweets ul li a { color: #292F3B; } .widget-twiter .latest-tweets ul li a:hover { color: #2582eb; } .widget-twiter .latest-tweets ul li:last-child { margin-bottom: 0; } .widget-twiter .latest-tweets span.tweet_time { display: block; } .widget-twiter .latest-tweets span.tweet_time a { color: #59606a; font-size: 14px; } /* widget-course */ .widget.widget-course .widget-title { margin-bottom: 21px; } .widget-course .popular li { position: relative; padding-bottom: 12px; margin-bottom: 5px; } .widget-course .popular li:last-child { padding-bottom: 0; padding-bottom: 0; } .widget-course .popular li::after { position: absolute; left: 0; bottom: 0; content: ""; width: 270px; height: 1px; background-color: #ebebeb; } .widget-course .popular li:last-child:after { content: none; } .widget-course .course-image { float: left; margin-right: 19px; } .widget-course .course-content .course-name { font-size: 16px; line-height: 16px; margin-bottom: 1px; padding-top: 0px; } .widget-course .course-content .course-name a { color: #292F3B; } .widget-course .course-content .course-name a:hover { color: #2582eb; } .widget-course .course-content .start-pri { margin-bottom: 3px; } .start-pri i.fa { margin: 0px -2px; font-size: 11px; color: #f5c136; } .start-pri i.fa:first-of-type { padding-left: 2px; } .widget-course .course-content .price { font-size: 14px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .widget-course .course-content .price.color-green { color: #6bbd60; } /* GoTop Button -------------------------------------------------------------- */ .go-top { position: fixed !important; right: -35px; bottom: 15px; width: 45px; cursor: pointer; background-color: #2582eb; height: 45px; line-height: 45px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .go-top.show { right: 15px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; visibility: visible; z-index: 99; } .go-top i { font-size: 18px; color: #fff; padding-bottom: 3px; } .go-top:hover { background-color: #333; } .go-top:hover i { color: #fff; } /* Footer -------------------------------------------------------------- */ .footer { background-color: #1b202a; padding: 62px 0px 65px; } .footer .logo-footer { font-size: 30px; font-weight: 700; margin-bottom: 19px; } .footer .logo-footer a { color: #fff; } .footer .logo-footer a:hover, .bottom .copyright p a:hover, .bottom .link-bottom li a:hover { color: #2582eb; } .footer .widget .widget-title { margin-top: 0px; font-size: 14px; color: #fff; margin: 10px 0px 15px 0px; } .footer .widget ul li { font-size: 14px; padding-top: 0; padding-bottom: 0; line-height: 36px; } /* Flat-Information */ .footer .flat-information { margin-bottom: 19px; } .footer .flat-information > li { display: inherit; padding: 0px 0px 0px 30px; line-height: 30px!important; margin-right: 0; } .footer .flat-information > li.phone { padding-left: 27px; } .footer .flat-information > li:after { content: none; } .footer .flat-information > li:before, .footer .flat-information > li.mail:before { top: -1px; } .footer .flat-information > li.phone:before { content: "\f095"; } .footer .flat-information > li.address:before { content: "\f041"; } .footer ul > li > a, .footer .flat-information > li:before { color: #b2b6bb; } /* Socilas link */ .social-links.style2 { float: none; width: 100%; text-align: left; margin-left: -2px; } .social-links.style2 li { padding: 0; line-height: 36px; } .social-links.style2 li a { display: inline-block; width: 40px; height: 40px; background: #323740; color: #fff; border-radius: 50%; text-align: center; padding-top: 4px; margin-right: 7px; } .social-links.style2 li a:hover { background: #2582eb; color: #fff; } /* widget widget_categories */ .footer .widget.widget-categories { margin-bottom: 0px; } .footer .widget.widget-categories ul li { padding-left: 0; } .footer .widget.widget-categories ul li::before { content: none; } /* Widget-useful */ .footer .widget.widget-useful { overflow: hidden; margin-left: -1px; } .footer .widget.widget-useful .one-half { width: 45.5%; float: left; } .footer.style2 .logo-footer { font-family: 'Oregano', cursive; font-size: 36px; font-weight: 300; } .footer.style2.plan-green .logo-footer { font-family: "Roboto", sans-serif; font-size: 30px; font-weight: 600; text-transform: uppercase; } .color-green .social-links.style2 li a:hover { color: #FFF; } /* Slides -------------------------------------------------------------- */ .home-health-coach .tp-bullet { width: 10px; height: 10px; background: transparent; border-radius: 50%; border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255); } /* Bottom -------------------------------------------------------------- */ .bottom { background-color: #11141c; padding: 10px 0px 15px; } .bottom .copyright p, .bottom .copyright p a, .bottom .link-bottom li a { color: #59606A; font-size: 14px; } .bottom .link-bottom { margin-left: 4px; } .bottom .link-bottom li { position: relative; display: inline-block; padding-right: 13px; margin-right: 7px; } .bottom .link-bottom li:last-child { padding-right: 0; margin-right: 0; } .bottom .link-bottom li:last-child:after { content: none; } .bottom .link-bottom li::after { position: absolute; right: 0; top: 8px; content: ""; width: 2px; height: 12px; background: #59606A;; } /* Top-Seach -------------------------------------------------------------- */ .show-search { position: relative; } .nav-wrap .top-search { position: absolute; right: 0px; top: 110%; width: 320px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .nav-wrap .top-search.show { visibility: visible; opacity: 1; z-index: 1; top: 100%; } .nav-wrap.style-search2 .top-search { left: -20%; } .nav-wrap .top-search #searchform-all, .default-course #searchform { position: relative; } .nav-wrap .top-search #searchform-all #s, .default-course #searchform #search { width: 100%; padding: 0 10px 0 20px; opacity: 0.8; } .nav-wrap .top-search #searchform-all #searchsubmit, .default-course #searchform #searchcourse { position: absolute; right: 12px; top: 14px; font-family: "FontAwesome"; color: #1688d3; background: transparent; padding: 3px; border: none; text-align: center; font-size: 15px; font-weight: 700; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .show-search.active .icon_search:before { content: "\4d"; } /* Parallax -------------------------------------------------------------- */ .parallax .overlay-parallax { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.7 ); } .parallax .overlay-parallax.style2 { background-color: rgba( 0, 0, 0, 0.4 ); } .parallax { width: 100%; background-attachment: fixed; background-position: 50% 0; background-size: cover; background-repeat: no-repeat; } .parallax1, .parallax9 { background-size: inherit; } .parallax1 { background-image: url(../images/parallax/bg1.jpg); } .parallax2 { background-image: url(../images/parallax/bg2.jpg); } .parallax3 { background-image: url(../images/parallax/bg3.jpg); } .parallax4 { background-image: url(../images/parallax/bg4.jpg); } .parallax5 { background-image: url(../images/parallax/bg5.jpg); } .parallax6 { background-image: url(../images/parallax/bg6.jpg); } .parallax7 { background-image: url(../images/parallax/bg7.jpg); } .parallax8 { background-image: url(../images/parallax/bg8.jpg); } .parallax9 { background-image: url(../images/parallax/bg9.jpg); } /* Preload -------------------------------------------------------------- */ .loading-overlay { background: #FFF; color: #2582eb; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999999; } .loader, .loader:after { width: 30px; height: 30px; } .loader { margin: 25% auto; border-radius: 50%; font-size: 6px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(194, 193, 193, 0.5); border-right: 1.1em solid rgba(199, 197, 197, 0.5); border-bottom: 1.1em solid rgba(203, 203, 203, 0.5); border-left: 1em solid #2582eb; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } /* Switcher -------------------------------------------------------------- */ .switcher-container { position: fixed; right: -220px; top: 151px; width: 220px; background-color: #000; z-index: 999999; } .switcher-container h2 { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; height: 45px; line-height: 45px; padding-left: 20px; padding-right: 30px; margin: 0; } .switcher-container h2 a { background-color: #000; display: block; position: absolute; left: -45px; top: 0; width: 45px; height: 45px; line-height: 45px; text-align: center; outline: 0; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .switcher-container h2 a.active { right: 0; } .switcher-container h2 a.active:after { position: absolute; right: 21px; top: 0; content: "\f104"; font-family: "FontAwesome"; color: #fff; font-size: 22px; } .switcher-container h2 a.active i { display: none; } .switcher-container h2 a:hover, .switcher-container h2 a:focus { text-decoration: none; } .switcher-container h2 i { margin-top: 10px; font-size: 25px; color: #999; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .switcher-container h2 i:hover { color: #fff; } .switcher-container h3 { font-size: 12px; font-weight: 700; color: #fff; margin: 0; line-height: 22px; margin-bottom: 10px; } .switcher-container .selector-box { color: #fff; overflow: hidden; } .switcher-container .layout-switcher { margin: 0 0 10px 0; overflow: hidden; } .switcher-container .layout-switcher a.layout { float: left; display: block; cursor: pointer; text-align: center; font-weight: 700; padding: 10px 20px; margin-left: 10px; } .switcher-container .layout-switcher a.layout:first-child { margin-left: 0; } .switcher-container .layout-switcher a.layout:hover { color: #fff; cursor: pointer; } .switcher-container .color-box { height: auto; overflow: hidden; margin-bottom: 6px; } .switcher-container .styleswitch { margin-bottom: 10px; } .sw-odd { background-color: #272727; padding: 21px 0 30px 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .sw-even { background-color: #191919; padding: 21px 0 25px 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .sw-even a { font-family: "Poppins", sans-serif; text-transform: uppercase; font-size: 12px; line-height: 40px; color: #fff; border: 1px solid #fff; padding: 10px 20px 10px 20px; margin-right: 10px; letter-spacing: 1.8px; } .sw-even a:hover { background-color: #32bfc0; border: 1px solid #32bfc0; color: #fff !important; } .sw-light { background-color: #fff; color: #000 !important; } .sw-odd a { font-size: 16px; color: #fff; width: 100%; display: inline-block; line-height: 17px; width: 100%; position: relative; padding-left: 47px; } .sw-odd .ws-colors a:before { background: none; } .sw-odd .ws-colors a { position: relative; width: auto; padding: 0; width: 30px; height: 30px; background-color: #333; display: inline-block; margin-right: 5px; overflow: hidden; } .sw-odd .ws-colors a.current:before { position: absolute; left: 8px; top: 6px; font-family: FontAwesome; content: "\f00c"; color: #fff; z-index: 999; text-shadow: 0 0 2px rgba( 0, 0, 0, 1 ); } .sw-odd .ws-colors #color1 { background-color: #2582eb; } .sw-odd .ws-colors #color2 { background-color: #1eaf13; } .sw-odd .ws-colors #color3 { background-color: #ff7f00; } .sw-odd .ws-colors #color4 { background-color: #b01e23; } .sw-odd .ws-colors #color5 { background-color: #9b23ea; } .sw-odd #color2 { background-color: #333; } .sw-odd .ws-colors a#color2:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #ff5f2e; } .sw-odd #color3 { background-color: #333; } .sw-odd .ws-colors a#color3:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #30a9de; } .sw-odd #color4 { background-color: #333; } .sw-odd .ws-colors a#color4:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #d9e1e8; } .sw-odd #color5 { background-color: #333; } .sw-odd .ws-colors a#color5:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #090707; } .sw-even h3 { margin-bottom: 6px; } /* Pattern */ .sw-pattern.pattern { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; left: 0; top: 98%; background-color: #000000; width: 100%; z-index: -1; padding: 20px 0 30px 20px; } .sw-pattern.pattern a { width: 40px; height: 40px; display: inline-block; margin-right: 5px; margin-bottom: 5px; position: relative; } .sw-pattern.pattern a.current:before { position: absolute; left: 12px; top: 6px; font-family: FontAwesome; content: "\f00c"; color: #fff; text-shadow: 0 0 2px rgba( 0, 0, 0, 1 ); } .sw-odd .sw-image { padding: 0 20px 15px 0; } .sw-odd .sw-image a { padding: 0; margin-bottom: 5px; } .sw-odd .sw-image .sw-buy { position: relative; width: 100%; border: none; background: #6f9a37; font-size: 14px; font-weight: 700; padding: 12px 48px 12px 51px; border-radius: 0; } .sw-odd .sw-image .sw-buy:hover { background-color: #2e363a; } /* Boxed -------------------------------------------------------------- */ .home-boxed .boxed { z-index: 0; width: 92.708%; margin: 0 auto; background: #fff; overflow: hidden; height: 100%; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); } .tparrows:hover::before { color: #2582eb; } .mySlides {display:none;} /* Custom Styling -------------------------------------------------------------- */
assets/frontend/stylesheets/style.css
@import url("font-awesome.css"); @import url("icomoon.css"); @import url("font-MyriadPro.css"); @import url("jquery.mCustomScrollbar.css"); @import url("flexslider.css"); @import url("font-elegant.css"); @import url("themify-icons.css"); @import url("owl.carousel.css"); @import url("shortcodes.css"); @import url("magnific-popup.css"); @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Poppins:300,400,500,600,700|Oregano:400,400i|Playfair+Display:400,400i,700,700i,900,900i|Open+Sans:400,400i,600,700,800'); /** * Reset * Repeatable Patterns * Top * Social-links * Header * Mobile navigation * Page title * Breadcrumbs * Blog * Blog Single * Pagination * Gird for page single * Sidebar * GoTop Button * Footer * Footer widget * Page About * Bottom * Revolution Slider * Preload * Parallax * Switcher * Boxed * Site-off-canvas * Porfolio Detail */ /* Reset -------------------------------------------------------------- */ html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } figure { margin: 0; } :focus { outline: 0; } table { border-collapse: collapse; border-spacing: 0; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } legend { white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } button, input { line-height: normal; } input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ } button, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ border: none; } input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Repeatable Patterns -------------------------------------------------------------- */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font: 16px/27px "Roboto", sans-serif; font-weight: 400; background-color: #fff; color: #59606a; } a { text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover, a:focus { color: #2582eb; text-decoration: none; outline: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } ul, ol { padding: 0; } img { max-width: 100%; height: auto; } .img-right { margin: 0 0 0 50px !important; float: right; } b, strong { font-weight: 700; } .entry-page p { margin-bottom: 25px; } button { border: none; } button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 13px; font-weight: 700; color: #ffffff; text-transform: uppercase; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { background-color: #fff; border: none; height: 50px; padding-left: 21px; font-size: 16px; outline: none; border: 1px solid #e5e5e5; width: 100%; margin-bottom: 20px; border-radius: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border: 1px solid #1e1e27; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } textarea { width: 100%; height: 115px; padding: 15px 24px; margin-bottom: 32px; } input[type="checkbox"] { display: inline; } textarea:-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder { color: #6a6a6a; opacity: 1; } input:-ms-input-placeholder { color: #6a6a6a; } textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { color: #6a6a6a; opacity: 1; } /* bootstrap resetting elements */ .btn { background-image: none; } textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { -webkit-appearance: none; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; color: #59606a; } h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; font-weight: 500; margin-bottom: 10px;} h1 { font-size: 60px; line-height: 60px; } h2 { font-size: 48px; line-height: 48px; } h3 { font-size: 36px; line-height: 36px; } h4 { font-size: 30px; line-height: 30px; } h5 { font-size: 22px; line-height: 22px; } h6 { font-size: 18px; line-height: 18px; } /* Top ---------------------------------------------------------------*/ .site-wrapper { position: relative; } .top { position: relative; padding: 10px 0px 10px 0px; background: rgba(0, 0, 0, 0.1); } .top::after { position: absolute; bottom: 0; left: 19.2%; content: ""; width: 61.5%; height: 1px; background: rgba(255, 255, 255, 0.2); } .top.bg-white { background: #fff; } .top.fixed { position: absolute; width: 100%; left: 0; top: 0px; z-index: 99999; background: transparent; border-bottom: 1px solid #fff; border-color: rgba(255, 255, 255, 0.3); } .top.fixed::after, .top.bg-white::after { content: none; } .flat-information > li > a { } .top.bg-white .flat-information > li > a, .top.bg-white .flat-information > li:before, .top.bg-white .flat-language .current > a, .top.bg-white .flat-sign-in .current > a, .top.bg-white .social-links li a { color: #292f3b; } .top.bg-white .flat-language .current > a:hover, .top.bg-white .flat-sign-in .current > a:hover, .top.bg-white .social-links a:hover, .top.bg-white .flat-information > li > a:hover { color: #2582EB; } .top.bg-white .flat-information > li:after, .top.bg-white .flat-dropdown::after { background-color: #ebeaee; } /* Infomation top */ .flat-information { margin: 0 0 0; padding: 0; } .flat-information > li { display: inline-block; position: relative; padding: 0px 21px 0px 23px; margin-right: 15px; } .flat-information > li:before { position: absolute; left: 0; top: 3px; font-family:'FontAwesome'; font-size: 14px; content: "\f1e4"; color: #fff; } .flat-information > li:last-child { padding: 0px 16px 0px 23px; margin-right: 14px; } .flat-information > li.email:before { content: "\f0e0"; top: 2px; } .flat-information > li:after, .flat-dropdown::after { position: absolute; right: 0; top: 5px; content: ""; width: 1px; height: 20px; background-color: #66656a; } .flat-information > li:last-child:after { content: none; } .flat-information > li > a { color: #fff; font-size: 14px; } /* Flat-language -------------------------------------------------------------- */ .flat-language, .flat-sign-in { position: relative; width: 14.8%; float: right; } .flat-dropdown { padding-right: 0px; margin-right: 2px; } .flat-dropdown.flat-language { margin-right: 14px; } .flat-language .current:hover ul, .flat-sign-in .current:hover ul { opacity: 1; visibility: visible; margin-top: 6px; } .flat-language .current > a, .flat-sign-in .current > a { color: #fff; } .flat-language .current a, .flat-sign-in .current a { position: relative; padding: 0 10px 0 5px; font-size: 14px; } .flat-language .current > a:after, .flat-sign-in .current > a:after { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; position: absolute; right: -2px; top: -5px; } .flat-language .current > a:hover, .flat-sign-in .current > a:hover, .social-links a:hover, .flat-information > li > a:hover { color: #2582eb; } .flat-language > ul > li > ul, .flat-sign-in > ul > li > ul { position: absolute; left: 0; top: 100%; width: 130px; margin-top: 15px; background-color: #2582eb; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; z-index: 999999; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .flat-language > ul > li > ul li, .flat-sign-in > ul > li > ul li { padding: 1px 0 2px 15px; } .flat-language > ul > li > ul li a, .flat-sign-in > ul > li > ul li a { color: #fff; } /* Social-links -------------------------------------------------------------- */ .social-links { padding: 0; margin: 0; float: right; width: 16%; text-align: right; } .social-links li { display: inline-block; padding: 2px 8px 0px; } .social-links li a { font-size: 14px; color: #fff; font-weight: 500; } .social-links li:last-child { padding-right: 0px; } /* Header -------------------------------------------------------------- */ .header { position: relative; width: 100%; background: rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .header.plan { background: rgba(0, 0, 0, 0.4); } .header .logo { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* Header Fix */ .header.downscrolled { position: fixed; top: 0; width: 100%; z-index: 9999; opacity: 0; top: -60px; } .header.upscrolled { opacity: 1; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); } .header .logo h1 { font-size: 30px; line-height: 30px; margin-bottom: 0; font-weight: 700; padding: 38px 0px 33px; margin-left: -1px; } .header .logo h1 a { color: #fff; } .header .logo h1 a:hover { color: #2582eb; } /* Header-style2 */ .header.plan.header-full-width .full-width { position: relative; } .header .flat-header, .header-full-width .full-width { position: absolute; width: 100%; left: 0; z-index: 9999; background: rgba(0, 0, 0, 0.1); } .header .flat-header.style2 { top: 50px; background: transparent; } .header.upscrolled .flat-header, .header-full-width.upscrolled .full-width { background: rgba(0, 0, 0, 0.6); } .header.upscrolled .flat-header.style2 { top: 0; } .header-full-width .full-width { padding: 0 3.5%; } .header-full-width .wrap-logo { float: left; } .header-full-width .wrap-right { position: relative; float: right; margin-left: 4.76%; } .header-full-width .wrap-right.line:before { position: absolute; left: -38px; top: 40px; width: 1px; height: 20px; content: ""; background-color: #fff; opacity: 0.2; } .header-full-width .wrap-right:last-of-type { margin-left: 0; } .header-full-width .logo.color-green h1 { font-family: 'Oregano', cursive; font-size: 36px; font-weight: 300; padding: 37px 0px 33px; margin-left: -2px; } .header.header-full-width .logo h1 a:hover { color: #fff; } .header-full-width .wrap-right .hotline p { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #fff; line-height: 96px; } .header-full-width .wrap-right .hotline p a { font-size: 24px; color: #2582eb; } .header-full-width .wrap-right .hotline p a:hover { color: #FFF; } .header-full-width .wrap-right .social-links { width: 100%; } .header-full-width .wrap-right .social-links li { padding-top: 0; line-height: 99px; } .header-full-width .wrap-right .social-links li:last-child { padding-left: 10px; } .header-full-width .wrap-right .social-links li:first-child { padding-right: 11px; } .header-full-width.upscrolled .logo.color-green h1 { padding: 32px 0px 28px; } .header-full-width.upscrolled #mainnav > ul > li > a { padding: 32px 0px 31px; } .header-full-width.upscrolled #mainnav > ul > li > a:after { bottom: 28px; } .header-full-width.upscrolled .wrap-right .hotline p { line-height: 86px; } .header-full-width.upscrolled .wrap-right .social-links li { line-height: 88px; } .header-full-width.upscrolled .wrap-right.line:before { top: 34px; } /* headerscrolled2 */ .header.upscrolled .logo h1 { padding: 32px 0px 28px; } .header.upscrolled #mainnav > ul > li > a { padding: 32px 0px 31px; } .header.upscrolled #mainnav > ul > li > a:after { bottom: 28px; } .header.upscrolled .menu.menu-extra li a { line-height: 90px; } /* Menu menu-extra */ .menu.menu-extra li a { color: #fff; padding: 0px 0px 0px 20px; line-height: 101px; } .menu.menu-extra li a:hover { color: #1688d3; } /* Navigation */ .nav-wrap { position: relative; float: right; } .nav-wrap .mainnav { float: left; } .nav-wrap .menu.menu-extra { padding-left: 48px; float: right; } #mainnav > ul { text-align: right; } #mainnav ul { list-style: none; margin: 0; padding: 0; } #mainnav ul li { position: relative; } #mainnav > ul > li { display: inline-block; } #mainnav > ul > li > a { position: relative; font-weight: 700; color: #fff; text-transform: uppercase; display: inline-block; padding:37px 0px 36px 0px; font-size: 14px; margin: 0px 23px 0px 22px; } #mainnav > ul > li:last-child > a { margin-right: 0; } #mainnav > ul > li:nth-child(3) > a { margin-left: 21px; } #mainnav > ul > li > a:after { position: absolute; left: 50%; bottom: 33px; content: ''; width: 0; height: 2px; background: #2582eb; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } #mainnav > ul > li > a:hover:after, #mainnav > ul > li.active > a:after { width: 100%; left: 0; opacity: 1; } /* submenu */ #mainnav ul.submenu { text-align: left; position: absolute; left: 0px; top: 110%; width: 250px; background-color: #1b202a; z-index: 9999; filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #mainnav ul li:hover > ul.submenu { top: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; visibility: visible; } #mainnav ul li ul li { margin-left: 0; border-top: 1px solid #333333; } #mainnav ul li ul li:first-child { border-top: none; } #mainnav ul.submenu li ul { position: absolute; left: 250px; top: 0 !important; } #mainnav ul.submenu li ul.sub-right { position: absolute; left: -250px; top: 0 !important; } #mainnav ul.submenu > li > a { display: block; color: #fff; padding: 0 0 0 22px; line-height: 50px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } #mainnav ul.submenu > li > a:hover { background-color: #2582eb; } /* Hover Menu */ #mainnav > ul > li > a { position: relative; } /* Mobile navigation ---------------------------------------- */ #mainnav-mobi { display: block; margin: 0 auto; width: 100%; position: absolute; background-color: #222222; z-index: 1000; } #mainnav-mobi ul { display: block; list-style: none; margin: 0; padding: 0; } #mainnav-mobi ul li { margin:0; position: relative; text-align: left; border-top: 1px solid #333333; cursor: pointer } #mainnav-mobi ul > li > a { text-decoration: none; height: 50px; line-height: 50px; padding: 0 15px; color: #fff; } #mainnav-mobi ul.sub-menu { top: 100%; left: 0; z-index: 2000; position: relative; background-color: #333333; } #mainnav-mobi > ul > li > ul > li, #mainnav-mobi > ul > li > ul > li > ul > li { position: relative; border-top: 1px solid #333333; padding-left: 15px; } #mainnav-mobi > ul > li > ul > li > ul > li a { padding-left: 45px !important } #mainnav-mobi ul.sub-menu > li > a { display: block; text-decoration: none; padding: 0 60px; border-top-color: rgba(255,255,255,.1); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #mainnav-mobi > ul > li > ul > li:first-child a { border-top: none; } #mainnav-mobi ul.sub-menu > li > a:hover, #mainnav-mobi > ul > li > ul > li.active > a { color: #fff; } /* Button menu mobile */ .btn-menu { display: none; position: relative; background: transparent; cursor: pointer; margin: 23px 15px 20px 40px; width: 26px; height: 16px; float: right; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; } .btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #2582eb; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; } .btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; } .btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; } .btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); } .btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); } .btn-menu.active span { opacity: 0; } .btn-menu.active:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); } .btn-menu.active:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); } .btn-submenu { position: absolute; right: 20px; top: 0; font: 20px/50px 'FontAwesome'; text-align: center; cursor: pointer; width: 70px; height: 44px; } .btn-submenu:before { content: "\f107"; color: #fff; } .btn-submenu.active:before { content: "\f106" } .btn-menu { display: none } /* Page title -------------------------------------------------------------- */ .page-title { position: relative; padding: 91px 0 89px; } .page-content h2 { text-align: left; color: #fff; margin-bottom: 4px; line-height: 58px; margin-left: -2px; } /* Breadcrumbs -------------------------------------------------------------- */ .breadcrumbs ul { padding-top: 0; margin-left: -4px; } .breadcrumbs ul li { display: inline-block; position: relative; margin-right: 27px; padding-right: 7px; color: #fff; } .breadcrumbs ul li a { color: #fff; } .breadcrumbs ul li a:hover { color: #2582eb; } .breadcrumbs ul li:before { position: absolute; right: -14px; top: 0; font-family: "FontAwesome"; content: "\f105"; color: #fff; } .breadcrumbs ul li:last-child::before { width: 0; height: 0; background-color: transparent; content: ""; } /* Blog -------------------------------------------------------------- */ .blog article.post { padding-bottom: 52px; } .blog .entry .header-post .post-comment { width: 11.7%; } .blog .entry .content-post { padding-left: 1px; } .blog .entry .content-post p.note { margin-bottom: 21px; } .flat-more .readmore { float: left; } .flat-more .more-social { overflow: hidden; } .social-links.style3 { width: 17%; margin-top: -1px; margin-right: 4px; } .social-links.style3 li a { color: #292f3b; } .social-links.style3 li a:hover, .flat-more ul.meta-vote li a:hover { color: #2582eb; } .flat-more ul.meta-vote { float: right; } .flat-more ul.meta-vote li { padding: 0 30px 0px 27px; margin-right: 14px; } .flat-more ul.meta-vote li a { font-size: 14px; color: #292f3b; font-family: 'Poppins', sans-serif; font-weight: 600; } .flat-more ul.meta-vote li::before { position: absolute; left: 0; top: 0; content: "\f0e6"; font-family: 'FontAwesome'; } .flat-more ul.meta-vote li::after { position: absolute; right: 0; top: 8px; content: ""; width: 1px; height: 12px; background: #ebebeb; } .blog article.post.style2 { padding-bottom: 0; } article.post.style2 .featured-post { float: left; margin-right: 41px; margin-bottom: 0; } article.post.style2 .entry .flat-entry, article.post.style2 .entry { overflow: hidden; } article.post.style2 .entry .featured-post .video-post { margin-bottom: 0px; } article.post.style2 .entry .header-post { margin-left: 0; margin-bottom: 19px; } article.post.style2 .entry .header-post .flat-title h3.title-post { font-size: 24px; line-height: 24px; margin-top: 2px; margin-bottom: 13px; } article.post.style2 .entry .header-post .post-comment { width: 21.9%; } article.post.style2 .entry .header-post .flat-title { width: 78.1%; } article.post.style2 .entry .content-post p.note { margin-bottom: 8px; } /* Post Style2 Box */ article.post.style2.box { padding: 28px 37px 22px; border: 1px solid #ebebeb; } article.post.style2.box .entry .header-post { margin-bottom: 0; } article.post.style2.box .entry .header-post .post-comment { width: 26.4%; } article.post.style2.box .entry .header-post .flat-title { width: 73.6%; } article.post.style2.box .entry .header-post ul.metadata-post { margin-bottom: 7px; } article.post.style2.box .entry .header-post .post-comment li.date { padding: 12px 0px 6px; } article.post.style2.box .entry .header-post .post-comment.pl5 li.date { padding: 12px 0px 6px 5px; } article.post.style2.box .entry .header-post .flat-title h3.title-post { font-size: 20px; margin-top: 0; margin-bottom: 0px; } .entry .header-post .flat-title ul.metadata-post li { position: relative; display: inline-block; font-size: 12px; text-transform: uppercase; padding-left: 9px; margin-right: 5px; } article.post.style2.box .entry .header-post .flat-title ul.metadata-post li.time { padding-left: 13px; } .entry .header-post .flat-title ul.metadata-post li::before { position: absolute; left: 0; top: 0; content: "\f041"; font-family: 'FontAwesome'; } .entry .header-post .flat-title ul.metadata-post li.time::before { content: "\f017"; } article.post.style2.box .entry .header-post .flat-title .readmore { margin-left: -1px; } /* Post style2 box-img */ article.post.box-img { padding: 0; border: none; } article.post.style2.box-img .featured-post { float: left; margin-right: 0px; margin-bottom: 0; overflow: hidden; background-color: #000; } article.post.style2.box-img .featured-post img { width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.4s; transition: 0.4s; } article.post.style2.box-img:hover .featured-post img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 0.7; background: #000; } article.post.style2.box-img .entry .flat-entry { padding: 28px 10px 33px 31px; border: 1px solid #ebebeb; border-left: none; } article.post.style2.box-img .entry .flat-entry.style2 { padding: 31px 10px 30px 31px; } article.post.style2.box-img .entry .header-post { margin-bottom: 10px; } article.post.style2.box-img .entry .header-post .flat-title { width: 100%; } article.post.style2.box-img .entry .header-post .flat-title h3.title-post { font-size: 20px; margin-top: 0; margin-bottom: 5px; } /* Portfolo 3 */ article.post.style3 { padding: 0; border-bottom: none; background: #FFF; text-align: center; } .post.style3 .entry .featured-post { margin-bottom: 30px; background-color: #000; } .post.style3 .entry .featured-post img { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .post.style3:hover .entry .featured-post img { opacity: 0.7; } .post.style3 .entry-post .entry-author { margin-bottom: 5px; } .post.style3 .entry-post .entry-author .img-author { margin-bottom: 5px; overflow: hidden; position: relative; } .post.style3 .entry-post .entry-author .name-author { font-size: 14px; color: #59606a; } .post.style3 .entry-post .entry-author a.name-author:hover, .post.style3 .entry-post h6.entry-title a:hover, .post .entry-post ul.entry-comment li a:hover { color: #2582eb; } .post.style3 .entry-post h6.entry-title { line-height: 26px; border-bottom: 1px solid #ebebeb; padding-bottom: 23px; margin-bottom: 7px; } .post.style3 .entry-post h6.entry-title a { color: #292f3b; } .post.style3 .entry-post .entry-number { overflow: hidden; padding: 0px 20px 5px 21px; } .post .entry-post .entry-number .price { font-size: 14px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .post .entry-post .entry-number .price.color-green { color: #6bbd60; } .post.style3 .entry-post .entry-price { float: left; } .post.style3 .entry-post ul.entry-comment { float: right; } .post .entry-post ul.entry-comment li { position: relative; display: inline-block; padding-left: 25px; margin-right: 15px; font-size: 14px; } .post .entry-post ul.entry-comment li:last-child { margin-right: 0; } .post .entry-post ul.entry-comment li::before { position: absolute; left: 0; top: -1px; content: "\f0c0"; font-family: 'FontAwesome'; color: #B2B6BB; } .post .entry-post ul.entry-comment li.comment::before { content: "\f0e6"; top: -2px; left: 2px; } .post .entry-post ul.entry-comment li a { font-weight: 600; color: #292F3B; } .btn-sec-course { text-align: center; } /* Style3 Border */ .sec-course-style2 .title-section.oregano { margin-bottom: 138px; } .sec-course-style2 .title-section.oregano .title::before { margin-left: -41px; } article.post.style3.border .entry { border: 1px solid #ebebeb; } article.post.style3.border.first { margin-right: 14px; } article.post.style3.border .entry .featured-post { background-color: #FFF; } article.post.style3.border:hover .entry .featured-post img { opacity: 1; margin-top: -77px; } article.post.style3.border .entry .featured-post img { margin-left: -1px; } article.post.style3.border.second { margin-right: 7px; margin-left: 7px; } article.post.style3.border.three { margin-right: 0px; margin-left: 14px; } .post.style3.border .entry .featured-post { position: relative; text-align: left; overflow: visible; } .post.style3.border .entry .featured-post img { margin-top: -70px; } .post.style3.border .entry-post .entry-number { padding: 0px 20px 4px 21px; border-bottom: 1px solid #ebebeb; } /* Style3 Lates -----------------------------------------------------------*/ .blog-carousel:hover, .team-carousel:hover { cursor: e-resize; } article.post.style3.lates { background: transparent; } article.post.style3.lates.first { margin-right: 13px; } article.post.style3.lates.second { margin-left: 7px; margin-right: 7px; } article.post.style3.lates.three { margin-left: 13px; } .post.style3.lates .entry .featured-post { text-align: left; margin-bottom: 20px; } .post.style3.lates .entry .featured-post img { width: 100%; } .post.style3.lates .entry .entry-post .notes { font-size: 12px; letter-spacing: 2.4px; margin-bottom: 1px; padding-left: 2px; display: inline-block; text-transform: uppercase; } .post.style3.lates .entry-post h6.entry-title { border-bottom: none; padding-bottom: 0; margin-bottom: 4px; } .post.style3.lates .entry-post .entry-day { font-size: 12px; color: #59606A; text-transform: uppercase; } /* Style4 */ article.post.style4 { padding: 0px; } article.post.style4:last-of-type { border-bottom: none; } .post.style4 .flat-entry { overflow: hidden; } .post.style4 .entry .header-post { margin-bottom: 14px; } article.post.style4:nth-child(3) .entry .header-post .post-comment li span, article.post.style4:nth-child(4) .entry .header-post .post-comment li span { padding-left: 5px; } .post.style4 .entry .header-post .post-comment { width: 18%; } .post.style4 .entry .header-post .post-comment li.comment { font-size: 14px; } .post.style4 .entry .header-post .flat-title { width: 80%; } .post.style4 .entry .content-post { padding-right: 40px; } .post.style4 .entry .header-post .post-comment li { padding-bottom: 6px; } .post.style4 .entry .header-post .post-comment li.comment { padding-left: 16px; } .post.style4 .entry .header-post .flat-title h3.title-post { font-size: 30px; line-height: 30px; margin-top: 1px; margin-bottom: 12px; } .post.style4 .entry .header-post .flat-title ul.metadata-post li { font-size: 14px; padding-left: 11px; margin-right: 8px; } .post.style4 .entry .header-post .flat-title ul.metadata-post li:last-child { padding-left: 14px; } .post.style4 .entry .content-post p { color: #292F3B; line-height: 26px; margin-bottom: 8px; } .post.style4 .entry .featured-post { margin-bottom: 0px; } /* Video ---------------------------------------------------------------*/ .video.bond-row { background: url(../images/blog/bg-videob1.jpg); background-repeat: no-repeat; } .video.bond-row .video-controls { margin-left: 0px; padding-left: 26px; } .video.video-haft { background: url(../images/blog/bg-videob2.jpg); background-repeat: no-repeat; width: 399px; height: 300px; padding: 120px 0px; } .video.bond-row.video-haft .video-controls { margin-left: 0px; padding-left: 12px; } .video.video-haft.bg-blog2 { background: url(../images/blog/bg-videob3.jpg); background-repeat: no-repeat; } /* Blog Details -------------------------------------------------------------- */ article.post { padding-bottom: 21px; padding-right: 15px; border-bottom: 1px solid #e5e5e5; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .wrap-social { width: 8.1%; float: left; } .wrap-social .social-links.style2 { margin-left: 0; } .wrap-social .social-links.style2 li { display: inherit; margin-bottom: 20px; } .wrap-social .social-links.style2 li a { width: 30px; height: 30px; background-color: #4c65a8; padding-top: 2px; line-height: 30px; } .wrap-social .social-links.style2 li.twitter a { background-color: #41a1f6; } .wrap-social .social-links.style2 li.google a { background-color: #f43535; } .wrap-social .social-links.style2 li.instagram a { background-color: #8f6247; } .wrap-social .social-links.style2 li.tack a { background-color: #f0c605; } .wrap-social .social-links.style2 li.face a:hover, .wrap-social .social-links.style2 li.tack a:hover, .wrap-social .social-links.style2 li.instagram a:hover, .wrap-social .social-links.style2 li.google a:hover, .wrap-social .social-links.style2 li.twitter a:hover { background-color: #59606a; } .blog-detais .wrap-entry { float: left; width: 91.9%; overflow: hidden; } .blog-detais .entry .header-post .flat-title { padding-left: 2px; } .post ul li { position: relative; } .entry .header-post { overflow: hidden; margin-bottom: 36px; margin-left: -2px; } .entry .header-post .post-comment { float: left; width: 12.7%; } .entry .header-post .post-comment .date span { font-size: 48px; } .entry .header-post .post-comment li span, .entry .header-post .post-comment li { font-family: 'Poppins', sans-serif; font-weight: 700; color: #2582eb; display: block; padding: 4px 0px 7px; } .entry .header-post .post-comment li.comment { padding: 0px 0px 0px 13px; letter-spacing: 1.5px; } .entry .header-post .time-post span.month { font-size: 14px; } .entry .header-post .flat-title { float: left; width: 87.3%; } .entry .header-post .flat-title h3.title-post { margin-top: 1px; margin-bottom: 11px; } .entry .header-post .flat-title h3.title-post a { color: #292f3b; } .entry .header-post .flat-title h3.title-post a:hover, .entry .content-post .name-team a:hover, .comment-list .comment-metadata .comment-info h5 a:hover { color: #2582eb; } .entry .header-post .flat-title ul.meta-post li { display: inline-block; padding-right: 6px; color: #59606a; font-size: 12px; text-transform: uppercase; } .entry .header-post .flat-title ul.meta-post li.day::after { position: absolute; right: 0; top: 7px; content: ""; width: 2px; height: 12px; background: #a8abaf; } .entry .header-post .flat-title ul.meta-post li a { color: #2582eb; } .entry p { line-height: 26px; } .entry .featured-post { overflow: hidden; margin-bottom: 25px; position: relative; } .entry .note-post { margin-bottom: 15px; } .video { height: 520px; width: 100%; float: left; background: url(../images/blog/bg-video.jpg); background-repeat: no-repeat; padding: 230px 0px; } .video-controls { text-align: center; height: 100%; margin-left: -44px; } .video-icon.fa-play { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #f43535; border-radius: 50%; cursor: pointer; width: 60px; height: 60px; display: inline-block; vertical-align: middle; text-align: center; } .video-icon.fa-play:hover { -webkit-transform: translate3d(0, -2%, 0); -moz-transform: translate3d(0, -2%, 0); -ms-transform: translate3d(0, -2%, 0); -o-transform: translate3d(0, -2%, 0); transform: translate3d(0, -2%, 0); box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2); } .video-controls .video-icon.small:before { font-size: 22px; line-height: 60px; padding-left: 3px; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .entry .content-post { margin-bottom: 37px; } .entry .content-post:last-of-type { margin-bottom: 0; } .entry .content-post h4.title-entry { color: #000; margin-bottom: 14px; } .entry .content-post p { margin-bottom: 36px; } .entry .content-post.content-post2 p { margin-bottom: 32px; } .entry .content-post blockquote { font-size: 20px; line-height: 30px; color: #292F3B; font-style: italic; padding: 0px 0px 0px 67px; font-weight: 300; } .entry .content-post .name-team { font-weight: 500; font-style: normal; margin-top: 13px; } .entry .content-post .name-team span { font-size: 18px; color: #292f3b; } .entry .content-post .name-team a { font-size: 14px; color: #b2b6bb; } .entry .content-post .widget.widget-tags { margin-bottom: 0; } .entry .content-post .widget.widget-tags .tags-list a { font-size: 12px; padding: 0px 25px 0px 24px; margin-right: 5px; -webkit-border-radius: 2px; border-radius: 2px; } .entry .content-post .widget.widget-tags .tags-list a.tags-2 { padding: 0px 32px 0px 32px; } .entry .content-post .widget.widget-tags .tags-list a.tags-3 { padding: 0px 27px 0px 27px; } /* Main-single */ .main-single h2.comments-title, .comment-respond h2.comment-reply-title { font-size: 24px; color: #292f3b; margin: 0px 0px 25px -1px; } .comment-list { padding-bottom: 8px; margin-bottom: 49px; border-bottom: 1px solid #ebebeb; } .comment.event { margin-bottom: 42px; } .comment.event:last-child { margin-bottom: 0px; } .comment.event > article.comment-body.parents { margin-bottom: 42px; } .comment.odd { margin-bottom: 49px; } .comment-list .comment-body .comment-author { position: relative; float: left; padding-right: 31px; margin-right: 29px; } .comment-list li.comment.event:first-child .comment-body.parents .comment-author::after { height: 360%; } .comment-list .comment-body.parents .comment-author::after { position: absolute; right: 0; top: 0; content: ""; width: 1px; height: 97px; background: #e5e5e5; } .comment-list .comment-body .comment-text { overflow: hidden; position: relative; } .comment-list .comment-metadata { margin-bottom: 6px; overflow: hidden; } .comment-list .comment-metadata .comment-info { float: left; margin-top: -10px; } .comment-list .comment-metadata .comment-info span { color: #b2b6bb; margin-bottom: 2px; display: inline-block; font-size: 12px; letter-spacing: 2.2px; } .comment-list .comment-metadata .comment-info h5 { font-size: 18px; margin-bottom: 0; } .comment-list .comment-metadata .comment-info h5 a { color: #292f3b; } .comment-list .comment-body .comment-text .comment-content p { line-height: 26px; margin-bottom: 14px; } .comment-list .comment-body .comment-reply .flat-button { padding: 9px 26px 7px 26px; margin-right: 6px; color: #1E1E27; border: 1px solid #d2d2d4; } .comment-list .comment-body .comment-reply .flat-button:hover { color: #fff; } .comment-list .comment-body .comment-reply .flat-button:hover::before, .comment-list .comment-body .comment-reply .flat-button:hover::after, .comment-list .comment-body .comment-reply .flat-button:before, .comment-list .comment-body .comment-reply .flat-button:after { background-color: #2582eb; } .comment ol.children { margin-left: 130px; } .children .comment-body .comment-author { margin-right: 0; } .children .comment-body .comment-text::before { content: none; } /* */ .comment-respond .comment-form p { width: 97.4%; } .comment-respond .comment-form .form-submit .flat-button { padding: 18px 40px 16px; } .comment-respond .comment-form .form-submit .flat-button { background: #1490d7; } /* Pagination -------------------------------------------------------------- */ .wrap-pagination .flat-pagination li { position: relative; display: inline-block; margin-right: 0.5px; } .wrap-pagination .flat-pagination li.active a { color: #fff; } .main-content .wrap-pagination .flat-pagination li.active a, .main-content .wrap-pagination .flat-pagination li a:hover { background-color: #2582eb; color: #fff; border: 1px solid #2582eb; } .main-content .wrap-pagination .flat-pagination li:hover:after { color: #FFF; } .wrap-pagination .flat-pagination li a { display: inline-block; color: #59606a; font-size: 14px; font-weight: 600; border-radius: 2px; border: 1px solid #e5e5e5; padding: 7px 11px 4px 14px; } .wrap-pagination .flat-pagination li.next a { padding: 7px 31px 4px 10px; } .wrap-pagination .flat-pagination li.next::after { position: absolute; right: 17px; top: 7px; font-family: 'FontAwesome'; content: "\f101"; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /* Style2 */ .wrap-pagination.style2 .flat-pagination li { margin-right: 2px; } .wrap-pagination.style2 .flat-pagination li a { font-weight: 400; padding: 7px 12px 4px 14px; } .wrap-pagination.style2 .flat-pagination li.active a { padding: 7px 13px 4px 12px; background-color: #FFF; } .wrap-pagination.style2 .flat-pagination li.next a { padding: 7px 31px 4px 11px; } .wrap-pagination.style2 .flat-pagination li a:hover, .wrap-pagination.style2 .flat-pagination li.active a, .wrap-pagination.style2 .flat-pagination li.next:hover:after { color: #2582eb; } /* Blog-Pagination -------------------------------------------------------------- */ .blog-pagination ul.flat-pagination { overflow: hidden; margin-right: 19px; } .blog-pagination ul.flat-pagination li { display: inline-block; position: relative; } .blog-pagination ul.flat-pagination li.back { float: left; } .blog-pagination ul.flat-pagination li.next { float: right; } .blog-pagination ul.flat-pagination li::before { position: absolute; left: 27px; top: 7px; content: "\f104"; font-family: 'FontAwesome'; font-size: 14px; color: #292f3b; z-index: 999; } .blog-pagination ul.flat-pagination li.next::before { content: "\f105"; left: 123px; } .blog-pagination ul.flat-pagination li.next .flat-button { padding: 14px 33px 13px 29px; } .blog-pagination ul.flat-pagination .flat-button { font-size: 12px; font-weight: 500; color: #292f3b; letter-spacing: 1.2px; background: #f3f3f3; padding: 14px 24px 13px 37px; } .blog-pagination ul.flat-pagination .flat-button:after, .blog-pagination ul.flat-pagination .flat-button:before { background-color: #2582eb; } /* Home index5 -------------------------------------------------------------- */ .parallax.parallax4 .title-section.color-white .title::before { margin-left: -35px; } /* Flat-Progress -------------------------------------------------------------- */ .flat-progress { position: relative; margin-bottom: 33px; } .flat-progress:nth-child(2), .flat-progress:nth-child(3) { margin-bottom: 32px; } .flat-progress .name { position: absolute; left: 0; top: 0; font-size: 16px; font-weight: 500; color: #292F3B; text-transform: uppercase; } .flat-progress .perc.show { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .flat-progress .perc { width: 0; font-size: 14px; font-weight: 500; color: #292F3B; text-align: right; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } .flat-progress .progress-bar { background-color: #e5e5e5; height: 6px; width: 100%; margin-top: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .flat-progress .progress-animate { background-color: #2582eb; height: 6px; width: 0; } /* Flat-certificate -------------------------------------------------------------- */ .flat-certificate { float: left; width: 33.33%; } .flat-certificate:last-of-type { text-align: right; } .flat-certificate:nth-of-type(2){ text-align: center; } /* Home About -------------------------------------------------------------- */ .sec-progress .title-section { margin-bottom: 74px; } .sec-progress .comment-steps h6.title-step { margin-top: 0px; margin-bottom: 10px; } .sec-progress .flat-list ul.list-steps li::before { top: -1px; } /* Home Contact -------------------------------------------------------------- */ .flat-maps { box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); } .flat-maps #maps { width: 100%; height: 560px; } .title-contact h2 { text-align: center; font-weight: 400; margin-bottom: 53px; color: #292F3B; } .contactform input { margin-bottom: 30px; } .contactform textarea { height: 210px; padding: 10px 20px; } .contactform p { position: relative; } .contactform label.error { position: absolute; top: 12px; right: 11px; color: #1e1e27; font-size: 14px; } .btn-contact p.form-contact { text-align: center; } .btn-contact p.form-contact .flat-button { padding: 18px 41px 17px 40px; } /* Home-course-gird -------------------------------------------------------------- */ .page-course-grid .flat-course { overflow: hidden; margin: 0 -15px; } .page-course-grid .flat-course article.post { float: left; width: 33.333%; padding: 0px 15px; margin-bottom: 28px; } article.post.style3.border-none .entry .featured-post { background-color: #000; overflow: hidden; } article.post.style3.border-none .entry .featured-post img { margin-top: 0px; margin-left: 0; } article.post.style3.border.border-none:hover .entry .featured-post img { opacity: 0.7; margin-top: 0px; } .flat-select { overflow: hidden; } .flat-select .default-course { float: left; width: 34.5%; } .flat-select .default-course:first-of-type { width: 31%; padding-right: 25px; } .flat-select .default-course .form-course input { height: 40px; margin-bottom: 0; } .flat-select .default-course #searchform #search { background-color: #f3f3f3; border-color: #f3f3f3; opacity: 1; color: #B2B6BB; font-size: 16px; line-height: 40px; } .flat-select .default-course #searchform #search:focus { border: 1px solid #1e1e27; } .flat-select .default-course #searchform #searchcourse { top: 0; right: 0; font-size: 14px; color: #646A7C; padding-right: 16px; } .flat-select .default-course .showing { padding-top: 6px; padding-left: 2px; } .flat-select .flat-sort { text-align: right; } .flat-select .flat-sort a { position: relative; display: inline-block; width: 40px; height: 40px; margin-left: 5px; line-height: 45px; text-align: center; background-color: #f3f3f3; color: #B2B6BB; } .flat-select .flat-sort a.active { background-color: #2582eb; color: #fff; } .flat-select .flat-sort a i { font-size: 20px; } /* Style2 Course-list */ .page-course-list article.post { padding-right: 0; padding-bottom: 50px; margin-bottom: 49px; } .page-course-list article.post .featured-post { margin-right: 30px; } .page-course-list article.post .entry .header-post { margin-bottom: 8px; } .page-course-list article.post .entry .header-post .flat-title h3.title-post { margin-top: 0; margin-bottom: 0; } .page-course-list .post .entry .content-post { overflow: hidden; padding-bottom: 15px; margin-bottom: 22px; border-bottom: 1px solid #ebebeb; } .page-course-list article.post .entry .content-post p.note { margin-bottom: 9px; } .page-course-list .post .entry .entry-author, .page-course-list .post .entry .entry-number { float: left; width: 50%; } .page-course-list .post .entry .entry-number { margin-top: 5px; } .page-course-list .post .entry .entry-author .img-author, .post.course-details .entry .entry-author .img-author { float: left; margin-right: 17px; margin-left: 3px; } .page-course-list .post .entry .entry-author a, .post.course-details .entry .entry-author a { font-size: 14px; color: #59606a; margin-top: 5px; display: inline-block; } .page-course-list .post .entry .entry-author a:hover, .post.course-details .entry .entry-author a:hover { color: #2582eb; } .page-course-list .post .entry .entry-number .entry-comment { float: right; } .page-course-list .post .entry .entry-number .entry-price { float: right; width: 27%; text-align: right; } /* Home Course Details ---------------------------------------------------------------*/ article.post.course-details { padding: 0; border-bottom: none; } .post.course-details .entry .header-post { margin-bottom: 21px; } .post.course-details .entry .header-post .flat-title { width: 100%; } .post.course-details .entry .header-post .flat-title h3.title-post { float: left; margin-top: -3px; margin-bottom: 0; } .post.course-details .entry .header-post .flat-title .entry-price { float: right; text-align: right; padding-top: 7px; } .post.course-details .entry-price .price { font-size: 24px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .post.course-details .entry-price .price.color-green { color: #6bbd60; } .post.course-details .entry .entry-post { overflow: hidden; margin-bottom: 31px; } .post.course-details .entry .entry-post ul.list { float: left; } .post.course-details .entry .entry-post ul.list li { display: inline-block; position: relative; padding-right: 21px; margin-right: 16px; } .post.course-details .entry .entry-author .img-author { margin-left: 0; } .post.course-details .entry .entry-post ul.list li:first-child:after { position: absolute; right: 0; top: 12px; content: ""; width: 1px; height: 13px; background-color: #ebebeb; } .post.course-details .entry .entry-post ul.list li .entry-time { font-size: 14px; text-transform: uppercase; color: #292f3b; } .post.course-details .entry .entry-post .btn-course { float: right; } .post.course-details .entry .entry-post .btn-course .flat-button { padding: 14px 19px 13px 22px; } .post.course-details .entry .featured-post { margin-bottom: 0; } /* Tab -------------------------------------------------------------- */ .flat-tabs { border: 1px solid #ebebeb; } .flat-tabs ul.menu-tab { overflow: hidden; } .flat-tabs ul.menu-tab li { position: relative; background: #f3f3f3; float: left; width: 25%; text-align: center; padding: 11px 0px 10px 2px; border-bottom: 1px solid #ebebeb; } .flat-tabs ul.menu-tab li.active { background: #fff; border-bottom: none; padding-left: 0; } .flat-tabs ul.menu-tab li.active::before { position: absolute; left: 0; top: 0; width: 100%; height: 2px; content: ""; background-color: #2582eb; } .flat-tabs ul.menu-tab li:first-child { margin-left: 0; } .flat-tabs ul.menu-tab li:last-child { border-right: none; } .flat-tabs ul.menu-tab li.active a { color: #2582eb; } .flat-tabs ul.menu-tab li a { font-weight: 500; color: #59606a; margin-top: 0; } .content-tab .inner-tab1 { padding: 36px 40px 21px 39px; } .content-tab .content-text h6.title-tab { color: #292F3B; margin-bottom: 7px; } .content-tab .content-text h6.title-tab.style2 { font-size: 20px; line-height: 20px; } .content-tab .content-text { margin-bottom: 11px; } .content-tab .content-text:nth-child(3) { margin-bottom: 23px; } .content-tab .content-text:nth-child(4) { margin-bottom: 21px; } .content-tab .content-text:nth-child(5) ul li:nth-child(2) { padding-bottom: 3px; } .content-tab .content-text:nth-child(5) ul li:nth-child(3) { padding-bottom: 6px; } .content-tab .content-text ul li { line-height: 30px; } .content-tab .text-wecome { margin-bottom: 14px; } .content-tab p { line-height: 24px; } /* Tab-crumbs */ .wrap-tab-toggle { overflow: hidden; color: #292F3B; font-size: 16px; font-weight: 500; margin-bottom: 22px; } .wrap-tab-toggle h5.name-title { float: left; font-size: 20px; margin-bottom: 0; line-height: 20px; padding: 2px 0px 0px 3px; } .wrap-tab-toggle .total-time { float: right; padding-right: 13px; } .wrap-tab-toggle .total-lectures { float: right; width: 31%; } /* Course-Toggle */ .content-tab .inner-tab2 { padding: 36px 40px 41px 37px; } .course-cur .flat-toggle { border: 1px solid #ebebeb; margin-bottom: 9px; } .course-cur .flat-accordion .toggle-content { padding: 11px 14px 9px 20px; } .course-cur .flat-toggle .toggle-title { text-transform: none; padding: 5px 16px 6px 41px; background-color: #f3f3f3; } .course-cur .flat-toggle .toggle-title.active { border-bottom: 1px solid #ebebeb; padding: 5px 16px 6px 41px; } .course-cur .flat-accordion .toggle-title::after { color: #292F3B; top: 7px; left: 18px; } .course-cur .flat-accordion .toggle-title::before { content: none; } .course-cur .flat-toggle ul li.item { display: inline-block; width: 25%; } .course-cur .flat-toggle ul.text li.item { line-height: 30px; } .course-cur .flat-toggle ul li.item.text-right { text-align: right; } .course-cur .flat-toggle ul.heading li.text-center { padding-left: 46px; } .course-cur .flat-toggle ul li.item.text-center { text-align: center; } .course-cur .flat-toggle ul li.item.width50 { width: 48%; } /* Review */ .content-tab .inner-tab4 { padding: 41px 30px 30px 33px; } .reviews .comment-list { padding-bottom: 0px; margin-bottom: 28px; border-bottom: none; } .reviews .comment-list .comment { padding-bottom: 31px; border-bottom: 1px solid #ebebeb; margin-bottom: 42px; overflow: hidden; } .reviews .comment-list .comment:last-child { margin-bottom: 0; } .reviews .comment-list .comment-body .comment-author { padding-right: 0; text-align: center; margin-right: 23px; width: 14%; } .reviews .comment-list .comment-body .comment-author img { margin-bottom: 18px; } .reviews .comment-list .comment-body .comment-author .position h6 { margin-bottom: 3px; } .reviews .comment-list .comment-body .comment-author .position a { color: #2582eb; } .reviews .comment-list .comment-body .comment-author .position span { color: #b2b6bb; } .reviews .comment-list .comment-metadata { margin-bottom: 10px; margin-top: -3px; } .reviews .start-pri i.fa { margin: 0px -2px; font-size: 18px; color: #f5c136; } .reviews .start-pri i.fa:first-of-type { padding-left: 3px; } .reviews .comment-list .comment-body .comment-text .comment-content p { margin-bottom: 0; } /* Feedback */ .feedback { overflow: hidden; padding-left: 10px; } .feedback .title-feed h6 { color: #292f3b; margin-bottom: 44px; padding-left: 6px; } .feedback ul.racing-back { float: left; width: 18%; margin-right: 57px; text-align: center; } .feedback ul.racing-back li.scores { font-size: 48px; line-height: 48px; font-weight: 600; color: #f5c136; margin-bottom: 21px; } .feedback ul.racing-back .start-pri i.fa { font-size: 24px; } .feedback ul.racing-back .start-pri i.fa:first-of-type { padding-left: 0px; } .feedback ul.racing-back li.average { line-height: 21px; } .feedback .progress-back { overflow: hidden; } .feedback .progress-back ul.pro-start li { overflow: hidden; margin-bottom: 12px; padding-top: 5px; } .feedback .progress-back ul.pro-start li .list-back { float: left; } .feedback .progress-back ul.pro-start li .progress-bar.list-back { width: 67%; height: 10px; margin-right: 31px; } .feedback .progress-back ul.pro-start .flat-progress .progress-animate { height: 10px; } .feedback .progress-back ul.pro-start .start-pri { margin-top: -4px; } .feedback .progress-back ul.pro-start .start-pri i.fa { margin: 0px 0px; font-size: 18px; } .feedback .progress-back ul.pro-start li .list-back.flat-counter { width: 5.6%; float: right; } .feedback .progress-back ul.pro-start .flat-counter .numb-count { position: relative; font-size: 18px; line-height: 18px; color: #292f3b; margin-left: 0px; } .feedback .progress-back ul.pro-start .flat-counter .numb-count::after { position: absolute; top: 0; content: "%"; font-size: 18px; font-weight: 600; color: #292F3B; } /* Instructor */ .content-tab .inner-tab3 { padding: 41px 42px 34px 31px; } .content-tab .inner-tab3 .feedback { padding-left: 0px; } .instructor { overflow: hidden; border-bottom: 1px solid #ebebeb; margin-bottom: 28px; padding: 0px 0px 22px 8px; } .instructor .ins-author { float: left; margin-right: 43px; } .instructor .ins-author .img-author { margin-bottom: 26px; } .instructor .ins-author ul.meta li { position: relative; line-height: 30px; padding-left: 17px; } .instructor .ins-author ul.meta li:nth-child(3) { padding-left: 14px; } .instructor .ins-author ul.meta li::before { position: absolute; left: 0; top: 0; content: "\f005"; font-family: 'FontAwesome'; color: #2582eb; font-size: 14px; } .instructor .ins-author ul.meta li.rev::before { content: "\f075"; } .instructor .ins-author ul.meta li.use::before { content: "\f007"; } .instructor .ins-author ul.meta li.cour::before { content: "\f144"; } .instructor .ins-author ul.meta li a, .instructor .ins-content .ins-header h4, .instructor .ins-content .ins-header ul.metadata li.point { color: #292f3b; } .instructor .ins-author ul.meta li a:hover, .instructor .ins-content .ins-header span { color: #2582eb; } .instructor .ins-content { overflow: hidden; } .instructor .ins-content .ins-header { margin-bottom: 10px; } .instructor .ins-content .ins-header span { font-weight: 500; margin: 3px 0px; display: inline-block; } .instructor .ins-content .ins-header h4 { margin-bottom: 12px; } .instructor .ins-content .ins-header ul.metadata li { display: inline-block; padding-right: 3px; } .instructor .ins-content .ins-header ul.metadata li:first-child { padding-left: 1px; } .instructor .ins-content .ins-header ul.metadata li.point { font-weight: 600; } .instructor .ins-content .ins-text p { line-height: 26px; margin-bottom: 10px; } /* Home Succes-Stories ---------------------------------------------------------------*/ .stories { border-bottom: 1px solid #ebebeb; } .stories:last-child { border-bottom: none; } .wrap-stories .testimonials .avatar { margin: 0px 35px 0px 0px; text-align: center; } .wrap-stories .testimonials .avatar img { margin-bottom: 12px; padding-top: 1px; } .wrap-stories .testimonials .message strong.title { margin-bottom: 20px; display: inline-block; padding-left: 44px; line-height: 18px; } .wrap-stories .testimonials .message blockquote.whisper { font-size: 16px; line-height: 26px; padding: 0px; margin-bottom: 30px; } .wrap-stories .social-links.style2 { margin-left: 0; } .wrap-stories .social-links.style2 li.share { font-size: 14px; font-weight: 500; padding-right: 15px; margin-top: 0px; } .wrap-stories .social-links.style2 li { margin-top: 5px; } .wrap-stories .social-links.style2 li a { border: 1px solid #ebebeb; background-color: #FFF; color: #292f3b; margin-right: 16px; } .wrap-stories .social-links.style2 li a:hover { border-color: #2582eb; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper:first-of-type { margin-bottom: 10px; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper:last-of-type { margin-bottom: 37px; } .sucess-details .wrap-stories .testimonials .message blockquote.whisper { margin-right: -2px; } /* Home Gallery -------------------------------------------------------------- */ .portfolio-filter { text-align: center; margin-bottom: 51px; } .portfolio-filter li { display: inline-block; } .portfolio-filter li a { position: relative; font-size: 16px; color: #292f3b; font-weight: 500; margin: 0px 17px; padding: 0px 1px; display: inline-block; } .portfolio-filter li.active a::after { position: absolute; left: 0px; bottom: -4px; width: 100%; height: 2px; content: ""; background-color: #2582eb; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .iso-portfolio { margin: 0px -25px 0px -25px; } .iso-portfolio .item { padding: 0px 25px; width: 33.33333%; float: left; margin-bottom: 50px; } .iso-portfolio .wrap-portfolio { position: relative; overflow: hidden; } .iso-portfolio .wrap-portfolio img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.4s; transition: 0.4s; } .iso-portfolio .wrap-portfolio:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 0.7; } .iso-portfolio .wrap-portfolio .hover { height: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); } .iso-portfolio .wrap-portfolio .hover a { position: absolute; top: 42%; left: 42%; } /* Home 404 -------------------------------------------------------------- */ .wrap-error { text-align: center; } .wrap-error .img-error { margin-bottom: 42px; } .wrap-error .text h3.title { color: #292f3b; font-weight: 400; margin-bottom: 24px; } .wrap-error .text .sub-title { margin-bottom: 28px; } .wrap-error .btn-page .flat-button { padding: 16px 30px 17px 29px; } /* Home Comming Soon -------------------------------------------------------------- */ .home-comming .comming-box { padding: 196px 163px 184px 163px; background: url(../images/services/bg-cm.jpg) no-repeat; box-shadow: 13px 22px 73px 0px rgba(0, 0, 0, 0.15); margin: 0 4.8%; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; } .home-comming .comming-box .text { text-align: center; margin-bottom: 93px; } .home-comming .comming-box .text .title { color: #fff; margin-bottom: 10px; } .home-comming .comming-box .text .sub-title { font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 8.38px; font-weight: 600; padding-left: 8px; } .wrap-comming-soon { text-align: center; } .flat-comming { position: relative; padding-bottom: 3px; margin-bottom: 15px; } .flat-comming::after { position: absolute; left: 18.5%; bottom: 59px; width: 62.5%; content: ""; text-align: center; height: 2px; background-color: #2582eb; } .comming-social span { display: inline-block; color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 18px; } .wrap-comming-soon .social-links { text-align: center; float: none; width: 100%; } .wrap-comming-soon .social-links li { position: relative; width: 30px; height: 30px; margin: 0 12px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .wrap-comming-soon .social-links li a { font-size: 14px; color: #fff; } .wrap-comming-soon .social-links li i { position: absolute; left: 8px; top: 8px; } .wrap-comming-soon .social-links li:hover { background: #1688d3; } /* CountDown */ .flat-comming .countdown { margin-left: -2px; } .flat-comming .countdown .square { display: inline-block; } .flat-comming .countdown .square .numb { position: relative; padding-right: 32px; font-size: 48px; line-height: 48px; color: #fff; font-weight: 500; margin-right: 115px; } .flat-comming .countdown .square .numb::after { position: absolute; right: -8px; top: 19px; content:"DAY"; font-size: 16px; color: #fff; font-weight: 500; margin-top: -8px; } .flat-comming .countdown .square .numb::before { position: absolute; left: 57px; top: 19px; content: "/"; font-size: 16px; color: #fff; font-weight: 500; margin-top: -8px; } .flat-comming .countdown .square:nth-last-child(3) .numb { padding-right: 55px; margin-right: 120px; } .flat-comming .countdown .square:nth-last-child(3) .numb:after { content: "HOURS"; } .flat-comming .countdown .square:nth-last-child(2) .numb { padding-right: 50px; margin-right: 120px; } .flat-comming .countdown .square:nth-last-child(2) .numb:after { content: "MINS"; } .flat-comming .countdown .square:nth-last-child(1) .numb { padding-right: 50px; margin-right: 0px; } .flat-comming .countdown .square:nth-last-child(1) .numb:after { content: "SECS"; } /* Home Shop -------------------------------------------------------------- */ .sidebar.shop { margin-top: -8px; } .wrap-seclect { overflow: hidden; } .wrap-seclect p.default-shop { position: relative; float: left; width: 28%; margin-right: 3.5%; } .wrap-seclect p.default-shop:last-of-type { margin-right: 0; float: right; text-align: right; } .wrap-seclect p.default-shop::after { position: absolute; right: 20px; top: 7px; content: "\f078"; font-family: 'FontAwesome'; font-size: 9px; color: #59606a; } .wrap-seclect p.default-shop:last-of-type:after { content: none; } .wrap-seclect p.default-shop select { background: transparent; border: 1px solid #ebebeb; height: 40px; font-size: 14px; margin-bottom: 30px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .default-shop span { color: #59606a; display: block; margin-top: 9px; } /* Flat-Product */ .flat-product { overflow: hidden; margin: 0px -15px; } .flat-product .detail-product { float: left; width: 33.33%; padding: 0px 15px; margin-bottom: 30px; } .flat-product .detail-product .item-img { position: relative; overflow: hidden; } .flat-product .detail-product .item-img img { -webkit-transition: 0.3s; transition: 0.3s; } .detail-product .item-img:hover img { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); } .detail-product .wrap-content { overflow: hidden; padding: 19px 0px 10px 1px; position: relative; } .detail-product .item-content h6 { font-size: 16px; line-height: 16px; margin-bottom: 3px; } .detail-product .item-content h6 a { color: #292f3b; } .detail-product .item-content h6 a:hover { color: #2582eb; } .detail-product .item-content .price-box { float: left; } .detail-product .item-content .start-pri { float: right; margin: -2px 3px 0px 0px; } .detail-product .wrap-content .wrap-button { position: absolute; left: 14.4%; top: 29%; opacity: 0; visibility: hidden; } .detail-product .wrap-content .wrap-button button { font-size: 13.01px; padding: 13px 42px 13px 45px; } .detail-product .wrap-content .wrap-button button i { padding-right: 10px; } .detail-product .wrap-content .wrap-button, .detail-product .wrap-content .item-content, .detail-product .overlay, .wrap-portfolio .hover,.detail-product .hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .detail-product .overlay, .detail-product .hover, .wrap-portfolio .hover { position: absolute; width: 100%; height: 40px; bottom: 0; left: 0; opacity: 0; visibility: hidden; } .detail-product .overlay a, .detail-product .hover a { width: 100%; height: 40px; display: inline-block; background-color: #3d434e; color: #fff; font-size: 13.01px; font-weight: 600; text-align: center; text-transform: uppercase; padding: 6px 0px; } .detail-product .overlay a:hover { background: #2582eb; color: #fff; } .detail-product:hover .overlay, .detail-product:hover .wrap-button, .blog-detail .flat-product .detail-product .item-img:hover .overlay, .wrap-portfolio:hover .hover { opacity: 1; visibility: visible; } .detail-product:hover .wrap-content .item-content { opacity: 0; } /* Shop-detail -------------------------------------------------------------- */ .shop-detail .detail-product:hover .wrap-content .item-content { opacity: 1; } .shop-detail .flat-product .detail-product { float: none; width: 100%; overflow: hidden; margin-bottom: 53px; } .shop-detail .flat-product .detail-product .item-img:hover .hover{ opacity: 1; visibility: visible; } .shop-detail .flat-product .detail-product .item-img { float: left; margin-right: 30px; } .shop-detail .detail-product .hover { height: 100%; padding: 219px 0px; text-align: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .shop-detail .detail-product .hover a, .wrap-portfolio .hover a { width: 50px; height: 50px; display: inline-block; border-radius: 50%; background-color: #fff; color: #232530; font-size: 19px; padding: 13px; } .shop-detail .detail-product .wrap-content { padding: 0; } .shop-detail .detail-product .item-content h6 { font-size: 24px; line-height: 24px; margin-top: -2px; margin-bottom: 1px; } .shop-detail .racing-pri { overflow: hidden; } .shop-detail .detail-product .item-content .start-pri { float: none; margin: 0px 0px 9px 0px; } .shop-detail .detail-product .item-content .price-box ins { padding-right: 4px; } .shop-detail .detail-product .item-content p.text { line-height: 26px; margin-top: -1px; margin-bottom: 4px; } .shop-detail .detail-product .item-content ul.list-info { padding-bottom: 31px; margin-bottom: 29px; border-bottom: 1px solid #ebebeb; } .shop-detail .detail-product .item-content ul.list-info li { position: relative; line-height: 36px; padding-left: 24px; } .shop-detail .detail-product .item-content ul.list-info li::before { position: absolute; left: 0; top: -1px; content: "\f00c"; font-family: 'FontAwesome'; } .shop-detail .detail-product .item-content .flat-quantity { border-bottom: 1px solid #ebebeb; margin-bottom: 25px; padding-bottom: 28px; } .shop-detail .detail-product .item-content .flat-quantity button { padding: 14px 35px 14px 36px; font-weight: 500; } .shop-detail .detail-product .item-content .quantity { float: left; height: 40px; width: 131px; line-height: 33px; position: relative; display: inline-block; margin-right: 11px; overflow: hidden; } .shop-detail .detail-product .item-content .flat-quantity .cart input { height: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; } .shop-detail .detail-product .item-content .product_meta { margin-bottom: 12px; } .shop-detail .detail-product .item-content .product_meta ul li { position: relative; display: inline-block; padding-right: 15px; margin-right: 9px; } .shop-detail .detail-product .item-content .product_meta ul li::after { position: absolute; right: 0px; top: 8px; content: ""; width: 2px; height: 13px; background: #b3b7c8; } .shop-detail .detail-product .item-content .product_meta ul li:last-child:after { content: none; } .shop-detail .detail-product .item-content .product_meta ul li a, .shop-detail .detail-product .item-content .social-links li a:hover { color: #2582eb; } .shop-detail .detail-product .item-content .social-links { text-align: left; float: none; width: 100%; margin-left: 0; } .shop-detail .detail-product .item-content .social-links li { padding: 0px 16.5px; } .shop-detail .detail-product .item-content .social-links li:first-child { padding-left: 0; padding-right: 11px; } .shop-detail .detail-product .item-content .social-links li a { font-size: 14px; color: #b3b7c8; } .shop-detail .widget.widget-categories.style2 { margin-bottom: 47px; } .shop-detail .widget-product ul li { margin-left: 0; } /* Flat- Tabs */ .shop-detail .flat-tabs { border-top: none; } .shop-detail .flat-tabs ul.menu-tab li { width: 33.33%; border-right: 1px solid #fff; padding: 11px 2px 11px 0px; background-color: #F4F6F8; border-bottom: none; } .shop-detail .flat-tabs ul.menu-tab li:last-child { border-right: none; padding: 12px 8px 10px 0px; } .shop-detail .flat-tabs ul.menu-tab li.active { padding: 12px 0px 11px 0px; background: #2582eb; font-family: 'Poppins'; } .shop-detail .flat-tabs ul.menu-tab li.active::before { content: none; } .shop-detail .flat-tabs ul.menu-tab li.active a { color: #FFF; } .shop-detail .flat-tabs ul.menu-tab li a { font-size: 14px; color: #292F3B; } .shop-detail .content-tab .inner-tab1 { padding: 24px 32px 24px 30px; } .shop-detail .content-tab p { line-height: 26px; } .shop-detail .widget-product .product-shop .product-name { margin-bottom: 8px; } /* Tab Comment */ .shop-detail .content-tab .inner-tab2 { padding: 31px 32px 22px 26px; } .tab-comment .comment-list { padding-bottom: 0px; margin-bottom: 13px; border-bottom: none; } .tab-comment .comment-list li { margin-bottom: 11px; } .tab-comment .comment-list li:last-child { margin-bottom: 0px; } .tab-comment .comment-list .comment-body .comment-author img { margin-bottom: 8px; } .tab-comment .comment-list .start-pri { text-align: center; } .tab-comment .comment-list .start-pri i { font-size: 12px; } .tab-comment .comment-list .comment-body .comment-text { position: relative; } .tab-comment .comment-list .comment-body .comment-author::before { position: absolute; right: 0; top: 0; content: ""; width: 1px; height: 97px; background: #e5e5e5; } .tab-comment .comment-list .comment-metadata .comment-info { margin-top: -8px; } .tab-comment .comment-list .comment-metadata .comment-info span { font-size: 14px; letter-spacing: 0; margin-bottom: 0; } .tab-comment .comment-list .comment-metadata .comment-info h5 { font-size: 16px; margin-bottom: 4px; } .tab-comment .comment-list .comment-body .comment-text .comment-content p { letter-spacing: 0.1px; } .tab-comment .comment-respond h2.comment-reply-title { font-size: 18px; margin-bottom: 13px; } .tab-comment .comment-form .add-review { width: 49.8%; float: left; margin-right: 3.8%; } .tab-comment .comment-form .add-review.comment-form-email { margin-right: 0; width: 46%; } .tab-comment .comment-form .add-review input, .tab-comment .comment-form textarea.comment-messages { background-color: #f4f6f8; color: #F4F6F8; font-size: 14px; border: none; color: #59606A; } .tab-comment .comment-form .add-review input { height: 50px; margin-bottom: 25px; padding-top: 1px; } .tab-comment .comment-form textarea.comment-messages { margin-bottom: 0px; height: 133px; padding-left: 20px; } .tab-comment .comment-form .start-pri { display: inline-block; margin-bottom: 19px; margin-left: 2px; } .tab-comment .comment-form .start-pri .title { font-size: 18px; font-weight: 700; color: #232530; padding-right: 10px; margin-left: -2px; } .tab-comment .comment-form .start-pri i.fa { font-size: 18px; } /* Popup */ .popup { width: 100%; height: 100%; display: none; position: fixed; top: 0px; left: 0px; z-index: 9999; background: rgba(0,0,0,0.75); } .popup-inner { max-width: 1170px; width: 100%; height: 700px; position: absolute; top: 55%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); box-shadow: 0px 2px 6px rgba(0,0,0,1); border-radius: 3px; background: #fff; } .popup .flat-flexslider { float: left; width: 50%; position: relative; padding: 100px 123px; background-color: #232530; display: inline-block; overflow: hidden; } .popup-close2 { width: 30px; height: 30px; padding-top: 4px; display: inline-block; position: absolute; top: 16px; right: 17px; transition: ease 0.25s all; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); border-radius: 1000px; background: rgba(0,0,0,0.8); font-family: Arial, Sans-Serif; font-size: 20px; text-align: center; line-height: 100%; color: #fff; } .popup .item-content { padding: 100px 67px 100px 45px; } .owl-theme .owl-controls .owl-nav div { width: 30px; height: 30px; line-height: 30px; -webkit-border-radius: 50%; border-radius: 50%; color: #FFF; border: 1px solid #fff; } .popup .owl-theme .owl-controls .owl-nav div.owl-next { right: 40px; } .popup .owl-theme .owl-controls .owl-nav div.owl-prev { left: 40px; } .popup .owl-theme .owl-controls .owl-nav div.owl-prev:before, .popup .owl-theme .owl-controls .owl-nav div.owl-next:before { font-size: 16px; margin-left: 5px; } .popup .owl-theme .owl-dots { text-align: center; padding-top: 25px; } .popup .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; border: 1px solid #fff; background-color: transparent; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #FFF; } /* Home Order Completed -------------------------------------------------------------- */ .step-by-step { position: relative; overflow: hidden; } .step-by-step ul li { position: relative; display: inline-block; width: 33.33%; float: left; font-size: 20px; font-weight: 500; padding: 18px 90px 16px 115px; z-index: 1; } .step-by-step ul li:first-child { background: url(../images/step/1.png)no-repeat; padding: 18px 100px 16px 106px; } .completed .step-by-step ul li:nth-child(2) { background: url(../images/step/3.png)no-repeat; } .step-by-step ul li.active { background: url(../images/step/2.png)no-repeat; color: #fff; } .completed .step-by-step ul li.active { padding: 18px 100px 16px 83px; } .step-by-step ul li:first-child span { right: 23.5%; } .step-by-step ul li span.color-gray { position: absolute; right: 31.5%; top: 30%; font-size: 48px; color: #f0f0f0; font-weight: 400; z-index: -1; } .step-by-step ul li.active span.color-gray { color: #4297d8; } .step-by-step ul li:first-child span { right: 22.5%; } .step-by-step ul li:last-child span { right: 20%; } .completed .payment { text-align: center; padding: 77px 0px 0px; } .completed .payment h4 { color: #232530; margin-bottom: 0; } .completed .payment h4 span { color: #2582eb; } /* check out */ .check-out .step-by-step ul li:last-child { background: url(../images/step/3.png)no-repeat; padding: 18px 100px 16px 85px; } .check-out .customer { padding: 41px 0px 23px 18px; } .check-out .customer p { font-size: 16px; color: #232530; } .check-out .customer p a { color: #1688d3; } .check-out .customer p a:hover { color: #232530; } .register-form .billing { border: 1px solid #ebebeb; border-top: none; padding: 19px 38px 41px 30px; } .register-form .billing .flat-bill, .shipping-form .flat-bill { overflow: hidden; } .register-form .billing .flat-bill p.label-index { float: left; width: 28%; position: relative; } .register-form .billing .flat-bill p.label-index label { position: absolute; top: 42px; line-height: 14px; } .register-form .billing .flat-bill:first-child p.label-index label { top: 32px; } .register-form .billing .flat-bill:nth-child(5) { margin-bottom: 1px; } .register-form .billing .flat-bill p { float: right; width: 71%; } .register-form input { height: 50px; padding-top: 18px; } .register-form .billing .box-text .lab-check input { height: 13px; margin-right: 11px; } .register-form .billing .acount-field { padding: 38px 0px 16px 0px; margin-left: -1px; } .register-form .billing .acount-field blockquote { padding: 11px 0px 5px; line-height: 24px; } .register-form .billing .acount-field p.label-index label { top: 24px; } .register-form .billing .acount-field .input-field input { height: 33px; } .register-form .billing .notes-field .lab-check { margin-bottom: 11px; } .register-form .billing .notes-field .lab-check input { margin-right: 10px; } .register-form .billing .notes-field input[type=text] { height: 41px; } .register-form .billing .notes-field .order-note { padding-left: 5px; margin-bottom: 2px; } .register-form .billing .acount-field .lab-check, .register-form .billing .notes-field .lab-check { margin-left: 5px; position: relative; } .info-customer .title-check { font-size: 16px; text-align: center; color: #292f3b; border: 1px solid #ebebeb; padding: 14px 0px; margin-bottom: 0; } .info-customer input, .info-customer textarea, .info-customer select { background: transparent; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; padding-left: 0; } .info-customer select { height: 40px; } .info-customer input:focus, .info-customer textarea:focus, .info-customer select:focus { border-bottom: 1px solid #2582eb; border-top: none; border-right: none; border-left: none; } /* Check-sidebar */ .subscribecode-form, .shipping-form { overflow: hidden; padding: 23px 17px 15px 18px; margin-bottom: 30px; } .subscribecode-form, .your-order .wrap-order, .shipping-form { border: 1px solid #ebebeb; border-top: none; } .subscribecode-form p.info-text, .shipping-form p.info-text { text-align: center; margin-bottom: 20px; padding-left: 5px; } .subscribecode-form p.sub-code { width: 51%; float: left; margin-right: 6%; } .subscribecode-form p.sub-code.submit-code { width: 43%; } .subscribecode-form p.sub-code:last-of-type { margin-right: 0; } .subscribecode-form .sub-code input { text-align: center; padding-top: 0; height: 43px; } .subscribecode-form .sub-code .subscribe-submit { padding: 15px 41px 13px 37px; } /* Your Order*/ .your-order .wrap-order { padding: 22px 25px 74px 27px; } .your-order .list-order li { border-bottom: 1px solid #ebebeb; padding-bottom: 3px; margin-bottom: 29px; } .your-order .list-order li:last-child { margin-bottom: 25px; } .your-order .list-order li.list-title { border-bottom: none; color: #292f3b; font-weight: 400; margin-bottom: 31px; } .your-order .list-order li.list-title span { padding-right: 7px; } .your-order .list-order li span { float: right; } .your-order .list-order li span.color-blue { color: #2582eb; padding-right: 16px; } .your-order .wrap-order label.lab-check { margin-bottom: 12px; position: relative; } /*.your-order .wrap-order label.lab-check::before { position: absolute; left: 0; top: 6px; content: ""; width: 12px; border-radius: 3px; height: 12px; border: 1px solid #232530; }*/ .your-order .wrap-order label.lab-check input[type=checkbox] { margin: 0px 15px 0px 0px; height: 13px; } .your-order .wrap-order .box-text { margin-left: 1px; } .your-order .wrap-order .box-text blockquote { border: 1px solid #ebebeb; padding: 21px 18px 19px 19px; line-height: 24px; margin-bottom: 14px; } .your-order .wrap-order p { margin-bottom: 13px; margin-left: 2px; } .your-order .wrap-order p input { margin-right: 18px; } .your-order .wrap-order p:last-of-type input { margin-right: 16px; } .your-order .wrap-order p:last-of-type { margin-bottom: 62px; } .your-order .wrap-order .wrap-btn { text-align: center; } .your-order .wrap-order .wrap-btn .flat-button { padding: 14px 48px 12px 47px; font-weight: 400; } /* Shop Cart -------------------------------------------------------------- */ .shop-cart .step-by-step ul li.active { background: url(../images/step/4.png)no-repeat; } .shop-cart .step-by-step ul li { background: url(../images/step/3.png)no-repeat; } .shop-cart .step-by-step ul li:last-child { padding: 18px 100px 16px 83px; } table.shop_table { width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; } .shop_table thead { border: 1px solid #ebebeb; } .shop_table thead tr th { color: #292f3b; text-transform: uppercase; text-align: center; padding: 13px 16px 15px 0px; font-weight: 500; } /*.shop_table thead tr th.product-thumbnail { padding-right: 23px; } .shop_table thead tr th.product-price { padding: 13px 0px 15px 50px; } .shop_table thead tr th.product-quality { padding: 13px 0px 15px 50px; } .shop_table thead tr th.product-total { padding: 13px 0px 15px 12px; } .shop_table thead tr th.product-close { padding-right: 0px; }*/ .shop_table .btn-close { width: 30px; height: 30px; display: inline-block; border: 1px solid #ebebeb; color: #242627; } .shop_table tbody { border: 1px solid #ebebeb; border-top: none; } .shop_table tbody tr:last-child td { padding-bottom: 30px; } .shop_table tbody tr td { position: relative; padding: 30px 0px 0px; text-align: center; } /*.shop_table tbody tr td.product-thumbnail { padding: 30px 20px 0px 0px; }*/ .shop_table tbody tr td.product-name { color: #292f3b; text-align: left; } td.product-price a, td.product-subtotal { color: #2582eb; font-weight: 500; } /*.shop_table tbody tr td.product-quantity { padding: 30px 0px 0px; }*/ .shop_table tbody tr td.product-quantity input { text-align: center; border: none; } /* button */ .flat-cart-form .blog-pagination ul.flat-pagination { margin-right: 0; } .flat-cart-form .blog-pagination ul.flat-pagination li::before { content: none; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button { color: #FFF; font-size: 13px; letter-spacing: 0; padding: 14px 47px 13px 47px; background-color: #232530; } .flat-cart-form .blog-pagination ul.flat-pagination li.next .flat-button { padding: 14px 44px 13px; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button::after { background: #232530; } .flat-cart-form .blog-pagination ul.flat-pagination .flat-button:hover:after { background: #2582eb; } /* Shipping Form */ .shipping-form { padding: 19px 17px 30px 18px; margin-bottom: 0; } .shipping-form p.info-text { margin-bottom: 24px; } .shipping-form .flat-bill p { float: left; width: 51%; } .shipping-form .flat-bill p.label-index { padding-top: 5px; width: 49%; } .shipping-form .flat-bill select { border: 1px solid #ebebeb; margin-bottom: 19px; padding-left: 16px; } .shipping-form .wrap-btn { text-align: center; } .shipping-form .wrap-btn button { font-weight: 400; padding: 13px 49px 14px 50px; } .shop-cart .subscribecode-form { padding: 20px 17px 20px 18px; } .info-customer .discount-code .title-check { padding: 15px 7px 13px 0px; } .discount-code .subscribecode-form p.info-text { padding-left: 2px; margin-bottom: 22px; } .discount-code .subscribecode-form .sub-code input { height: 40px; } .cart-total.your-order .wrap-order { padding: 23px 31px 34px 30px; } .cart-total.your-order .wrap-order ul.list-order { padding: 0px 11px 0px 20px; } .cart-total.your-order .list-order li { border-bottom: none; margin-bottom: 20px; } .cart-total.your-order .list-order li:first-child span { padding-right: 21px; } .cart-total.your-order .list-order li:last-child { margin-bottom: 31px; } .info-customer .cart-total .title-check { padding: 15px 4px 13px 0px; } .cart-total.your-order .wrap-order p.info-text { margin-bottom: 28px; margin-left: 0; text-align: center; } .cart-total.your-order .wrap-order .wrap-btn .flat-button { padding: 14px 70px 12px 70px; } /* Home Program and Plan -------------------------------------------------------------- */ .plan-green1 .fluid-width-video .video { background: url(../images/services/p1.jpg); background-size: cover; } /* Sidebar -------------------------------------------------------------- */ .sidebar { margin-top: -6px; } .sidebar .widget { margin-bottom: 44px; position: relative; } .sidebar .widget:last-of-type { margin-bottom: 0px; } .sidebar .widget ul li { font-weight: 500; } .widget ul { padding: 0; margin: 0; } .widget ul li { position: relative; list-style: none; padding: 14px 0 12px; } .widget ul li a, .widget .widget-title { color: #292f3b; } .widget ul li a:hover { color: #2582eb; } .widget ul li:first-child { padding-top: 0; } .widget .widget-title { margin-top: 0px; font-size: 22px; margin-bottom: 16px; } /* Widget-recent-new */ .widget.widget-recent-new { padding-right: 22px; } .widget.widget-recent-new ul li { font-size: 16px; line-height: 24px; border-bottom: 1px solid #eeeef0; } .widget.widget-recent-new ul li a { display: inline-block; margin-bottom: 6px; } .widget.widget-recent-new ul li span { color: #b2b6bb; font-size: 14px; font-weight: 500; } /* Widget categories */ .widget.widget-categories { margin-bottom: 42px; } .widget.widget-categories .widget-title { margin-bottom: 13px; } .widget.widget-categories ul li { line-height: 30px; padding: 0 0 0 22px; } .widget.widget-categories ul li::before { position: absolute; left: 0; top: 12px; content: ""; width: 7px; height: 7px; background: #5a596a; -webkit-border-radius: 50%; border-radius: 50%; } /* Style2 */ .widget.widget-categories.style2 { margin-bottom: 40px; } .widget.widget-categories.style2 .widget-title { margin-bottom: 22px; font-size: 24px; } .widget.widget-categories.style2 ul li { line-height: 40px; font-size: 14px; padding: 0; font-weight: 400; } .widget.widget-categories.style2 ul li::before { content: none; } .widget.widget-categories.style2 ul li a { color: #59606a; } .widget.widget-categories.style2 ul li:hover a ~ span, .widget.widget-categories.style2 ul li.active span { color: #2582eb; } .widget.widget-categories.style2 ul li span { float: right; color: #232530; padding-right: 10px; } /* Widget shopby */ .widget.widget-shopby { margin-bottom: 50px; } .widget.widget-shopby .widget-title { margin-bottom: 20px; font-size: 24px; } .widget.widget-shopby form { display: inline-block; width: auto; position: relative; top: -5px; margin-bottom: 30px; } .widget.widget-shopby .price_slider { float: left; width: 268px; top: 13px; } .widget.widget-shopby .ui-slider { position: relative; } .widget.widget-shopby .ui-slider-horizontal { height: 2px; background-color: #e1e1e1; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .widget-shopby .ui-slider .ui-slider-range { position: absolute; top: 0; z-index: 1; display: block; height: 100%; background-color: #2582eb; } .widget-shopby .ui-slider .ui-slider-handle { height: 6px; width: 6px; cursor: pointer; position: absolute; z-index: 2; top: -4px; outline: 0; color: #2582eb; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .widget-shopby .ui-slider .ui-slider-handle span.shadow { display: none; } .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow { width: 200%; height: 200%; display: block; position: relative; top: -1px; border-radius: 50%; background-color: #2582eb; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .widget-shopby .ui-slider .ui-slider-handle span.shadow.active { box-shadow: 0px 0px 0px 4px #b9dbf2; } .widget-shopby .price_slider_amount { margin: 0; margin-top: -19px; } .widget-shopby .price_slider_amount .price_label { margin-top: 7px; } .widget-shopby .price_slider_amount .price_label label { color: #59606a; font-size: 14px; } .widget-shopby .price_slider_amount .price_label input { background-color: transparent; border: none; height: auto; padding: 0; width: 85px; font-size: 14px; color: #2582eb; margin-bottom: 26px; } .widget-shopby .flat-button { padding: 13px 33px 14px; } .sidebar.shop .widget.widget-store { margin-bottom: 53px; } /* Widget Product*/ .widget.widget-product .widget-title { margin-bottom: 24px; font-size: 24px; font-weight: 400; padding-left: 2px; } .widget-product ul li { overflow: hidden; padding: 0px 0px 20px 0px; margin-left:1px; } .widget-product .product-image { float: left; margin-right: 20px; } .widget-product .product-shop .product-name { font-size: 16px; line-height: 16px; margin-bottom: 9px; font-weight: 400; padding-top: 2px; } .widget-product .product-shop .product-name a { color: #292f3b; } .widget-product .product-shop .product-name a:hover { color: #2582eb; } .price-box ins { text-decoration: none; font-size: 16px; color: #2582eb; margin-right: 0px; } .price-box del { font-size: 12px; color: #b2b6bb; } /* Widget review */ .widget.widget-review { border: 1px solid #e8e9e9; padding: 13px 6px 16px 2px; overflow: hidden; margin-bottom: 50px; } .widget.widget-review .box-review { width: 32%; float: left; margin-right: 1.5%; text-align: center; } .widget.widget-review .box-review:last-of-type { margin-right: 0; } .widget.widget-review .box-review.face-review { padding-top: 3px; } .widget.widget-review .box-review .box-header { margin-bottom: 7px; } .widget.widget-review .box-review.youtube-review .box-header .box-icon { margin-right: 6px; } .widget.widget-review .box-review .box-header .box-icon a { font-size: 18px; font-weight: 300; color: #126fd9; } .widget.widget-review .box-review.twitter-review .box-header .box-icon a { color: #14c4f8; } .widget.widget-review .box-review.youtube-review .box-header .box-icon a { color: #e34d3c; } .widget.widget-review .box-review .box-content .info-review span, .widget.widget-review .box-review .box-content p { font-size: 18px; font-weight: 500; color:#292f3b; line-height: 15px; } .widget.widget-review .box-review .box-content p { font-size: 12px; } /* Widget store */ .widget.widget-store .book-store { text-align: center; padding: 39px 20px 40px; background: url('../images/blog/bg-sidebar.jpg')no-repeat; background-size: cover; color: #fff; } .widget.widget-store .book-store h5 { font-size: 24px; color: #fff; margin-bottom: 9px; } .widget.widget-store .book-store p { margin-bottom: 13px; } .widget.widget-store .book-store .flat-button { padding: 14px 29px 13px 26px; margin-left: -12px; } /* Widget tag */ .widget.widget-tags { margin: 0px 0px 33px 1px; } .widget.widget-tags .widget-title { margin-bottom: 22px; } .widget.widget-tags .tags-list a { display: inline-block; color: #292f3b; font-size: 14px; font-weight: 400; display: inline-block; text-transform: uppercase; text-align: center; line-height: 30px; background: #EBEBEB; padding: 0px 16px 0px 16px; margin: 0 6px 10px 0; } .widget.widget-tags .tags-list a.none { margin-right: 0; } .widget.widget-tags .tags-list a.tags-2 { padding: 0px 19px 0px 16px; } .widget.widget-tags .tags-list a.tags-3 { padding: 0px 17px 0px 14px; margin-bottom: 9px; } .widget.widget-tags .tags-list a.tags-4 { padding: 0px 18px 0px 15px; margin-bottom: 9px; } .widget.widget-tags .tags-list a.tags-5 { padding: 0px 10px 0px 14px; margin-right: 5px; } .widget.widget-tags .tags-list a.tags-6 { padding: 0px 13px 0px 11px; } .widget.widget-tags .tags-list a:hover { color: #fff; background-color: #2582eb; border-color: #2582eb; } /* Widget-twiter */ .widget.widget-twiter { margin-left: 1px; margin-bottom: 46px; } .widget.widget-twiter .widget-title { margin-bottom: 10px; } .widget.widget-twiter p, .widget.widget-twiter a { color: #2582eb; } .widget.widget-twiter p { text-decoration: underline; } .widget.widget-twiter a:hover { color: #292f3b; } .widget-twiter .latest-tweets ul li { padding: 0; margin-bottom: 20px; line-height: 24px; color: #292F3B; } .widget-twiter .latest-tweets ul li a { color: #292F3B; } .widget-twiter .latest-tweets ul li a:hover { color: #2582eb; } .widget-twiter .latest-tweets ul li:last-child { margin-bottom: 0; } .widget-twiter .latest-tweets span.tweet_time { display: block; } .widget-twiter .latest-tweets span.tweet_time a { color: #59606a; font-size: 14px; } /* widget-course */ .widget.widget-course .widget-title { margin-bottom: 21px; } .widget-course .popular li { position: relative; padding-bottom: 12px; margin-bottom: 5px; } .widget-course .popular li:last-child { padding-bottom: 0; padding-bottom: 0; } .widget-course .popular li::after { position: absolute; left: 0; bottom: 0; content: ""; width: 270px; height: 1px; background-color: #ebebeb; } .widget-course .popular li:last-child:after { content: none; } .widget-course .course-image { float: left; margin-right: 19px; } .widget-course .course-content .course-name { font-size: 16px; line-height: 16px; margin-bottom: 1px; padding-top: 0px; } .widget-course .course-content .course-name a { color: #292F3B; } .widget-course .course-content .course-name a:hover { color: #2582eb; } .widget-course .course-content .start-pri { margin-bottom: 3px; } .start-pri i.fa { margin: 0px -2px; font-size: 11px; color: #f5c136; } .start-pri i.fa:first-of-type { padding-left: 2px; } .widget-course .course-content .price { font-size: 14px; font-family: "Poppins"; font-weight: 600; color: #F43535; } .widget-course .course-content .price.color-green { color: #6bbd60; } /* GoTop Button -------------------------------------------------------------- */ .go-top { position: fixed !important; right: -35px; bottom: 15px; width: 45px; cursor: pointer; background-color: #2582eb; height: 45px; line-height: 45px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .go-top.show { right: 15px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; visibility: visible; z-index: 99; } .go-top i { font-size: 18px; color: #fff; padding-bottom: 3px; } .go-top:hover { background-color: #333; } .go-top:hover i { color: #fff; } /* Footer -------------------------------------------------------------- */ .footer { background-color: #1b202a; padding: 62px 0px 65px; } .footer .logo-footer { font-size: 30px; font-weight: 700; margin-bottom: 19px; } .footer .logo-footer a { color: #fff; } .footer .logo-footer a:hover, .bottom .copyright p a:hover, .bottom .link-bottom li a:hover { color: #2582eb; } .footer .widget .widget-title { margin-top: 0px; font-size: 14px; color: #fff; margin: 10px 0px 15px 0px; } .footer .widget ul li { font-size: 14px; padding-top: 0; padding-bottom: 0; line-height: 36px; } /* Flat-Information */ .footer .flat-information { margin-bottom: 19px; } .footer .flat-information > li { display: inherit; padding: 0px 0px 0px 30px; line-height: 30px!important; margin-right: 0; } .footer .flat-information > li.phone { padding-left: 27px; } .footer .flat-information > li:after { content: none; } .footer .flat-information > li:before, .footer .flat-information > li.mail:before { top: -1px; } .footer .flat-information > li.phone:before { content: "\f095"; } .footer .flat-information > li.address:before { content: "\f041"; } .footer ul > li > a, .footer .flat-information > li:before { color: #b2b6bb; } /* Socilas link */ .social-links.style2 { float: none; width: 100%; text-align: left; margin-left: -2px; } .social-links.style2 li { padding: 0; line-height: 36px; } .social-links.style2 li a { display: inline-block; width: 40px; height: 40px; background: #323740; color: #fff; border-radius: 50%; text-align: center; padding-top: 4px; margin-right: 7px; } .social-links.style2 li a:hover { background: #2582eb; color: #fff; } /* widget widget_categories */ .footer .widget.widget-categories { margin-bottom: 0px; } .footer .widget.widget-categories ul li { padding-left: 0; } .footer .widget.widget-categories ul li::before { content: none; } /* Widget-useful */ .footer .widget.widget-useful { overflow: hidden; margin-left: -1px; } .footer .widget.widget-useful .one-half { width: 45.5%; float: left; } .footer.style2 .logo-footer { font-family: 'Oregano', cursive; font-size: 36px; font-weight: 300; } .footer.style2.plan-green .logo-footer { font-family: "Roboto", sans-serif; font-size: 30px; font-weight: 600; text-transform: uppercase; } .color-green .social-links.style2 li a:hover { color: #FFF; } /* Slides -------------------------------------------------------------- */ .home-health-coach .tp-bullet { width: 10px; height: 10px; background: transparent; border-radius: 50%; border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255); } /* Bottom -------------------------------------------------------------- */ .bottom { background-color: #11141c; padding: 10px 0px 15px; } .bottom .copyright p, .bottom .copyright p a, .bottom .link-bottom li a { color: #59606A; font-size: 14px; } .bottom .link-bottom { margin-left: 4px; } .bottom .link-bottom li { position: relative; display: inline-block; padding-right: 13px; margin-right: 7px; } .bottom .link-bottom li:last-child { padding-right: 0; margin-right: 0; } .bottom .link-bottom li:last-child:after { content: none; } .bottom .link-bottom li::after { position: absolute; right: 0; top: 8px; content: ""; width: 2px; height: 12px; background: #59606A;; } /* Top-Seach -------------------------------------------------------------- */ .show-search { position: relative; } .nav-wrap .top-search { position: absolute; right: 0px; top: 110%; width: 320px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .nav-wrap .top-search.show { visibility: visible; opacity: 1; z-index: 1; top: 100%; } .nav-wrap.style-search2 .top-search { left: -20%; } .nav-wrap .top-search #searchform-all, .default-course #searchform { position: relative; } .nav-wrap .top-search #searchform-all #s, .default-course #searchform #search { width: 100%; padding: 0 10px 0 20px; opacity: 0.8; } .nav-wrap .top-search #searchform-all #searchsubmit, .default-course #searchform #searchcourse { position: absolute; right: 12px; top: 14px; font-family: "FontAwesome"; color: #1688d3; background: transparent; padding: 3px; border: none; text-align: center; font-size: 15px; font-weight: 700; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .show-search.active .icon_search:before { content: "\4d"; } /* Parallax -------------------------------------------------------------- */ .parallax .overlay-parallax { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.7 ); } .parallax .overlay-parallax.style2 { background-color: rgba( 0, 0, 0, 0.4 ); } .parallax { width: 100%; background-attachment: fixed; background-position: 50% 0; background-size: cover; background-repeat: no-repeat; } .parallax1, .parallax9 { background-size: inherit; } .parallax1 { background-image: url(../images/parallax/bg1.jpg); } .parallax2 { background-image: url(../images/parallax/bg2.jpg); } .parallax3 { background-image: url(../images/parallax/bg3.jpg); } .parallax4 { background-image: url(../images/parallax/bg4.jpg); } .parallax5 { background-image: url(../images/parallax/bg5.jpg); } .parallax6 { background-image: url(../images/parallax/bg6.jpg); } .parallax7 { background-image: url(../images/parallax/bg7.jpg); } .parallax8 { background-image: url(../images/parallax/bg8.jpg); } .parallax9 { background-image: url(../images/parallax/bg9.jpg); } /* Preload -------------------------------------------------------------- */ .loading-overlay { background: #FFF; color: #2582eb; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999999; } .loader, .loader:after { width: 30px; height: 30px; } .loader { margin: 25% auto; border-radius: 50%; font-size: 6px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(194, 193, 193, 0.5); border-right: 1.1em solid rgba(199, 197, 197, 0.5); border-bottom: 1.1em solid rgba(203, 203, 203, 0.5); border-left: 1em solid #2582eb; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } /* Switcher -------------------------------------------------------------- */ .switcher-container { position: fixed; right: -220px; top: 151px; width: 220px; background-color: #000; z-index: 999999; } .switcher-container h2 { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; height: 45px; line-height: 45px; padding-left: 20px; padding-right: 30px; margin: 0; } .switcher-container h2 a { background-color: #000; display: block; position: absolute; left: -45px; top: 0; width: 45px; height: 45px; line-height: 45px; text-align: center; outline: 0; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .switcher-container h2 a.active { right: 0; } .switcher-container h2 a.active:after { position: absolute; right: 21px; top: 0; content: "\f104"; font-family: "FontAwesome"; color: #fff; font-size: 22px; } .switcher-container h2 a.active i { display: none; } .switcher-container h2 a:hover, .switcher-container h2 a:focus { text-decoration: none; } .switcher-container h2 i { margin-top: 10px; font-size: 25px; color: #999; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .switcher-container h2 i:hover { color: #fff; } .switcher-container h3 { font-size: 12px; font-weight: 700; color: #fff; margin: 0; line-height: 22px; margin-bottom: 10px; } .switcher-container .selector-box { color: #fff; overflow: hidden; } .switcher-container .layout-switcher { margin: 0 0 10px 0; overflow: hidden; } .switcher-container .layout-switcher a.layout { float: left; display: block; cursor: pointer; text-align: center; font-weight: 700; padding: 10px 20px; margin-left: 10px; } .switcher-container .layout-switcher a.layout:first-child { margin-left: 0; } .switcher-container .layout-switcher a.layout:hover { color: #fff; cursor: pointer; } .switcher-container .color-box { height: auto; overflow: hidden; margin-bottom: 6px; } .switcher-container .styleswitch { margin-bottom: 10px; } .sw-odd { background-color: #272727; padding: 21px 0 30px 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .sw-even { background-color: #191919; padding: 21px 0 25px 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .sw-even a { font-family: "Poppins", sans-serif; text-transform: uppercase; font-size: 12px; line-height: 40px; color: #fff; border: 1px solid #fff; padding: 10px 20px 10px 20px; margin-right: 10px; letter-spacing: 1.8px; } .sw-even a:hover { background-color: #32bfc0; border: 1px solid #32bfc0; color: #fff !important; } .sw-light { background-color: #fff; color: #000 !important; } .sw-odd a { font-size: 16px; color: #fff; width: 100%; display: inline-block; line-height: 17px; width: 100%; position: relative; padding-left: 47px; } .sw-odd .ws-colors a:before { background: none; } .sw-odd .ws-colors a { position: relative; width: auto; padding: 0; width: 30px; height: 30px; background-color: #333; display: inline-block; margin-right: 5px; overflow: hidden; } .sw-odd .ws-colors a.current:before { position: absolute; left: 8px; top: 6px; font-family: FontAwesome; content: "\f00c"; color: #fff; z-index: 999; text-shadow: 0 0 2px rgba( 0, 0, 0, 1 ); } .sw-odd .ws-colors #color1 { background-color: #2582eb; } .sw-odd .ws-colors #color2 { background-color: #1eaf13; } .sw-odd .ws-colors #color3 { background-color: #ff7f00; } .sw-odd .ws-colors #color4 { background-color: #b01e23; } .sw-odd .ws-colors #color5 { background-color: #9b23ea; } .sw-odd #color2 { background-color: #333; } .sw-odd .ws-colors a#color2:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #ff5f2e; } .sw-odd #color3 { background-color: #333; } .sw-odd .ws-colors a#color3:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #30a9de; } .sw-odd #color4 { background-color: #333; } .sw-odd .ws-colors a#color4:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #d9e1e8; } .sw-odd #color5 { background-color: #333; } .sw-odd .ws-colors a#color5:after { border-bottom: 21px solid transparent; border-top: 21px solid transparent; border-left: 21px solid #090707; } .sw-even h3 { margin-bottom: 6px; } /* Pattern */ .sw-pattern.pattern { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; left: 0; top: 98%; background-color: #000000; width: 100%; z-index: -1; padding: 20px 0 30px 20px; } .sw-pattern.pattern a { width: 40px; height: 40px; display: inline-block; margin-right: 5px; margin-bottom: 5px; position: relative; } .sw-pattern.pattern a.current:before { position: absolute; left: 12px; top: 6px; font-family: FontAwesome; content: "\f00c"; color: #fff; text-shadow: 0 0 2px rgba( 0, 0, 0, 1 ); } .sw-odd .sw-image { padding: 0 20px 15px 0; } .sw-odd .sw-image a { padding: 0; margin-bottom: 5px; } .sw-odd .sw-image .sw-buy { position: relative; width: 100%; border: none; background: #6f9a37; font-size: 14px; font-weight: 700; padding: 12px 48px 12px 51px; border-radius: 0; } .sw-odd .sw-image .sw-buy:hover { background-color: #2e363a; } /* Boxed -------------------------------------------------------------- */ .home-boxed .boxed { z-index: 0; width: 92.708%; margin: 0 auto; background: #fff; overflow: hidden; height: 100%; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02); } .tparrows:hover::before { color: #2582eb; } .mySlides {display:none;} /* Custom Styling -------------------------------------------------------------- */
0.211824
0.047382
@font-face { font-family: 'Tangerine'; src: url('Tangerine/Tangerine-Bold.ttf'); font-weight: normal; font-style: normal; } * { outline: 0; margin: 0; padding: 0; } body { font-family: 'Open Sans',sans-serif; font-size: 14px; line-height: 21px; color: #666; font-weight: 400; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } ul { margin: 0; padding: 0; } ul li { list-style-type: none; } p { font-size: 16px; color: #666; font-weight: 400; line-height: 22px; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; text-transform: uppercase; color: #202020; margin-top: 0; font-weight: 700; } h4 { font-size: 18px; margin-bottom: 25px; font-weight: 400; } h5 { font-weight: 400; font-size: 16px; text-transform: capitalize; } .color-bar { width: 100%; } .top-fixed { position: fixed; z-index: 2000; top: 0px; } .menuBar-fix { margin-top: 52px; } .bg-color-1 { background-color: #f0c24b!important; } .bg-color-2 { background-color: #b5d56a!important; } .bg-color-3 { background-color: #ea7066!important; } .bg-color-4 { background-color: #84bed6!important; } .bg-color-5 { background-color: #a597e7!important; } .bg-color-6 { background-color: #ea77ad!important; } .top-info-bar { padding: 15px 0 12px 0; display: block; width: 100%; z-index: 1000; position: relative; top: 3px; transition: height .15s ease; height: 53px; background-color: #2f3c43; position: fixed; } .list-inline { text-align:center; margin-bottom:20px } .support li a { font-size: 1.1em; color: #FFF; } .functionList > li { color: rgb(255, 255, 255); float: left; font-size: 1em; } .functionList > li i { width: 21px; height: 21px; display: inline-block; color: #fff; border-radius: 100%; text-align: center; line-height: 21px; } .select-language { background: #2f3c43; border: 1px solid #2f3c43; } .functionList>li a{ color: rgb(255, 255, 255); font-size: 1em; padding-right: 5px; } .button-search { margin-top: -5px !important; } .img-logo { height: 6em; width: 20em; margin-left: 5em; } .img-logo img { height: 6em; width: 20em; } .clr { clear: both; } .menuBar-header { float: right !important; } .category-menu > li { list-style-type: none; display: inline-block; padding: 10px; } .category-menu > li a { text-align: center; display: block; } .category-menu > li a span{ line-height: 20px; } .category-menu > li i { width: 40px; height: 40px; line-height:40px; text-align: center; border-radius: 100%; display: block; color: #fff; font-size: 20px; margin: 0 20px 5px; } .orange-background { background-color: #f0c24b!important; } .orange-text { color: #f0c24b!important; } .pink-background { background-color: #c51185!important; } .pink-text { color: #c51185!important; } .blue-background { background-color: #1193c5!important; } .blue-text { color: #1193c5!important; } .green-background { background-color: #3dc511!important; } .green-text { color: #3dc511!important; } .category { position: relative; } .category-subcategory { margin-top: 10px; display: none; position: absolute; border-top: 5px solid #2d93c5; border-radius: 5px; } .category-subcategory li { list-style-type: none; background: #f8f8f8; } .category-subcategory li > a{ display: block; line-height: 20px; color: #2d93c5; padding: 5px 20px; width: 15em; } .category-subcategory li > a:hover{ background: #2d93c5; color: #fff; text-decoration: none; } .category-subcategory-1 { border-top: 5px solid #f0c24b!important; } .category-subcategory-1 li > a{ color: #f0c24b!important; } .category-subcategory-1 li > a:hover{ background: #f0c24b; color: #fff !important; text-decoration: none; } .category-subcategory-2 { border-top: 5px solid #b5d56a!important; } .category-subcategory-2 li > a{ color: #b5d56a!important; } .category-subcategory-2 li > a:hover{ background: #b5d56a; color: #fff !important; text-decoration: none; } .category-subcategory-3 { border-top: 5px solid #ea7066!important; } .category-subcategory-3 li > a{ color: #ea7066!important; } .category-subcategory-3 li > a:hover{ background: #ea7066; color: #fff !important; text-decoration: none; } .category-subcategory-4 { border-top: 5px solid #2d93c5!important; } .category-subcategory-4 li > a{ color: #2d93c5; } .category-subcategory-4 li > a:hover{ background: #2d93c5; color: #fff; text-decoration: none; } .btn-magin { margin: 10px 0; } .margin-top-50px { margin-top: 50px; } .margin-bottom-50px { margin-bottom: 50px; } .btn-search { color: #333 !important; background-color: #fff; border-color: #ccc !important; height: 36px !important; line-height: 16px; } .li-login { padding-left: 20px !important; } .padding-10 { padding: 0px 10px 20px; } li.top-user { /*display: inline-block;*/ text-align: center; padding: 15px 50px; } li.top-user-small { padding: 7px 30px; } .follow-users { text-align: center; } .top-user img.img-circle { height: 150px; } .top-user img.img-circle-small{ height: 90px; } h3.name-small > a { font-size: 15px !important; } img.top-user a { color: #333; font-size: 20px; } .top-user a.btn-follow { display: inline-block; background: green; padding: 5px; color: #fff; border-radius: 10px; } .top-user a.btn-follow-small { background: red; } .background-user { height: 350px; background-size: 100% 100%; background-repeat: no-repeat; position: relative; } .background-user .bg-img { width: 100%; height: 350px; } .avatar-user { width: 160px; height: 160px; border-radius: 50%; border: 2px solid #8c8c8c; position: absolute; bottom: 85px; left: 100px; } .username-user { font-size: 35px; color: #fff; font-weight: bold; text-shadow: 2px 2px #8c8c8c; position: absolute; bottom: 154px; left: 300px; } li.view-follow-more { display: none; } h3.h3-small { margin-bottom: 10px !important; } .img-border { border-radius: 20%; } /*==========FOOTER=============*/ .footer { background: #2A2A2A; } .footer .left-footer { float: left; width: 350px; margin: 30px 40px 10px 80px; } .footer .left-footer .logo-left-footer { width: 350px; height: 120px; background: #FFFFFF; margin-bottom: 20px; border-radius: 8px; padding: 10px; } .footer .left-footer h3 { color: #acacac; border-bottom: 1px solid #acacac; margin: 10px 60px; padding: 0px 2px 8px 42px; font-size: 18px; } .footer .left-footer .icon-left-footer { margin: 10px 93px; } .footer .left-footer .icon-left-footer a { margin: 0 5px; display: inline-block; width: 40px; height: 40px; line-height: 20px; text-align: center; padding-top: 10px; border: 1px solid #acacac; border-radius: 50%; font-size: 20px; color: #acacac; } .footer .left-footer .icon-left-footer a:hover { color: #ffffff; border: 1px solid #ffffff; } .footer .center-footer { float: left; width: 250px; margin: 55px 70px 0 40px; padding-right: 30px; } .center-footer ul { margin-top: 10px; padding-left: 20px; } .center-footer ul li { height: 28px; line-height: 28px; list-style-type: square; color: #acacac; margin: 5px 0; } .footer .center-footer a { color: #acacac; } .center-footer ul li a:hover { color: #fff; text-decoration: underline; } .title-footer { color: #acacac; height: 40px; line-height: 30px; border-bottom: 1px solid; margin-bottom: 5px; padding-bottom: 10px; font-size: 22px; } .footer .right-footer { float: left; width: 350px; margin: 55px 20px 10px 20px; } .footer .right-footer a { color: #acacac; display: block; margin: 14px 0; } .footer .right-footer a:hover { color: #fff; } .footer .right-footer a span { margin: 0 5px; display: inline-block; width: 30px; height: 30px; text-align: center; padding-top: 7px; border: 1px solid #acacac; border-radius: 50%; font-size: 16px; color: #acacac; } .footer .tail-footer { height: 40px; background-color: #141414; text-align: center; font-size: 15px; padding-top: 15px; color: #7c7c7c; } /*====Login/Register====*/ .login-content { background: #00C6D7; position: relative; padding: 11em 0; width: 100% } .login-top { text-align: center; margin: 7em auto; background: #fff; padding: 2em 2em; box-shadow: 0 1px 1px rgba(0,0,0,.05); -o-box-shadow: 0 1px 1px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05); border: 1px solid rgba(213, 213, 214, 0.85); width: 35%; padding: 2em 2em; position: absolute; left: 33%; top: 13%; } .login-top h3{ font-size: 9em; font-weight: bold; margin: 0; color: #052963; } .login-top h3 i{ font-size: 113px; color: #00c6d7; } .login-top span { font-size: 1.5em; color:#333; } .login-top p{ font-size: 0.95em; font-weight: 400; color: #777; margin: 10px 0; } .login input[type="email"],.login input[type="password"], .login input[type="text"]{ width: 100%; padding: 0.9em 1em 0.9em 4em; color: #777; font-size: 15px; outline: none; font-weight: 400; border: 1px solid #ddd; background: url("../images/icons.png") no-repeat 14px 17px; margin: 0.3em 0; font-family: 'Roboto', sans-serif; } .login input[type="password"]{ background: url("../images/icons.png") no-repeat 13px -33px ; } .login input[type="text"] { background: url("../images/user-icon.png") no-repeat 9px 9px; } .submit { margin: 1em 0; } .login input[type="submit"]{ font-size: 20px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding: 10px 15px; width: 100%; border:2px solid #ea4c89; background: #ea4c89; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .login input[type="submit"]:hover{ background:none; border:2px solid #ea4c89; color: #ea4c89; } .buttons { margin: 1em 0 0.5em 0; } .buttons ul{ padding:0; } .buttons ul li { display: inline-block; width: 28%; float: left; } .buttons ul li.or{ width: 7.6%; margin-top: 8px; color: #777; } .buttons ul li.lost { margin-right: 0; float: right; } /* Sweep To Right */ a.facebook-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background-color: #3b5998; width:100%; font-family: 'Roboto', sans-serif; padding:0.7em 1em; font-size: 1em; color: #fff; } a.facebook-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#354d7d; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.facebook-login:hover, a.facebook-login:focus, a.facebook-login:active { color: white; } a.facebook-login:hover:before, a.facebook-login:focus:before, a.facebook-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } /* Sweep To Left */ a.twitter-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; width:100%; padding:0.7em 1em; font-size: 1em; color: #fff; font-family: 'Roboto', sans-serif; background-color: #1ab2e8; } a.twitter-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #1499c8; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.twitter-login:hover, a.twitter-login:focus, a.twitter-login:active { color: white; } a.twitter-login:hover:before, a.twitter-login:focus:before, a.twitter-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } a.facebook-login { background-color: #3b5998; width: 100%; padding: 0.7em; text-align: center; font-size: 16px; display: block; } a.twitter-login { width: 100%; padding: 0.7em; text-align: center; font-size: 16px; background-color: #1ab2e8; display: block; } a.google-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; width:100%; padding:0.7em 1em; font-size: 1em; color: #fff; background-color: #d80606; font-family: 'Roboto', sans-serif; } a.google-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #a91616; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.google-login:hover:before, a.google-login:focus:before, a.google-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } a.google-login { width: 100%; padding: 0.7em 0; text-align: center; font-size: 16px; display: block; } a.google-login:hover, a.facebook-login:hover, a.twitter-login:hover { text-decoration: none; } .fb-tw-gg-icon { line-height: 17px; font-weight: bold; font-size: 17px; margin-right: 5px; } .new { margin: 1em 0 0em 0; } .new p a,.new p.sign a,.new p.sign { color: #777; font-weight: 400; font-size: 1em; } .new p a:hover,.new p.sign a:hover { text-decoration: underline; } .new p.sign a, .new a { color: #00C6D7; } h2.inner-tittle.page { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); position: absolute; top: -22%; left: 10%; font-size: 3em; color: #fff; } p.sign.up { text-align: center; float: none; padding: 0; } /*--/login--*/ .buttons.login ul li { display: inline-block; width: 33.3333%; margin-right: 0; float: left; } .checkbox11 { padding-left: 27px; font-size: 1em; line-height: 27px; cursor: pointer; position: relative; color: #777; } .checkbox11:last-child { margin-bottom: 0; } .news-letter { color: #555; font-size: 0.8em; margin-bottom: 1em; display: block; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; clear: both; font-family: 'Roboto', sans-serif; } .checkbox11 i { position: absolute; bottom: 5px; left: 0; display: block; width: 18px; height: 18px; outline: none; border: 2px solid #ccc; } .checkbox11 input + i:after { content: ''; background: url("../images/tick1.png") no-repeat 1px 2px; top: -1px; left: -1px; width: 15px; height: 15px; font: normal 12px/16px FontAwesome; text-align: center; } .checkbox11 input + i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .checkbox11 input { position: absolute; left: -9999px; } .checkbox11 input:checked + i:after { opacity: 1; } h3.inner-tittle.t-inner { font-size: 1.8em; font-weight: 400; text-align: center; margin-bottom: 0.7em; color: #333; } .sign-up input[type="submit"]{ float: right; width:30%; font-size:17px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding:6px 19px; border: 2px solid #00C6D7; background: #00C6D7; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .sign-up input[type="submit"]:hover{ border: 2px solid #052963; background: #052963; color: #fff; } .sign-up input[type="reset"]{ font-size: 17px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding: 4px 19px; float: left; border: 2px solid #052963; background: #052963; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .sign-up input[type="reset"]:hover{ border: 2px solid #00C6D7; background: #00C6D7; color: #fff; } .sign-up { margin-top:0.8em; } .checkbox11 { padding-left: 27px; font-size: 1em; line-height: 27px; cursor: pointer; position: relative; color: #777; } .checkbox11:last-child { margin-bottom: 0; } .login-register { margin-left: 20px; } .dropdown { bottom: 4px; margin-left: 20px; } .logout-form { display: none; } .dropdown a:hover, .dropdown-menu li a:hover { text-decoration: none; } .dropdown-menu { background: #303c43; color: #f1f1f1; min-width: 125px; left: 35px; } .avatar { height: 30px; width: 30px; border-radius: 50%; margin-right: 5px; } /*===reset password*/ .reset-content { padding: 9em 0; } .reset-title { top: -38% !important; } .reset-top { margin: 8em auto !important; } .vali-msg { font-size: 15px; } .return-home { color: #777 !important; } .return-home:hover { color: #00C6D7 !important; text-decoration: none; font-weight: bold; } .new-pass-content { padding: 12em 0; } .new-pass-title { top: -25% !important; } .media-left > a > img { height: 40px; width: 80px; } .div-info { width: 51em; position: absolute; top: 240px; right: 20px; } span.span-info-bg { display: block; font-size: 35px; color: #fdfdfd; font-weight: bold; text-shadow: 2px 2px #2f2929; padding-bottom: 19px; } .div-info-bg { text-align: center; } .div-info-bg a { font-size: 20px; font-weight: bold; text-shadow: 2px 2px #2f2929; color: #fff; } .div-edit { position: absolute; right: 25px; top: 25px; } a.button-edit { display: inline-block; background: #FFF; padding: 6px; border-radius: 10px; color: #000; box-shadow: 2px 2px #8c8c8c; } label.edit-profile { padding-top: 15px; padding-left: 10px; } .bg-color-gray { background: #ececec !important; } .bg-color-gray-border { background: #FFF; padding: 2em; border-radius: 1em; margin-bottom: 3em; } h3.title-edit-profile { width: 50%; display: inline-block; color: #fff; border-radius: 8px 0; text-shadow: 1px 1px 0 #444; padding-left: 2em; } .bg-color-blue { background: #2d93c5; padding: 0 20px; border-radius: 8px 8px 0 0; height: 46px; line-height: 46px; } .setting-profile > a { color: #fff; display: inline-block; padding: 0px 40px; font-size: 16px; margin-top: 0 !important; padding-top: 0 !important; } .setting-profile > a.actived { background: #10639e; border-radius: 8px 0; } .edit-password { display: none; } .bg-color-white-border { background: #fff; padding: 3em 1em; border-radius: 0 0 8px 8px; } .info-errors { position: fixed; z-index: 1000; min-width: 28em; right: 0em; top: 5em; border-radius: 8px 0 0 8px; text-align: center; } /*====coure-detai====l*/ .pageTitleSection { background-image: url(/templates/elearning/images/page-title-bg.jpg); width: 100%; background-size: cover; background-position: center center; color: #fff; padding: 75px 0; } .pageTitleSection .pageTitleInfo { text-align: center; } .pageTitleSection .pageTitleInfo h2 { font-size: 40px; line-height: 33px; color: #fff; margin-bottom: 40px; margin: 0 0 8px 0; font-family: 'Dosis', sans-serif; text-transform: capitalize; font-weight: 600; } .pageTitleSection .pageTitleInfo .breadcrumb { background-color: transparent; } .pageTitleSection .pageTitleInfo .breadcrumb li { color: #fff; font-size: 15px; } .pageTitleSection .pageTitleInfo .breadcrumb li a { color: #fff; font-size: 15px; } .pageTitleSection .pageTitleInfo .breadcrumb>li+li::before { content: " \276F\00a0 "} .homeContactContent form .btn { float: right; width: auto; } @media (min-width:320px) { .whiteSection, .mainContent, .lightSection, .colorSection { padding: 50px 0; } }@media (min-width:768px) { .whiteSection, .mainContent, .lightSection, .colorSection { padding: 100px 0; } }.whiteSection, .mainContent { background-color: #fff; } .teachersPhoto { width: 100% } .teachersPhoto img { width: 100% } .teachersInfo h3 { color: #ea7066; text-transform: capitalize; font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 28px; margin: 0 0 25px 0; } .teachersInfo p { margin: 0 0 25px 0; } .teachersInfo .list-inline li a { display: block; text-align: center; border-radius: 100%; color: #fff; } .teachersInfo .list-inline li a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .btn-learn { display: inline-block; padding: 11px 20px; margin-bottom: 0; font-size: 16px; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; color: #fff; border-radius: 6px; text-transform: uppercase; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); transition: all .3s ease-in-out; background-color: #5cb85c; margin: 5% 25%; opacity: 0.9; } .btn-learn:hover { border: 1px solid transparent; box-shadow: 0 4px 0 rgba(0, 0, 0, .3)!important; opacity: 1; text-decoration: none; color: #fff; } .btn-wordlist { opacity: 0.7; margin: 3% 25%; background-color: #0fa4e2; } .course-detail { background-color: #f1efef; padding-top: 5%; } .course-detail-content { margin: 3% 5% 0 5%; } .course-detail-left { border-radius: 20px; padding: 0; } .course-detail-left .course-main-content ul { list-style-type: none; } .course-detail-left .course-main-content li { padding: 0 1% 2% 1%; } .course-detail-left .course-main-content li a { display: block; padding: 10%; background-color: #fff; color: #333; border-radius: 20px; border: 1px solid #e4e4e4; } .course-detail-left .course-main-content li a:hover { text-decoration: none; } .course-detail-left .course-main-content li .lesson-title, .course-detail-left .course-main-content li .lesson-name { font-size: 16px; margin: 5px 0 5px 0; text-align: center; font-weight: bold; } .course-detail-left .course-main-content li .lesson-content { background-color: #f1f1f1; padding: 10% 0; border-radius: 20px; } .unlearn-icon { height: 70px; width: 60px; opacity: 0.3; margin: 14% 0 10% 31%; } .learn-icon { height: 80px; margin: 5% 0 10% 25%; } .check-icon { height: 30px; margin-left: 40%; } .lock { padding-top: 5%; text-align: center; opacity: 0.6; font-size: 21px; } .course-detail-right { padding: 0 0 0 1%; } .leaderboard { font-family: "Open Sans",Sans-Serif; background-color: #fff; border-radius: 20px; border: 2px solid #e4e4e4; } .leaderboard-header { border-bottom: 2px solid rgba(0,0,0,0.08); margin: 0 10%; padding: 9px 0; text-align: center; } .leaderboard-header .leaderboard-icon { height: 60px; width: 60px; } .leaderboard-header .leaderboard-text { font-size: 23px; margin-top: 2%; color: #62ceef; font-weight: bold; } .leaderboard-content { background-color: #eee; margin-top: 7%; } .leaderboard-content ul li { height: 50px; border-bottom: 1px solid #dcd7d7; padding: 3% 3%; } .leaderboard-content ul li:last-child { border-bottom: none; background-color: #fff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom: none; font-size: 18px; text-align: center; padding-top: 5%; } .leaderboard-content ul li:hover { background-color: #f9f9f9; cursor: pointer; } .leaderboard-content ul li a { color: #333; display: block; } .leaderboard-content ul li:last-child a { color: #618198 !important; } .leaderboard-content ul li:last-child a:hover { text-decoration: none; } .leaderboard-content .rank-icon { height: 35px; width: 35px; margin-right: 2%; } .leaderboard-content .rank-position { font-weight: bold; font-size: 18px; display: inline-block; width: 20px; text-align: center; } .leaderboard-content .avatar-leader { height: 35px; width: 35px; border-radius: 50%; margin-left: 2%; } .leaderboard-content .user-leader { display: inline-block; width: 70px; text-align: left; } .leaderboard-content .score-leader { color: red; font-weight: bold; text-align: right; display: inline-block; width: 50px; } .my-leader { background-color: #4dc3ff; } .my-leader:hover { background-color: #0099e6 !important; } .progress-content { background-color: #fff; border-radius: 20px; margin: 0 3% 3% 3%; padding: 1% 5%; border: 1px solid #e4e4e4; } .progress-content div { font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #333; } .progress-course { border: 1px solid #cec7c7; border-radius: 8px; height: 20px; margin-bottom: 2% !important; } .progress-bar-course { background-color: #8dd232; border-radius: 8px; color: #8a8787 !important; font-size: 15px; line-height: 20px; } .btn-progress { text-align: right; } .btn-progress a { margin: 0 0.5%; } .btn-option { background-color: #f3f3f3; color: #666; text-shadow: 0; text-align: center; } .btn-option .option-icon { font-size: 18px; margin-right: 5px; } .progress-course-content .option-menu { width: 160px; padding: 0; left: 4.5%; background-color: #fff; } .progress-wordlist-content .option-menu { width: 160px; padding: 0; left: 3%; background-color: #fff; } .option-menu .option-icon { font-size: 17px; margin-right: 7px; margin-left: 15%; } .option-menu li { font-size: 16px; } .option-menu li a { height: 35px; line-height: 30px; opacity: 0.8; } .option-menu li a:hover { color: #fff; opacity: 1; background-color: #888585; } .progress-wordlist-content .review-menu { padding: 0; width: 160px; left: 45.2%; background-color: #fff; } .lesson-center-main .review-menu { padding: 0; width: 160px; left: 27.8%; background-color: #fff; } .progress-course-content .review-menu { padding: 0; width: 160px; left: 26.5%; background-color: #fff; } .review-menu li { text-align: left; font-size: 17px; opacity: 0.8; } .review-menu li a:hover { margin: 0; color: #fff; opacity: 1; background-color: #888585; } .review-menu li a { height: 35px; line-height: 30px; } /*===word-list*/ .color-1-bold { color: #f9bf2a !important; } .color-2-bold { color: #6e57da !important; } .color-3-bold { color: #fb53a2 !important; } .color-4-bold { color: #0fa4e2 !important; } .tabCommon .nav { border-bottom: none; text-align: center; } .tabCommon .nav li { display: inline-block; float: none; } @media (min-width:320px) { .tabCommon .nav li { padding: 6px 2px; } }@media (min-width:768px) { .tabCommon .nav li { padding: 0 2px; } } .tabCommon .nav li a { padding: 0 25px; height: 40px; font-size: 14px; line-height: 40px; color: #222; text-transform: uppercase; font-weight: 600; display: inline-block; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); background-color: #f8f8f8; border-radius: 4px; } .tabCommon .nav li select { padding: 0 25px; height: 40px; font-size: 14px; line-height: 40px; color: #fffefe; text-transform: uppercase; font-weight: 600; display: inline-block; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); border-radius: 4px; border: none; background-color: #ea7066; width: 200px; } .tabCommon .nav li select option { background-color: #fff; color: #333; } .tabCommon .nav li.active a { background-color: #ea7066; color: #fffefe; } .tabCommon .tab-content { padding-top: 50px; } .tabCommon .tab-pane { border: 3px solid rgba(234, 112, 102, .3); border-radius: 8px; } @media (min-width:320px) { .tabCommon .media-left { display: block; float: left; width: 100%; padding-right: 0; } }@media (min-width:768px) { .tabCommon .media-left { display: block; float: left; width: 100%; padding-right: 0; } }@media (min-width:992px) { .tabCommon .media-left { display: inline-block; float: left; width: auto; padding-right: 10px; } }.tabCommon .media-left img { width: 100%} @media (min-width:320px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:768px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:992px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:1200px) { .tabCommon .media-body { padding: 50px 30px 0 0; } }.tabCommon .media-body .media-heading { font-family: 'Dosis', sans-serif; font-size: 28px; color: #ea7066; margin: 0 0 25px 0; text-transform: capitalize; } .tabCommon .media-body p { color: #222; margin-bottom: 30px; } .tabCommon.tabLeft .nav { padding-right: 10px; } @media (min-width:320px) { .tabCommon.tabLeft .nav { display: block; } }@media (min-width:768px) { .tabCommon.tabLeft .nav { display: table-cell; } }.tabCommon.tabLeft .nav li { display: block; padding: 0 0 10px 0; } .tabCommon.tabLeft .nav li.active a { position: relative; } .tabCommon.tabLeft .nav li.active a:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #ea7066; position: absolute; right: -9px; top: 10px; border-radius: 8px; transition: all .3s ease-in-out; } .tabCommon.tabLeft .tab-content { display: table-cell; padding: 0; } .filter-wordlist { margin: 3% 0 1% 0; } .progress-wordlist { margin: 0 3% 2% 3%; } .wordlist-content { background-color: #fff; border-radius: 20px; margin: 0 3%; border: 1px solid #e4e4e4; } .wordlist-content ul { border-radius: 20px; } .wordlist-content ul li { border-bottom: 1px solid #e4e4e4; padding: 1% 4%; text-align: left; font-size: 16px; } .wordlist-content ul li div { padding: 0; color: #333; } .wordlist-content ul li div .check-icon { height: 24px; margin-left: 36.5%; } .wordlist-content ul li:first-child { font-size: 20px; font-weight: bold; border-bottom: 3px solid #e4e4e4; margin-top: 2%; padding: 0 4% 2% 4%; background-color: #fff; } .wordlist-content ul li:last-child { border-bottom: none; } .row { margin: 0; } .wrapper-test { background: #e9e9e9; padding: 2em 14em; min-height: 80vh; } .content-test { padding: 0em 2em; } .content-test > h2 { font-weight: bold; color: #2b2828; text-transform: none; font-family: Times-new-Roman; font-size: 32px; } .choose-answer-test , .choose-answer-practice { list-style-type: none; width: 90%; margin: 2%; display: block; color: #1f1d1d; line-height: 40px; background: #ffffff; font-size: 18px; border: 2px solid #909090; padding: 0 2em; border-radius: 20px; text-decoration: none; min-height: 2em; cursor: pointer; } .answer-test { margin-top: 4em; } .choose-answer-test > span .choose-answer-practice > span { display: block; } .choose-answer-test:hover, .choose-answer-practice:hover { color: #3399ff; border: 2px solid #3399ff; text-decoration: none; } .correct { color: #65ab00 !important; border: 2px solid #65ab00 !important; } .wrong { color: #cc0000 !important; border: 2px solid #cc0000 !important; } .wrapper-action-test { background: #d2d2d2; height: 20vh; margin: 0 !important; position: fixed; bottom: 0px; width: 100%; } .wrapper-action-test .action-test { text-align: center; margin-top: 40px; } .wrapper-action-test .action-test > a { display: inline-block; line-height: 40px; width: 30%; border: 2px solid #7a7a7b; border-radius: 2em; color: #7a7a7b; font-size: 18px; font-weight: bold; } /*.active { background: #7a7a7b; border: 2px solid #333; }*/ .wrapper-action-test .action-test > a:hover { border: 2px solid #52b37c; color: #52b37c; text-decoration: none; } .screen-start { background: #7d7d7df2; width: 100%; height: 100vh; position: fixed !important; z-index: 10000; } a.btn-start { display: block; width: 150px; height: 50px; background: #145584; line-height: 50px; font-size: 20px; text-align: center; color: #fff; border-radius: 25px; position: absolute; top: 45%; left: 45%; } .action-img .right-wrong-img { height: 100px; } .action-img { line-height: 9em; padding-left: 8em; } .action-show { display: none; } #right-answer span { font-size: 22px; font-weight: bold; color: #65ab04; padding-left: 20px; font-style: italic; } #wrong-answer span { font-size: 22px; font-weight: bold; color: #e8422f; padding-left: 20px; font-style: italic; } .progress-bar-test { padding: 1% 12%; background: #d2d2d2; min-height: 100px; } .progress-bar-test .exit-learning { height: 50px; margin-left: 50%; font-size: 25px; line-height: 25px; background-color: #f0624b; } .progress-test { margin-top: 2%; padding: 0; } h2.title-end-test { text-align: center; font-size: 40px; color: #515054; margin-bottom: 45px; margin-top: 45px; } h4.score-end-test {font-family: Times-new-Roman; font-size: 35px; text-align: center; text-transform: capitalize; color: #545454; } .pass-test { font-family: Times-new-Roman; font-size: 40px; color: #50901f; text-align: center; } .not-pass-test { font-family: Times-new-Roman; font-size: 40px; color: #e8422f; text-align: center; } .whiteDiv { background: #fff; } .whiteSection_Div { background: #fff; margin-bottom: 150px !important; } .btn-start-learning { position: absolute; height: 200px; top: 16em; left: 30em; z-index: 10000; } .btn-start-learning > a.btn-success { opacity: 0.5; } .bg-img-userfollow { background: url('../images/pattern-light.png'); } .content-search { width: 450px; position: absolute; top: 38px; margin-left: -45px; border-radius: 10px; } img.img-item-search { height: 60px; width: 100px; } .bg-color-search { background: #2f3c43; } .item-search { padding: 0px !important; margin: 0px !important; } h3.h3-item-search { margin: 5px; } .detail-item-search > a { color: #333; padding: 5px 10px; } p.information-search { padding-left: 10px; margin: 0; } .row-search { border-radius: 10px; background: #f5f8fa; border-bottom: 5px solid #2f3c43; border-left: 5px solid #2f3c43; border-right: 5px solid #2f3c43; } .row-search:hover { background: #44a3a2; } h3.h3-item-search { font-size: 22px; color: #333; } /*===lesson-detail===*/ .lesson-detail { overflow: hidden; background-color: #f1efef; } .lesson-content { margin: 5% 2% 0 2%; } .lesson-content .btn-lesson { display: block; height: 100px; background-color: #fff; padding: 0 1%; border-radius: 20px; margin-top: 40%; text-align: center; font-size: 20px; padding: 22% 0; color: #666; cursor: pointer; border: 1px solid #e4e4e4; } .lesson-content .btn-lesson:hover { color: #666; } .lesson-content .activeLessonBtn { pointer-events: none; opacity: 0.5; } .lesson-content .lesson-center-content { background-color: #fff; padding: 0 1%; border-radius: 20px; border: 1px solid #e4e4e4; } .lesson-center-content .lesson-img { margin: 4% 0; } .lesson-center-content .lesson-img div { font-size: 20px; font-weight: bold; text-align: center; } .lesson-center-content .lesson-img .learn-icon-lesson { height: 150px; padding: 2%; width: 150px; margin-left: 8%; } .lesson-center-content .lesson-img .unlearn-icon-lesson { height: 150px; padding: 2%; margin-left: 11%; width: 140px; opacity: 0.3; } .lesson-center-content .lesson-img .check-icon-lesson { height: 35px; width: 35px; margin-left: 38.5%; } .lesson-center-content .lesson-img .lock-icon-lesson { font-size: 30px; opacity: 0.6; } .lesson-center-main { padding: 0 2% 0 0; margin: 4% 0; } .lesson-center-main a { margin: 0; margin-left: 2%; } /*===learning====*/ .learning-wrap, .learning-container { background-color: #f1efef; } .learning-header { margin: 0; border-top-left-radius: 0; border-top-right-radius: 0; background-color: #d0e8b0; top: 0; } .learning-header .progress-learning { margin: 2% 0 0 0; padding: 0; } .learning-header .exit-learning { height: 50px; margin-left: 50%; font-size: 25px; line-height: 25px; background-color: #f0624b; } .learning-content { padding: 5% 20% 50% 20%; height: 80%; } .learning-content .learning-word { margin-bottom: 2.5%; } .learning-content .learning-word:first-child { margin-bottom: 5%; } .learning-content .learning-title{ font-size: 16px; color: #666; margin: 2% 0; } .learning-content .learning-word-content { font-family: Times-new-Roman; font-size: 90px; color: #333; font-weight: bold; margin-top: 13px; padding-left: 50px; } .learning-content .listen-word { height: 40px; font-size: 40px; margin-left: 4%; margin-bottom: 4%; text-align: left; display: inline-block; position: relative; opacity: 0.5; cursor: pointer; } .learning-content .listen-word > i { position: absolute; bottom: 0; } .learning-content .listen-word:hover { opacity: 0.8; } .learning-content .learning-pronunciation-content { margin-top: 24px; font-size: 50px; padding-left: 50px; color: #333; } .learning-content .learning-explain-content { margin-top: 15px; font-size: 30px; padding-left: 50px; line-height: 25px; color: #333; font-family: Times-new-Roman; } .learning-footer { width: 100%; margin: 0; height: 100px; background-color: #d0e8b0; position: fixed; bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .action-test { text-align: center; } .action-test a { display: inline-block; line-height: 40px; width: 30%; border: 2px solid #7a7a7b; border-radius: 2em; color: #7a7a7b; font-size: 18px; font-weight: bold; opacity: 0.8; } .action-test a:hover { opacity: 1; } .learning-container { overflow: hidden; } .btn-learning-next { margin-top: 1%; } .btn-learning-next a { color: #fff; border: 2px solid #539a2f; background-color: #8dd232; } .endlearning-header { height: 100px; } .endlearning-title { text-align: center; } .endlearning-totalword, .endlearning-message { font-family: Times-new-Roman; font-size: 40px; color: #545454; text-align: center; padding: 3%; } .bonus-point { font-family: Times-new-Roman; font-size: 35px; color: #f30808; text-align: center; padding: 3%; } .custom-time { color: #000000; font-size: 20px; text-align: center; } .custom-linkSection { width: 80%; margin: -100px auto; } .bx-pager { display: none !important; } .bg-index-fixed { width: 100%; height: 100vh; position: fixed; z-index: -1; top: 0; } .top-user a.a-top-user { color: #fff; display: block; font-size: 22px; font-weight: bold; padding: 10px 0 } h2.title-follow-user { color: #fff; } .user-rank { padding: 0 !important; line-height: 30px; } .margin-bottom-50 { margin-bottom: 100px; } .pd-page-top { padding: 50px 0px 0px 0px; } .pd-page-top-100 { padding: 100px 0px 0px 0px; } .title-course-slider { color: #FFF !important; } .img-course-slider { background: #44a3a2; } .bg-index { background: #f1efef !important; } .listent-audio { display: none; } .margin-bottom-none { margin-bottom: 0 !important; } .displaynone { display: none; } .ourcourses { position: relative; } .show-more { position: absolute; bottom: 5px; right: 30px; color: #333; } .btn-user-follow-li { position: absolute; bottom: -25px; right: 30px; color: #333; padding-bottom: 10px; } .user-follow { position: relative; padding-bottom: 20px; } .show-more-follow { color: #333; } ul.result-practice { margin: 0 auto; display: block; width: 40%; } .result-practice li { font-size: 20px; line-height: 30px; color: #02350b; font-family: arial !important; } .color-green { color: #1e8208 !important; font-family: Times-new-Roman !important; font-size: 45px !important; } .result-practice > li > i { padding: 5px !important; width: 36px !important; color: #696969 !important; } .info-word-point { font-weight: bold; color: #555; font-size: 18px; line-height: 23px; } .info-word-point span { margin-left: 10px; margin-bottom: 10px; } .border-images { height: 160px; text-align: center; color: #FFF; font-size: 4em; line-height: 64px; padding: 5px 50px; font-family: 'Tangerine', cursive; } .pd-page-top-15 { padding: 15px 0 0 0; } .title-course-slider { text-shadow: 2px 2px 0 #444 !important; } .tp-caption { text-shadow: 1px 1px 0 #444 !important; } .color-8 { color: #6ed898!important; } .border-color-8 { border-color: #6ed898!important; } .color-7 { color: #739ae2!important; } .border-color-7 { border-color: #739ae2!important; }
resources/assets/templates/elearning/css/style.css
@font-face { font-family: 'Tangerine'; src: url('Tangerine/Tangerine-Bold.ttf'); font-weight: normal; font-style: normal; } * { outline: 0; margin: 0; padding: 0; } body { font-family: 'Open Sans',sans-serif; font-size: 14px; line-height: 21px; color: #666; font-weight: 400; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } ul { margin: 0; padding: 0; } ul li { list-style-type: none; } p { font-size: 16px; color: #666; font-weight: 400; line-height: 22px; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; text-transform: uppercase; color: #202020; margin-top: 0; font-weight: 700; } h4 { font-size: 18px; margin-bottom: 25px; font-weight: 400; } h5 { font-weight: 400; font-size: 16px; text-transform: capitalize; } .color-bar { width: 100%; } .top-fixed { position: fixed; z-index: 2000; top: 0px; } .menuBar-fix { margin-top: 52px; } .bg-color-1 { background-color: #f0c24b!important; } .bg-color-2 { background-color: #b5d56a!important; } .bg-color-3 { background-color: #ea7066!important; } .bg-color-4 { background-color: #84bed6!important; } .bg-color-5 { background-color: #a597e7!important; } .bg-color-6 { background-color: #ea77ad!important; } .top-info-bar { padding: 15px 0 12px 0; display: block; width: 100%; z-index: 1000; position: relative; top: 3px; transition: height .15s ease; height: 53px; background-color: #2f3c43; position: fixed; } .list-inline { text-align:center; margin-bottom:20px } .support li a { font-size: 1.1em; color: #FFF; } .functionList > li { color: rgb(255, 255, 255); float: left; font-size: 1em; } .functionList > li i { width: 21px; height: 21px; display: inline-block; color: #fff; border-radius: 100%; text-align: center; line-height: 21px; } .select-language { background: #2f3c43; border: 1px solid #2f3c43; } .functionList>li a{ color: rgb(255, 255, 255); font-size: 1em; padding-right: 5px; } .button-search { margin-top: -5px !important; } .img-logo { height: 6em; width: 20em; margin-left: 5em; } .img-logo img { height: 6em; width: 20em; } .clr { clear: both; } .menuBar-header { float: right !important; } .category-menu > li { list-style-type: none; display: inline-block; padding: 10px; } .category-menu > li a { text-align: center; display: block; } .category-menu > li a span{ line-height: 20px; } .category-menu > li i { width: 40px; height: 40px; line-height:40px; text-align: center; border-radius: 100%; display: block; color: #fff; font-size: 20px; margin: 0 20px 5px; } .orange-background { background-color: #f0c24b!important; } .orange-text { color: #f0c24b!important; } .pink-background { background-color: #c51185!important; } .pink-text { color: #c51185!important; } .blue-background { background-color: #1193c5!important; } .blue-text { color: #1193c5!important; } .green-background { background-color: #3dc511!important; } .green-text { color: #3dc511!important; } .category { position: relative; } .category-subcategory { margin-top: 10px; display: none; position: absolute; border-top: 5px solid #2d93c5; border-radius: 5px; } .category-subcategory li { list-style-type: none; background: #f8f8f8; } .category-subcategory li > a{ display: block; line-height: 20px; color: #2d93c5; padding: 5px 20px; width: 15em; } .category-subcategory li > a:hover{ background: #2d93c5; color: #fff; text-decoration: none; } .category-subcategory-1 { border-top: 5px solid #f0c24b!important; } .category-subcategory-1 li > a{ color: #f0c24b!important; } .category-subcategory-1 li > a:hover{ background: #f0c24b; color: #fff !important; text-decoration: none; } .category-subcategory-2 { border-top: 5px solid #b5d56a!important; } .category-subcategory-2 li > a{ color: #b5d56a!important; } .category-subcategory-2 li > a:hover{ background: #b5d56a; color: #fff !important; text-decoration: none; } .category-subcategory-3 { border-top: 5px solid #ea7066!important; } .category-subcategory-3 li > a{ color: #ea7066!important; } .category-subcategory-3 li > a:hover{ background: #ea7066; color: #fff !important; text-decoration: none; } .category-subcategory-4 { border-top: 5px solid #2d93c5!important; } .category-subcategory-4 li > a{ color: #2d93c5; } .category-subcategory-4 li > a:hover{ background: #2d93c5; color: #fff; text-decoration: none; } .btn-magin { margin: 10px 0; } .margin-top-50px { margin-top: 50px; } .margin-bottom-50px { margin-bottom: 50px; } .btn-search { color: #333 !important; background-color: #fff; border-color: #ccc !important; height: 36px !important; line-height: 16px; } .li-login { padding-left: 20px !important; } .padding-10 { padding: 0px 10px 20px; } li.top-user { /*display: inline-block;*/ text-align: center; padding: 15px 50px; } li.top-user-small { padding: 7px 30px; } .follow-users { text-align: center; } .top-user img.img-circle { height: 150px; } .top-user img.img-circle-small{ height: 90px; } h3.name-small > a { font-size: 15px !important; } img.top-user a { color: #333; font-size: 20px; } .top-user a.btn-follow { display: inline-block; background: green; padding: 5px; color: #fff; border-radius: 10px; } .top-user a.btn-follow-small { background: red; } .background-user { height: 350px; background-size: 100% 100%; background-repeat: no-repeat; position: relative; } .background-user .bg-img { width: 100%; height: 350px; } .avatar-user { width: 160px; height: 160px; border-radius: 50%; border: 2px solid #8c8c8c; position: absolute; bottom: 85px; left: 100px; } .username-user { font-size: 35px; color: #fff; font-weight: bold; text-shadow: 2px 2px #8c8c8c; position: absolute; bottom: 154px; left: 300px; } li.view-follow-more { display: none; } h3.h3-small { margin-bottom: 10px !important; } .img-border { border-radius: 20%; } /*==========FOOTER=============*/ .footer { background: #2A2A2A; } .footer .left-footer { float: left; width: 350px; margin: 30px 40px 10px 80px; } .footer .left-footer .logo-left-footer { width: 350px; height: 120px; background: #FFFFFF; margin-bottom: 20px; border-radius: 8px; padding: 10px; } .footer .left-footer h3 { color: #acacac; border-bottom: 1px solid #acacac; margin: 10px 60px; padding: 0px 2px 8px 42px; font-size: 18px; } .footer .left-footer .icon-left-footer { margin: 10px 93px; } .footer .left-footer .icon-left-footer a { margin: 0 5px; display: inline-block; width: 40px; height: 40px; line-height: 20px; text-align: center; padding-top: 10px; border: 1px solid #acacac; border-radius: 50%; font-size: 20px; color: #acacac; } .footer .left-footer .icon-left-footer a:hover { color: #ffffff; border: 1px solid #ffffff; } .footer .center-footer { float: left; width: 250px; margin: 55px 70px 0 40px; padding-right: 30px; } .center-footer ul { margin-top: 10px; padding-left: 20px; } .center-footer ul li { height: 28px; line-height: 28px; list-style-type: square; color: #acacac; margin: 5px 0; } .footer .center-footer a { color: #acacac; } .center-footer ul li a:hover { color: #fff; text-decoration: underline; } .title-footer { color: #acacac; height: 40px; line-height: 30px; border-bottom: 1px solid; margin-bottom: 5px; padding-bottom: 10px; font-size: 22px; } .footer .right-footer { float: left; width: 350px; margin: 55px 20px 10px 20px; } .footer .right-footer a { color: #acacac; display: block; margin: 14px 0; } .footer .right-footer a:hover { color: #fff; } .footer .right-footer a span { margin: 0 5px; display: inline-block; width: 30px; height: 30px; text-align: center; padding-top: 7px; border: 1px solid #acacac; border-radius: 50%; font-size: 16px; color: #acacac; } .footer .tail-footer { height: 40px; background-color: #141414; text-align: center; font-size: 15px; padding-top: 15px; color: #7c7c7c; } /*====Login/Register====*/ .login-content { background: #00C6D7; position: relative; padding: 11em 0; width: 100% } .login-top { text-align: center; margin: 7em auto; background: #fff; padding: 2em 2em; box-shadow: 0 1px 1px rgba(0,0,0,.05); -o-box-shadow: 0 1px 1px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05); border: 1px solid rgba(213, 213, 214, 0.85); width: 35%; padding: 2em 2em; position: absolute; left: 33%; top: 13%; } .login-top h3{ font-size: 9em; font-weight: bold; margin: 0; color: #052963; } .login-top h3 i{ font-size: 113px; color: #00c6d7; } .login-top span { font-size: 1.5em; color:#333; } .login-top p{ font-size: 0.95em; font-weight: 400; color: #777; margin: 10px 0; } .login input[type="email"],.login input[type="password"], .login input[type="text"]{ width: 100%; padding: 0.9em 1em 0.9em 4em; color: #777; font-size: 15px; outline: none; font-weight: 400; border: 1px solid #ddd; background: url("../images/icons.png") no-repeat 14px 17px; margin: 0.3em 0; font-family: 'Roboto', sans-serif; } .login input[type="password"]{ background: url("../images/icons.png") no-repeat 13px -33px ; } .login input[type="text"] { background: url("../images/user-icon.png") no-repeat 9px 9px; } .submit { margin: 1em 0; } .login input[type="submit"]{ font-size: 20px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding: 10px 15px; width: 100%; border:2px solid #ea4c89; background: #ea4c89; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .login input[type="submit"]:hover{ background:none; border:2px solid #ea4c89; color: #ea4c89; } .buttons { margin: 1em 0 0.5em 0; } .buttons ul{ padding:0; } .buttons ul li { display: inline-block; width: 28%; float: left; } .buttons ul li.or{ width: 7.6%; margin-top: 8px; color: #777; } .buttons ul li.lost { margin-right: 0; float: right; } /* Sweep To Right */ a.facebook-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background-color: #3b5998; width:100%; font-family: 'Roboto', sans-serif; padding:0.7em 1em; font-size: 1em; color: #fff; } a.facebook-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#354d7d; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.facebook-login:hover, a.facebook-login:focus, a.facebook-login:active { color: white; } a.facebook-login:hover:before, a.facebook-login:focus:before, a.facebook-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } /* Sweep To Left */ a.twitter-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; width:100%; padding:0.7em 1em; font-size: 1em; color: #fff; font-family: 'Roboto', sans-serif; background-color: #1ab2e8; } a.twitter-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #1499c8; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.twitter-login:hover, a.twitter-login:focus, a.twitter-login:active { color: white; } a.twitter-login:hover:before, a.twitter-login:focus:before, a.twitter-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } a.facebook-login { background-color: #3b5998; width: 100%; padding: 0.7em; text-align: center; font-size: 16px; display: block; } a.twitter-login { width: 100%; padding: 0.7em; text-align: center; font-size: 16px; background-color: #1ab2e8; display: block; } a.google-login { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; width:100%; padding:0.7em 1em; font-size: 1em; color: #fff; background-color: #d80606; font-family: 'Roboto', sans-serif; } a.google-login:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #a91616; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } a.google-login:hover:before, a.google-login:focus:before, a.google-login:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } a.google-login { width: 100%; padding: 0.7em 0; text-align: center; font-size: 16px; display: block; } a.google-login:hover, a.facebook-login:hover, a.twitter-login:hover { text-decoration: none; } .fb-tw-gg-icon { line-height: 17px; font-weight: bold; font-size: 17px; margin-right: 5px; } .new { margin: 1em 0 0em 0; } .new p a,.new p.sign a,.new p.sign { color: #777; font-weight: 400; font-size: 1em; } .new p a:hover,.new p.sign a:hover { text-decoration: underline; } .new p.sign a, .new a { color: #00C6D7; } h2.inner-tittle.page { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); position: absolute; top: -22%; left: 10%; font-size: 3em; color: #fff; } p.sign.up { text-align: center; float: none; padding: 0; } /*--/login--*/ .buttons.login ul li { display: inline-block; width: 33.3333%; margin-right: 0; float: left; } .checkbox11 { padding-left: 27px; font-size: 1em; line-height: 27px; cursor: pointer; position: relative; color: #777; } .checkbox11:last-child { margin-bottom: 0; } .news-letter { color: #555; font-size: 0.8em; margin-bottom: 1em; display: block; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; clear: both; font-family: 'Roboto', sans-serif; } .checkbox11 i { position: absolute; bottom: 5px; left: 0; display: block; width: 18px; height: 18px; outline: none; border: 2px solid #ccc; } .checkbox11 input + i:after { content: ''; background: url("../images/tick1.png") no-repeat 1px 2px; top: -1px; left: -1px; width: 15px; height: 15px; font: normal 12px/16px FontAwesome; text-align: center; } .checkbox11 input + i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .checkbox11 input { position: absolute; left: -9999px; } .checkbox11 input:checked + i:after { opacity: 1; } h3.inner-tittle.t-inner { font-size: 1.8em; font-weight: 400; text-align: center; margin-bottom: 0.7em; color: #333; } .sign-up input[type="submit"]{ float: right; width:30%; font-size:17px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding:6px 19px; border: 2px solid #00C6D7; background: #00C6D7; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .sign-up input[type="submit"]:hover{ border: 2px solid #052963; background: #052963; color: #fff; } .sign-up input[type="reset"]{ font-size: 17px; font-weight: 400; color: #fff; cursor: pointer; outline: none; padding: 4px 19px; float: left; border: 2px solid #052963; background: #052963; margin: 0; font-family: 'Roboto', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .sign-up input[type="reset"]:hover{ border: 2px solid #00C6D7; background: #00C6D7; color: #fff; } .sign-up { margin-top:0.8em; } .checkbox11 { padding-left: 27px; font-size: 1em; line-height: 27px; cursor: pointer; position: relative; color: #777; } .checkbox11:last-child { margin-bottom: 0; } .login-register { margin-left: 20px; } .dropdown { bottom: 4px; margin-left: 20px; } .logout-form { display: none; } .dropdown a:hover, .dropdown-menu li a:hover { text-decoration: none; } .dropdown-menu { background: #303c43; color: #f1f1f1; min-width: 125px; left: 35px; } .avatar { height: 30px; width: 30px; border-radius: 50%; margin-right: 5px; } /*===reset password*/ .reset-content { padding: 9em 0; } .reset-title { top: -38% !important; } .reset-top { margin: 8em auto !important; } .vali-msg { font-size: 15px; } .return-home { color: #777 !important; } .return-home:hover { color: #00C6D7 !important; text-decoration: none; font-weight: bold; } .new-pass-content { padding: 12em 0; } .new-pass-title { top: -25% !important; } .media-left > a > img { height: 40px; width: 80px; } .div-info { width: 51em; position: absolute; top: 240px; right: 20px; } span.span-info-bg { display: block; font-size: 35px; color: #fdfdfd; font-weight: bold; text-shadow: 2px 2px #2f2929; padding-bottom: 19px; } .div-info-bg { text-align: center; } .div-info-bg a { font-size: 20px; font-weight: bold; text-shadow: 2px 2px #2f2929; color: #fff; } .div-edit { position: absolute; right: 25px; top: 25px; } a.button-edit { display: inline-block; background: #FFF; padding: 6px; border-radius: 10px; color: #000; box-shadow: 2px 2px #8c8c8c; } label.edit-profile { padding-top: 15px; padding-left: 10px; } .bg-color-gray { background: #ececec !important; } .bg-color-gray-border { background: #FFF; padding: 2em; border-radius: 1em; margin-bottom: 3em; } h3.title-edit-profile { width: 50%; display: inline-block; color: #fff; border-radius: 8px 0; text-shadow: 1px 1px 0 #444; padding-left: 2em; } .bg-color-blue { background: #2d93c5; padding: 0 20px; border-radius: 8px 8px 0 0; height: 46px; line-height: 46px; } .setting-profile > a { color: #fff; display: inline-block; padding: 0px 40px; font-size: 16px; margin-top: 0 !important; padding-top: 0 !important; } .setting-profile > a.actived { background: #10639e; border-radius: 8px 0; } .edit-password { display: none; } .bg-color-white-border { background: #fff; padding: 3em 1em; border-radius: 0 0 8px 8px; } .info-errors { position: fixed; z-index: 1000; min-width: 28em; right: 0em; top: 5em; border-radius: 8px 0 0 8px; text-align: center; } /*====coure-detai====l*/ .pageTitleSection { background-image: url(/templates/elearning/images/page-title-bg.jpg); width: 100%; background-size: cover; background-position: center center; color: #fff; padding: 75px 0; } .pageTitleSection .pageTitleInfo { text-align: center; } .pageTitleSection .pageTitleInfo h2 { font-size: 40px; line-height: 33px; color: #fff; margin-bottom: 40px; margin: 0 0 8px 0; font-family: 'Dosis', sans-serif; text-transform: capitalize; font-weight: 600; } .pageTitleSection .pageTitleInfo .breadcrumb { background-color: transparent; } .pageTitleSection .pageTitleInfo .breadcrumb li { color: #fff; font-size: 15px; } .pageTitleSection .pageTitleInfo .breadcrumb li a { color: #fff; font-size: 15px; } .pageTitleSection .pageTitleInfo .breadcrumb>li+li::before { content: " \276F\00a0 "} .homeContactContent form .btn { float: right; width: auto; } @media (min-width:320px) { .whiteSection, .mainContent, .lightSection, .colorSection { padding: 50px 0; } }@media (min-width:768px) { .whiteSection, .mainContent, .lightSection, .colorSection { padding: 100px 0; } }.whiteSection, .mainContent { background-color: #fff; } .teachersPhoto { width: 100% } .teachersPhoto img { width: 100% } .teachersInfo h3 { color: #ea7066; text-transform: capitalize; font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 28px; margin: 0 0 25px 0; } .teachersInfo p { margin: 0 0 25px 0; } .teachersInfo .list-inline li a { display: block; text-align: center; border-radius: 100%; color: #fff; } .teachersInfo .list-inline li a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .btn-learn { display: inline-block; padding: 11px 20px; margin-bottom: 0; font-size: 16px; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; color: #fff; border-radius: 6px; text-transform: uppercase; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); transition: all .3s ease-in-out; background-color: #5cb85c; margin: 5% 25%; opacity: 0.9; } .btn-learn:hover { border: 1px solid transparent; box-shadow: 0 4px 0 rgba(0, 0, 0, .3)!important; opacity: 1; text-decoration: none; color: #fff; } .btn-wordlist { opacity: 0.7; margin: 3% 25%; background-color: #0fa4e2; } .course-detail { background-color: #f1efef; padding-top: 5%; } .course-detail-content { margin: 3% 5% 0 5%; } .course-detail-left { border-radius: 20px; padding: 0; } .course-detail-left .course-main-content ul { list-style-type: none; } .course-detail-left .course-main-content li { padding: 0 1% 2% 1%; } .course-detail-left .course-main-content li a { display: block; padding: 10%; background-color: #fff; color: #333; border-radius: 20px; border: 1px solid #e4e4e4; } .course-detail-left .course-main-content li a:hover { text-decoration: none; } .course-detail-left .course-main-content li .lesson-title, .course-detail-left .course-main-content li .lesson-name { font-size: 16px; margin: 5px 0 5px 0; text-align: center; font-weight: bold; } .course-detail-left .course-main-content li .lesson-content { background-color: #f1f1f1; padding: 10% 0; border-radius: 20px; } .unlearn-icon { height: 70px; width: 60px; opacity: 0.3; margin: 14% 0 10% 31%; } .learn-icon { height: 80px; margin: 5% 0 10% 25%; } .check-icon { height: 30px; margin-left: 40%; } .lock { padding-top: 5%; text-align: center; opacity: 0.6; font-size: 21px; } .course-detail-right { padding: 0 0 0 1%; } .leaderboard { font-family: "Open Sans",Sans-Serif; background-color: #fff; border-radius: 20px; border: 2px solid #e4e4e4; } .leaderboard-header { border-bottom: 2px solid rgba(0,0,0,0.08); margin: 0 10%; padding: 9px 0; text-align: center; } .leaderboard-header .leaderboard-icon { height: 60px; width: 60px; } .leaderboard-header .leaderboard-text { font-size: 23px; margin-top: 2%; color: #62ceef; font-weight: bold; } .leaderboard-content { background-color: #eee; margin-top: 7%; } .leaderboard-content ul li { height: 50px; border-bottom: 1px solid #dcd7d7; padding: 3% 3%; } .leaderboard-content ul li:last-child { border-bottom: none; background-color: #fff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom: none; font-size: 18px; text-align: center; padding-top: 5%; } .leaderboard-content ul li:hover { background-color: #f9f9f9; cursor: pointer; } .leaderboard-content ul li a { color: #333; display: block; } .leaderboard-content ul li:last-child a { color: #618198 !important; } .leaderboard-content ul li:last-child a:hover { text-decoration: none; } .leaderboard-content .rank-icon { height: 35px; width: 35px; margin-right: 2%; } .leaderboard-content .rank-position { font-weight: bold; font-size: 18px; display: inline-block; width: 20px; text-align: center; } .leaderboard-content .avatar-leader { height: 35px; width: 35px; border-radius: 50%; margin-left: 2%; } .leaderboard-content .user-leader { display: inline-block; width: 70px; text-align: left; } .leaderboard-content .score-leader { color: red; font-weight: bold; text-align: right; display: inline-block; width: 50px; } .my-leader { background-color: #4dc3ff; } .my-leader:hover { background-color: #0099e6 !important; } .progress-content { background-color: #fff; border-radius: 20px; margin: 0 3% 3% 3%; padding: 1% 5%; border: 1px solid #e4e4e4; } .progress-content div { font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #333; } .progress-course { border: 1px solid #cec7c7; border-radius: 8px; height: 20px; margin-bottom: 2% !important; } .progress-bar-course { background-color: #8dd232; border-radius: 8px; color: #8a8787 !important; font-size: 15px; line-height: 20px; } .btn-progress { text-align: right; } .btn-progress a { margin: 0 0.5%; } .btn-option { background-color: #f3f3f3; color: #666; text-shadow: 0; text-align: center; } .btn-option .option-icon { font-size: 18px; margin-right: 5px; } .progress-course-content .option-menu { width: 160px; padding: 0; left: 4.5%; background-color: #fff; } .progress-wordlist-content .option-menu { width: 160px; padding: 0; left: 3%; background-color: #fff; } .option-menu .option-icon { font-size: 17px; margin-right: 7px; margin-left: 15%; } .option-menu li { font-size: 16px; } .option-menu li a { height: 35px; line-height: 30px; opacity: 0.8; } .option-menu li a:hover { color: #fff; opacity: 1; background-color: #888585; } .progress-wordlist-content .review-menu { padding: 0; width: 160px; left: 45.2%; background-color: #fff; } .lesson-center-main .review-menu { padding: 0; width: 160px; left: 27.8%; background-color: #fff; } .progress-course-content .review-menu { padding: 0; width: 160px; left: 26.5%; background-color: #fff; } .review-menu li { text-align: left; font-size: 17px; opacity: 0.8; } .review-menu li a:hover { margin: 0; color: #fff; opacity: 1; background-color: #888585; } .review-menu li a { height: 35px; line-height: 30px; } /*===word-list*/ .color-1-bold { color: #f9bf2a !important; } .color-2-bold { color: #6e57da !important; } .color-3-bold { color: #fb53a2 !important; } .color-4-bold { color: #0fa4e2 !important; } .tabCommon .nav { border-bottom: none; text-align: center; } .tabCommon .nav li { display: inline-block; float: none; } @media (min-width:320px) { .tabCommon .nav li { padding: 6px 2px; } }@media (min-width:768px) { .tabCommon .nav li { padding: 0 2px; } } .tabCommon .nav li a { padding: 0 25px; height: 40px; font-size: 14px; line-height: 40px; color: #222; text-transform: uppercase; font-weight: 600; display: inline-block; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); background-color: #f8f8f8; border-radius: 4px; } .tabCommon .nav li select { padding: 0 25px; height: 40px; font-size: 14px; line-height: 40px; color: #fffefe; text-transform: uppercase; font-weight: 600; display: inline-block; box-shadow: 0 4px 0 rgba(0, 0, 0, .1); border-radius: 4px; border: none; background-color: #ea7066; width: 200px; } .tabCommon .nav li select option { background-color: #fff; color: #333; } .tabCommon .nav li.active a { background-color: #ea7066; color: #fffefe; } .tabCommon .tab-content { padding-top: 50px; } .tabCommon .tab-pane { border: 3px solid rgba(234, 112, 102, .3); border-radius: 8px; } @media (min-width:320px) { .tabCommon .media-left { display: block; float: left; width: 100%; padding-right: 0; } }@media (min-width:768px) { .tabCommon .media-left { display: block; float: left; width: 100%; padding-right: 0; } }@media (min-width:992px) { .tabCommon .media-left { display: inline-block; float: left; width: auto; padding-right: 10px; } }.tabCommon .media-left img { width: 100%} @media (min-width:320px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:768px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:992px) { .tabCommon .media-body { padding: 30px; } }@media (min-width:1200px) { .tabCommon .media-body { padding: 50px 30px 0 0; } }.tabCommon .media-body .media-heading { font-family: 'Dosis', sans-serif; font-size: 28px; color: #ea7066; margin: 0 0 25px 0; text-transform: capitalize; } .tabCommon .media-body p { color: #222; margin-bottom: 30px; } .tabCommon.tabLeft .nav { padding-right: 10px; } @media (min-width:320px) { .tabCommon.tabLeft .nav { display: block; } }@media (min-width:768px) { .tabCommon.tabLeft .nav { display: table-cell; } }.tabCommon.tabLeft .nav li { display: block; padding: 0 0 10px 0; } .tabCommon.tabLeft .nav li.active a { position: relative; } .tabCommon.tabLeft .nav li.active a:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #ea7066; position: absolute; right: -9px; top: 10px; border-radius: 8px; transition: all .3s ease-in-out; } .tabCommon.tabLeft .tab-content { display: table-cell; padding: 0; } .filter-wordlist { margin: 3% 0 1% 0; } .progress-wordlist { margin: 0 3% 2% 3%; } .wordlist-content { background-color: #fff; border-radius: 20px; margin: 0 3%; border: 1px solid #e4e4e4; } .wordlist-content ul { border-radius: 20px; } .wordlist-content ul li { border-bottom: 1px solid #e4e4e4; padding: 1% 4%; text-align: left; font-size: 16px; } .wordlist-content ul li div { padding: 0; color: #333; } .wordlist-content ul li div .check-icon { height: 24px; margin-left: 36.5%; } .wordlist-content ul li:first-child { font-size: 20px; font-weight: bold; border-bottom: 3px solid #e4e4e4; margin-top: 2%; padding: 0 4% 2% 4%; background-color: #fff; } .wordlist-content ul li:last-child { border-bottom: none; } .row { margin: 0; } .wrapper-test { background: #e9e9e9; padding: 2em 14em; min-height: 80vh; } .content-test { padding: 0em 2em; } .content-test > h2 { font-weight: bold; color: #2b2828; text-transform: none; font-family: Times-new-Roman; font-size: 32px; } .choose-answer-test , .choose-answer-practice { list-style-type: none; width: 90%; margin: 2%; display: block; color: #1f1d1d; line-height: 40px; background: #ffffff; font-size: 18px; border: 2px solid #909090; padding: 0 2em; border-radius: 20px; text-decoration: none; min-height: 2em; cursor: pointer; } .answer-test { margin-top: 4em; } .choose-answer-test > span .choose-answer-practice > span { display: block; } .choose-answer-test:hover, .choose-answer-practice:hover { color: #3399ff; border: 2px solid #3399ff; text-decoration: none; } .correct { color: #65ab00 !important; border: 2px solid #65ab00 !important; } .wrong { color: #cc0000 !important; border: 2px solid #cc0000 !important; } .wrapper-action-test { background: #d2d2d2; height: 20vh; margin: 0 !important; position: fixed; bottom: 0px; width: 100%; } .wrapper-action-test .action-test { text-align: center; margin-top: 40px; } .wrapper-action-test .action-test > a { display: inline-block; line-height: 40px; width: 30%; border: 2px solid #7a7a7b; border-radius: 2em; color: #7a7a7b; font-size: 18px; font-weight: bold; } /*.active { background: #7a7a7b; border: 2px solid #333; }*/ .wrapper-action-test .action-test > a:hover { border: 2px solid #52b37c; color: #52b37c; text-decoration: none; } .screen-start { background: #7d7d7df2; width: 100%; height: 100vh; position: fixed !important; z-index: 10000; } a.btn-start { display: block; width: 150px; height: 50px; background: #145584; line-height: 50px; font-size: 20px; text-align: center; color: #fff; border-radius: 25px; position: absolute; top: 45%; left: 45%; } .action-img .right-wrong-img { height: 100px; } .action-img { line-height: 9em; padding-left: 8em; } .action-show { display: none; } #right-answer span { font-size: 22px; font-weight: bold; color: #65ab04; padding-left: 20px; font-style: italic; } #wrong-answer span { font-size: 22px; font-weight: bold; color: #e8422f; padding-left: 20px; font-style: italic; } .progress-bar-test { padding: 1% 12%; background: #d2d2d2; min-height: 100px; } .progress-bar-test .exit-learning { height: 50px; margin-left: 50%; font-size: 25px; line-height: 25px; background-color: #f0624b; } .progress-test { margin-top: 2%; padding: 0; } h2.title-end-test { text-align: center; font-size: 40px; color: #515054; margin-bottom: 45px; margin-top: 45px; } h4.score-end-test {font-family: Times-new-Roman; font-size: 35px; text-align: center; text-transform: capitalize; color: #545454; } .pass-test { font-family: Times-new-Roman; font-size: 40px; color: #50901f; text-align: center; } .not-pass-test { font-family: Times-new-Roman; font-size: 40px; color: #e8422f; text-align: center; } .whiteDiv { background: #fff; } .whiteSection_Div { background: #fff; margin-bottom: 150px !important; } .btn-start-learning { position: absolute; height: 200px; top: 16em; left: 30em; z-index: 10000; } .btn-start-learning > a.btn-success { opacity: 0.5; } .bg-img-userfollow { background: url('../images/pattern-light.png'); } .content-search { width: 450px; position: absolute; top: 38px; margin-left: -45px; border-radius: 10px; } img.img-item-search { height: 60px; width: 100px; } .bg-color-search { background: #2f3c43; } .item-search { padding: 0px !important; margin: 0px !important; } h3.h3-item-search { margin: 5px; } .detail-item-search > a { color: #333; padding: 5px 10px; } p.information-search { padding-left: 10px; margin: 0; } .row-search { border-radius: 10px; background: #f5f8fa; border-bottom: 5px solid #2f3c43; border-left: 5px solid #2f3c43; border-right: 5px solid #2f3c43; } .row-search:hover { background: #44a3a2; } h3.h3-item-search { font-size: 22px; color: #333; } /*===lesson-detail===*/ .lesson-detail { overflow: hidden; background-color: #f1efef; } .lesson-content { margin: 5% 2% 0 2%; } .lesson-content .btn-lesson { display: block; height: 100px; background-color: #fff; padding: 0 1%; border-radius: 20px; margin-top: 40%; text-align: center; font-size: 20px; padding: 22% 0; color: #666; cursor: pointer; border: 1px solid #e4e4e4; } .lesson-content .btn-lesson:hover { color: #666; } .lesson-content .activeLessonBtn { pointer-events: none; opacity: 0.5; } .lesson-content .lesson-center-content { background-color: #fff; padding: 0 1%; border-radius: 20px; border: 1px solid #e4e4e4; } .lesson-center-content .lesson-img { margin: 4% 0; } .lesson-center-content .lesson-img div { font-size: 20px; font-weight: bold; text-align: center; } .lesson-center-content .lesson-img .learn-icon-lesson { height: 150px; padding: 2%; width: 150px; margin-left: 8%; } .lesson-center-content .lesson-img .unlearn-icon-lesson { height: 150px; padding: 2%; margin-left: 11%; width: 140px; opacity: 0.3; } .lesson-center-content .lesson-img .check-icon-lesson { height: 35px; width: 35px; margin-left: 38.5%; } .lesson-center-content .lesson-img .lock-icon-lesson { font-size: 30px; opacity: 0.6; } .lesson-center-main { padding: 0 2% 0 0; margin: 4% 0; } .lesson-center-main a { margin: 0; margin-left: 2%; } /*===learning====*/ .learning-wrap, .learning-container { background-color: #f1efef; } .learning-header { margin: 0; border-top-left-radius: 0; border-top-right-radius: 0; background-color: #d0e8b0; top: 0; } .learning-header .progress-learning { margin: 2% 0 0 0; padding: 0; } .learning-header .exit-learning { height: 50px; margin-left: 50%; font-size: 25px; line-height: 25px; background-color: #f0624b; } .learning-content { padding: 5% 20% 50% 20%; height: 80%; } .learning-content .learning-word { margin-bottom: 2.5%; } .learning-content .learning-word:first-child { margin-bottom: 5%; } .learning-content .learning-title{ font-size: 16px; color: #666; margin: 2% 0; } .learning-content .learning-word-content { font-family: Times-new-Roman; font-size: 90px; color: #333; font-weight: bold; margin-top: 13px; padding-left: 50px; } .learning-content .listen-word { height: 40px; font-size: 40px; margin-left: 4%; margin-bottom: 4%; text-align: left; display: inline-block; position: relative; opacity: 0.5; cursor: pointer; } .learning-content .listen-word > i { position: absolute; bottom: 0; } .learning-content .listen-word:hover { opacity: 0.8; } .learning-content .learning-pronunciation-content { margin-top: 24px; font-size: 50px; padding-left: 50px; color: #333; } .learning-content .learning-explain-content { margin-top: 15px; font-size: 30px; padding-left: 50px; line-height: 25px; color: #333; font-family: Times-new-Roman; } .learning-footer { width: 100%; margin: 0; height: 100px; background-color: #d0e8b0; position: fixed; bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .action-test { text-align: center; } .action-test a { display: inline-block; line-height: 40px; width: 30%; border: 2px solid #7a7a7b; border-radius: 2em; color: #7a7a7b; font-size: 18px; font-weight: bold; opacity: 0.8; } .action-test a:hover { opacity: 1; } .learning-container { overflow: hidden; } .btn-learning-next { margin-top: 1%; } .btn-learning-next a { color: #fff; border: 2px solid #539a2f; background-color: #8dd232; } .endlearning-header { height: 100px; } .endlearning-title { text-align: center; } .endlearning-totalword, .endlearning-message { font-family: Times-new-Roman; font-size: 40px; color: #545454; text-align: center; padding: 3%; } .bonus-point { font-family: Times-new-Roman; font-size: 35px; color: #f30808; text-align: center; padding: 3%; } .custom-time { color: #000000; font-size: 20px; text-align: center; } .custom-linkSection { width: 80%; margin: -100px auto; } .bx-pager { display: none !important; } .bg-index-fixed { width: 100%; height: 100vh; position: fixed; z-index: -1; top: 0; } .top-user a.a-top-user { color: #fff; display: block; font-size: 22px; font-weight: bold; padding: 10px 0 } h2.title-follow-user { color: #fff; } .user-rank { padding: 0 !important; line-height: 30px; } .margin-bottom-50 { margin-bottom: 100px; } .pd-page-top { padding: 50px 0px 0px 0px; } .pd-page-top-100 { padding: 100px 0px 0px 0px; } .title-course-slider { color: #FFF !important; } .img-course-slider { background: #44a3a2; } .bg-index { background: #f1efef !important; } .listent-audio { display: none; } .margin-bottom-none { margin-bottom: 0 !important; } .displaynone { display: none; } .ourcourses { position: relative; } .show-more { position: absolute; bottom: 5px; right: 30px; color: #333; } .btn-user-follow-li { position: absolute; bottom: -25px; right: 30px; color: #333; padding-bottom: 10px; } .user-follow { position: relative; padding-bottom: 20px; } .show-more-follow { color: #333; } ul.result-practice { margin: 0 auto; display: block; width: 40%; } .result-practice li { font-size: 20px; line-height: 30px; color: #02350b; font-family: arial !important; } .color-green { color: #1e8208 !important; font-family: Times-new-Roman !important; font-size: 45px !important; } .result-practice > li > i { padding: 5px !important; width: 36px !important; color: #696969 !important; } .info-word-point { font-weight: bold; color: #555; font-size: 18px; line-height: 23px; } .info-word-point span { margin-left: 10px; margin-bottom: 10px; } .border-images { height: 160px; text-align: center; color: #FFF; font-size: 4em; line-height: 64px; padding: 5px 50px; font-family: 'Tangerine', cursive; } .pd-page-top-15 { padding: 15px 0 0 0; } .title-course-slider { text-shadow: 2px 2px 0 #444 !important; } .tp-caption { text-shadow: 1px 1px 0 #444 !important; } .color-8 { color: #6ed898!important; } .border-color-8 { border-color: #6ed898!important; } .color-7 { color: #739ae2!important; } .border-color-7 { border-color: #739ae2!important; }
0.348978
0.08733
body { font-size: .875rem; } h3 { margin-top: 10px; margin-bottom: 0px; } .feather { width: 16px; height: 16px; vertical-align: text-bottom; } /* * Sidebar */ .sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding: 48px 0 0; /* Height of navbar */ box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); } .sidebar-sticky { position: relative; top: 0; height: calc(100vh - 48px); padding-top: .5rem; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } @supports ((position: -webkit-sticky) or (position: sticky)) { .sidebar-sticky { position: -webkit-sticky; position: sticky; } } .sidebar .nav-link { font-weight: 500; color: #fff; } .sidebar .nav-link .feather { margin-right: 4px; color: #fff; } .sidebar .nav-link.active { color: #007bff; } .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather { color: inherit; } .sidebar-heading { font-size: .75rem; text-transform: uppercase; } /* * Content */ [role="main"] { padding-top: 48px; /* Space for fixed navbar */ } /* * Navbar */ .navbar-brand { padding-top: .75rem; padding-bottom: .75rem; font-size: 1rem; background-color: rgba(0, 0, 0, .25); box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); } .navbar .form-control { padding: .75rem 1rem; border-width: 0; border-radius: 0; } .form-control-dark { color: #fff; background-color: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .1); } .form-control-dark:focus { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } .pagination-links{ margin:30px 0; } a.pagination-link{ padding:8px 13px; margin:5px; background:#f4f4f4; border:1px #ccc solid; } /*-color * Placeholder dashboard ideas */ change the background color * .navbar-custom { background-color: #ff5500; } change the brand and text color * .navbar-custom .navbar-brand, .navbar-custom .navbar-text { color: #fff; } change the link color .navbar-custom .navbar-nav .nav-link { color: rgba(255,255,255,.5); } change the color of active or hovered links / .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:focus .nav-link, .navbar-custom .nav-item:hover .nav-link { color: #ffffff; } table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc { padding-right: 30px } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled { cursor: pointer; position: relative } table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before { position: absolute; bottom: .9em; display: block; opacity: .3 } table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before { right: 1em; content: "\f0de"; font-family: FontAwesome; font-size: 1rem } table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after { content: "\f0dd"; font-family: FontAwesome; right: 16px; font-size: 1rem } table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after { opacity: 1 } table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after { opacity: 0 }
static/save/css/dashboard.css
body { font-size: .875rem; } h3 { margin-top: 10px; margin-bottom: 0px; } .feather { width: 16px; height: 16px; vertical-align: text-bottom; } /* * Sidebar */ .sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding: 48px 0 0; /* Height of navbar */ box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); } .sidebar-sticky { position: relative; top: 0; height: calc(100vh - 48px); padding-top: .5rem; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } @supports ((position: -webkit-sticky) or (position: sticky)) { .sidebar-sticky { position: -webkit-sticky; position: sticky; } } .sidebar .nav-link { font-weight: 500; color: #fff; } .sidebar .nav-link .feather { margin-right: 4px; color: #fff; } .sidebar .nav-link.active { color: #007bff; } .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather { color: inherit; } .sidebar-heading { font-size: .75rem; text-transform: uppercase; } /* * Content */ [role="main"] { padding-top: 48px; /* Space for fixed navbar */ } /* * Navbar */ .navbar-brand { padding-top: .75rem; padding-bottom: .75rem; font-size: 1rem; background-color: rgba(0, 0, 0, .25); box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); } .navbar .form-control { padding: .75rem 1rem; border-width: 0; border-radius: 0; } .form-control-dark { color: #fff; background-color: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .1); } .form-control-dark:focus { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } .pagination-links{ margin:30px 0; } a.pagination-link{ padding:8px 13px; margin:5px; background:#f4f4f4; border:1px #ccc solid; } /*-color * Placeholder dashboard ideas */ change the background color * .navbar-custom { background-color: #ff5500; } change the brand and text color * .navbar-custom .navbar-brand, .navbar-custom .navbar-text { color: #fff; } change the link color .navbar-custom .navbar-nav .nav-link { color: rgba(255,255,255,.5); } change the color of active or hovered links / .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:focus .nav-link, .navbar-custom .nav-item:hover .nav-link { color: #ffffff; } table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc { padding-right: 30px } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled { cursor: pointer; position: relative } table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before { position: absolute; bottom: .9em; display: block; opacity: .3 } table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before { right: 1em; content: "\f0de"; font-family: FontAwesome; font-size: 1rem } table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after { content: "\f0dd"; font-family: FontAwesome; right: 16px; font-size: 1rem } table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after { opacity: 1 } table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after { opacity: 0 }
0.384334
0.065128
#last-command { position: absolute; bottom: 10px; right: 10px; font-size: 70px; opacity: 0.8; font-family: Helvetica, Arial, sans-serif; } body, html { height: 100%; } .intro p, .concept-container p { padding-top: 10px; } a.openswitch { display: block; } a.openswitch.selected { font-weight: bold; } .command-list, .example-list { margin-top: 10px; margin-bottom: 10px; padding: 10px 0; border-bottom: 2px dashed #888; border-top: 2px dashed #888; background-color: #EEE; } .command-list a.openswitch { font-family: Courier New; } .concept-area { padding-bottom: 20px; } .concept-container { display: none; } .playground-container { margin-top: 20px; position: relative; } span.cmd { background-color: #222222; color: #FFFFFF; font-family: Courier New; padding: 0 0.2em; } .svg-container { margin-left: 250px; display: block; overflow: auto; border: 1px dotted #AAA; } .svg-container.remote-container { position: absolute; top: 0px; right: 0px; background-color: #EFF1FF; border-left: 1px dotted #AAA; border-bottom: 1px dotted #AAA; z-index: 100 } #ExplainGitZen-Container { position: absolute; top: 0; bottom: 0; right: 0; left: 0; } #ExplainGitZen-Container .svg-container { display: inline-block; border: 1px dotted #AAA; position: absolute; top: 0; bottom: 0; right: 0; left: 250px; margin-left: 0; } #ExplainGitZen-Container .svg-container.remote-container { position: absolute; top: 0px; right: 0px; left: auto; bottom: auto; background-color: #EFF1FF; border-left: 1px dotted #AAA; border-bottom: 1px dotted #AAA; min-height: 400px; } #ExplainGitZen-Container .playground-container { position: absolute; top: 0; bottom: 20px; right: 20px; left: 20px; } .remote-name-display { font-weight: bold; text-align: right; } .control-box { display: inline-block; position: absolute; top: 0px; bottom: 0; width: 250px; vertical-align: bottom; border: 1px dotted #AAA; } .control-box select { position: absolute; left: 3px; top: 3px; } .control-box button { font-family: Courier New; font-size: 12px; margin-right: 5px; margin-bottom: 5px; } .control-box .log { overflow-y: auto; position: absolute; background: #000; top: 30px; bottom: 20px; left: 0; right: 0; border-bottom: 1px solid #AAA; } .control-box .log .reflog-entry, .control-box .log .log-entry { display: inline-block; padding-left: 15px; text-indent: -15px; } .control-box .log, .control-box input[type="text"], .control-box .input { font-family: Courier New; font-size: 14px; } .control-box .log .command-entry { padding-left: 15px; color: #FFF; line-height: 14px; background: url(../images/prompt.gif) no-repeat left top black; } .control-box input[type="text"] { position: absolute; bottom: 0; padding-left: 15px; color: #FFF; line-height: 14px; background: url(../images/prompt.gif) no-repeat left center black; } .control-box .log .info, .control-box .log .error { font-size: 12px; padding: 5px; } .control-box .log .info { color: #FFC; } .control-box .log .error { color: #FCC; } .control-box input[type="text"] { width: 235px; border: none; } circle.commit { fill: #CCCCCC; stroke: #888888; stroke-width: 3; transition-property: stroke, fill; transition-duration: 500ms; transition-timing-function: ease-out; } circle.commit.reverted { fill: #CCEEFF; stroke: #0066CC; } circle.commit.reverted.checked-out { fill: #CCEEFF; } circle.commit.rebased { stroke: #560066; fill: #b907a4; } circle.commit.rebased.checked-out { fill: #CCCCFF; } circle.commit.cherry-picked { stroke: #660000; fill: #ff5151; } circle.commit.cherry-picked.checked-out { fill: #ff5151; } circle.commit.branchless { fill: #FEFEFE; stroke: #888888; stroke-dasharray: 5, 5; } circle.commit.branchless.checked-out { fill: #FEFEFE; } circle.commit.checked-out { fill: #8ce08c; stroke: #339900; } circle.commit.logging { stroke: #0066CC; fill: #0099EE; } .commit-pointer { stroke: rgba(100, 100, 100, 0.5); stroke-width: 4; } .merge-pointer { stroke: rgba(100, 100, 100, 0.5); stroke-width: 4; stroke-dasharray: 15, 4; } .commit-pointer.branchless, .merge-pointer.branchless { stroke: #DDD; stroke-width: 2; } text.id-label { text-anchor: middle; font-family: Courier New; font-weight: bolder; fill: #666; font-size: 10px; } text.message-label { text-anchor: middle; font-family: Courier New; fill: #666; font-size: 10px; } g.branch-tag > rect { fill: #FFCC66; stroke: #CC9900; stroke-width: 2; } g.branch-tag.git-tag > rect { fill: #7FC9FF; stroke: #0026FF; } g.branch-tag.remote-branch > rect { fill: #CCC; stroke: #888; } g.branch-tag > text { text-anchor: middle; fill: #000; font-size: 11px; font-family: Arial; } g.head-tag > rect { fill: #CCFFCC; stroke: #339900; stroke-width: 2; } g.head-tag > text { text-anchor: middle; fill: #000; font-size: 11px; font-family: Arial; font-weight: bold; text-transform: uppercase; } .reset-button { position: absolute; right: 0; }
css/explaingit.css
#last-command { position: absolute; bottom: 10px; right: 10px; font-size: 70px; opacity: 0.8; font-family: Helvetica, Arial, sans-serif; } body, html { height: 100%; } .intro p, .concept-container p { padding-top: 10px; } a.openswitch { display: block; } a.openswitch.selected { font-weight: bold; } .command-list, .example-list { margin-top: 10px; margin-bottom: 10px; padding: 10px 0; border-bottom: 2px dashed #888; border-top: 2px dashed #888; background-color: #EEE; } .command-list a.openswitch { font-family: Courier New; } .concept-area { padding-bottom: 20px; } .concept-container { display: none; } .playground-container { margin-top: 20px; position: relative; } span.cmd { background-color: #222222; color: #FFFFFF; font-family: Courier New; padding: 0 0.2em; } .svg-container { margin-left: 250px; display: block; overflow: auto; border: 1px dotted #AAA; } .svg-container.remote-container { position: absolute; top: 0px; right: 0px; background-color: #EFF1FF; border-left: 1px dotted #AAA; border-bottom: 1px dotted #AAA; z-index: 100 } #ExplainGitZen-Container { position: absolute; top: 0; bottom: 0; right: 0; left: 0; } #ExplainGitZen-Container .svg-container { display: inline-block; border: 1px dotted #AAA; position: absolute; top: 0; bottom: 0; right: 0; left: 250px; margin-left: 0; } #ExplainGitZen-Container .svg-container.remote-container { position: absolute; top: 0px; right: 0px; left: auto; bottom: auto; background-color: #EFF1FF; border-left: 1px dotted #AAA; border-bottom: 1px dotted #AAA; min-height: 400px; } #ExplainGitZen-Container .playground-container { position: absolute; top: 0; bottom: 20px; right: 20px; left: 20px; } .remote-name-display { font-weight: bold; text-align: right; } .control-box { display: inline-block; position: absolute; top: 0px; bottom: 0; width: 250px; vertical-align: bottom; border: 1px dotted #AAA; } .control-box select { position: absolute; left: 3px; top: 3px; } .control-box button { font-family: Courier New; font-size: 12px; margin-right: 5px; margin-bottom: 5px; } .control-box .log { overflow-y: auto; position: absolute; background: #000; top: 30px; bottom: 20px; left: 0; right: 0; border-bottom: 1px solid #AAA; } .control-box .log .reflog-entry, .control-box .log .log-entry { display: inline-block; padding-left: 15px; text-indent: -15px; } .control-box .log, .control-box input[type="text"], .control-box .input { font-family: Courier New; font-size: 14px; } .control-box .log .command-entry { padding-left: 15px; color: #FFF; line-height: 14px; background: url(../images/prompt.gif) no-repeat left top black; } .control-box input[type="text"] { position: absolute; bottom: 0; padding-left: 15px; color: #FFF; line-height: 14px; background: url(../images/prompt.gif) no-repeat left center black; } .control-box .log .info, .control-box .log .error { font-size: 12px; padding: 5px; } .control-box .log .info { color: #FFC; } .control-box .log .error { color: #FCC; } .control-box input[type="text"] { width: 235px; border: none; } circle.commit { fill: #CCCCCC; stroke: #888888; stroke-width: 3; transition-property: stroke, fill; transition-duration: 500ms; transition-timing-function: ease-out; } circle.commit.reverted { fill: #CCEEFF; stroke: #0066CC; } circle.commit.reverted.checked-out { fill: #CCEEFF; } circle.commit.rebased { stroke: #560066; fill: #b907a4; } circle.commit.rebased.checked-out { fill: #CCCCFF; } circle.commit.cherry-picked { stroke: #660000; fill: #ff5151; } circle.commit.cherry-picked.checked-out { fill: #ff5151; } circle.commit.branchless { fill: #FEFEFE; stroke: #888888; stroke-dasharray: 5, 5; } circle.commit.branchless.checked-out { fill: #FEFEFE; } circle.commit.checked-out { fill: #8ce08c; stroke: #339900; } circle.commit.logging { stroke: #0066CC; fill: #0099EE; } .commit-pointer { stroke: rgba(100, 100, 100, 0.5); stroke-width: 4; } .merge-pointer { stroke: rgba(100, 100, 100, 0.5); stroke-width: 4; stroke-dasharray: 15, 4; } .commit-pointer.branchless, .merge-pointer.branchless { stroke: #DDD; stroke-width: 2; } text.id-label { text-anchor: middle; font-family: Courier New; font-weight: bolder; fill: #666; font-size: 10px; } text.message-label { text-anchor: middle; font-family: Courier New; fill: #666; font-size: 10px; } g.branch-tag > rect { fill: #FFCC66; stroke: #CC9900; stroke-width: 2; } g.branch-tag.git-tag > rect { fill: #7FC9FF; stroke: #0026FF; } g.branch-tag.remote-branch > rect { fill: #CCC; stroke: #888; } g.branch-tag > text { text-anchor: middle; fill: #000; font-size: 11px; font-family: Arial; } g.head-tag > rect { fill: #CCFFCC; stroke: #339900; stroke-width: 2; } g.head-tag > text { text-anchor: middle; fill: #000; font-size: 11px; font-family: Arial; font-weight: bold; text-transform: uppercase; } .reset-button { position: absolute; right: 0; }
0.481698
0.07403
.content { padding: 20px; padding-top: 10px; } .content .main-heading-container { /*height: 100%;*/ /*/!*margin-left: -20px;*!/*/ /*margin-right: -20px;*/ /*margin-top: -15px;*/ /*padding-left: 19px;*/ /*padding-right: 19px;*/ /*padding-top: 5px;*/ /*padding-bottom: 10px;*/ margin-bottom: 20px; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .content .main-heading { margin: 0; color: #006185; font-family: siteFont2; } .seperator-blue { border: 2px solid #006185; width: 65px; margin: 0; margin-left: 0; margin-top: 15px; } .seperator-grey { margin-top: 30px; border: 1px solid #979797; } .search-bar-container { margin-top: 5px; padding-left: 0px; padding-right: 0px; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .search-bar-container .form-control { border-radius: 0; border: none; border-left: 7px solid #006185; color: #006185; transition: .5s; } .search-bar-container .form-control:focus { box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); /*box-shadow: 0px 0px 5px 0px rgba(148, 2, 20, 0.55);*/ } .search-bar-container .input-group-lg>.input-group-btn>.btn { border-radius: 0px; } .search-bar-container .btn-search { background: #e1e1e1; color: #006185; transition: .5s; } .search-bar-container .btn-search:hover { background: #d6d4d5; } .search-filters { padding-top: 10px; font-size: 15px; display: none; } .make-a-deal { margin-top: 20px; background: #e1e1e1; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .make-a-deal:hover { background: #d6d4d5; } .make-a-deal .panel-heading { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .make-a-deal .panel-heading p { padding: 0; } .make-a-deal .panel-indicator { margin-top: 2px; font-size: 25px; text-align: right; } .make-a-deal .panel-indicator i { transition: .5s; -ms-transform: rotate(0deg); /* IE 9 */ -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg); } .make-a-deal-panel { background: white; border-bottom: 3px solid #006185; padding-top: 25px; padding-bottom: 5px; display: none; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .feild-label { padding: 0; padding-bottom: 10px; color: #909090; font-size: 18px; font-weight: lighter; font-family: siteSemiBoldFont3; } .make-a-deal-panel .form-control { margin-top: 10px; margin-bottom: 15px; border-radius: 0; } .make-a-deal-panel .form-control:focus { box-shadow: none; border-color: #006185; } .make-a-deal-panel .image-preview-input { margin-top: -4px; border-radius: 0; } .make-a-deal-panel .image-preview-clear { margin-top: -4px; } .make-a-deal-panel .btn-make-deal { margin-top: 10px; border-radius: 0; font-size: 18px; font-family: siteBoldFont3; background: #eaeaea; color: #006185; padding-top: 8px; padding-bottom: 8px; transition: .5s; margin-bottom: 15px; } .make-a-deal-panel .btn-make-deal:hover { background: #e1e1e1; } .deals-container { border-top: 3px solid #006185; padding: 20px; padding-left: 40px; padding-right: 40px; margin-top: 20px; background: white; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .view-all-deals { background: white; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; border-bottom: 1px solid #e1e1e1; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .view-all-deals:hover { background: #e1e1e1; } .view-all-deals .title { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .view-all-deals .title p { padding: 0; } .view-all-deals .quantity { font-size: 20px; padding: 0; padding-top: 5px; padding-left: 15px; padding-right: 20px; text-align: end; } .view-all-deals .quantity p { padding: 0; } .deals-by-category { background: white; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .deals-by-category-active { background: #e1e1e1; } .deals-by-category:hover { background: #e1e1e1; } .deals-by-category .title { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .deals-by-category .title p { padding: 0; } .deals-by-category .indicator { font-size: 25px; padding: 0; padding-top: 6px; padding-left: 15px; padding-right: 20px; text-align: end; } .deals-by-category .indicator p { padding: 0; } .deals-by-category-panel { padding: 15px; display: none; } .deals-by-category-panel .deal-category { padding-left: 10px; padding-right: 10px; padding-top: 10px; border-bottom: 1px solid #e1e1e1; } .deals-by-category-panel .deal-category:last-child { border-bottom: none; } .deals-by-category-panel .deal-category p { font-size: 17px; color: #a2a2a2; } .deals-by-category-panel .deal-category p:hover { color: #006185; transition: 0.5s; } .deals-by-category-panel .deal-category a:hover { text-decoration: none; } .food-categories-container { margin-top: 30px; padding: 0; } .food-categories-container a:hover { text-decoration: none; } .deal-items { padding: 0; } .deal-container { background: white; border-bottom: 3px solid #006185; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; margin-bottom: 20px; margin-left: 15px; margin-right: 15px; } .deal-container .item-image { width: 100%; height: 150px; object-fit: cover; -webkit-box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); -moz-box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); } .deal-container .item-id { color: #909090; font-size: 16px; padding-left: 5px; font-family: siteFont2; font-weight: bold; padding-bottom: 0; margin-bottom: 3px; } .deal-container .item-name { margin-top: 8px; margin-bottom: 5px; padding-left: 5px; font-size: 18px; color: #006185; font-family: siteFont2; font-weight: bold; } .deal-container .category { font-size: 15px; margin-bottom: 3px; font-weight: bold; font-family: siteFont2; padding-left: 5px; color: #909090; } .deal-container .deal-description { margin-top: 5px; margin-bottom: 5px; font-size: 14px; font-weight: bold; width: inherit; font-family: siteFont2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 5px; padding-right: 5px; color: #909090; } .deal-container .price { font-family: siteSemiBoldFont3; color: #006185; padding-left: 5px; } .deal-container .price .new-price { font-size: 17px; } .button-container { width: 100%; background: #e1e1e1; } .deal-container .btn-item-details { width: 50%; border-radius: 0; background: #eaeaea; border-right: 1px solid rgba(51, 51, 51, 0.14); color: #006185; font-family: siteMediumFont3; transition: .5s; } .deal-container .btn-item-details:hover { background: #e1e1e1; } .deal-container .btn-delete-deal { width: 50%; float: right; border-radius: 0; background: #eaeaea; color: #006185; font-family: siteMediumFont3; transition: .5s; } .deal-container .btn-delete-deal:hover { background: #e1e1e1; } .seperator-full { margin-top: 10px; } .view-edit-details { border-radius: 0; border-left: 6px solid #006185; } .view-edit-details .modal-heading { color: #006185; } .view-edit-details .first-td { border-top: none; } .view-edit-details .btn-edit-details { margin-top: 10px; background: #e1e1e1; border-radius: 0; color: #006185; font-weight: bold; transition: .5s; } .view-edit-details .btn-edit-details:hover { background: #006185; color: #e1e1e1; } .delete-deal { border-radius: 0; border-left: 6px solid #006185; } .delete-deal .modal-heading { color: #006185; } .delete-deal .modal-data { font-size: 16px; margin-bottom: 25px; margin-top: 0px; } .delete-deal .btn-danger { border-radius: 0px; background: #dddddd; color: #c9302c; transition: 0.5s; font-weight: bold; border: none; } .delete-deal .btn-danger:hover { background: #c9302c; color: #dddddd; } .delete-deal .btn-default { border-radius: 0px; transition: .5s; font-weight: bold; } .modal-item-id { }
public/css/deals.css
.content { padding: 20px; padding-top: 10px; } .content .main-heading-container { /*height: 100%;*/ /*/!*margin-left: -20px;*!/*/ /*margin-right: -20px;*/ /*margin-top: -15px;*/ /*padding-left: 19px;*/ /*padding-right: 19px;*/ /*padding-top: 5px;*/ /*padding-bottom: 10px;*/ margin-bottom: 20px; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .content .main-heading { margin: 0; color: #006185; font-family: siteFont2; } .seperator-blue { border: 2px solid #006185; width: 65px; margin: 0; margin-left: 0; margin-top: 15px; } .seperator-grey { margin-top: 30px; border: 1px solid #979797; } .search-bar-container { margin-top: 5px; padding-left: 0px; padding-right: 0px; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .search-bar-container .form-control { border-radius: 0; border: none; border-left: 7px solid #006185; color: #006185; transition: .5s; } .search-bar-container .form-control:focus { box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 97, 133, 0.55); /*box-shadow: 0px 0px 5px 0px rgba(148, 2, 20, 0.55);*/ } .search-bar-container .input-group-lg>.input-group-btn>.btn { border-radius: 0px; } .search-bar-container .btn-search { background: #e1e1e1; color: #006185; transition: .5s; } .search-bar-container .btn-search:hover { background: #d6d4d5; } .search-filters { padding-top: 10px; font-size: 15px; display: none; } .make-a-deal { margin-top: 20px; background: #e1e1e1; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .make-a-deal:hover { background: #d6d4d5; } .make-a-deal .panel-heading { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .make-a-deal .panel-heading p { padding: 0; } .make-a-deal .panel-indicator { margin-top: 2px; font-size: 25px; text-align: right; } .make-a-deal .panel-indicator i { transition: .5s; -ms-transform: rotate(0deg); /* IE 9 */ -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg); } .make-a-deal-panel { background: white; border-bottom: 3px solid #006185; padding-top: 25px; padding-bottom: 5px; display: none; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .feild-label { padding: 0; padding-bottom: 10px; color: #909090; font-size: 18px; font-weight: lighter; font-family: siteSemiBoldFont3; } .make-a-deal-panel .form-control { margin-top: 10px; margin-bottom: 15px; border-radius: 0; } .make-a-deal-panel .form-control:focus { box-shadow: none; border-color: #006185; } .make-a-deal-panel .image-preview-input { margin-top: -4px; border-radius: 0; } .make-a-deal-panel .image-preview-clear { margin-top: -4px; } .make-a-deal-panel .btn-make-deal { margin-top: 10px; border-radius: 0; font-size: 18px; font-family: siteBoldFont3; background: #eaeaea; color: #006185; padding-top: 8px; padding-bottom: 8px; transition: .5s; margin-bottom: 15px; } .make-a-deal-panel .btn-make-deal:hover { background: #e1e1e1; } .deals-container { border-top: 3px solid #006185; padding: 20px; padding-left: 40px; padding-right: 40px; margin-top: 20px; background: white; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; } .view-all-deals { background: white; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; border-bottom: 1px solid #e1e1e1; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .view-all-deals:hover { background: #e1e1e1; } .view-all-deals .title { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .view-all-deals .title p { padding: 0; } .view-all-deals .quantity { font-size: 20px; padding: 0; padding-top: 5px; padding-left: 15px; padding-right: 20px; text-align: end; } .view-all-deals .quantity p { padding: 0; } .deals-by-category { background: white; color: #006185; padding-top: 5px; padding-bottom: 0px; cursor: pointer; transition: .5s; /*-webkit-box-shadow: 0px 2px 2px #aab2bd;*/ /*-moz-box-shadow: 0px 2px 2px #aab2bd;*/ /*box-shadow: 0px 2px 2px #aab2bd;*/ } .deals-by-category-active { background: #e1e1e1; } .deals-by-category:hover { background: #e1e1e1; } .deals-by-category .title { font-size: 20px; padding: 0; padding-top: 4px; padding-left: 15px; padding-right: 15px; } .deals-by-category .title p { padding: 0; } .deals-by-category .indicator { font-size: 25px; padding: 0; padding-top: 6px; padding-left: 15px; padding-right: 20px; text-align: end; } .deals-by-category .indicator p { padding: 0; } .deals-by-category-panel { padding: 15px; display: none; } .deals-by-category-panel .deal-category { padding-left: 10px; padding-right: 10px; padding-top: 10px; border-bottom: 1px solid #e1e1e1; } .deals-by-category-panel .deal-category:last-child { border-bottom: none; } .deals-by-category-panel .deal-category p { font-size: 17px; color: #a2a2a2; } .deals-by-category-panel .deal-category p:hover { color: #006185; transition: 0.5s; } .deals-by-category-panel .deal-category a:hover { text-decoration: none; } .food-categories-container { margin-top: 30px; padding: 0; } .food-categories-container a:hover { text-decoration: none; } .deal-items { padding: 0; } .deal-container { background: white; border-bottom: 3px solid #006185; -webkit-box-shadow: 0px 2px 2px #aab2bd; -moz-box-shadow: 0px 2px 2px #aab2bd; box-shadow: 0px 2px 2px #aab2bd; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; margin-bottom: 20px; margin-left: 15px; margin-right: 15px; } .deal-container .item-image { width: 100%; height: 150px; object-fit: cover; -webkit-box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); -moz-box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); box-shadow: 0px 1px 5px 0px rgba(165, 165, 165, 0.75); } .deal-container .item-id { color: #909090; font-size: 16px; padding-left: 5px; font-family: siteFont2; font-weight: bold; padding-bottom: 0; margin-bottom: 3px; } .deal-container .item-name { margin-top: 8px; margin-bottom: 5px; padding-left: 5px; font-size: 18px; color: #006185; font-family: siteFont2; font-weight: bold; } .deal-container .category { font-size: 15px; margin-bottom: 3px; font-weight: bold; font-family: siteFont2; padding-left: 5px; color: #909090; } .deal-container .deal-description { margin-top: 5px; margin-bottom: 5px; font-size: 14px; font-weight: bold; width: inherit; font-family: siteFont2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 5px; padding-right: 5px; color: #909090; } .deal-container .price { font-family: siteSemiBoldFont3; color: #006185; padding-left: 5px; } .deal-container .price .new-price { font-size: 17px; } .button-container { width: 100%; background: #e1e1e1; } .deal-container .btn-item-details { width: 50%; border-radius: 0; background: #eaeaea; border-right: 1px solid rgba(51, 51, 51, 0.14); color: #006185; font-family: siteMediumFont3; transition: .5s; } .deal-container .btn-item-details:hover { background: #e1e1e1; } .deal-container .btn-delete-deal { width: 50%; float: right; border-radius: 0; background: #eaeaea; color: #006185; font-family: siteMediumFont3; transition: .5s; } .deal-container .btn-delete-deal:hover { background: #e1e1e1; } .seperator-full { margin-top: 10px; } .view-edit-details { border-radius: 0; border-left: 6px solid #006185; } .view-edit-details .modal-heading { color: #006185; } .view-edit-details .first-td { border-top: none; } .view-edit-details .btn-edit-details { margin-top: 10px; background: #e1e1e1; border-radius: 0; color: #006185; font-weight: bold; transition: .5s; } .view-edit-details .btn-edit-details:hover { background: #006185; color: #e1e1e1; } .delete-deal { border-radius: 0; border-left: 6px solid #006185; } .delete-deal .modal-heading { color: #006185; } .delete-deal .modal-data { font-size: 16px; margin-bottom: 25px; margin-top: 0px; } .delete-deal .btn-danger { border-radius: 0px; background: #dddddd; color: #c9302c; transition: 0.5s; font-weight: bold; border: none; } .delete-deal .btn-danger:hover { background: #c9302c; color: #dddddd; } .delete-deal .btn-default { border-radius: 0px; transition: .5s; font-weight: bold; } .modal-item-id { }
0.205456
0.058453
.gallery-container h1 { text-align: center; margin-top: 70px; font-family: 'Droid Sans', sans-serif; font-weight: bold; color: #58595a; } .gallery-container p.page-description { text-align: center; margin: 30px auto; font-size: 18px; color: #85878c; } .tz-gallery { padding: 0; } .tz-gallery .thumbnail { /*background-image: linear-gradient(to top, #eef1f5 0%, #f8f9fa 100%);*/ padding: 0; margin: 5px; margin-bottom: 30px; /*background-color: #fff;*/ /*background-color: #eaeaea;*/ border-radius: 6px; border: none; /*border: 2px solid lightsteelblue;*/ transition: 0.15s ease-in-out; /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);*/ /*box-shadow: -10px -10px 1px rgba(0, 0, 0, 0.1), -10px 10px 1px rgba(0, 0, 0, 0.1), 10px 10px 1px rgba(0, 0, 0, 0.1), 10px -10px 1px rgba(0, 0, 0, 0.1);*/ /*box-shadow: -10px -10px 5px #eaeaea, -10px 10px 5px #eaeaea, 10px 10px 5px #eaeaea, 10px -10px 5px #eaeaea;*/ } .tz-gallery .thumbnail:hover { transform: translateY(-10px) scale(1.02); } .tz-gallery .lightbox img { border-radius: 4px 4px 0 0; } .tz-gallery .caption{ padding: 6px 30px; text-align: center; } .tz-gallery .caption h3 { font-size: 14px; font-weight: bold; margin-top: 0; } .tz-gallery .caption p { font-size: 12px; color: #7b7d7d; margin: 0; } .baguetteBox-button { background-color: transparent !important; } .sidenav { text-align: left; background: #eee; } .sidenav a { padding: 6px 8px 6px 6px; text-decoration: none; font-size: 16px; color: #2196F3; display: block; } .sidenav a:hover { color: #064579; } /*.my-sidebar {*/ /* -ms-flex: 0 0 500px;*/ /* flex: 0 0 500px;*/ /*}*/ .main { margin: 40px 140px 0 140px; /* Same width as the sidebar + left position in px */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; /*margin-left: 0;*/ margin-top: 40px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } a.btn.btn-like{ color: #fb5858; font-size: 2em; } a.btn.btn-like:hover{ color: red; } .col-pixel-width-400 { flex: 0 0 400px; } .thumb-img{ object-fit: cover; overflow: hidden; height: 90px; width : 90px; } .image-grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 5px 5px 5px 5px; max-width: 920px; background: #eee; transition: transform 1s; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; clip-path: inset(50%); border: 0; transition: transform 1s; } .image-bg { background-position: center center; background-size: cover; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 5px; width: calc(25% - 10px); transition: transform 300ms; } .image-bg-placeholder { height: 100%; visibility: hidden; width: 100%; } .img-fluid2 { max-width: 1000px; max-height: 800px; height: auto; } .image-grid .rounded:hover { transform: translateY(-1px) scale(1.06); }
umetnine/artists/static/artists/thumbnail-gallery.css
.gallery-container h1 { text-align: center; margin-top: 70px; font-family: 'Droid Sans', sans-serif; font-weight: bold; color: #58595a; } .gallery-container p.page-description { text-align: center; margin: 30px auto; font-size: 18px; color: #85878c; } .tz-gallery { padding: 0; } .tz-gallery .thumbnail { /*background-image: linear-gradient(to top, #eef1f5 0%, #f8f9fa 100%);*/ padding: 0; margin: 5px; margin-bottom: 30px; /*background-color: #fff;*/ /*background-color: #eaeaea;*/ border-radius: 6px; border: none; /*border: 2px solid lightsteelblue;*/ transition: 0.15s ease-in-out; /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);*/ /*box-shadow: -10px -10px 1px rgba(0, 0, 0, 0.1), -10px 10px 1px rgba(0, 0, 0, 0.1), 10px 10px 1px rgba(0, 0, 0, 0.1), 10px -10px 1px rgba(0, 0, 0, 0.1);*/ /*box-shadow: -10px -10px 5px #eaeaea, -10px 10px 5px #eaeaea, 10px 10px 5px #eaeaea, 10px -10px 5px #eaeaea;*/ } .tz-gallery .thumbnail:hover { transform: translateY(-10px) scale(1.02); } .tz-gallery .lightbox img { border-radius: 4px 4px 0 0; } .tz-gallery .caption{ padding: 6px 30px; text-align: center; } .tz-gallery .caption h3 { font-size: 14px; font-weight: bold; margin-top: 0; } .tz-gallery .caption p { font-size: 12px; color: #7b7d7d; margin: 0; } .baguetteBox-button { background-color: transparent !important; } .sidenav { text-align: left; background: #eee; } .sidenav a { padding: 6px 8px 6px 6px; text-decoration: none; font-size: 16px; color: #2196F3; display: block; } .sidenav a:hover { color: #064579; } /*.my-sidebar {*/ /* -ms-flex: 0 0 500px;*/ /* flex: 0 0 500px;*/ /*}*/ .main { margin: 40px 140px 0 140px; /* Same width as the sidebar + left position in px */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; /*margin-left: 0;*/ margin-top: 40px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } a.btn.btn-like{ color: #fb5858; font-size: 2em; } a.btn.btn-like:hover{ color: red; } .col-pixel-width-400 { flex: 0 0 400px; } .thumb-img{ object-fit: cover; overflow: hidden; height: 90px; width : 90px; } .image-grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 5px 5px 5px 5px; max-width: 920px; background: #eee; transition: transform 1s; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; clip-path: inset(50%); border: 0; transition: transform 1s; } .image-bg { background-position: center center; background-size: cover; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 5px; width: calc(25% - 10px); transition: transform 300ms; } .image-bg-placeholder { height: 100%; visibility: hidden; width: 100%; } .img-fluid2 { max-width: 1000px; max-height: 800px; height: auto; } .image-grid .rounded:hover { transform: translateY(-1px) scale(1.06); }
0.444083
0.098209
html, body, header, figure { margin: 0; } * { max-width: 100%; } a { text-decoration: none; } html { background: url("/static/wood.avif"); background-attachment: fixed; background-size: cover; font-family: "Helvetica Neue", Helvetica, sans-serif; } #main { max-width: 50em; margin: auto; margin-top: 10px; margin-bottom: 75px; } p, code, li { font-size: 1.0625rem; } #results { text-align: left !important; } .search_box { text-align: center; min-height: 15em; } select { font-size: 1.0625rem; background: white; padding: 10px; border-radius: 5px; margin-bottom: 15px; } .content_box { margin-bottom: 15px !important; } .notification, .green_notification { border: 3px solid royalblue; border-radius: 10px; background: white; padding: 20px; margin-bottom: 15px; } .notification { border: 1px solid royalblue; } .green_notification { border: 1px solid lightgreen; margin-bottom: 15px; } nav, .button_list { display: flex; justify-content: space-between; align-items: center; } .button_list { margin: 10px 0; } button, .button_link { border-radius: 10px; padding: 10px !important; display: inline-block; margin-bottom: 10px !important; color: white; border: none; font-size: 16px; text-align: center; background-color: royalblue; } button a:hover, .button_link:hover { color: white !important; } .button_link { margin: 0; padding: 0; width: 100%; box-sizing: border-box; } .reacted { border: 2px solid lightgreen !important; } nav, footer ul { display: flex; background: white; padding-left: 25px; padding-right: 25px; } .subscribe_button { border: 2px solid lightgrey; border-radius: 10px; padding: 5px; } nav ul li { display: inline-block; padding-left: 10px; } footer ul { padding: 15px; flex-direction: row; flex-wrap: wrap; list-style-type: none; } ul { list-style-type: none; padding-left: 0; margin-bottom: 0; } footer li { flex: auto; text-align: center; margin: 0; padding: 5px; } h1 { font-size: 2rem; } img { border-radius: 10px; display: block; max-height: 30vh; } footer { text-align: center; margin-top: 5px; } .flex_left_home { width: 30%; word-wrap: break-word; } .flex_right_home { flex: 1 50%; } .notification_bar { position: fixed; top: 0; text-align: center; background-color: green; color: white; width: 100%; box-shadow: 2px 2px lightgrey; font-weight: 600px; } img { max-width: 100%; } input { min-width: 50%; text-align: center; } h2, h1, h3 { color: royalblue; } .author img { float: left; margin-right: 10px; } details { background-color: white; border-radius: 5px; padding: 10px; display: inline; border: 3px dashed orange; } textarea { width: 100%; } input[type="submit"] { text-align: center; } summary { padding-top: 5px; } details ul { padding-top: 10px; } details > p { margin-bottom: 0px; } a { color: #006BD6; border-bottom: 2px dotted #006BD6; } .bottom-navigation { display: block; width: auto; overflow: hidden; padding-top: 20px; padding-bottom: 20px; } .prev { display: block; width: 50%; } .prev, .prev a { float: left } .next { float: right; width: 50%; text-align: right; } article header, article section { list-style-position: inside; } .main_image { width: 50%; } .indieweb_footer { padding-bottom: 1em; } .indieweb_footer img { width: auto; border-radius: 0px; } p, li, h1, h2, h3 { line-height: 1.5em; } a:focus { background-color: #006BD6; color: white; outline: lightblue 2px; border-bottom: 2px dotted black; } input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, input[type="text"]:focus, input[type="username"]:focus, input[type="password"]:focus { outline: 3px solid royalblue; } button:focus, input[type="submit"]:focus, .button_link:focus { background-color: yellow; color: black !important; outline: 3px royalblue solid; border-bottom: none; } button:focus > a { color: black !important; } .error { font-weight: 600; } .button_list { border-top: 2px solid lightgray; } .button_list form { float: right; padding-left: 10px; } .notice { padding: 15px; margin-left: 5px; border-radius: 10px; border: 1px solid lightgrey; text-align: left; background-color: white; } a:hover { color: #0000CD; } input[type="text"], input[type="username"], input[type="password"], input[type="url"] { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; min-width: 50%; font-size: 1.0625rem; } input[type="submit"] { padding: 10px; border: none; background-color: royalblue; color: white; border-radius: 10px; min-width: 0 !important; appearance: none; font-size: 1.1875rem; } /* skip link hiding code from https://www.a11ymatters.com/pattern/skip-link/ */ .accessibility_label_top { position: fixed; top: -200px; } .accessibility_label_top:focus { top: 0; left: 50%; padding: 10px; } .accessibility_label { position: fixed; bottom: -200px; } .accessibility_label:focus { bottom: 0 !important; left: 50%; padding: 10px; z-index: 1; } .following_item form { display: inline; } #settings { display: none; } @media print { html { background-color: white; } body { width: 100%; margin-left: 10px; margin-right: 10px; } nav, footer, .accessibility_label, .print_message, .announcement { display: none; } h1, h2, h3 { color: black !important; } a:after { content: "(" attr(href) ")"; display: inline-block; width: auto; text-decoration: none; margin-left: 0.3em; font-style: italic; } } #mobile_navigation, .mobile_close, .mobile { display: none; } @media only screen and (max-width: 900px) { article img, .blogList img { width: 100% !important; } .flex_left_home { flex: none; max-width: 100%; } aside, #settings { margin-bottom: 0; z-index: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: white; box-sizing: border-box; display: none; text-align: center; } #settings a { width: 100%; display: block; border: 1px solid lightgrey; padding: 30px; box-sizing: border-box; } .inner_content_box { width: 100% !important;; } .button_list form { float: right; } .prev, .next { width: 100% !important; background-color: white; border-radius: 10px; padding: 10px; margin-bottom: 10px; border: 1px solid lightgrey; box-sizing: border-box; text-align: center; float: none !important; } .prev a { float: none !important; } .reaction_set { text-align: center; } button, input, select, textarea { width: 100% !important; box-sizing: border-box; } button, input[type="submit"] { text-align: center !important; } .main_menu_mobile_message { display: block !important; } aside, .search_bar, #settings { width: 100% !important; margin-right: 0 !important; } nav { background-color: white; padding: 0; border-bottom: 1px solid lightgray; padding-left: 20px; padding-right: 20px; } #desktop_navigation { display: none; } #mobile_navigation, .mobile { display: block; } .modal_content { width: 100% !important; max-width: 100% !important; } .mobile_close { display: block } } .close { cursor: pointer; padding: 10px; } .main_menu_mobile_message { display: none; } h1 { display: inline-block; margin-bottom: 5px; } input { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; } input[type="submit"] { padding: 10px; border: none; background-color: royalblue; color: white; border-radius: 10px; min-width: 0 !important; appearance: none; margin-top: 10px; } pre { background-color: white; border: 2px solid lightgrey; border-radius: 10px; padding: 10px; } .tab { display: inline-block; } .tab li { padding-right: 10px; float: left; list-style-type: none; } ol { padding: 0; } .active_tab { font-weight: 600; } .reaction, .reaction-no-link { padding: 10px; margin-left: 5px; margin-bottom: 5px; display: inline-block; border-radius: 10px; border: 1px solid lightgrey; background-color: white; } .notification { padding: 15px; margin-left: 5px; border-radius: 10px; border: 1px solid lightgreen; text-align: center; background-color: white; } textarea { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; min-width: 50%; font-size: 1.0625rem; box-sizing: border-box; } aside, .feed li, #settings, .bottom-navigation, .content_box, .main_content_box { padding: 10px; background-color: white; box-shadow: 2px 2px lightblue; border: 1px solid lightgrey; margin-bottom: 20px; box-sizing: border-box; max-width: 100%; display: block; } .inner_content_box { margin: auto; width: 50em; } .success { border: 1px solid lightgreen; background: white; text-align: center; padding: 10px; } #settings ul li { padding-bottom: 30px; } aside button { width: 100%; } ul { margin-top: 0; } aside li { margin-bottom: 10px; } .reaction a { border-bottom: none; } .reaction a:focus { border-bottom: none !important; } footer img { display: inline-block; } footer a { border-bottom: none; } footer a:focus { background: initial; border-bottom: 2px solid darkblue; } .sticky_footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: white; border-top: 2px solid lightgrey; text-align: center; padding-bottom: 10px; } .search_list ul { margin: 0; padding: 0 !important; } .search_list ul { border: none; box-shadow: none; } .search_list li { float: left; margin: 10px; border: 2px solid lightgrey; padding-top: 10px; padding-bottom: 10px; } code { word-wrap: break-word; } video { width: 100%; } /* Code adapted from https://www.w3schools.com/howto/howto_css_modals.asp */ .modal { z-index: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); box-sizing: border-box; } .modal_content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 35em; border-radius: 10px; box-sizing: border-box; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } hr { border: 1px solid lightgray; } .search_button { display: inline; } .search_bar { width: 80%; } details, summary { max-width: 100%; display: inline-block; box-sizing: border-box; } .dragover, .data_message { border: 3px solid darkblue; background-color: lightblue; } .data_message { padding: 10px; border-radius: 10px; text-align: center; } details { margin-bottom: 20px; } audio { width: 100%; margin-top: 15px; border-radius: 10px; } .js { display: none; } .avatar { width: 50px; height: 50px; } .unread { box-shadow: 7px 7px lightgreen; border: 2px solid grey; }
static/styles.css
html, body, header, figure { margin: 0; } * { max-width: 100%; } a { text-decoration: none; } html { background: url("/static/wood.avif"); background-attachment: fixed; background-size: cover; font-family: "Helvetica Neue", Helvetica, sans-serif; } #main { max-width: 50em; margin: auto; margin-top: 10px; margin-bottom: 75px; } p, code, li { font-size: 1.0625rem; } #results { text-align: left !important; } .search_box { text-align: center; min-height: 15em; } select { font-size: 1.0625rem; background: white; padding: 10px; border-radius: 5px; margin-bottom: 15px; } .content_box { margin-bottom: 15px !important; } .notification, .green_notification { border: 3px solid royalblue; border-radius: 10px; background: white; padding: 20px; margin-bottom: 15px; } .notification { border: 1px solid royalblue; } .green_notification { border: 1px solid lightgreen; margin-bottom: 15px; } nav, .button_list { display: flex; justify-content: space-between; align-items: center; } .button_list { margin: 10px 0; } button, .button_link { border-radius: 10px; padding: 10px !important; display: inline-block; margin-bottom: 10px !important; color: white; border: none; font-size: 16px; text-align: center; background-color: royalblue; } button a:hover, .button_link:hover { color: white !important; } .button_link { margin: 0; padding: 0; width: 100%; box-sizing: border-box; } .reacted { border: 2px solid lightgreen !important; } nav, footer ul { display: flex; background: white; padding-left: 25px; padding-right: 25px; } .subscribe_button { border: 2px solid lightgrey; border-radius: 10px; padding: 5px; } nav ul li { display: inline-block; padding-left: 10px; } footer ul { padding: 15px; flex-direction: row; flex-wrap: wrap; list-style-type: none; } ul { list-style-type: none; padding-left: 0; margin-bottom: 0; } footer li { flex: auto; text-align: center; margin: 0; padding: 5px; } h1 { font-size: 2rem; } img { border-radius: 10px; display: block; max-height: 30vh; } footer { text-align: center; margin-top: 5px; } .flex_left_home { width: 30%; word-wrap: break-word; } .flex_right_home { flex: 1 50%; } .notification_bar { position: fixed; top: 0; text-align: center; background-color: green; color: white; width: 100%; box-shadow: 2px 2px lightgrey; font-weight: 600px; } img { max-width: 100%; } input { min-width: 50%; text-align: center; } h2, h1, h3 { color: royalblue; } .author img { float: left; margin-right: 10px; } details { background-color: white; border-radius: 5px; padding: 10px; display: inline; border: 3px dashed orange; } textarea { width: 100%; } input[type="submit"] { text-align: center; } summary { padding-top: 5px; } details ul { padding-top: 10px; } details > p { margin-bottom: 0px; } a { color: #006BD6; border-bottom: 2px dotted #006BD6; } .bottom-navigation { display: block; width: auto; overflow: hidden; padding-top: 20px; padding-bottom: 20px; } .prev { display: block; width: 50%; } .prev, .prev a { float: left } .next { float: right; width: 50%; text-align: right; } article header, article section { list-style-position: inside; } .main_image { width: 50%; } .indieweb_footer { padding-bottom: 1em; } .indieweb_footer img { width: auto; border-radius: 0px; } p, li, h1, h2, h3 { line-height: 1.5em; } a:focus { background-color: #006BD6; color: white; outline: lightblue 2px; border-bottom: 2px dotted black; } input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, input[type="text"]:focus, input[type="username"]:focus, input[type="password"]:focus { outline: 3px solid royalblue; } button:focus, input[type="submit"]:focus, .button_link:focus { background-color: yellow; color: black !important; outline: 3px royalblue solid; border-bottom: none; } button:focus > a { color: black !important; } .error { font-weight: 600; } .button_list { border-top: 2px solid lightgray; } .button_list form { float: right; padding-left: 10px; } .notice { padding: 15px; margin-left: 5px; border-radius: 10px; border: 1px solid lightgrey; text-align: left; background-color: white; } a:hover { color: #0000CD; } input[type="text"], input[type="username"], input[type="password"], input[type="url"] { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; min-width: 50%; font-size: 1.0625rem; } input[type="submit"] { padding: 10px; border: none; background-color: royalblue; color: white; border-radius: 10px; min-width: 0 !important; appearance: none; font-size: 1.1875rem; } /* skip link hiding code from https://www.a11ymatters.com/pattern/skip-link/ */ .accessibility_label_top { position: fixed; top: -200px; } .accessibility_label_top:focus { top: 0; left: 50%; padding: 10px; } .accessibility_label { position: fixed; bottom: -200px; } .accessibility_label:focus { bottom: 0 !important; left: 50%; padding: 10px; z-index: 1; } .following_item form { display: inline; } #settings { display: none; } @media print { html { background-color: white; } body { width: 100%; margin-left: 10px; margin-right: 10px; } nav, footer, .accessibility_label, .print_message, .announcement { display: none; } h1, h2, h3 { color: black !important; } a:after { content: "(" attr(href) ")"; display: inline-block; width: auto; text-decoration: none; margin-left: 0.3em; font-style: italic; } } #mobile_navigation, .mobile_close, .mobile { display: none; } @media only screen and (max-width: 900px) { article img, .blogList img { width: 100% !important; } .flex_left_home { flex: none; max-width: 100%; } aside, #settings { margin-bottom: 0; z-index: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: white; box-sizing: border-box; display: none; text-align: center; } #settings a { width: 100%; display: block; border: 1px solid lightgrey; padding: 30px; box-sizing: border-box; } .inner_content_box { width: 100% !important;; } .button_list form { float: right; } .prev, .next { width: 100% !important; background-color: white; border-radius: 10px; padding: 10px; margin-bottom: 10px; border: 1px solid lightgrey; box-sizing: border-box; text-align: center; float: none !important; } .prev a { float: none !important; } .reaction_set { text-align: center; } button, input, select, textarea { width: 100% !important; box-sizing: border-box; } button, input[type="submit"] { text-align: center !important; } .main_menu_mobile_message { display: block !important; } aside, .search_bar, #settings { width: 100% !important; margin-right: 0 !important; } nav { background-color: white; padding: 0; border-bottom: 1px solid lightgray; padding-left: 20px; padding-right: 20px; } #desktop_navigation { display: none; } #mobile_navigation, .mobile { display: block; } .modal_content { width: 100% !important; max-width: 100% !important; } .mobile_close { display: block } } .close { cursor: pointer; padding: 10px; } .main_menu_mobile_message { display: none; } h1 { display: inline-block; margin-bottom: 5px; } input { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; } input[type="submit"] { padding: 10px; border: none; background-color: royalblue; color: white; border-radius: 10px; min-width: 0 !important; appearance: none; margin-top: 10px; } pre { background-color: white; border: 2px solid lightgrey; border-radius: 10px; padding: 10px; } .tab { display: inline-block; } .tab li { padding-right: 10px; float: left; list-style-type: none; } ol { padding: 0; } .active_tab { font-weight: 600; } .reaction, .reaction-no-link { padding: 10px; margin-left: 5px; margin-bottom: 5px; display: inline-block; border-radius: 10px; border: 1px solid lightgrey; background-color: white; } .notification { padding: 15px; margin-left: 5px; border-radius: 10px; border: 1px solid lightgreen; text-align: center; background-color: white; } textarea { padding: 10px; border-radius: 10px; margin-bottom: 10px; display: inline-block; text-align: left; min-width: 50%; font-size: 1.0625rem; box-sizing: border-box; } aside, .feed li, #settings, .bottom-navigation, .content_box, .main_content_box { padding: 10px; background-color: white; box-shadow: 2px 2px lightblue; border: 1px solid lightgrey; margin-bottom: 20px; box-sizing: border-box; max-width: 100%; display: block; } .inner_content_box { margin: auto; width: 50em; } .success { border: 1px solid lightgreen; background: white; text-align: center; padding: 10px; } #settings ul li { padding-bottom: 30px; } aside button { width: 100%; } ul { margin-top: 0; } aside li { margin-bottom: 10px; } .reaction a { border-bottom: none; } .reaction a:focus { border-bottom: none !important; } footer img { display: inline-block; } footer a { border-bottom: none; } footer a:focus { background: initial; border-bottom: 2px solid darkblue; } .sticky_footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: white; border-top: 2px solid lightgrey; text-align: center; padding-bottom: 10px; } .search_list ul { margin: 0; padding: 0 !important; } .search_list ul { border: none; box-shadow: none; } .search_list li { float: left; margin: 10px; border: 2px solid lightgrey; padding-top: 10px; padding-bottom: 10px; } code { word-wrap: break-word; } video { width: 100%; } /* Code adapted from https://www.w3schools.com/howto/howto_css_modals.asp */ .modal { z-index: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); box-sizing: border-box; } .modal_content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 35em; border-radius: 10px; box-sizing: border-box; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } hr { border: 1px solid lightgray; } .search_button { display: inline; } .search_bar { width: 80%; } details, summary { max-width: 100%; display: inline-block; box-sizing: border-box; } .dragover, .data_message { border: 3px solid darkblue; background-color: lightblue; } .data_message { padding: 10px; border-radius: 10px; text-align: center; } details { margin-bottom: 20px; } audio { width: 100%; margin-top: 15px; border-radius: 10px; } .js { display: none; } .avatar { width: 50px; height: 50px; } .unread { box-shadow: 7px 7px lightgreen; border: 2px solid grey; }
0.39712
0.0643
.reviews-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0; } header { background-color: #ffffff; } .header-bottom { width: 100%; position: relative; } .main-wrapper { margin-bottom: 0; position: relative; } .main-best-rating-sites { position: relative; } .header-bottom img { width: 100%; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 4px; height: 530px; } .headline { background-color: rgba(255, 255, 255, 0.92); padding: 45px 67px; position: absolute; top: 15%; left: 15%; border-radius: 4px; width: 70%; height: 60%; font-family: 'AlboriLight'; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); display: flex; justify-content: center; align-items: center; } .headline h1 { font-size: 39px; padding: 0 60px; word-break: normal; text-overflow: ellipsis; white-space: normal; overflow: hidden; } .header-menu .header-bottom-left-search { margin-left: 40px; width: 40%; display: flex; } .header-bottom-left-search input[type='text'] { width: 80%; font-family: 'AlboriLight'; padding-left: 20px; } .header-bottom-left-search input[type='button'] { width: 20%; } .single-review { width: 32%; height: 164px; border-radius: 4px; position: relative; margin-bottom: 168px; min-width: 278px; } .single-review img { width: 100%; height: 100%; border-radius: 4px; } .single-review-info { position: absolute; width: 80%; background-color: #FFFFFF; bottom: -100px; left: 0; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: 'AlboriLight'; border-radius: 4px; } .stars-rate { display: -webkit-box; display: -ms-flexbox; display: flex; } .stars-rate img { height: 16px; } .header-single-review-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 17px; border-radius: 4px; } .header-single-review-info > span { background-color: #BB261A; color: #FFFFFF; height: 17px; font-size: 16px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 108px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; right: -13%; border-radius: 4px; } .single-review-info button { font-family: 'AlboriRegular'; color: #FFFFFF; font-size: 18px; background-color: #BB261A; border: none; border-radius: 4px; height: 43px; position: absolute; bottom: -20px; left: 0; width: 70%; } .button { margin: 0; padding: 0; } .main-header-content { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 0; } .main-header-content h2 { width: 100%; text-align: center; font-size: 50px; font-family: 'AlboriLight'; } .main-header-content > p { font-size: 20px; font-family: 'AlboriLight'; width: 100%; text-align: center; margin-bottom: 40px; word-break: normal; text-overflow: ellipsis; overflow: hidden; } .main-articles { width: 100%; background-color: #F8F5F5; } .main-articles-wrapper { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .main-articles-bottom { width: 100%; position: relative; padding-bottom: 50px; } .main-articles-bottom-img { width: 100%; height: 544px; border-radius: 4px; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); } .blog-theme { left: 0; font-family: 'AlboriLight'; width: 50%; } .main-header-right { width: 56%; position: relative; } .main-header-right img { width: 100%; margin-top: -40px; border-radius: 4px; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); } .main-header-left { position: relative; height: 450px; width: 42%; } .block-underline { position: absolute; bottom: 5px; left: 0; width: 42%; height: 0; border: 0.5px solid #BB261A; } .block-underline::before { content: 'Last'; position: absolute; font-size: 16px; color: #333333; left: 94px; top: -23px; } .blogs-wrapper { margin-top: 50px; } h2 { width: 100%; font-size: 50px; font-weight: 300; text-align: center; letter-spacing: 5px; } main .container > p { font-size: 20px; font-family: 'AlboriLight'; width: 60%; margin: 0 auto; text-align: center; text-overflow: ellipsis; overflow: hidden; word-break: normal; } .main-bottom { margin-top: 100px; position: relative; } main { margin-bottom: 0; padding-top: 0; } .main-articles-wrapper > p{ font-size: 20px; font-family: 'AlboriLight'; width: 60%; margin-top: 0; text-align: center; word-break: normal; text-overflow: ellipsis; overflow: hidden; } .logo-name-site { margin-top: 0; margin-bottom: 5px; font-size: 20px; font-weight: bold; } .arrow-right::after { top: -5px; } .header-bottom-left-search input[type = 'text'] { border: 1px solid rgba(112, 112, 112, 0.29); font-size: 15px; } @media (max-width: 1200px) { .headline h1 { font-size: 28px; } .blog-theme { height: auto; padding: 80px; } .header-bottom img { height: 460px; } } @media (max-width: 900px) { .headline h1 { padding: 0; margin-bottom: 0; letter-spacing: 3px; } .main-articles-bottom-img { height: 400px; } .reviews-wrapper { flex-direction: column; justify-content: center; align-items: center; } .blogs-wrapper { flex-direction: column; align-items: center; } .blog-theme-last { width: 80%; max-width: 600px; } .blog-theme { padding: 50px 40px; top: 17%; } .headline { padding: 10px 25px; top: 13%; left: 3%; width: 94%; height: 70%; } .single-review { width: 65%; height: 250px; margin-bottom: 165px; min-width: 412px; } } @media (max-width: 768px) { .headline h1 { font-size: 20px; letter-spacing: 1px; } h2, .main-header-content h2 { font-size: 36px; } .header-bottom img { height:335px; } .reviews-wrapper { flex-direction: column; justify-content: center; align-items: center; } .main-articles-wrapper > p, main .container > p { width: 95%; } .blog-theme { top: 15%; max-width: 80%; width: 100%; padding: 40px; } } @media (max-width: 560px) { .headline { left: 5%; width: 90%; } .main-articles-bottom-img { height: 320px; } .header-bottom img { height:190px; } h2, .main-header-content h2 { font-size: 25px; } .main-articles .container { padding: 0; } .main-articles-bottom-img { min-height: 187px; } .blog-theme { top: 0; padding: 15px 10px; justify-content: center; width: 90%; min-width: 280px; left: 0; height: 70%; } .blog-theme-last { margin-bottom: 100px; } .read-more span { font-size: 12px; line-height: 16px; } .blog-theme a { font-size: 14px; } .block-underline { display: none; } .main-articles-bottom { padding-bottom: 20px; } .blog-theme-last { width: 95%; } .blog-theme::before { border-width: 4px; top: 33%; left: 0; } .main-header-content > p, .main-articles-wrapper > p, main .container > p { font-size: 14px; line-height: 19px; } .single-review { width: 85%; height: 160px; margin-bottom: 165px; min-width: 278px; } .single-review-info { width: 75%; padding: 10px 10px 15px; bottom: -70px; } .header-single-review-info > span { right: -10px; height: 20px; font-size: 12px; } .logo-name-site { font-size: 16px; margin-bottom: 10px; } .stars-rate img { height: 14px; } .single-review-info button { font-size: 18px; height: 35px; } } .banner { flex-direction: row; justify-content: space-around; max-width: inherit; background-color: #FFFFFF; margin-top: 20px; } .rate-banner { width: 30%; background-color: #FFFFFF; } .rate-banner, .rate-banner:nth-last-of-type(1) { margin: 0; } .header-banner, .header-banner::after { border: none; } .bottom-banner .underline { margin: 0 0 15px; width: calc(100% + 14px); } .bottom-banner .underline::before { width: 100%; left: -0.6px; } .bottom-banner .underline::after { content: ''; width: 0; height: 0; border-width: 5px; right: 12%; left: initial; top: 0; } .bottom-banner .button { font-size: 18px; font-family: 'AlboriRegular'; height: 35px; left: 7px; } .bottom-banner p { margin-top: 15px; margin-bottom: 25px; text-overflow: ellipsis; word-break: normal; overflow: hidden; height: 46px; } .rate > a { color: #BB261A; font-size: 16px; } main { position: relative; } .email-sticky-wrapper { position: absolute; width: 100%; height: 100%; } @media (max-width: 1100px) { .main-wrapper h2 { font-size: 85px; } } @media (max-width: 900px) { .main-wrapper h2 { font-size: 72px; } .banner { flex-direction: column; } .rate-banner { width: 70%; margin-bottom: 40px; max-width: 400px; } .header-banner { height: 96px; border-bottom: 0.5px solid #BB261A; } .header-banner::after { border: 7px solid #BB261A; border-bottom: none; border-left-color: transparent; border-right-color: transparent; right: 10%; } .header-banner img { height: 95px; } .underline { display: none; } .rate > a, .bottom-banner p { font-size: 18px; } .bottom-banner { padding: 7% 5%; } .bottom-banner .button { height: 50px; } } @media (max-width: 768px) { .main-wrapper h2 { font-size: 50px; } } @media (max-width: 560px) { .main-wrapper h2 { font-size: 35px; margin-bottom: 15px; } .rate-banner { width: 90%; } .header-banner { height: 61px; } .main-articles-bottom-img { height: 220px; } .header-banner img { height: 60px; } .rate > a { font-size: 16px; } .bottom-banner p { font-size: 14px; } .bottom-banner .button { height: 30px; left: 0; font-size: 14px; } }
public/css/home.css
.reviews-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0; } header { background-color: #ffffff; } .header-bottom { width: 100%; position: relative; } .main-wrapper { margin-bottom: 0; position: relative; } .main-best-rating-sites { position: relative; } .header-bottom img { width: 100%; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 4px; height: 530px; } .headline { background-color: rgba(255, 255, 255, 0.92); padding: 45px 67px; position: absolute; top: 15%; left: 15%; border-radius: 4px; width: 70%; height: 60%; font-family: 'AlboriLight'; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); display: flex; justify-content: center; align-items: center; } .headline h1 { font-size: 39px; padding: 0 60px; word-break: normal; text-overflow: ellipsis; white-space: normal; overflow: hidden; } .header-menu .header-bottom-left-search { margin-left: 40px; width: 40%; display: flex; } .header-bottom-left-search input[type='text'] { width: 80%; font-family: 'AlboriLight'; padding-left: 20px; } .header-bottom-left-search input[type='button'] { width: 20%; } .single-review { width: 32%; height: 164px; border-radius: 4px; position: relative; margin-bottom: 168px; min-width: 278px; } .single-review img { width: 100%; height: 100%; border-radius: 4px; } .single-review-info { position: absolute; width: 80%; background-color: #FFFFFF; bottom: -100px; left: 0; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: 'AlboriLight'; border-radius: 4px; } .stars-rate { display: -webkit-box; display: -ms-flexbox; display: flex; } .stars-rate img { height: 16px; } .header-single-review-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 17px; border-radius: 4px; } .header-single-review-info > span { background-color: #BB261A; color: #FFFFFF; height: 17px; font-size: 16px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 108px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; right: -13%; border-radius: 4px; } .single-review-info button { font-family: 'AlboriRegular'; color: #FFFFFF; font-size: 18px; background-color: #BB261A; border: none; border-radius: 4px; height: 43px; position: absolute; bottom: -20px; left: 0; width: 70%; } .button { margin: 0; padding: 0; } .main-header-content { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 0; } .main-header-content h2 { width: 100%; text-align: center; font-size: 50px; font-family: 'AlboriLight'; } .main-header-content > p { font-size: 20px; font-family: 'AlboriLight'; width: 100%; text-align: center; margin-bottom: 40px; word-break: normal; text-overflow: ellipsis; overflow: hidden; } .main-articles { width: 100%; background-color: #F8F5F5; } .main-articles-wrapper { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .main-articles-bottom { width: 100%; position: relative; padding-bottom: 50px; } .main-articles-bottom-img { width: 100%; height: 544px; border-radius: 4px; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); } .blog-theme { left: 0; font-family: 'AlboriLight'; width: 50%; } .main-header-right { width: 56%; position: relative; } .main-header-right img { width: 100%; margin-top: -40px; border-radius: 4px; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); } .main-header-left { position: relative; height: 450px; width: 42%; } .block-underline { position: absolute; bottom: 5px; left: 0; width: 42%; height: 0; border: 0.5px solid #BB261A; } .block-underline::before { content: 'Last'; position: absolute; font-size: 16px; color: #333333; left: 94px; top: -23px; } .blogs-wrapper { margin-top: 50px; } h2 { width: 100%; font-size: 50px; font-weight: 300; text-align: center; letter-spacing: 5px; } main .container > p { font-size: 20px; font-family: 'AlboriLight'; width: 60%; margin: 0 auto; text-align: center; text-overflow: ellipsis; overflow: hidden; word-break: normal; } .main-bottom { margin-top: 100px; position: relative; } main { margin-bottom: 0; padding-top: 0; } .main-articles-wrapper > p{ font-size: 20px; font-family: 'AlboriLight'; width: 60%; margin-top: 0; text-align: center; word-break: normal; text-overflow: ellipsis; overflow: hidden; } .logo-name-site { margin-top: 0; margin-bottom: 5px; font-size: 20px; font-weight: bold; } .arrow-right::after { top: -5px; } .header-bottom-left-search input[type = 'text'] { border: 1px solid rgba(112, 112, 112, 0.29); font-size: 15px; } @media (max-width: 1200px) { .headline h1 { font-size: 28px; } .blog-theme { height: auto; padding: 80px; } .header-bottom img { height: 460px; } } @media (max-width: 900px) { .headline h1 { padding: 0; margin-bottom: 0; letter-spacing: 3px; } .main-articles-bottom-img { height: 400px; } .reviews-wrapper { flex-direction: column; justify-content: center; align-items: center; } .blogs-wrapper { flex-direction: column; align-items: center; } .blog-theme-last { width: 80%; max-width: 600px; } .blog-theme { padding: 50px 40px; top: 17%; } .headline { padding: 10px 25px; top: 13%; left: 3%; width: 94%; height: 70%; } .single-review { width: 65%; height: 250px; margin-bottom: 165px; min-width: 412px; } } @media (max-width: 768px) { .headline h1 { font-size: 20px; letter-spacing: 1px; } h2, .main-header-content h2 { font-size: 36px; } .header-bottom img { height:335px; } .reviews-wrapper { flex-direction: column; justify-content: center; align-items: center; } .main-articles-wrapper > p, main .container > p { width: 95%; } .blog-theme { top: 15%; max-width: 80%; width: 100%; padding: 40px; } } @media (max-width: 560px) { .headline { left: 5%; width: 90%; } .main-articles-bottom-img { height: 320px; } .header-bottom img { height:190px; } h2, .main-header-content h2 { font-size: 25px; } .main-articles .container { padding: 0; } .main-articles-bottom-img { min-height: 187px; } .blog-theme { top: 0; padding: 15px 10px; justify-content: center; width: 90%; min-width: 280px; left: 0; height: 70%; } .blog-theme-last { margin-bottom: 100px; } .read-more span { font-size: 12px; line-height: 16px; } .blog-theme a { font-size: 14px; } .block-underline { display: none; } .main-articles-bottom { padding-bottom: 20px; } .blog-theme-last { width: 95%; } .blog-theme::before { border-width: 4px; top: 33%; left: 0; } .main-header-content > p, .main-articles-wrapper > p, main .container > p { font-size: 14px; line-height: 19px; } .single-review { width: 85%; height: 160px; margin-bottom: 165px; min-width: 278px; } .single-review-info { width: 75%; padding: 10px 10px 15px; bottom: -70px; } .header-single-review-info > span { right: -10px; height: 20px; font-size: 12px; } .logo-name-site { font-size: 16px; margin-bottom: 10px; } .stars-rate img { height: 14px; } .single-review-info button { font-size: 18px; height: 35px; } } .banner { flex-direction: row; justify-content: space-around; max-width: inherit; background-color: #FFFFFF; margin-top: 20px; } .rate-banner { width: 30%; background-color: #FFFFFF; } .rate-banner, .rate-banner:nth-last-of-type(1) { margin: 0; } .header-banner, .header-banner::after { border: none; } .bottom-banner .underline { margin: 0 0 15px; width: calc(100% + 14px); } .bottom-banner .underline::before { width: 100%; left: -0.6px; } .bottom-banner .underline::after { content: ''; width: 0; height: 0; border-width: 5px; right: 12%; left: initial; top: 0; } .bottom-banner .button { font-size: 18px; font-family: 'AlboriRegular'; height: 35px; left: 7px; } .bottom-banner p { margin-top: 15px; margin-bottom: 25px; text-overflow: ellipsis; word-break: normal; overflow: hidden; height: 46px; } .rate > a { color: #BB261A; font-size: 16px; } main { position: relative; } .email-sticky-wrapper { position: absolute; width: 100%; height: 100%; } @media (max-width: 1100px) { .main-wrapper h2 { font-size: 85px; } } @media (max-width: 900px) { .main-wrapper h2 { font-size: 72px; } .banner { flex-direction: column; } .rate-banner { width: 70%; margin-bottom: 40px; max-width: 400px; } .header-banner { height: 96px; border-bottom: 0.5px solid #BB261A; } .header-banner::after { border: 7px solid #BB261A; border-bottom: none; border-left-color: transparent; border-right-color: transparent; right: 10%; } .header-banner img { height: 95px; } .underline { display: none; } .rate > a, .bottom-banner p { font-size: 18px; } .bottom-banner { padding: 7% 5%; } .bottom-banner .button { height: 50px; } } @media (max-width: 768px) { .main-wrapper h2 { font-size: 50px; } } @media (max-width: 560px) { .main-wrapper h2 { font-size: 35px; margin-bottom: 15px; } .rate-banner { width: 90%; } .header-banner { height: 61px; } .main-articles-bottom-img { height: 220px; } .header-banner img { height: 60px; } .rate > a { font-size: 16px; } .bottom-banner p { font-size: 14px; } .bottom-banner .button { height: 30px; left: 0; font-size: 14px; } }
0.381911
0.080321
.pg-header { display: none; } .newsblock { margin-bottom: 40px; } hr { margin-bottom: 5px; margin-top: 5px; } body { padding-top: 50px; } .affix { top: 60px; width: 100%; max-width: inherit; } @media (min-width: 768px) { .pg-header { display: block; text-align: left; font-size: 24px; position: relative; padding: 60px 50px; color: white; background: black url(../img/background.jpg); background-size: cover; margin-bottom: 40px; } .pg-header h1 { margin-top: 0px; line-height: 1; font-size: 60px; color: white; } .pg-header p { margin-bottom: 0px; } .pg-header .container { position: relative; } } #logo { margin-top: -5px; opacity: 0.5; width: 32px; height: 32px; } #logo:hover { opacity: 1; } @media (max-height: 480px) { #navbar { max-height: 200px; } } @media (max-height: 300px) { #navbar { max-height: 150px; } } @media (max-width: 767px) { #navbar { background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), white 40%); } #navbar > ul:last-child { border-bottom: 4px double rgba(0, 0, 0, 0.1); } } #trafficgauge { height: 200px; /* Hack to remove upper spacing of the trafficgauge * See https://github.com/toorshia/justgage/issues/172 */ margin-top: -50px; } .module { padding: 15px; margin-bottom: 10px; border-radius: 4px; border: 1px solid #E1E8ED; } .module h2 { font-size: 18pt; margin: 0px 0px 15px 0px; text-align: center; } .module div:last-child > address { margin-bottom: 0px; } .module hr { margin-top: 10px; margin-bottom: 10px; } .module .full { margin-left: -15px; margin-right: -15px; } a#traffic_gauge_link { text-decoration: none; transition: text-shadow 1s ease, color 1s ease; -moz-transition: text-shadow 1s ease, color 1s ease; -webkit-transition: text-shadow 1s ease, color 1s ease; -o-transition: text-shadow 1s ease, color 1s ease; } #traffic_gauge_error { margin-top: 1em; } div#row-contact div.module > div > div.row + div.row{ margin-top: 1em; } td { vertical-align: top; padding-bottom: 20px; } #trafstat { width: 100%; } img[alt=software_logo] { width: 100px; } #hints { padding: 0; } #hints div { margin-bottom: 10px; } .honey { display: none; } .text-password { filter: blur(2px); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } tr:hover .text-password { filter: none; }
sipa/static/css/style.css
.pg-header { display: none; } .newsblock { margin-bottom: 40px; } hr { margin-bottom: 5px; margin-top: 5px; } body { padding-top: 50px; } .affix { top: 60px; width: 100%; max-width: inherit; } @media (min-width: 768px) { .pg-header { display: block; text-align: left; font-size: 24px; position: relative; padding: 60px 50px; color: white; background: black url(../img/background.jpg); background-size: cover; margin-bottom: 40px; } .pg-header h1 { margin-top: 0px; line-height: 1; font-size: 60px; color: white; } .pg-header p { margin-bottom: 0px; } .pg-header .container { position: relative; } } #logo { margin-top: -5px; opacity: 0.5; width: 32px; height: 32px; } #logo:hover { opacity: 1; } @media (max-height: 480px) { #navbar { max-height: 200px; } } @media (max-height: 300px) { #navbar { max-height: 150px; } } @media (max-width: 767px) { #navbar { background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), white 40%); } #navbar > ul:last-child { border-bottom: 4px double rgba(0, 0, 0, 0.1); } } #trafficgauge { height: 200px; /* Hack to remove upper spacing of the trafficgauge * See https://github.com/toorshia/justgage/issues/172 */ margin-top: -50px; } .module { padding: 15px; margin-bottom: 10px; border-radius: 4px; border: 1px solid #E1E8ED; } .module h2 { font-size: 18pt; margin: 0px 0px 15px 0px; text-align: center; } .module div:last-child > address { margin-bottom: 0px; } .module hr { margin-top: 10px; margin-bottom: 10px; } .module .full { margin-left: -15px; margin-right: -15px; } a#traffic_gauge_link { text-decoration: none; transition: text-shadow 1s ease, color 1s ease; -moz-transition: text-shadow 1s ease, color 1s ease; -webkit-transition: text-shadow 1s ease, color 1s ease; -o-transition: text-shadow 1s ease, color 1s ease; } #traffic_gauge_error { margin-top: 1em; } div#row-contact div.module > div > div.row + div.row{ margin-top: 1em; } td { vertical-align: top; padding-bottom: 20px; } #trafstat { width: 100%; } img[alt=software_logo] { width: 100px; } #hints { padding: 0; } #hints div { margin-bottom: 10px; } .honey { display: none; } .text-password { filter: blur(2px); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } tr:hover .text-password { filter: none; }
0.471467
0.09236
/*----------------------------------------------------------------------------------- Template Name: Orienko Responsive eCommerce Fashion Template Template URI: http://bootexperts.com Description: This is html5 template Author: BootExperts Author URI: http://bootexperts.com Version: 1.0 =============================================================== CSS INDEX =================== 1. Template default css 2. header top area 2.1 header middele area 2.2 header bottom area 3. slider area 4. about us area 5. product area 6. plus area 7. catagory area 8. differ pic area 9. lumia area 10. top rate area 11. fchared area 12. blog area 13. logo area 14. Checkout page 15. newsletter area 16. footer top area 16.1 footer middle area 16.2 footer botom area 17. home page 2 18. home page 3 19. shop area left 20. shop area right 21. my account area 22. wishlist area 23. shopping cart area 24. simple product area 25. variable product area 26. grouped product area 27. blog left sidebar list 28. blog left sidebar grid-1 29. blog left sidebar grid-2 30. blog left sidebar grid-3 31. format image 32. format audio 33. about us 34. faq area 35. 404 area 36. single portfolio 37. portfolio 38. contact us ==============================================================*/ /*========================================*/ /* 1. Template default css /*========================================*/ @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:300,400,700'); html, body { height: 100%; } a:focus { outline: 0px solid } a:hover, a:focus { color: #fa7c63; text-decoration: none; } img { max-width: 100%; height: auto } .fix { overflow: hidden } p { margin: 0 0 15px; } h1, h2, h3, h4, h5, h6 { color: #333; font-family: Oswald,sans-serif; font-weight: 300; line-height: 1.3; margin: 0 0 10px; } a { transition: all 0.3s ease 0s; text-decoration: none; color: #666; } .pr { padding-right: 0; } .pl { padding-left: 0; } a:active, a:hover { outline: 0 none; } ul { list-style: outside none none; margin: 0; padding: 0 } .clear { clear: both } body { color: #666666; font-family: "Open Sans"; font-size: 13px; font-style: normal; font-weight: 400; line-height: 20px; visibility: visible; } .section-padding { padding-bottom: 50px; } .section-title { margin-bottom: 35px; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /*----------------------------------------*/ /* 2. Header top area /*----------------------------------------*/ .pl0 { padding-left: 0; } .pr0 { padding-right: 0 } .header_border { border-bottom: 1px solid #ededed; } .header_left_all > div { display: inline-block; } .header_left_all .littele_menu { cursor: pointer; line-height: 36px; text-transform: capitalize; font-size: 13px; font-family: 'Open Sans', sans-serif } .littele_menu>a >i { font-size: 12px; margin-left: 5px; } .mean_al_dv, .usd_area { display: inline-block; padding: 10px 4px; position: relative; } ul.option { position: absolute; top: 56px; left: 0; min-width: 150px; background: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); transition: .3s; opacity: 0; visibility: hidden; z-index: 99999; padding: 0px 15px; font-size: 12px; text-transform: capitalize; transform: scaleY(0); transform-origin: 0 0 0; } .mean_al_dv:hover ul.option { opacity: 1; visibility: visible; transform: scaleY(1); } ul.option > li { display: block; } ul.option li a { padding: 10px 0px; color: #666; font-size: 12px; line-height: 32px; } ul.option li a:hover { color: #fa7c63; } .usd_area:hover ul.option { opacity: 1; visibility: visible; transform: scaleY(1); } ul.option li:last-child { border-bottom: 0; } .account { margin-right: 20px; } .wishlist { margin-right: 20px; } .Shopping.cart { margin-right: 20px; } a.action:hover { color: #fa7c63; } .product-details a:hover { color: #fa7c63; } .header_right_area { float: right; padding: 18px 20px; } .header_right_area > ul > li { border-right: 1px solid #e1e1e1; display: inline-block; float: left; } .header_right_area > ul > li:last-child { border-right: 0; } .header_right_area > ul > li > a { display: block; font-size: 13px; text-decoration: none; margin-left: 17px; } .header_right_area > ul > li > a:hover { color: #fa7c63; } /*----------------------------------------*/ /* 2.1 Header middele area /*----------------------------------------*/ .header_middle { padding: 38px 0 75px; } .search_box_area { max-width: 460px; width: 70%; float: left; text-align: center; } .new_search { border: 2px solid #ffb128; border-radius: 5px; height: 55px; margin-left: 58px; max-width: 460px; position: relative; width: 100%; } .new_search.new_search_zd { color: #ededed; } .search-field { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0; height: 100%; padding-left: 20px; padding-right: 55px; width: 100%; } .search_box_area input[type="submit"] { background: #ffb128 url("img/icon/icon-search.png") no-repeat scroll 100% 50%; border: 0 none; height: 52px; position: absolute; right: 0; text-indent: -9999px; top: 0; width: 55px; } .shopping_cart_area { float: right; min-width: 250px; position: relative; } .header_middle .topcart .cart-toggler { border-radius: 4px; display: block; font-size: 14px; height: 57px; padding-left: 70px; padding-right: 15px; padding-top: 10px; position: relative; transition: all 0.3s ease 0s; } .header_middle .topcart .cart-toggler .icon { background: #467ecb url("img/icon/icon_cart.png") no-repeat scroll 50% 50%; border-radius: 100%; display: block; height: 55px; left: 0; margin: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 55px; } .header_middle .topcart .cart-toggler .my-cart { color: #333333; display: block; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 400; padding-right: 35px; text-transform: uppercase; } .header_middle .topcart .cart-toggler .fa-angle-down { font-size: 20px; position: absolute; right: 20px; top: 15px; } .topcart_content { height: 44px; padding-top: 10px; margin-top: 0px; padding-bottom: 10px; margin-bottom: 0px; } .header_middle .topcart .new_cart_section { background: #fff none repeat scroll 0 0; border: 1px solid #cccccc; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.39); opacity: 0; padding: 17px; position: absolute; right: 0; top: 100%; transform: scaleY(0); transition: all 0.5s ease 0s; width: 303px; transform-origin: 0 0 0; z-index: 99999; } .header_all.shopping_cart_area:hover .new_cart_section { opacity: 1; transform: scaleY(1); } .wimix_area { margin-left: -44px; border-bottom: 1px solid#e5e5e5; } .new-list .pix_product { float: left; width: 22%; display: block; border: 1px solid#e5e5e5; } .new-list li { display: block; margin-bottom: 15px; overflow: hidden; padding-bottom: 15px; } .product-details { float: left; padding: 0 0px 0 15px; width: 55%; margin-top: -4px; } .pro-action { float: left; padding-top: 10px; text-align: right; width: 15%; } .cartproduct-name { line-height: 20px !important; margin: 5px 0; } .cartproduct-name a { font-weight: 500; font-size: 14px; color: #333; } .cartproduct-name a:hover { color: #F45C5D; } strong.qty { color: #9d9d9d; display: block; font-size: 11px; font-weight: normal; } .sig-price { color: #666; display: block; font-size: 14px; line-height: 20px; } .top-subtotal { color: #666; font-size: 13px; font-weight: 700; margin: 15px 0 0; padding: 15px 10px; text-transform: uppercase; } .top-subtotal .sig-price { float: right; } .cart-remove { display: block; float: left; position: relative; right: -45px; width: 10%; top: 3px; color: #2f2f2f; } .cart-remove > a < i { color: #ddd; font-size: 13px; } .cart-button ul li { display: inline-block; } .cart-button ul li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #dedede; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 38px; line-height: 36px; text-align: center; width: 129px; background: #ededed; text-transform: uppercase; transition: .3s; } .cart-button ul li:first-child { margin-right: 5px; } .cart-button ul li a:hover { border: 1px solid #fa7c63; color: #fff; background: #fa7c63; } .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav { left: 20px; } .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav { right: 60px; } .preview-2 .nivo-directionNav a.nivo-prevNav:hover::before { background: #000; border-color: #fff; color: #fff; } .preview-2 .nivo-directionNav a.nivo-prevNav::before{ background: rgba(201, 201, 201, 0.75); color: #fff; } .preview-2 .nivo-directionNav a.nivo-nextNav:hover::before { background: #000; border-color: #fff; color: #fff; } .preview-2 .nivo-directionNav a.nivo-nextNav::before{ background: rgba(201, 201, 201, 0.75); color: #fff; } .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav { right: 0px; } .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav { font-size: 0; left: -45px; } .owl-theme .owl-controls { margin-top: 0; } /*----------------------------------------*/ /* 2.2 Header bottom area /*----------------------------------------*/ .all_menu_area { position: absolute; top: 203px; width: 100%; } .all_menu_area_2 { top: 176px; } .menu_inner { position: relative; } .full_menu { background: #707070 none repeat scroll 0 0; border-bottom: 3px solid #5c5c5c; border-radius: 4px; position: relative; z-index: 9999; } .full_menu_2 { background: #467ecb; } .all_catagories { position: relative; width: 100%; } .enable_catagories { background: #467ecb none repeat scroll 0 0; border-bottom: 3px solid #2e5ea0; border-radius: 4px 0 0 4px; color: #fff; cursor: pointer; font-family: Oswald, sans-serif; font-size: 20px; font-weight: 300; height: 55px; line-height: 55px; padding: 0 10px; position: relative; text-transform: uppercase; z-index: 9999; } .enable_catagories_2 { background: #4c4c4c; border-bottom: 3px solid #4c4c4c; } .enable_catagories i { padding: 0 10px; } .all_menu_area .all_catagories .enable_catagories .fa-angle-down { float: right; line-height: 55px; margin-right: 5px; } .cat_mega_start { position: absolute; display: none; } .cost-menu { display: none; } .cat_mega_start ul > li > a > i { float: left; padding-right: 0; font-size: 30px; margin-top: 12px; width: 45px; } .cat_mega_start > ul.list > li.shwitm:hover { background: none; } .link_text { color: #666; display: table-cell; font-size: 14px; font-weight: bold; line-height: 30px; min-height: 45px; overflow-wrap: break-word; text-transform: capitalize; vertical-align: middle; white-space: normal; word-break: normal; } .link_descr { display: block; font-size: 80% !important; font-weight: normal; line-height: 17px; text-decoration: none; } .link_content { display: block; } a.item_link { border-bottom: 1px solid #e1e1e1; display: block; line-height: 30px; min-height: 45px; overflow: hidden; padding: 19px 15px 19px 20px; text-overflow: ellipsis; white-space: nowrap; width: 284px; z-index: 99999; } a.item_link::before { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } a.item_link::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 20px; top: 20px; width: auto; } .cat_mega_start { background: #fff none repeat scroll 0 0; border: 1px solid #e1e1e1; min-height: 50px; } .cat_mega_start ul li { position: relative; } .next_area { position: relative; cursor: pointer; } .mega_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 285px; opacity: 0; padding: 6px 20px; position: absolute; top: -101px; transform: perspective(600px) rotateX(-90deg); transform-origin: 0 0 0; transition: all 0.3s ease 0s; visibility: hidden; width: 481px; } .next_area:hover .mega_menu { opacity: 1; transform: perspective(600px) rotateX(0deg); visibility: visible; } .mega_menu_coloumn { width: 50%; float: left; padding: 6px 13px; } .mega_menu_coloumn ul { text-align: left; } .mega_menu_coloumn ul li { display: block; } .mega_menu_coloumn ul li:first-child { border-bottom: 2px solid#444; } .mega_menu_coloumn ul li a { color: #666; display: inline-block; font-size: 13px; font-weight: normal; line-height: 30px; margin-top: 6px; text-transform: capitalize; transition: all 0.5s ease 0s; } .mega_menu_coloumn ul li a:hover { color: #fa7c63; } .mega_menu_coloumn ul li:first-child a { color: #666; font-size: 13px; font-weight: 400; text-transform: uppercase; font-family: Oswald, sans-serif; } .differ_sec_area { position: relative; cursor: pointer; } ul.another_drop_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 285px; opacity: 0; padding: 16px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .differ_sec_area:hover ul.another_drop_menu { opacity: 1; transform: scaleY(1); } ul.another_drop_menu li { display: block; } ul.another_drop_menu li a { padding: 15px 1px; color: #666; line-height: 30px; } .differ_sec_area:hover .another_drop_menu li a { background: none; } .another_drop_menu li a:hover { color: #fa7c63; } a.new_link_2 { color: #666; font-size: 13px; font-weight: 400; text-transform: capitalize; transition: all 0.5s ease 0s; } a.new_link_2::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 14px; top: -1px; width: auto; } .risk:hover a.new_link_3::after { color: #fa7c63; } .discrip:hover a.new_link_2::after { color: #fa7c63; } .discrip { position: relative; } .risk { position: absolute; } .exact { position: relative; } ul.new_miup_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 234px; opacity: 0; padding: 11px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .discrip:hover .new_miup_menu { opacity: 1; transform: scaleY(1); } .risk:hover .new_miup_menu { opacity: 1; transform: scaleY(1); } ul.decent_mean_menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); color: #666666; font-size: 13px; left: 239px; opacity: 0; padding: 9px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .exact:hover .decent_mean_menu { opacity: 1; transform: scaleY(1); } .lax_arae { position: relative; } ul.decent_mean_menu:hover ul.new_mixup_tm li { color: #fa7c63; } .fa.fa-mobile { font-size: 47px; } a.item_link_2::after { display: none; } a.new_link_4::after { display: none; } ul.another_drop_menu >li >a > i { font-size: 14px; } a.new_link_8::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 14px; top: -1px; width: auto; } .exact:hover a.new_link_8::after { color: #fa7c63; } /*----------------------------------------*/ /* menu area /*----------------------------------------*/ .menu ul li { display: inline-block; position: relative; } .menu ul li a { border-bottom: 3px solid transparent; color: #fff; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 300; line-height: 52px; min-height: 25px; padding: 13px 25px; text-transform: uppercase; transition: all 0.4s ease 0s; text-decoration: none; } .menu ul > li > a > i { display: inline-block; font-size: 12px; position: absolute; right: 9px; top: calc(50% - 6px); } .menu nav > ul > li:hover > a { background: #fa7c63; color: #fff; border-color: #f85332; } .menu >nav > ul > li.active > a { background: #fa7c63; color: #fff; border-color: #f85332; } ul.submenu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 1px; opacity: 0; padding: 2px; position: absolute; text-align: left; top: 57px; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .menu ul li:hover ul.submenu { opacity: 1; transform: scaleY(1); } ul.submenu li { display: block; } ul.submenu li a { padding: 10px 15px; color: #666; font-size: 13px; font-weight: 400; font-family: 'Open Sans', sans-serif; text-transform: capitalize; transition: all 0.5s ease 0s; line-height: 41px; } ul.submenu li a:hover { color: #fa7c63; } .new_mega_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 0px; opacity: 0; padding: 15px 17px; position: absolute; top: 110%; transform: perspective(600px) rotateX(-90deg); transform-origin: 0 0 0; transition: all 0.3s ease 0s; visibility: hidden; width: 672px; } .menu ul li:hover .new_mega_menu { opacity: 1; transform: perspective(600px) rotateX(0deg); visibility: visible; } .new_mega_menu_coloumn { width: 33.33333%; float: left; padding: 0px 6px; } .new_mega_menu_coloumn ul { text-align: left; } .new_mega_menu_coloumn ul li { display: block; margin-top: 12px; } .new_mega_menu_coloumn ul li a { color: #666; font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: normal; line-height: 8px !important; padding: 3px; text-transform: capitalize; transition: all 0.5s ease 0s; } .new_mega_menu_coloumn ul li a:hover { color: #f48d5a; } .new_mega_menu_coloumn ul li:first-child a { color: #666; font-family: Oswald, sans-serif; font-size: 13px; font-weight: 400; text-transform: uppercase; display: inline-block; } .new_mega_menu_coloumn ul li:first-child a:hover { color: #f48d5a; } .new_mega_menu_coloumn ul li:first-child { border-bottom: 2px solid #444; } a.item_link_12::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 20px; top: -1px; width: auto; } .squre_one { position: relative; } ul.sub_menu_6 { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 248px; opacity: 0; padding: 2px; position: absolute; text-align: left; top: -2px; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 256px; } .squre_one:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } ul.sub_menu_6 li { display: block; } ul.sub_menu_6 li a { padding: 10px 15px; color: #666; font-size: 13px; font-weight: 400; font-family: 'Open Sans', sans-serif; text-transform: capitalize; transition: all 0.5s ease 0s; line-height: 41px; } ul.sub_menu_6 li a:hover { color: #fa7c63; } .squere_2 { position: relative; } .squere_2:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } .squere_3 { position: relative; } .squere_3:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } .pg_1 { position: relative; } .pg_1:hover ul.submenu { opacity: 1; transform: scaleY(1); } .port_1 { position: relative; } .port_1:hover ul.submenu { opacity: 1; transform: scaleY(1); } .flexiable_new { position: relative; } .link_descr_2 { background: #ef3835 none repeat scroll 0 0; border-radius: 3px; color: #fff; font-family: Open Sans, sans-serif; font-size: 11px !important; font-weight: 400; height: 16px; line-height: 16px; min-width: 35px; position: absolute; right: 28px; text-align: center; text-transform: capitalize; top: -10px; transform: translateZ(0px); transition: all 0.5s ease 0s; } .link_descr_3 { background: #ffb128; } .link_descr_2::before { border-color: #ef3835 transparent transparent; border-style: solid; border-width: 5px 5px 0; bottom: -5px; content: ""; left: calc(45%); pointer-events: none; position: absolute; transition-duration: 0.3s; transition-property: bottom; z-index: -1; } .link_descr_3::before { border-color: #ffb128 transparent transparent; } .showmore-items { cursor: pointer; font-size: 14px; line-height: 45px; padding: 0 20px; text-transform: capitalize; } .showmore-items i { margin-right: 15px; } .showmore-items:hover { color: #FA7C63; background: none; } /*----------------------------------------*/ /* 3. Slider area /*----------------------------------------*/ .slider-area { background: #404040 none repeat scroll 0 0; overflow: hidden; padding-bottom: 53px; position: relative; } .slider-area.slider-area-2 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; margin-top: -49px; } .tld-f1{ margin-left: 73px; margin-top: 82px; float: left; width: 20%; } .layer-1-1.animated.fadeInDown{ animation-delay: 0s; animation-duration: 0.3s; } .layer-1-2.animated.flipInX { animation-delay: 0.3s; animation-duration: 0.8s; } .layer-1-3.animated.rotateInUpLeft{ animation-delay: 0.6s; animation-duration: 0.6s; } .layer-1-4.animated.rotateInUpLeft{ animation-delay: 0.8s; animation-duration: 0.9s; } .layer-1-5.animated.rotateInUpLeft{ animation-delay: 0.1s; animation-duration: 0.6s; } .layer-1-6.animated.zoomIn{ animation-delay: 0.1s; animation-duration: 0.7s; } .layer-1-6 { position: absolute; left: 300px; top: 116px; } .layer-1-1.animated.fadeInDown > h1{ border-width: 0; color: rgba(153, 153, 153, 1); font-family: Oswald, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; } .layer-1-1.animated.fadeInDown > h1:after { position: absolute; content: ""; height: 4px; width: 100px; background: #fff; left: 0; top: 100%; } .nivo-controlNav a.active { background: #ff0000 none repeat scroll 0 0; font-weight: bold; height: 17px; left: 253px; position: absolute; top: 476px; width: 17px; } .nivo-controlNav a { background: #ff0000 none repeat scroll 0 0; cursor: pointer; height: 17px; position: absolute; top: 476px; width: 15px; right: 295px; } .layer-1-2.animated.flipInX{ margin-bottom: 32px; margin-top: 12px; } .layer-1-2.animated.flipInX > h2 { border-width: 0; color: #ef3835; font-family: Oswald,sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; margin-bottom: -12px; } .layer-1-3.animated.rotateInUpLeft > h1{ border-width: 0; color: rgba(63, 63, 63, 1); font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; text-transform: uppercase; } .layer-1-4.animated.rotateInUpLeft > h3 { border-width: 0; color: #3f3f3f; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; text-transform: uppercase; margin-bottom: 46px; } .layer-1-5.animated.rotateInUpLeft a, .layer-2-5.animated.bounceInUp a { background-color: rgba(250, 124, 99, 1); border-color: rgba(250, 124, 99, 1) rgba(250, 124, 99, 1) rgba(211, 103, 81, 1); border-radius: 4px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; box-sizing: border-box; color: rgba(255, 255, 255, 1); cursor: pointer; display: inline-block; font-family: Oswald, sans-serif; font-size: 17px; font-style: normal; font-weight: 300; letter-spacing: 0; line-height: 17px; margin-top: 12px; padding: 10px 20px; text-transform: uppercase; transition: all 0.3s ease 0s; } .layer-1-5.animated.rotateInUpLeft a:hover, .layer-2-5.animated.bounceInUp a:hover{ background: #467ecb; color: #fff; border-color: #467ecb; } .layer-2-1.animated.fadeInLeftBig > h1 { border-width: 0; color: rgb(228, 228, 228); font-family: Oswald, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; } .layer-2-2.animated.slideInLeft > h2 { border-width: 0; color: #fff; font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; } .sld-fl { float: left; margin-left: 73px; margin-top: 75px; width: 50%; background: none; } .sld-fr { left: 700px; position: absolute; right: 0; top: 95px; } .layer-2-5.animated.bounceInUp > a:hover{ background: #467ecb none repeat scroll 0 0; border-color: #467ecb; color: #ffffff; } .layer-2-6.animated.zoomIn > img { width: 75%; } .tld-f2 { float: left; margin-left: -202px; padding-top: 229px; width: 80%; } .layer-2-3.animated.slideInLeft > h1 { border-width: 0; color: rgba(63, 63, 63, 1); font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; text-transform: uppercase; } .layer-2-4.animated.slideInLeft > h3 { border-width: 0; color: #3f3f3f; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; text-transform: uppercase; margin-bottom: 36px; } .layer-2-1.animated.fadeInLeftBig{ animation-delay: 0s; animation-duration: 0.3s; } .layer-2-2.animated.slideInLeft{ animation-delay: 0.3s; animation-duration: 0.8s; margin-bottom: 30px; } .layer-2-3.animated.slideInLeft{ animation-delay: 0.6s; animation-duration: 0.6s; } .layer-2-4.animated.slideInLeft { animation-delay: 0.8s; animation-duration: 0.9s; } .my-slider { padding: 70px 0; } .cat_mega_start > ul.list >li:hover { background: #FA7C63; } .cat_mega_start > ul.list >li:hover a.item_link i, .cat_mega_start > ul.list > li:hover .link_text { color: #fff } .cat_mega_start > ul.list > li:hover > a.item_link::after { color: #fff } /*----------------------------------------*/ /* social design area /*----------------------------------------*/ .social_design { position: fixed; right: 0; top: 150px; width: 45px; z-index: 999999; } .social_design ul { padding: 0; } .social_design ul li { display: block; } .social_design ul li a { float: right; margin-bottom: 2px; } .social_design ul li a.facebook { background: #3b5998 none repeat scroll 0 0; } .social_design ul li a > span { color: #fff; float: left; font-size: 11px; height: 43px; line-height: 43px; overflow: hidden; transition: all 0.5s ease 0s; white-space: nowrap; width: 43px; } .social_design ul li a:hover > span { width: 160px; } .social_design ul li a > span i.fa { float: left; font-size: 20px; height: 43px; line-height: 43px; text-align: center; width: 43px; } .social_design ul li a > span span.social-text { float: left; height: 43px; line-height: 43px; width: 0; } .social_design ul li a.twitter { background: #62bdb2 none repeat scroll 0 0; } .social_design ul li a.google-plus { background: #db4a39 none repeat scroll 0 0; } .social_design ul li a.youtube { background: #c4302b none repeat scroll 0 0; } .social_design ul li a.pinterest { background: #db4a39 none repeat scroll 0 0; } .social_design ul li a.mail-to { background: #2a056f none repeat scroll 0 0; } /*----------------------------------------*/ /* 4. About us area /*----------------------------------------*/ .about_us_area { overflow: hidden; padding: 38px 0; } .about_us_area.about_us_area_2 { margin-top: -18px; padding: 0 0 37px; } .about_all { border: 0 none; padding: 0 none; position: relative; } .about_icon { background-color: #fff; border: 1px solid #e1e1e1; border-radius: 100%; color: #999999; font-size: 40px; height: 78px; left: 0; line-height: 78px; position: absolute; text-align: center; top: 30px; transition: all 0.3s ease 0s; width: 78px; } .about_content { background-color: #fff; border: 1px solid #e1e1e1; margin-left: 30px; padding: 20px 20px 20px 62px; } .about_text { font-size: 16px; font-weight: normal; font-family: "Open Sans", sans-serif; margin-bottom: 7px; text-transform: capitalize; color: #666; } .about_prgph { color: #666; font-family: "Open Sans"; font-size: 13px; font-weight: 400; line-height: 20px; } .about_icon { transition: .3s; } .single_about:hover .about_icon { animation: 500ms ease-in-out 0s normal none 1 running pulse; color: #fa7c63; } /*----------------------------------------*/ /* 5. Product area /*----------------------------------------*/ .new_product { padding-left: 75px; position: relative; } .product_heading i { background: #467ecb none repeat scroll 0 0; border-bottom: 2px solid #3c69a6; border-radius: 4px; bottom: 0; color: #fff; display: block; font-size: 28px; height: 55px; left: 0; line-height: 55px; position: absolute; text-align: center; width: 55px; } .product_heading > span { border-bottom: 2px solid #f2f2f2; color: #666666; display: block; font-family: Oswald,sans-serif; font-size: 22px; font-weight: 300; line-height: 55px; position: relative; text-transform: uppercase; } .product_heading_tf > span{ margin-left: 15px; } .product_heading.product_heading_tf > span { border-bottom: medium none #000080; } .product_heading.product_heading_tf > span::before { background: #e1e1e1 none repeat scroll 0 0; border-bottom: medium none; bottom: -2px; color: #000000; content: ""; height: 1px; left: 0; position: absolute; width: 1067px; } .product_heading > span::after { border-bottom: 2px solid #fa7c63; bottom: -2px; content: ""; left: 0; position: absolute; width: 150px; } .single_product { position: relative; } .single_product span { background: #ffb128 none repeat scroll 0 0; border-radius: 50%; color: #fff; font-size: 13px; font-weight: normal; height: 45px; left: auto; line-height: 45px; position: absolute; text-align: center; text-transform: capitalize; top: 10px; width: 45px; z-index: 1; right: 10px; } .sinle_pic { border: 1px solid #e5e5e5; overflow: hidden; position: relative; border-bottom: none; } .sinle_pic a { position: relative; display: block; } .sinle_pic img { backface-visibility: hidden; display: block; height: 100%; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%; } .sinle_pic img.secondary-img { left: 0; position: absolute; top: 100%; } .all-pros:hover .sinle_pic img.secondary-img, .all-pros:hover .sinle_pic img.primary-img { transform: translate3d(0px, -100%, 0px); } .product-action .quickview { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 3px; color: #fff; display: inline-block; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 300; line-height: 30px; padding: 0 20px; opacity: 0; visibility: hidden; transform: scale(0.5) } .product-action .quickview:hover { background-color: #f85332; } .product-action ul li { position: absolute; right: 62px; z-index: 9; } .all-pros { animation-delay: 500ms; animation-duration: 0.5s; margin-bottom: 38px; margin-top: 30px; overflow: hidden; position: relative; } .all-pros-2 { animation-delay: 200ms; animation-duration: 0.5s; } .all-pros-3 { animation-delay: 300ms; animation-duration: 0.5s; } .all-pros-4 { animation-delay: 400ms; animation-duration: 0.5s; } .all-pros-5 { animation-delay: 500ms; animation-duration: 0.5s; } .all-pros-6 { animation-delay: 600ms; animation-duration: 0.5s; } .all-pros-7 { animation-delay: 700ms; animation-duration: 0.5s; } .all-pros-8 { animation-delay: 800ms; animation-duration: 0.5s; } .all-pros-9 { animation-delay: 900ms; animation-duration: 0.5s; } .all-pros-10 { animation-delay: 100ms; animation-duration: 0.5s; } .product-action { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; text-align: center; top: 24%; transition: all 0.5s ease 0s; } .all-pros:hover .product-action .quickview { transform: scale(1); opacity: 1; visibility: visible; } .shop-products.products .product .product-wrapper:hover .list-col4 .product-image .detail-link { animation: 300ms ease 0s normal none 1 running smallToBig; opacity: 1; visibility: visible; } .action-cart { transition: all 0.2s ease 0s; bottom: 113px; } .action-wishlist { transition: all 0.3s ease 0s; bottom: 78px; } .action-compare { transition: all 0.4s ease 0s; bottom: 43px; } .action-quickview { transition: all 0.5s ease 0s; bottom: 8px; } .sinle_pic .product-action { opacity: 0; } .sinle_pic:hover .product-action { opacity: 1; } .product_name > h2 > a { color: #000; font-size: 14px; font-weight: 600; margin-left: -211px; transition: .5s; } .product_name > h2 > a:hover { color: #14bfcc; } .price_box { color: #ed1c24; font-size: 15px; font-weight: bold; margin-bottom: 13px; margin-top: 3px; min-height: 25px; position: relative; z-index: 2; margin-left: 3px; } .old-.price { color: #666; text-decoration: line-through; margin-left: -219px; font-family: Open Sans, sans-serif; font-weight: normal; } .old-.price.old-.price-3 { font-size: 14px; } .price_rating > a > i { color: #f7bb39; font-size: 12px; } .product_name_2 h2 > a { font-family: Open Sans, sans-serif; font-size: 15px; font-weight: normal; letter-spacing: 0; margin: 14px 0 -1px; } .product_name_2 h2 > a:hover { color: #fa7c63; } .not-rated > i { color: #d3ced2 !important; } .product_content { border: 1px solid #e5e5e5; position: relative; text-align: center; z-index: 9; } .usal_pro { overflow: hidden; } .last_button_area ul li { display: inline-block; } .last_button_area ul li { padding: 1px; } .last_button_area { margin: -3px 0 15px; } .button_act { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; padding: 0 20px; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; } .button_act:hover { background: #fa7c63; color: #fff; border-color: #fa7c63; } a.add_to_wishlist { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; opacity: 0; transition: .3s; transform: scale(0); } a.compare { opacity: 0; transition: .3s; transform: scale(0) } .all-pros:hover a.add_to_wishlist, .all-pros:hover a.compare { opacity: 1; transform: scale(1); } .yith-wcwl-add-button i { color: #999999; font-size: 19px; margin-top: 9px; } a.compare { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; } .compare.button i { color: #666; font-size: 19px; margin-top: 9px; } .yith-wcwl-add-button:hover i { color: #fff } .yith-wcwl-add-button.show.show-2 { display: inline-block !important; } .add_to_wishlist:hover, .add_to_wishlist_3:hover { background: #fa7c63; border-color: #fa7c63; } .compare.button i:hover, .compare_3.button i:hover { color: #fff; } a.compare:hover,.compare_3:hover { background: #fa7c63; border-color: #fa7c63; } .all_product { position: relative; } .indicator-brand.owl-buttons { position: absolute; right: 20px; top: -74px; } .indicator-brand.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand.owl-theme .owl-controls .owl-buttons { position: absolute; top: -69px; width: 100%; left: 4px; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 771px; position: absolute; right: 0; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .new_cosmatic.indicator-brand.indicator-brand-2.indicator-brand-3.owl-carousel.owl-theme { margin: -9px 2px; } .single_product_3 { background: #ef3835; border-radius: 50%; color: #fff; font-size: 13px; font-weight: normal; height: 45px; left: 10px; line-height: 45px; position: absolute; right: auto; text-align: center; text-transform: capitalize; top: 10px; width: 45px; z-index: 1; } .single_product_2 > span { background: #467ecb; } .new_cosmatic.indicator-brand.indicator-brand-2.owl-carousel.owl-theme { margin-top: -7px; } .cosmatics_products { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 4px; color: #fff; font-size: 22px; font-weight: 300; height: 55px; line-height: 55px; padding: 0 15px 0 12px; text-transform: uppercase; font-family: Oswald, sans-serif; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 191px; position: absolute; right: 0; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons { position: absolute; top: -73px; width: 100%; } .cosmatics_products i { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; height: 50px; line-height: 50px; } .cdown { float: left; margin: 0 10px; } .count-down-area { border-top: 1px solid #e1e1e1; display: block; float: left; margin-top: 6px; text-align: center; width: 100%; } .cdown.days{ margin-bottom: 10px; } .price_box.price_box_dgr { margin-bottom: 0; } span.cdown { float: left; width: 25%; color: #666; height: 60px; text-transform: capitalize; display: inline-block; margin: 0; font-size: 13px; font-family: "Open Sans"; margin-top: 5px; font-weight: 500; } .usal_pro.usal_pro_eb { margin-bottom: -6px; } .time-count{ font-weight: 600; font-family: "Open Sans"; } span.cdown strong { color: #444; font-size: 12px; font-weight: 400; font-family: "Open Sans"; position: relative; } .cdown.days{ margin-bottom: 0; } /*----------------------------------------*/ /* 6. Plus area /*----------------------------------------*/ .plus_area { margin-bottom: 38px; } .pix_new { display: inline-block; margin: 0; max-width: 100%; position: relative; vertical-align: top; z-index: 9; } .pix_new a::before { background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 0; top: 0; z-index: 99; } .pix_new img { height: auto; max-width: 100%; vertical-align: top; } .pix_new a { display: block; overflow: hidden; position: relative; } .pix_new a:hover::before { left: 50%; opacity: 1; right: 50%; transition: all 900ms ease 0s; } /*----------------------------------------*/ /* 7. Catagory area /*----------------------------------------*/ .favtabs > li { display: inline-block; } .favtabs > li > a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #dfdfdf !important; border-radius: 3px; display: block; font-size: 13px; height: 33px; line-height: 31px; margin: 1; padding: 0 15px; position: relative; transition: all 0.3s ease 0s; color: #666; } .favtabs li a:hover{ background: #fa7c63; color: #fff; border-color: #f85332 !important; border-width: 1px 1px 2px !important; } .favtabs > li.active > a { background: #fa7c63; color: #fff; border-color:#f85332!important; border-image: none !important; border-style: solid !important; border-width: 1px 1px 2px !important; } .favtabs { margin: 0; position: absolute; right: 0; top: -45px; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons { opacity: 0; } .feature-carousel:hover.indicator-brand-3.owl-theme .owl-controls .owl-buttons { opacity: 1; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons { position: absolute; top: 137px; width: 100%; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 14px; position: absolute; right: 0; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 15px; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { border-color:#f85332; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next:hover { border-color:#f85332; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } /*----------------------------------------*/ /* 8. Differ pic area /*----------------------------------------*/ .differ_pic { margin-bottom: 38px; } /*----------------------------------------*/ /* 9. Lumia area /*----------------------------------------*/ .lumia_area { margin-bottom: 38px; } /*----------------------------------------*/ /* 10. Top rate area /*----------------------------------------*/ .top_rate_area { margin-bottom: 8px; overflow: hidden; } .top_rate_area.top_rate_area_2 { margin-bottom: 2px; } .llc_pro { float: left; width: 100px; } .product_name_new h2 a { font-size: 14px; } .product_price.product_price_new_3 { margin-top: -3px; } .sinle_pic_2 { border: 0; overflow: hidden; position: relative; } .sinle_pic_2 a { position: relative; display: block; } .sinle_pic_2 img { backface-visibility: hidden; display: block; height: 100%; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%; } .sinle_pic_2 img.secondary-img { left: 0; position: absolute; top: 100%; } .all-pros-ex:hover .sinle_pic_2 img.secondary-img, .all-pros-ex:hover .sinle_pic_2 img.primary-img { transform: translate3d(0px, -100%, 0px); } .product_content_2 { border: 0 none; margin-bottom: 8px; margin-left: 111px; margin-top: -11px; padding: 0 0 0 11px; text-align: left; } .all-pros-ex { animation-delay: 100ms; animation-duration: 0.5s; margin-top: 25px; overflow: hidden; position: relative; border-bottom: 1px solid#e5e5e5; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons { position: absolute; top: -71px; width: 100%; left: 14px; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 187px; position: absolute; right: 0; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next:hover { border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .single-sidebar { float: left; margin: 0 0 30px; padding: 20px; width: 90%; border: 1px solid#e1e1e1; } .single-sidebar h3 { color: #444; font-size: 16px; margin: 0 0 25px; text-transform: uppercase; } .compare_content .new_tag > a { border: 1px solid #e1e1e1; border-radius: 3px; display: inline-block; font-size: 12px !important; font-weight: normal; line-height: 30px; margin: 0 5px 5px 0; padding: 0 12px; text-transform: capitalize; color: #666; } .new_tag a:hover { background: #fa7c63 none repeat scroll 0 0; border-color: #fa7c63; color: #fff; } /*----------------------------------------*/ /* 11. Fchared area /*----------------------------------------*/ .fchered_area { margin-bottom: 30px; } .fchered_item { background: #fff none repeat scroll 0 0; padding: 0 0 25px; text-align: center; } .fechered_pix { border-bottom: 1px solid#e1e1e1; } .fechered_heading h3 > a { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: bold; margin: 25px 0 20px; text-transform: uppercase; } a.view_button { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; cursor: pointer } a.view_button:hover { background: #fa7c63 none repeat scroll 0 0; border-color: #fa7c63; color: #fff; } .chard_ex_al { border: 1px solid #e1e1e1; margin-bottom: 38px; } .indicator-brand-5.owl-theme .owl-controls .owl-buttons { position: absolute; top: -103px; width: 100%; left: 10px; } .indicator-brand-5.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 771px; } .indicator-brand-bg.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1062px; } /*----------------------------------------*/ /* 12. Blog area /*----------------------------------------*/ .blog { margin-bottom: 31px; overflow: hidden; } .blog_thumb { position: relative; } .blog_thumb a::before { backface-visibility: hidden; background: rgba(63, 63, 63, 0.5) none repeat scroll 0 0; bottom: 0px; content: ""; left: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0; top: 0; transition: opacity 0.4s ease 0s; z-index: 2; } .blog_thumb a::after { bottom: 0; color: #fff; content: ""; font-family: FontAwesome; font-size: 30px; height: 30px; left: 0; line-height: 30px; margin: auto; opacity: 0; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; transform: scaleX(-1); transition: transform 400ms ease 0s; visibility: hidden; width: 30px; z-index: 11; } .blog_thumb a { display: block; overflow: hidden; } .blog_thumb a:hover::before { opacity: 1; visibility: visible; } .blog_thumb a:hover::after { opacity: 1; transform: scaleX(1); visibility: visible; } .blog_thumb a img { backface-visibility: hidden; transition: opacity 0.5s ease 0s, transform 0.5s ease 0s; } .blog_thumb a:hover img { transform: scale3d(1.1, 1.1, 1); } .blog_thumb .blogdate { background: #fff none repeat scroll 0 0; border-radius: 100%; bottom: -12px; color: #888888; font-size: 13px; height: 60px; left: 0; line-height: 1; margin: 0 auto; padding: 4px; pointer-events: none; position: absolute; right: 0; width: 60px; z-index: 11; } .blog_thumb .blogdate div { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 100%; color: #ffffff; display: block; font-size: 11px; height: 100%; text-align: center; text-transform: uppercase; width: 100%; } .blog_info { margin: 20px 0 0; position: relative; } .blog_info .post-title { font-family: Open Sans,sans-serif; font-size: 16px; font-weight: 600; text-transform: capitalize; color: #333; } .post-title > a { color: #333333; } .blog_info .post-title a:hover { color: #fa7c63; } .blog_thumb .blogdate div .day { display: block; font-family: Oswald, sans-serif; font-size: 16px; padding: 10px 0 3px; } .blog_info .post-excerpt { clear: both; margin: 10px 0; color: #666 } .blog_info .readmore-text { font-weight: bold; text-decoration: underline; } .blog_info .readmore-text:hover { color: #fa7c63; } .indicator-brand-6.owl-theme .owl-controls .owl-buttons { left: 9px; position: absolute; top: -98px; width: 100%; } .indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 772px; position: absolute; right: 0; } /*----------------------------------------*/ /* 13. Logo area /*----------------------------------------*/ .main_brand { margin-bottom: 10px; padding: 14px; } .all_brand { border: 1px solid#e1e1e1; } .all_brand.all_brand_zx.indicator-brand.indicator-brand-7.owl-carousel.owl-theme { background: #ffffff none repeat scroll 0 0; } .brand_pix { margin-bottom: 14px; margin-top: 20px; } .brand { margin-bottom: 18px; } .brand.brand-2.brand-3 { margin-top: 15px; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons { left: -2px; position: absolute; top: -105px; width: 100%; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1065px; position: absolute; right: 0; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons div.owl-next { right: -2px; } .main_brand.main_brand_tf { margin-top: -13px; padding: 28px; } /*---------------------------------------- 14. Checkout page /*----------------------------------------*/ .coupon-area {} .coupon-accordion {} .main-container #checkout.breadcrumb { margin: 0 0 40px; } .coupon-accordion { margin-top: 17px; } .amount { font-size: 15px; } .coupon-accordion h3 { padding: 1.2em 2em 1.2em 3.5em !important; margin: 0 0 2em !important; position: relative; background-color: #f7f6f7; color: #515151; font-size: 13px; font-weight: 400; font-style: normal; border-top: 3px solid #1e85be; list-style: none !important; width: auto; word-wrap: break-word; font-family: "Open Sans"; } .checkout-area { margin-bottom: 58px; } .coupon-accordion h3::before { color: #1e85be; content: "\f133"; display: inline-block; font-family: fontawesome; left: 1.5em; position: absolute; top: 1.2em; } .new_chek_cart { border: 1px solid #e1e1e1; margin: -2px 12px 12px; overflow: hidden; padding: 15px; } .coupon-accordion span { color: #222222; cursor: pointer; } .coupon-accordion span:hover, p.lost-password a:hover { color: #e28a9a; } .coupon-content { border: 1px solid #e5e5e5; display: none; margin-bottom: 20px; padding: 20px; } .coupon-info {} .coupon-info p.coupon-text { margin-bottom: 15px } .coupon-info p { color: #222222; font-family: Open Sans; font-size: 13px; font-weight: normal; margin-bottom: 0; } .coupon-info p.form-row-first {} .coupon-info p.form-row-first label, .coupon-info p.form-row-last label { display: block; } .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required { color: red; font-weight: 700; } .coupon-info p.form-row-first input, .coupon-info p.form-row-last input { border: 1px solid #e5e5e5; height: 36px; margin: 0 0 14px; max-width: 100%; padding: 0 0 0 10px; width: 370px; } .coupon-info p.form-row-last {} .coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover { background: #fa7c63; } .coupon-info p.form-row input[type="checkbox"] { position: relative; top: 2px; } .form-row > label { margin-top: 7px; } p.lost-password { margin-top: 15px; } p.lost-password a { color: #222; } p.checkout-coupon {} p.checkout-coupon input[type=text] { height: 36px; padding-left: 10px; width: 170px; float: left; } p.checkout-coupon input[type=submit] { background: #333 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; height: 36px; margin-left: 6px; padding: 5px 10px; transition: all 0.3s ease 0s; } .coupon-checkout-content { margin-bottom: 30px; display: none; } .checkbox-form h3 { border-bottom: 1px solid #e5e5e5; color: #333333; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 300; margin: 0 0 20px; padding-bottom: 10px; width: 100%; } .country-select { margin-bottom: 30px; position: relative; } select { border: 1px solid #ccc; height: 34px; width: 250px; padding: 6px 12px; line-height: 1.42857143; } .selectwrap { position: relative; float: left; } .selectwrap:after { content: "↓"; text-align: center; line-height: 32px; position: absolute; width: 32px; height: 32px; background: #fff; right: 1px; top: 1px; pointer-events: none; } .country-select label, .checkout-form-list label { color: #252525; font-family: Open Sans; margin: 0 0 5px; display: block; font-weight: normal; } .country-select label span.required, .checkout-form-list label span.required { color: red } .country-select select { -moz-appearance: none; border: 1px solid #ddd; height: 32px; padding-left: 10px; width: 100%; } .country-select::before { content: "\f0d7"; display: inline-block; font-family: fontawesome; font-size: 18px; position: absolute; right: 14px; top: 32px; cursor: pointer; color: #898989; } .checkout-form-list { margin-bottom: 14px; } .checkout-form-list label { color: #2f2f2f; font-size: 11px; font-weight: bold; margin: 0 0 5px; } .checkbox-form { padding: 20px 0; } .checkout-form-list label span.required {} .checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] { background: #fff none repeat scroll 0 0; border: 1px solid #e5e5e5; border-radius: 0; height: 42px; width: 100%; padding: 0 0 0 10px; color: #000; } .checkout-form-list {} .checkout-form-list input[type=checkbox] { display: inline-block; margin-right: 10px; position: relative; top: 2px; } .create-acc label { color: #333; display: inline-block; } .checkout-form-list input[type=password] {} .create-account { display: none } .ship-different-title h3 label { color: #333333; display: inline-block; font-weight: 300; margin-right: 20px; font-family: Oswald,sans-serif; } .ship-different-title input {} .order-notes {} .order-notes textarea { height: 90px; padding: 15px; width: 100% } #ship-box-info { display: none } .your-order { border: 1px solid #e1e1e1; padding: 30px 40px 45px; } .your-order h3 { font-size: 26px; margin: 0 0 20px; padding-bottom: 10px; text-transform: capitalize; font-weight: 300; width: 100%; font-family: Oswald,sans-serif; } .new_text_doc { border-bottom: 1px solid #fa7c63; } .your-order-table table { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; width: 100%; } .your-order-table table th, .your-order-table table td { border-bottom: 1px solid #fa7c63; border-right: medium none; color: #666666; font-weight: 500; padding: 15px 17px; text-align: left; } .your-order-table table th { border-bottom: 1px solid #fa7c63; border-right: medium none; border-top: medium none; color: #666; font-size: 14px; font-weight: 700; padding: 15px 0; text-align: left; text-transform: uppercase; vertical-align: middle; white-space: nowrap; width: 250px; } .your-order-table table .shipping ul li input { position: relative; top: 2px; } .your-order-table table .shipping th { vertical-align: top; } .your-order-table table .shipping ul { list-style: none; } .your-order-table table .order-total th { border-bottom: medium none; font-size: 20px; font-weight: bold; } .your-order-table table .order-total td { border-bottom: medium none; } .your-order-table table tr.order-total td span { color: #ecb3bd; font-size: 30px; } .your-order-table table {} .payment-method { margin-top: 40px; } .collapses-group.collapses-group_2 { background: #e5e5e5 none repeat scroll 0 0; border-radius: 5px; margin-top: 30px; padding: 16px 0; } .amount_new { color: #fa7c63; font-size: 18px; font-weight: bold; } .payment-method { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e5e5e5; border-radius: 5px; padding: 17px 14px; } .payment-accordion-toggle::before { background: #ffffff none repeat scroll 0 0; border: 1px solid #818181; border-radius: 50%; content: ""; height: 15px; left: -22px; position: absolute; text-align: center; top: 5px; width: 15px; } .payment-accordion h3 { color: #666; cursor: pointer; font-family: "Open Sans"; font-size: 13px; font-weight: 700; margin: 0 0 11px 20px; position: relative; text-transform: none; } .payment-content p { font-size: 12px; } .payment-content{ background-color: #dfdcde; border-radius: 2px; box-sizing: border-box; color: #515151; font-size: 0.92em; line-height: 1.5; margin: 1em 0; padding: 1em; position: relative; width: 100%; } .payment-content::before{ -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dfdcde; border-image: none; border-style: solid; border-width: 1em; content: ""; display: block; left: 0; margin: -1em 0 0 2em; position: absolute; top: -0.75em; } .payment-accordion-toggle.active::before { background: #fff none repeat scroll 0 0; } .payment-accordion-toggle.active::after { background: #000 none repeat scroll 0 0; border: 1px solid #818181; border-radius: 50%; content: ""; height: 7px; left: -18px; position: absolute; text-align: center; top: 9px; width: 8px; } .about_paypal { font-size: 11px; } .button_act.button_act-ssp { margin-top: 14px; } .also-new_btn { border-top: 1px solid #d3ced2 } /*----------------------------------------*/ /* 15. Newsletter area /*----------------------------------------*/ .all_news_letter { display: block; border-bottom: 1px solid#666; } .all_news_letter.all_news_letter_3g { margin-top: 16px; } .all_news_letter.all_news_letter_ytz { margin-top: 10px; } .news_middele { background-color: #ededed; padding: 18px 0; } .news_middele .row > div:first-child::after { border-right: 1px solid #d5d5d5; content: ""; height: 47px; position: absolute; right: 15px; top: 0; } .news_heading h3 { border: 0 none; color: #333333; display: inline-block; font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 5px 23px 0 -52px; text-transform: uppercase; vertical-align: middle; letter-spacing: 2px; } .news_heading_3 { float: left; padding: 8px 5px; } .full_form { background: #ffffff none repeat scroll 0 0; border: 1px solid #e2e2e2; border-radius: 3px; float: right; margin-right: 54px; position: relative; width: 370px; } .news_heading { float: left; margin-left: 49px; padding: 8px 4px; } .widget_wysija { position: relative; width: 100%; display: inline-block; vertical-align: middle; } .wysija-input { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; color: #666666; display: block; height: 45px; line-height: 45px; padding: 0 10px; width: 100%; } button, input, select, textarea { margin: 0; max-width: 100%; } .wysija-paragraph { margin: 0; } .wysija-submit.wysija-submit-field { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fa7c63 url("img/icon/btn.png") no-repeat scroll 100% 50%; border-color: -moz-use-text-color -moz-use-text-color #f85332; border-image: none; border-radius: 100%; border-style: none none solid; border-width: 0 0 2px; height: 35px; margin: 0; padding: 0; position: absolute; right: 10px; text-indent: -999px; top: 5px; transition: all 300ms ease 0s; width: 35px; } .wysija-submit.wysija-submit-field:hover { background-color: #467ecb; border-color: #3c69a6; } .wysija-submit { display: block; margin-top: 20px; } .social-icons li { display: inline-block; margin: 3px; vertical-align: middle; margin-top: 4px; } .social-icons li a { background: #aaa none repeat scroll 0 0; border-radius: 100%; color: #fff; display: block; font-size: 18px; height: 40px; line-height: 40px; padding: 0; text-align: center; width: 40px; } ul.social-icons li a:hover { background: #fa7c63; color: #fff; } .social-icons li a.facebook { background: #3b5998 none repeat scroll 0 0; } .social-icons li a.twitter { background: #45b0e3 none repeat scroll 0 0; } .social-icons li a.google-plus { background: #db4a39 none repeat scroll 0 0; } .social-icons li a.youtube { background: #c4302b none repeat scroll 0 0; } .social-icons li a.instagram { background: #2a5b83 none repeat scroll 0 0; } .news_right { text-align: right; } .news_heading.news_heading_3 { margin-left: 227px; } /*----------------------------------------*/ /* 16. Footer top area /*----------------------------------------*/ .footer_area { background: #4c4c4c none repeat scroll 0 0; color: #fff; padding: 30px 0px; } .footer_menu { padding-bottom: 20px; padding-top: 10px; } .news_heading_2 h3 { color: #ffffff; font-size: 18px; font-weight: 300; letter-spacing: 2px; position: relative; text-transform: uppercase; } .news_heading_2 h3::after { background: #444; content: ""; height: 2px; left: 38%; position: absolute; top: 40px; width: 165px; z-index: 9999; } .news_heading_2 h3::before { background: #fa7c63 none repeat scroll 0 0; content: ""; height: 2px; left: 0; position: absolute; top: 40px; width: 101px; } .footer_menu ul li { line-height: 25px; } .footer_menu ul li a { color: #ffffff; display: block; font-size: 13px; margin-bottom: 2px; text-transform: capitalize; } .footer_menu ul li a::before { background: #c0c0c0 none repeat scroll 0 0; border-radius: 100%; content: ""; display: inline-block; height: 7px; margin-right: 7px; transition: all 0.3s ease 0s; vertical-align: middle; width: 7px; } .footer_menu ul li a:hover::before { background-color: #fa7c63; margin-right: 9px; } .footer_menu ul li a:hover { color: #fa7c63; } .footer_menu_2 ul li { margin-bottom: 10px; min-height: 40px; overflow: hidden; padding-left: 50px; position: relative; } .footer_menu_2 ul li i { background: #404040 none repeat scroll 0 0; border-radius: 100%; display: inline-block; font-size: 18px; height: 40px; left: 0; line-height: 40px; position: absolute; text-align: center; top: 0; transition: all 0.3s ease 0s; width: 40px; } .footer_menu.footer_menu_2 p { font-size: 13px; } .footer_menu_2 ul li:hover i { background-color: #fa7c63; } .footer_menu.footer_menu_2 > ul { margin-top: 37px; } .footer_menu > ul { margin-top: 20px; } /*----------------------------------------*/ /* 16.1 Footer middle area /*----------------------------------------*/ .fotter_inner { border-top: 2px solid #444; padding-top: 30px; } .middele_pic { text-align: center; } .social-icons { margin-right: 7px; } /*----------------------------------------*/ /* 16.2 Footer botom area /*----------------------------------------*/ .footer-bottom { background: #333 none repeat scroll 0 0; padding: 18px 0; } .text-center { text-align: center; color: #fff; } .widget-copyright a { color: #fa7c63; } #scrollUp { background: #467ecb none repeat scroll 0 0; bottom: 35px; color: #ffffff; cursor: pointer; display: none; font-size: 25px; height: 45px; line-height: 45px; position: fixed; right: 12px; text-align: center; width: 45px; z-index: 9999; border-radius: 50%; transition: all 300ms ease 0s; } #scrollUp:hover { background-color: #fa7c63; border-color: #f85332; } .footer_menu.footer_menu_2 p { margin-bottom: 0; } /*----------------------------------------*/ /* 17. Home page 2 /*----------------------------------------*/ /* lenovo area */ .lenovo_area { padding-bottom: 38px; } .pix_new { border: 1px solid#e1e1e1; } .indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1068px; position: absolute; right: 0; } .indicator-brand-8.owl-theme .owl-controls .owl-buttons { left: 9px; } .blogdate.blogdate-mb { bottom: -1px; } .pix_new.pix_new_2 > a { height: 170px; } /* top rate 2 */ .indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1058px; position: absolute; right: 0; } /* footer 2 */ .footer_area_2 { background: #f2f2f2 none repeat scroll 0 0; color: #6e6e6e; } .news_heading_4 h3 { color: #666 } .footer_menu_4 ul li a { color: #666; } .footer_menu.footer_menu_4 p { font-size: 13px; } .fotter_inner_2 { border-top: 2px solid #e6e6e6; } .all_news_letter_2 { display: block; border-bottom: 1px solid#fff; } .news_heading_4 h3::after { background: #e6e6e6 none repeat scroll 0 0; } .footer_menu_5 ul li i { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #ff5a4b; font-size: 24px; line-height: 1; } .footer_menu_5 ul li:hover i { background-color: transparent; } .all_menu_area { position: absolute; top: 203px; width: 100%; z-index: 99; } /* slider area 2 */ .slider-caption-1-1 { margin-left: 190px; margin-top: 64px; } .slider-caption-1-1 { margin-left: 192px; margin-top: 73px; } .layer-1-1.layer-3-1.animated.fadeInDown > h1{ font-size: 16px; } .layer-1-1.layer-3-1.animated.fadeInDown > h1::after { background: none; } .layer-1-2.layer-3-2.animated.flipInX > h2 { font-size: 24px; line-height: 9px; margin-bottom: 34px; } .layer-1-3.layer-3-3animated.rotateInUpLeft > h1 { font-family: Oswald; font-size: 24px; font-weight: 400; line-height: 12px; } .layer-1-4.layer-3-4.animated.rotateInUpLeft > h3 { font-size: 16px; margin-bottom: 29px; } .sl_cap_1_first { margin-left: 256px; margin-top: 43px; } /* blog area 2 */ .new_blog_post { margin-bottom: 38px; } .blog_thumb_2 { float: left; width: 50%; } .blog_info_2 { float: left; width: 50%; padding-left: 30px; } .indicator-brand-10.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1064px; } .indicator-brand-10.owl-theme .owl-controls .owl-buttons { left: 9px; top: -101px; } /*----------------------------------------*/ /* 18. Home page 3 /*----------------------------------------*/ .enable_catagories_3 { margin-left: 85px; } .full_menu_3 { background: #707070; } .rate-extra-2 { margin-top: 55px; } .new_effect_slide { background-color: #f8f8f8; padding-bottom: 30px; } .header_middle_2 { background-color: #f8f8f8; } .all-pros-3rd { background-color: #fff; margin-bottom: 0; } .price_box_3 { border-bottom: 0; } .home_2_about { background-color: #f8f8f8; } .about_icon_2 { background-color: rgba(0, 0, 0, 0); border: medium none; border-radius: 0; color: #fa7c63; font-size: 40px; left: 26px; position: absolute; top: 13px; } .about_content_2 { margin-left: 12px; border: 1px solid #fa7c63; padding: 20px 20px 17px 61px; } .home_2_about { padding-bottom: 38px; } .all_home_2 { margin-top: -94px; } .all_home_2.all_home_3 { margin-top: -78px; } .lenovo_area_2 { background: #f8f8f8; overflow: hidden; padding-bottom: 38px; } .indicator-brand-12.owl-theme .owl-controls .owl-buttons { top: -99px; } .indicator-brand-12.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1064px; } .blog_3_new_area { padding-bottom: 38px; background-color: #f8f8f8; overflow: hidden; } .product_area_3 { background-color: #f8f8f8; } .differ_pic_3 { background-color: #f8f8f8; overflow: hidden; padding-bottom: 38px; } .latest_tab_area { background-color: #f8f8f8; } .plus_area_3 { background-color: #f8f8f8; padding-bottom: 38px; } .top_rate_area_3 { background-color: #f8f8f8; } .lumia_area_2 { background-color: #f8f8f8; overflow: hidden; padding-bottom: 30px; } .logo_area_3 { background-color: #f8f8f8; } .cat_mega_start_3 { margin-left: 30px; margin-top: 3px; } .menu_inner.hm3-menu { background: #707070 none repeat scroll 0 0; } .menu_inner.hm3-menu .enable_catagories_3 { margin-left: 0; } .menu_inner.hm3-menu .cat_mega_start_3 { margin-left: 0; } .menu_inner.hm3-menu .cat_mega_start { display: block; z-index: 9999; } .new_slide_three { left: 11px; top: 56px; } .nyrd_all_first{ margin-left: 360px; margin-top: 166px; } .slider-area.slider-area-3 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; margin-left: 13px; margin-top: -87px; } .layer-10 h1,.layer-11 h2 { color: rgb(255, 255, 255); font-family: Open Sans; font-size: 40px; font-weight: 700; letter-spacing: 0; line-height: 26px; text-transform: uppercase; visibility: visible; white-space: nowrap; } .layer-12 a { background-color: rgb(255, 151, 47); border-color: rgba(250, 124, 99, 1) rgba(250, 124, 99, 1) rgba(211, 103, 81, 1); border-radius: 4px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; box-sizing: border-box; color: rgba(255, 255, 255, 1); cursor: pointer; display: inline-block; font-family: Oswald,sans-serif; font-size: 17px; font-style: normal; font-weight: 300; letter-spacing: 0; line-height: 17px; margin-top: 12px; padding: 10px 20px; text-transform: uppercase; transition: all 0.3s ease 0s; } .layer-12 a:hover{ background: #467ecb; border-color:#467ecb; color: #fff; } .layer-11 h2 { margin-bottom: 47px; margin-left: -44px; } .layer-15 span{ background-color: rgba(153, 153, 153, 1); border-width: 0; color: rgba(255, 255, 255, 1); font-family: Oswald; font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: 22px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 10px 20px; text-decoration: line-through; margin-top: 300px; } .layer-16 span{ background-color: rgba(239, 56, 53, 1); border-width: 0; color: rgba(255, 255, 255, 1); font-family: Oswald; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 10px 20px; text-decoration: line-through; } .nyrd_all_second{ margin-left: 75px; margin-top: 53px; } .layer-13 h1{ border-width: 0; color: rgba(255, 255, 255, 1); font-family: Open Sans; font-size: 40px; font-weight: 700; letter-spacing: 0; line-height: 40px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 0; text-transform: uppercase; } .layer-14 h3 { border-width: 0; color: rgba(255, 255, 255, 1); font-family: Open Sans; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; margin: 0 0 0 90px; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 0; text-transform: uppercase; margin-top: 7px; } .layer-10-plus-one.animated.slideInDown > img { margin-top: -76px; margin-left: -17px; } .layer-15 { margin-left: 343px; margin-top: 108px; } .layer-16 { margin-left: 289px; margin-top: 41px; } .layer-10-plus-one{ animation-delay: 0.2s; animation-duration: 0.3s; } .layer-13 { animation-delay: 0.6s; animation-duration: 0.6s; } .layer-14 { animation-delay: 0.8s; animation-duration: 0.9s; } .layer-15 { animation-delay: 0s; animation-duration: 0.3s; } .layer-16 { animation-delay: 0.3s; animation-duration: 0.8s; } /*----------------------------------------*/ /* 19. Shop area left /*----------------------------------------*/ .shop_menu { padding: 30px 0; } .shop_menu_3{ padding: 3px 0px; } .cramb_area li { display: inline-block; position: relative; } .cramb_area li a { color: #7d7d7d; display: block; font-size: 13px; transition: all 0.5s ease 0s; margin-bottom: 10px; margin-top: 5px; } .cramb_area{ border-bottom: 1px solid#e1e1e1; } .cramb_area > li::after { bottom: 8px; color: #7d7d7d; content: ">"; position: absolute; right: -15px; } .cramb_area li a:hover { color: #fa7c63; } .cramb_area > li:last-child::after { content: ""; } .shop_menu ul li.br-active a { color: #fa7c63; } .single-sidebar-dr { margin-left: -13px; margin-top: -28px; } /* catagory area start */ .category-widget-menu { border: 1px solid #e1e1e1; margin-bottom: 30px; overflow: hidden; } .cat-menu-title { font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .expandable > a{ position: relative; } .expandable > a::before{ content: "\f067"; } .expandable > a::before, .expandable > a.submenu-active::before { color: #adadad; font-family: fontawesome; position: absolute; right: 23px; transition: all 0.3s ease 0s; font-size: 10px; } .expandable > a.submenu-active::before { content: "\f068"; } ul.menu-categories { padding: 0; } .menu-categories > li { position: relative; } .category-sub.submenu-active { max-height: 600px; transition: max-height 0.5s ease 0s; } .category-sub { max-height: 0; padding: 0; transition: max-height 0.5s ease 0s; } .menu-categories li a { background-color: #fff; line-height: 33px; padding: 0px 10px 5px 30px; text-transform: capitalize; display: block; font-weight: 400; } .menu-categories li a:hover { color: #fa7c63; } ul.category-sub { border: medium none; padding: 0 0 0 20px; } ul.category-sub li a { border: medium none; text-transform: capitalize; } .feature-carousel-2.owl-theme:hover .owl-controls .owl-buttons { opacity: 1; } /* price slider */ .single-sidebar { float: left; margin: 0 0 30px; width: 100%; } .single-sidebar h3{ font-size: 18px; color: #666; margin: 0 0 25px; text-transform: uppercase; font-family: Oswald,sans-serif; font-weight: 300; } .category-widget-menu-2 h3{ font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .single-sidebar h3 { font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .single-sidebar { float: left; margin: 29px 0 30px 13px; padding: 0 0 20px; width: 263px; } .compare_content { margin-left: 21px; } .amount-range > input[type="submit"] { background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald,sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; margin-left: 25px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; } .amount-range > input:hover ,a.comapre_button:hover{ background-color: #fa7c63; color: #fff; border-color: #fa7c63; } .clear-all { float: right; margin-right: 22px; } .list_empty { margin: 0 27px 15px; } .compare_content_2 { margin-left: 25px; } .price_slider_amount > input[type="text"] { border: medium none; float: right; font-size: 14px; font-weight: 600; height: 40px; letter-spacing: 3px; margin-left: 28px; text-align: center; width: 130px; } .ui-slider-handle.ui-state-default.ui-corner-all { background: #fff none repeat scroll 0 0; border: 4px solid #fa7c63; border-radius: 100%; height: 17px; top: -6px; width: 17px; } .price_filter .ui-slider-range { background: #a2a2a2; border-radius: 0; height: 7px; } .price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all { background-color: #eee; border: medium none; border-radius: 8px; box-shadow: none; height: 5px; margin: 24px 33px 28px; width: 203px; } .amount-range > p { float: right; font-weight: normal; line-height: 36px; margin: 2px -41px 0; text-transform: capitalize; font-size: 14px; } .all-pros-ex-2:last-child { border-bottom: medium none;; } .all-pros-ex-2 { margin-bottom: 9px; margin-top: 18px; } .result_show { border: 1px solid #e1e1e1; color: #959595; display: inline-block; float: left; font-size: 12px; height: 35px; line-height: 35px; margin-bottom: 5px; margin-right: 10px; padding: 0 15px; } .right_area { float: right; margin-top: -28px; } .retabs> li { float: left; margin-left: 12px; } .retabs li.active a { color: #fa7c63; } .bar { background-color: #fff; border-bottom: 2px solid #f2f2f2; padding: 0 0 16px; position: relative; } .bar::after { border-bottom: 2px solid #fa7c63; bottom: -1px; content: ""; position: absolute; right: 0; width: 108px; } .bar .retabs i { font-size: 14px; margin-right: 5px; vertical-align: middle; } .bar_box select { border: 1px solid #e1e1e1; color: #959595; height: 35px; line-height: 35px; padding-left: 15px; padding-right: 5px; } .all-pros-latest{ margin-bottom: 0; } .navi_area li a:hover, .navi_area li.active a { background: #fa7c63 none repeat scroll 0 0; color: #fff; border: 1px solid transparent; } .navi_area li { float: left; margin-right: 3px; } .navi_area li a { background: #fff none repeat scroll 0 0; color: #fa7c63; display: inline-block; font-size: 10px; height: 42px; line-height: 40px; margin-top: 50px; padding: 0 5px; text-align: center; width: 42px; font-weight: 700; border: 1px solid#e1e1e1; margin-left: 5px; } .navi_area { margin-left: -5px; position: relative; } .navi_area::after { background-color: #e1e1e1; content: ""; height: 1px; left: 167px; position: absolute; right: 0; top: 71px; width: 686px; } .navi_area.navi_area_zq::after { width: 978px; } .navi_area.navi_area_tf::after { width: 978px; } .product_name_3{ border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; display: inline-block; float: left; min-height: 220px; padding: 15px; width: 70%; text-align: left; } .product_name_3 h2 > a{ font-family: Open Sans,sans-serif; font-size: 18px; font-weight: 600; color: #333; } .product_name_3 h2 > a:hover{ color: #fa7c63; } .pro_discrip{ border-top: 1px solid #e1e1e1; font-size: 14px; line-height: 22px; margin: 10px 0 0; padding: 10px 0 0; } .action { display: inline-block; float: left; padding: 26px 10px 10px 15px; width: 30%; text-align: left; } .button_act_2 { margin-bottom: -15px; margin-left: -10px; text-align: center; width: 106px; } .add_to_wishlist_3{ background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; margin-left: -8px; } .compare_3{ background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; margin-left: -20px; } .compare_3.button i { color: #666; font-size: 18px; margin-top: 12px; } .single_product_3rd span { left: 22px; top: 44px; } .single_product_6 span { left: 25px; top: 46px; } .single_product_3.single_product_7 { left: 23px; top: 10px; } .category-subss{ display: none; } /*----------------------------------------*/ /* 20. Shop area right /*----------------------------------------*/ .new_lt_right_side { margin-bottom: 30px; } .add_to_wishlist_4{ } .compare_4{ } .brand-2 { margin-top: 42px; } .all-pros.br-ntf { border: 1px solid #e1e1e1; margin-bottom: 0; } .all-pros.br-ntf-2 { border: 1px solid #e1e1e1; } .product_content_nx{ border: none; } .sinle_pic.sinle_pic_2xd { border: medium none; } .quickview_2{ margin-top: 37px; } .sngl-pro { height: 200px; } .sinle_pic.sngl-pc { height: 100%; } .sinle_pic.sngl-pc a { height: 100%; } .product_name_3.prnm { min-height: 200px; } .all-ad-new li:first-child{ display: block; } /*----------------------------------------*/ /* 21. My account area /*----------------------------------------*/ .al_form-fields { border-color: #e8e8e9 #e8e8e9 -moz-use-text-color; border-style: solid solid none; border-width: 1px 1px medium; float: left; padding: 27px 25px; width: 100%; } .al_form-fields p label { display: block; font-family: Open Sans,sans-serif; font-weight: bold; margin: 0 0 5px; } .al_form-fields p input { background: #fff none repeat scroll 0 0; border: 1px solid #e8e8e9; border-radius: 0; height: 32px; padding: 0 0 0 10px; width: 100%; } .form-submit { margin-bottom: 6px; } .form-action { border-color: #e8e8e9; border-style: none solid solid; border-width: medium 1px 1px; padding: 15px 10px; width: 100%; } .form-action p.lost_password { line-height: 36px; margin: 0 0 7px 13px; } .form-action label { float: right; font-weight: bold; margin: -2px 326px 0 0; } .button_act_3{ margin-left: 15px; margin-top: -12px } .required { color: red; } .frm_content { margin-bottom: 30px; } .account_heading { margin: -30px 0; } .frm_content h2 { margin-top: 38px; } .btn-default { margin-bottom: 10px; margin-top: 28px; } .btn-default { background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%); background-repeat: repeat-x; border-color: #ccc; text-shadow: 0 1px 0 #fff; } .btn-default:focus, .btn-default:hover { background-color: #e0e0e0; background-position: 0 -15px; } .new-meta { margin-bottom: 30px; } .shop_menu_tk{ padding: 40px 0px; } .cramb_area_ktp{ margin-bottom: 18px; } /*----------------------------------------*/ /* 22. Wishlist area /*----------------------------------------*/ .cramb_area_3{ border-bottom: 1px solid#e1e1e1; } .wish_head { margin: 40px 0 17px; } .wish_head > h3 { font-size: 30px; } .wishlist-table table { background: #fff none repeat scroll 0 0; border-color: #e8e8e9; border-radius: 0; border-style: solid; border-width: 1px 0 0 1px; margin: 20px 0 33px; width: 100%; } .wishlist-table table{} .wishlist-table table th { font-weight: 600; } .wishlist-table table th, .wishlist-table table td { border-bottom: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; font-size: 10px; font-weight: 700; padding: 15px 12px; text-align: left; text-transform: uppercase; font-family: Open Sans,sans-serif; } .wishlist-table table .product-remove { padding: 20px 28px; width: 20px; } .wishlist-table table .product-remove > a { color: #ff0000; font-size: 20px; } .wishlist-table table .product-thumbnail { width: 80px; } .wishlist-table table td.product-price .amount { font-weight: 700; } .wishlist-table table .wishlist-in-stock { color: #297e29; font-size: 14px; font-weight: normal; margin-left: 55px; text-transform: capitalize; } tbody tr img { width: 60px; } .product-name > a{ font-size: 14px; font-weight: normal; font-family: Open Sans,sans-serif; text-transform: capitalize; margin-left: 11px; } .amount-list { font-size: 15px; font-weight: bold; margin-left: 45px; } .button_act_3{ margin-left: 13px; } .btn.btn-default.btn-default-pps { margin-bottom: 6px; margin-top: 0; } .cdown.hour,.cdown.days,.cdown.minutes > p{ } /*----------------------------------------*/ /* 23. Shopping cart area /*----------------------------------------*/ .dm_content_2 { margin-top: 36px; } .new_act_4{ margin-top: 20px; margin-left: -15px } .cramb_area_4{ margin-left: -19px; } .button_act.button_act_3.button_act_333 { margin-left: 94px; margin-top: 2px; } .wishlist-table-2 table th, .wishlist-table-2 table td { font-family: Open Sans,sans-serif; font-size: 12px; font-weight: 700; padding: 16px 28px; text-align: left; text-transform: uppercase; } .wishlist-table-2 table .product-thumbnail-2 { width: 195px; } .product-thumbnail.product-thumbnail-2 img { margin-left: 22px; } .latest_es_from_2 > input[type="number"] { background: #ffffff none repeat scroll 0 0; border: 1px solid #e1e1e1; border-radius: 3px; font-weight: normal; height: 40px; padding: 0 10px; transition: all 0.3s ease 0s; width: 52px; margin-left: 18px; } .amount-list.amount-list-2 { margin-left: 19px; } .coupon .input-text { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 40px; line-height: 40px; width: 150px !important; border: 1px solid #d3ced2; box-sizing: border-box; float: left; line-height: 1; margin: 0 4px 0 0; outline: 0 none; padding: 6px 11px 5px; font-weight: normal; border-radius: 3px; } .product-remove.product-remove_2 > a { margin-left: -34px; padding: 0px 45px; } .button_act.button_act_3.button_act_333.button_act_tp{ margin-left: 10px; margin-top: 0; } .button_act.btn-tip { margin-left: 672px; } .button_act.btn-tip:hover{ background-color: #ebe9eb; color: inherit; } .cart_totals { margin: 30px 0 0; } .cart_totals h2 { font-size: 20px; margin: 0 0 30px; text-transform: uppercase; } .shop_table td { border-top: 0 none; padding: 20px 28px; } .cart_totals .cart-subtotal .amount, .cart_totals .order-total .amount { font-size: 16px; font-weight: bold; } .shop_table { border: 1px solid rgba(0, 0, 0, 0.1); border-collapse: separate; border-radius: 5px; margin: 0 -1px 34px 0; text-align: left; width: 100%; } .shop_table th { font-weight: 700; padding: 9px 12px; } .button_act.button_act-tc { margin-bottom: 50px; } .coupon { margin-bottom: 10px; margin-top: 7px; } .account_heading.account_heading_ah { margin: -6px 0; } /*----------------------------------------*/ /* 24. Simple product area /*----------------------------------------*/ .elv_heading h3{ font-weight: normal; } #gallery_new a { padding-bottom: 15px; } .last_button_area_px{ margin: -14px 0 8px; } .cramb_area_5 > li::after { content: ""; } .cramb_area.cramb_area_5 { margin-top: 20px; } .cramb_area_5{ border-bottom: 1px solid#e1e1e1; margin-left: 4px; } .cramb_area.cramb_area_2 { border-bottom: 0 none; } .cramb_area.cramb_area_2 > li::after { display: none; } .cramb_area.cramb_area_2.cramb_area_3 { border-bottom: 1px solid #e1e1e1; } .shop_menu_2 ul li.br-active{ color: #fa7c63; } .zoomContainer { border: 1px solid #e1e1e1; } #gallery_new a { float: left; width: 25%; margin-top: 25px; } .elavator_area { overflow: hidden; padding-bottom: 50px; } .evavet_description{ margin-top: 20px; } .elavetor_social { border-top: 1px solid #d2d2d2; margin: 15px 0 0; padding: 15px 0 0; } .widget-title{ display: inline-block; font-size: 11px; margin: 0 5px 5px 0; text-transform: capitalize; } ul.social-link { display: inline-block; list-style: outside none none; margin: 0 5px 5px 0; padding: 0; } .social-link li{ display: inline-block; } .social-link li{ padding: 0 10px; } .old-.price-2{ font-size: 20px; font-weight: 600; color: #666; } .spical-price-2{ color: #fa7c63; font-size: 20px; font-weight: 600; } .cart-btn-area{ margin: 20px 0; } .cart-btn-area > input[type="number"] { border: 1px solid #e1e1e1; font-size: 15px; height: 55px; line-height: 55px; padding: 0 10px; text-align: center; width: 60px; border-radius: 3px; } .button_act.button_act_ct { margin-bottom: 8px; } button.add-tocart { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #467ecb none repeat scroll 0 0; border-color: #3060a3; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #ffffff; display: inline-block; font-family: Oswald,sans-serif; font-size: 15px; font-weight: normal; height: 40px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; margin-left: 8px; } button.add-tocart:hover{ background: #fa7c63; color: #fff; border-color: #fa7c63; } .comapre_area { margin-left: 21px; margin-top: 10px; } .show-2 { margin-left: 9px; } .new_meta { border-top: 1px solid #d2d2d2; margin: 20px 0 0; padding: 10px 0 0; } .sku_wrapper { display: block; font-weight: bold; margin: 0 5px 5px 0; text-transform: capitalize; } .sku_wrapper span { font-weight: normal; text-transform: none; } .tagged_as { display: block; font-weight: bold; margin: 0 5px 5px 0; text-transform: capitalize; } .tab_area_start { padding: 50px 0; } .favtabs.favtabs-2 { right: 925px; } .favtabs-2 > li { margin: 2px; } .favtabs-2 > li > a { background: #eee; height: 50px; line-height: 50px; padding: 0 18px; text-transform: uppercase; font-size: 16px; font-family: Oswald,sans-serif; font-weight: 300; } .tb_desc{ border: 1px solid #e1e1e1; border-radius: 0; box-shadow: none; padding: 20px; margin-top: 7px; text-align: left; overflow: hidden; } .tb_desc > h2 { font-size: 20px; font-weight: normal; margin: 0 0 20px; } .favtabs.favtabs-2::after { background: #fa7c63 none repeat scroll 0 0; color: #ff0000; content: ""; height: 3px; left: 2px; position: absolute; top: 50px; width: 1140px; z-index: 99999; } .another_icon.fa.fa-heart { border: 2px solid #dedede; border-radius: 3px; font-size: 18px; height: 40px; line-height: 37px; margin-right: 8px; text-align: center; width: 40px; margin-bottom: 10px; color: #999999; } .add_defi > a:hover .another_icon.fa.fa-heart{ background: #fa7c63; border: 2px solid #fa7c63; color: #fff; } .add_defi, .add_defi_2 > a { font-weight: 400; text-transform: uppercase; font-family: Oswald,sans-serif; } .another_icon.fa.fa-refresh{ border: 2px solid #dedede; border-radius: 3px; font-size: 18px; height: 40px; line-height: 37px; margin-right: 8px; text-align: center; width: 40px; color: #999999; } .add_defi_2 > a:hover .another_icon.fa.fa-refresh{ background: #fa7c63; border: 2px solid #fa7c63; color: #fff; } .review_area_heading #comnt h2{ font-size: 25px; font-weight: normal; margin: 0 0 20px; } .review_area_heading #comnt ol.commentlist li img.avatar { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e4e1e3; box-shadow: none; float: left; height: auto; left: 0; margin: 0; padding: 3px; position: absolute; top: 0; width: 32px; } .review_area_heading #comnt ol.commentlist li .comment-text { border: 1px solid #e4e1e3; border-radius: 4px; margin: 0 0 0 50px; padding: 1em 1em 0; } .star-rating { float: right; font-size: 1em; height: 1em; line-height: 1; overflow: hidden; position: relative; width: 5.4em; } .review_area_heading #comnt ol.commentlist { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; list-style: outside none none; margin: 0; width: 100%; } .review_area_heading #comnt ol.commentlist li { background: rgba(0, 0, 0, 0) none repeat scroll 0 center; border: 0 none; margin: 0 0 20px; padding: 0; position: relative; } .review_area_heading #comnt ol.commentlist li img.avatar { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e4e1e3; box-shadow: none; float: left; height: auto; left: 0; margin: 0; padding: 3px; position: absolute; top: 0; width: 32px; } .price_rating_2 > a > i { color: #666; font-size: 12px; } #comnt{ float: left; width: 60%; padding-right: 20px; } .review_form_area { border-color: #e1e1e1; border-style: solid; border-width: 0 0 0 1px; float: left; padding: 0 0 0 30px; width: 40%; } .revew_form_content { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; margin: 0; padding: 0; position: static; width: auto; } #reply-title { font-size: 20px; font-weight: normal; margin: 0 0 20px; } #commentform p label { display: block; font-weight: normal; } .price_rating_3 > a > i { color:#666; font-size: 14px; } .price_rating_3 > a > i:hover{ color: #fa7c63; } .mix_type input:not([type]), .mix_type input[type="text"], .mix_type input[type="password"], .mix_type input[type="date"], .mix_type input[type="datetime"], .mix_type input[type="datetime-local"], .mix_type input[type="month"], .mix_type input[type="week"], .mix_type input[type="email"], .mix_type input[type="number"], .mix_type input[type="search"], .mix_type input[type="tel"], .mix_type input[type="time"], .mix_type input[type="url"], .mix_type input[type="color"], textarea { background: #fff none repeat scroll 0 0; border: 1px solid #e1e1e1; height: 40px; padding: 5px; transition: all 0.3s ease 0s; } #commentform input { border: 1px solid #e1e1e1; max-width: 500px; padding: 5px 10px; width: 100%; } #commentform p.form-submit input { height: 35px; line-height: 35px; padding: 0 10px; } .revew_form_content textarea { box-sizing: border-box; width: 100%; } .revew_form_content #comment { height: 75px; } .comment { font-weight: normal; } #commentform p label { display: block; font-weight: normal; } .form-submit input{ border: none; background-color: #ebe9eb; font-weight: 700; color: #515151; } .form-submit input:hover { background-color: #dad8da; color: #515151; text-decoration: none; } .price_rating.price_rating_2.price_rating_3 { margin-top: -1px; margin-bottom: 18px; } .required_menu{ color: #666; } .comment-form-comment, .comment-form-author, .comment-form-email { margin-bottom: 14px; } .brand.brand-2 { margin-top: 0; } /*----------------------------------------*/ /* 25. Variable product area /*----------------------------------------*/ .bar_box_3 select { border: 1px solid #eaeaea; background-color: #f7f7f7; color: #666; height: 28px; line-height: 28px; width: 310px; padding: 0 10px; margin-left: 15px; } .bar_box.bar_box_3 label{ font-weight: normal } form.cart { margin: 20px 0; } .bar_box_4 select{ margin-left: 22px; margin-bottom: 30px; } .favtabs.favtabs-2.favtabs-3 { right: 731px; } table.shop_attributes { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color; border-image: none; border-style: dotted none none; border-width: 1px 0 0; margin-bottom: 1.618em; width: 100%; } table.shop_attributes th { font-weight: 700; padding: 8px; width: 150px; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); border-top: 0 none; line-height: 1.5; margin: 0; } table.shop_attributes td { font-style: italic; padding: 0; } table.shop_attributes td p { margin: 0; padding: 8px 0; } table.shop_attributes .alt td, table.shop_attributes .alt th { background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0; } table th, table td { border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; padding: 8px; } /*----------------------------------------*/ /* 26. Grouped product area /*----------------------------------------*/ .latest_es_from > input[type="number"] { border: 1px solid #e1e1e1; font-size: 15px; height: 55px; line-height: 55px; padding: 0 10px; text-align: center; width: 60px; border-radius: 3px; } .price { font-size: 16px; font-weight: normal; padding: 2px 5px 10px 216px; } .price ins { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #fa7c63; font-weight: 600; } .al_df_frm{ border-bottom: 1px solid#e1e1e1; } .new_labl > a { font-size: 14px; font-weight: normal; margin-left: 10px; } button.add-tocart-2 { margin-left: -3px; margin-top: 25px; } .price.price-2 { margin-bottom: 10px; } .price.price_zx { margin-left: -210px; } .dspc_area { margin-bottom: 23px; margin-left: 67px; margin-top: -57px; } /*----------------------------------------*/ /* 27. Blog left sidebar list /*----------------------------------------*/ .sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .input-group { border-collapse: separate; display: table; position: relative; margin-bottom: 25px; } .form-control { background: #f1f1f1 none repeat scroll 0 0; border: 0 none; border-radius: 0; height: 35px; padding: 5px; left: 13px; top: -6px; } .button_act.button_act_3.button_act_6{ height: 35px; line-height: 33px; margin-right: 13px; padding: 0 15px; border-color: #f1f1f1; } .secondary-img.secondary-img-2 { width: 60px; border: 1px solid#e1e1e1; margin-left: 17px; } .secondary-img.secondary-img-2:hover{ border: 1px solid red; } .all-pros-ex-0{ border-bottom: none; } .product_name_new_2 h2 { color: #666666; font-family: Oswald,sans-serif; font-size: 14px; font-weight: 400; line-height: 2px; margin-top: 15px; } .comment_info p { margin: 0; } .comment_info .on_post a { color: #fa7c63; font-size: 11px; } .usal_pro.usal_pro_2 { margin-left: -8px; } .secondary-img.secondary-img-2 { float: left; } .blog_thumb_3{ margin-bottom: 109px; } .let_new_carasel { position: relative; } .let_new_carasel a::before { backface-visibility: hidden; background: rgba(63, 63, 63, 0.5) none repeat scroll 0 0; bottom: 0px; content: ""; left: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0; top: 0; transition: opacity 0.4s ease 0s; z-index: 2; } .let_new_carasel a::after { bottom: 0; color: #fff; content: ""; font-family: FontAwesome; font-size: 30px; height: 30px; left: 0; line-height: 30px; margin: auto; opacity: 0; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; transform: scaleX(-1); transition: transform 400ms ease 0s; visibility: hidden; width: 30px; z-index: 11; } .let_new_carasel a { display: block; overflow: hidden; } .let_new_carasel a:hover::before { opacity: 1; visibility: visible; } .let_new_carasel a:hover::after { opacity: 1; transform: scaleX(1); visibility: visible; } .let_new_carasel a img { backface-visibility: hidden; transition: opacity 0.5s ease 0s, transform 0.5s ease 0s; } .let_new_carasel a:hover img { transform: scale3d(1.1, 1.1, 1); } .indicator-brand-13 .owl-buttons { left: 3px; position: absolute; top: 103px; } .indicator-brand-13 .owl-next { left: 394px; position: absolute; } .indicator-brand-13.owl-theme .owl-controls .owl-buttons div { background: #000000 none repeat scroll 0 0; padding: 8px 18px; left: 348px; } .indicator-brand-13 .owl-pagination { left: 122px; position: absolute; top: 126px; z-index: 9999; } .indicator-brand-13.owl-theme .owl-controls .owl-page span { background:#fff; border: 1px solid #e1e1e1; border-radius: 20px; display: block; height: 13px; line-height: 13px; margin: 5px 7px; opacity: 0.5; width: 13px; } .indicator-brand-13.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1; } .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .post-entry-data li:last-child { border: 0 none; } .product_name_new_3 h2 { font-weight: 300; margin-top: 22px; } span.post-date-2 { color: #b2b2b4; display: block; font-size: 11px; } .all-pros-dx{ margin-bottom: 20px; } .menu-categories-2{ margin-bottom: 20px; } .button_act.button_act_2.button_act_hts { margin-bottom: 10px; margin-left: -2px; } .action.actionmm { padding: 16px; } .compare_3.compare_3r.button { margin-left: 2px; } .compare_3.compare_3r.button i { margin-top: 10px; } .price_box.price_box_tz{ font-size: 18px; margin-left: -1px; } .add_to_wishlist_3.add_to_wishlist_tz { margin-left: -1px; } .product_price.product_price_tz { margin-left: -1px; } .product_heading.product_heading_tf i{ margin-left: 13px; } /*----------------------------------------*/ /* 28. Blog left sidebar grid-1 /*----------------------------------------*/ .blog_thumb_4 { float: none; height: 230px; margin-bottom: -2px; overflow: hidden; width: 100%; } .blog_info_4{ float: none; width: 100%; padding-left: 0; } .fa.fa-caret-left { font-size: 30px; } .fa.fa-caret-right { font-size: 30px; } .menu-categories{ margin-bottom: 20px; } .post-title.post-title-df { font-family: Oswald,sans-serif; font-size: 15px; font-weight: normal; margin: 0 0 10px; text-align: left; text-transform: uppercase; } .post-title.post-title-df > a { color: #666666; } .product_name_new_2 h2 { color: #666666; font-family: open sans; font-size: 13px; font-weight: bold; line-height: 2px; margin-top: 15px; } .product_name_new.product_name_new_2.product_name_new_3 a { font-size: 13px; font-weight: 400; } /*----------------------------------------*/ /* 29. Blog left sidebar grid-2 /*----------------------------------------*/ .let_new_carasel_3{ height: auto; } .blogdate-2{ left: -168px; } .post-excerpt-2{ margin-bottom: 41px } .post-excerpt.post-excerpt-2 { margin-bottom: 41px; } .blog_thumb_5{ height: 168px; overflow: hidden; } .indicator-brand-14 .owl-buttons { left: -3px; top: 64px; } .indicator-brand-14.owl-theme .owl-controls .owl-buttons div { left: 348px; padding: 2px 14px; } .indicator-brand-14.owl-theme .owl-controls .owl-buttons div { left: 218px; padding: 2px 14px; } .indicator-brand-14 .owl-pagination { left: 53px; position: absolute; top: 76px; z-index: 9999; } /*----------------------------------------*/ /* 30. Blog left sidebar grid-3 /*----------------------------------------*/ .indicator-brand-15 .fa.fa-caret-left { font-size: 27px; } .indicator-brand-15.owl-theme .owl-controls .owl-buttons div { left: 152px; padding: 2px 11px; } .indicator-brand-15 .owl-buttons { top: 49px; } .indicator-brand-15 .owl-pagination { left: 39px; top: 59px; } .indicator-brand-15.owl-theme .owl-controls .owl-page span { margin: 3px; } .blog_thumb.blog_thumb_2.blog_thumb_3.blog_thumb_4.blog_thumb_5.blog_thumb_6 { height: 120px; } .blog_next.blog_next-2.blog_next-3.blog_next-4 { margin-top: -3px; } /*----------------------------------------*/ /* 31. Format image /*----------------------------------------*/ .cramb_area_6 > li::after { display: none; } .cramb_area_6{ border-bottom: none; margin-left: 2px; } .cramb_area_6 li{ margin-left: 3px; } .cramb_area_6 li a{ margin-top: 39px; } .format_image{ position: relative; overflow: hidden; } .format_image .date-post { background: #ffffff none repeat scroll 0 0; border: 1px solid #fa7c63; height: 55px; left: 20px; line-height: 0; padding: 10px 0 4px; position: absolute; text-align: center; top: 20px; width: 50px; z-index: 3; } .format_image .date-post .month { border-bottom: 1px solid #fa7c63; display: inline-block; font-size: 12px; font-weight: bold; line-height: 1; margin-bottom: 2px; padding-bottom: 3px; position: relative; text-transform: uppercase; } .format_image .date-post .day { font-size: 20px; line-height: 1; } .entry-header .entry-title { font-size: 20px; font-weight: normal; margin: 0 0 10px; text-align: left; text-transform: uppercase; } .entry-header .post-entry-data { margin: 0; padding: 0; } .entry-header .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .entry-header .post-entry-data li:last-child { border: 0; } .entry-header .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .format_info { padding: 20px 0 0; } blockquote { background: rgba(102, 102, 102, 0.05) none repeat scroll 0 0; border-color: #fa7c63; font-size: 16px; font-style: italic; margin: 20px 0; padding: 20px; } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; } .catgory_meta { border-top: 1px solid #e1e1e1; margin: 30px 0 0; padding: 10px 0 0; } .catgory_meta .entry-meta-category-tag { border-bottom: 1px solid #e1e1e1; padding: 0 0 10px; } .catgory_meta .entry-meta-category-tag .cat-links { display: block; } .catgory_meta .cat-links { margin-bottom: 7px; } .catgory_meta .entry-meta-category-tag .cat-links .cat-title::before { color: #fa7c63; content: ""; font-family: "FontAwesome"; margin-right: 7px; } .catgory_meta .entry-meta-category-tag .cat-links .cat-title { color: #000000; } .catgory_meta .entry-meta-category-tag .tags-links { display: block; } .catgory_meta .entry-meta-category-tag .tags-links .tags-title::before { color: #fa7c63; content: ""; font-family: "FontAwesome"; margin-right: 7px; } .catgory_meta .entry-meta-category-tag .tags-links .tags-title { color: #000000; } .entry-counter { float: left; margin: 10px 0 0; } .entry-counter div { display: inline-block; margin-right: 10px; } .entry-counter div i { color: #fa7c63; margin-right: 5px; } .social_right{ float: right; margin: 10px 0 0; } .comments-area { background: #ffffff none repeat scroll 0 0; clear: both; margin: 50px 0 0; } .comments-area .comments-title { font-size: 20px; margin-bottom: 25px; } .media-list { list-style: outside none none; padding-left: 0; } .comments-area .media-list li { border-bottom: 1px solid #e1e1e1; list-style: outside none none; margin-bottom: 20px; padding-bottom: 20px; } .comments-area .media-list li .comment-meta { padding-right: 15px; } .comments-area .media-list li cite.fn { color: #fa7c63; font-weight: bold; } .comment-reply-link { background: #ffffff none repeat scroll 0 0; padding: 2px 8px; text-shadow: none; } .btn-default-2 { margin-bottom: 10px; border-color: #cccccc; color: #333 } .btn-default-2:hover{ background: #fa7c63; border-color: #fa7c63; color: #fff } .comments-area .media-list .children { margin-top: 20px; margin-left: 34px; } #reply-title { border-bottom: 1px solid #e1e1e1; font-weight: normal; margin: 0 0 20px; padding-bottom: 10px; } .control-label { font-weight: normal; } .form-control-2{ background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; border-radius: 0; } .form-control-2 input:focus:focus, textarea:focus:focus { border: 1px solid #d7d7d7; outline: medium none; } .help-block { margin: 15px 0; } .info-wrapper { float: left; margin-bottom: 15px; margin-right: 4%; width: 46%; } .form-horizontal .control-label { margin-bottom: 5px; padding-top: 7px; text-align: right; } .form-control-3{ height: 40px; } .new_act_4{ clear: both; margin-top: 10px; } .indicator-brand-16.indicator-brand-13 .owl-buttons { top: 220px; } .indicator-brand-16.indicator-brand-13 .owl-pagination { top: 240px; left: 314px; } .indicator-brand-16.indicator-brand-13.owl-theme .owl-controls .owl-buttons div { background: #000000 none repeat scroll 0 0; left: 766px; padding: 8px 18px; } .indicator-brand-16.indicator-brand-13.owl-theme .owl-controls .owl-page span { margin: 5px 11px; } .button_act_4 { margin-left: 15px; margin-top: 0px; } .new_act.new_act_3.new_act_4.new_act_nyx { margin-bottom: 58px; } /*----------------------------------------*/ /* 32. Format audio /*----------------------------------------*/ .comment-respond.comment-respond-2 { clear: both; margin-top: 100px; } /*----------------------------------------*/ /* 33. About us /*----------------------------------------*/ .new_slide_mix_area { background: rgba(0, 0, 0, 0) url("img/slider/slider-7.jpg") no-repeat scroll center center / cover ; padding: 100px 0; margin-top: 25px; } .sl_heading h2{ color: #ffffff; font-size: 30px; font-weight: 700; text-align: left; font-family: Montserrat; } .new_inner_area{ padding: 100px 0px; } .inner_heading { margin-bottom: 50px; margin-top: 15px; text-align: center; } .inner_cotent { margin-bottom: 30px; } .about_our_team_area { background: #f4f4f4 none repeat scroll 0 0; padding: 83px 0; } .our_team_new_head h2{ color: #414141; font-size: 30px; font-style: normal; font-weight: 400; text-align: center; margin-bottom: 50px; font-family: Montserrat; } .team_member_pic { margin-bottom: 20px; text-align: center; } .team_new_cntnt > h3 { margin-bottom: 10px; } .team_new_cntnt > p { margin-bottom: 6px; margin-top: 15px; } .dev_skill_area { margin-bottom: -39px; padding: 100px 0; } .team_new_cntnt_2 h3{ font-style: normal; font-weight: 400; font-size: 30px; margin-bottom: 30px; font-family: Montserrat; } /* progress bar area */ .skill .progress .lead { color: #ffffff; font-size: 11px; font-weight: 400; left: 10px; position: absolute; top: 7px; z-index: 99; } .skill .progress { background-color: #F0F0F0; border-radius: 0; height: 30px; margin-bottom: 20px; position: relative;box-shadow: none; } .skill .progress-bar > span { float: right; font-size: 15px; margin-right: 10px; margin-top: 5px; } .we-are-good-at h3{ font-size: 18px; margin-bottom: 25px; } .skill .progress:nth-child(1) .progress-bar { background: #da4f49; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(2) .progress-bar { background: #414141; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(3) .progress-bar { background: #0074cc; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(4) .progress-bar { background: #faa732; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(5) .progress-bar { background: #8d6dc4; animation-delay: 1.2s; animation-duration: 1.5s; } .we-are-good-at { margin-bottom: 37px; } /*----------------------------------------*/ /* 34. Faq area /*----------------------------------------*/ .asked_area { margin-bottom: 39px; margin-top: 75px; } .our_team_new_head h2 { margin-bottom: 43px; } .section-element { margin-bottom: 38px; } .section-element .wpb_content_element { margin-bottom: 15px; } .vc_separator .vc_sep_holder { flex: 1 1 auto; height: 1px; min-width: 10%; position: relative; } .vc_separator.vc_sep_double .vc_sep_line { border-top: 1px solid #ebebeb; height: 3px; } .vc_separator .vc_sep_holder .vc_sep_line { border-top: 1px solid #ebebeb; display: block; height: 3px; position: relative; top: 1px; width: 100%; } /* accordion area */ .colpse_heading a { display: block; padding: 0 20px; text-decoration: none; font-size: 13px; font-weight: normal; text-transform: uppercase; color: #333; } .colpse_heading a.collapsed{ color:#333333; } .panel-default > .panel-heading { background:none; transition:.3s; position:relative; } .colpse_heading > a:hover{ color: #333; } .panel-heading a::before { border: 2px solid #5aa1e3; color: #5aa1e3; content: ""; cursor: pointer; display: block; font-family: fontawesome; font-size: 11px; height: 18px; left: 8px; padding: 5px; position: absolute; top: 10px; width: 20px; line-height: 6px; } .panel-body { margin-left: 20px; margin-top: -20px; margin-bottom: 10px; } .panel-heading a.collapsed::before{ content: ""; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 0; } .ll_colpse_area { padding-bottom: 33px; } .our_team_new_head.our_team_new_head_2 h2 { font-family: Montserrat; font-style: normal; font-weight: 400; margin-top: 1px; } .our_team_new_head.our_team_new_head_2 > p { margin-top: -33px; } .collapses-group { margin-top: -15px; } /*----------------------------------------*/ /* 35. 404 area /*----------------------------------------*/ .four_zero_four_area{ background-attachment: fixed; color: #ffffff; padding: 100px 0 130px; } .all_zero{ text-align: center; } .four_content h1{ color: #fff; font-size: 150px; letter-spacing: 10px; line-height: 160px; } .four_content h2{ color: #fff; } .page-content { margin-left: auto; margin-right: auto; margin-top: 20px; max-width: 600px; position: relative; } .search-form { margin: 20px 0 0; } .sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .input-group { border-collapse: separate; display: table; position: relative; } #form-search-input { border-radius: 0; height: 35px; } .input-group-btn { font-size: 0; position: relative; white-space: nowrap; } .search-form button { border: 0 none; border-radius: 0; height: 35px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: 10px; margin-top: -6px; z-index: 2; } body.error404 { background-color: #000; background: url("img/404-pic/4041.jpg")no-repeat; } .littele_menu.littele_menu_404 > a { color: #ededed; } .header_right_area.header_right_area_htr li a{ color: #ededed; } .qty.qty-404 { color: #ededed; } .fa.fa-angle-down.new_cartp { color: #ededed; } /*----------------------------------------*/ /* 36. Single portfolio /*----------------------------------------*/ .project-meta > div { border-bottom: 1px solid #e1e1e1; margin: 0 0 10px; padding: 0 0 10px; } .project-meta > div > p { margin: 0; } .project-permalink-2 { border-left: 1px solid #e1e1e1; padding-left: 10px; } .entry-summary > p { margin-bottom: 30px; } .related_project_area { margin-bottom: 40px; padding: 40px 0px; } .related_heading h3 { border-bottom: 1px solid #2f2f2f; color: #333333; font-family: Oswald,sans-serif; font-weight: normal; line-height: 1.35; margin: 50px 0 30px; text-transform: uppercase; } .indicator-brand-17.owl-theme .owl-controls .owl-page span { background: #fa7c63; } .sub_pix{ position: relative } .indicator-brand-17 .owl-pagination::after { background: #dddddd none repeat scroll 0 0; content: ""; height: 2px; left: 210px; position: absolute; top: 116px; width: 58px; } .indicator-brand-17 .owl-page > span::before { background: #dddddd none repeat scroll 0 0; content: ""; height: 2px; left: 315px; position: absolute; top: 115px; width: 58px; } .indicator-brand-17.owl-theme .owl-controls .owl-page span { height: 8px; margin: 15px 4px; width: 8px; } /*----------------------------------------*/ /* 37. Portfolio /*----------------------------------------*/ .columns-area { margin-top: -4px; overflow: hidden; padding: 0 0 20px; } .columns-menu { margin-bottom: 32px; text-align: center; } .columns_heading { margin-top: 12px; } .columns-menu div { color: #666666; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 400; margin-right: -1px; text-transform: capitalize; transition: all 0.3s ease 0s; } .filter { border: 1px solid transparent; border-radius: 20px; padding: 5px 20px; } .filter.active { border: 1px solid #fa7c63; border-radius: 20px; color: #fa7c63; } .columns-img-area{} .single-columns { float: left; overflow: hidden; padding: 0 5px; position: relative; width: 33.33333%; margin-bottom: 10px; } .single-columns-2{ width: 50%; } .single-columns-4{ width: 25%; } .columns-pic{ overflow: hidden; position: relative; } .columns-pic a{} .columns-pic img{ transform:scale(1); transition:.3s; } .single-columns:hover .columns-pic img{ transform:scale(1.1); } .columns-pic a::before { background: rgba(0, 0, 0, .5)no-repeat; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 1; transition:.3s; } .single-columns:hover .columns-pic a::before{ opacity:.5; } .columns-pic a img{ width:100%; } .columns-icon { left: 0; margin-top: -30px; opacity: 0; position: absolute; right: 0; text-align: center; top: 50%; transform: scale(0.2); transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s; visibility: hidden; z-index: 3; } .single-columns:hover .columns-icon{ opacity: 1; transform: scale(1); visibility: visible; } .columns-icon a { background: #fff; border-radius: 50%; color: #666; display: inline-block; font-size: 13px; height: 40px; line-height: 40px; margin: 0 5px; text-align: center; width: 40px; } .columns-icon a:hover{ background:#fa7c63; color: #fff; } .columns-icon a i{} .columns-info { background: #fff none repeat scroll 0 0; bottom: -12%; left: 0; opacity: 0; position: absolute; right: 0; text-align: center; visibility: hidden; z-index: 3; transition:.3s; } .single-columns:hover .columns-info{ opacity:1; bottom:0; visibility:visible; } .columns-info::before{ border-bottom: 17px solid #ffffff; border-left: 16px solid rgba(0, 0, 0, 0); border-right: 16px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: 50%; position: absolute; top: -15px; transform: translate(-50%, 0px); width: 0; } .columns-info h2 { margin-bottom: 2px; } .columns-info h2 a { font-size: 14px; font-family: Oswald,sans-serif; text-decoration: none; text-transform: capitalize; } .columns-info span a:hover{ color:#767676; } #Container .mix{ display: none; } .filter.btn:active, .btn.active { color: #fa7c63; box-shadow: none; } .columns_content_area{ padding: 40px 0px; } .projects-pagination { border-top: 1px solid #e1e1e1; padding: 10px 0 0; width: 100%; text-align: center; } .projects-pagination li { display: inline-block; margin: 0 0.236em; } .page-numbers li .current { color: #fa7c63; } .page-numbers li { font-size: 16px; } .row.new_rex { margin-left: -5px; margin-right: -5px; } /*----------------------------------------*/ /* 38. contact us /*----------------------------------------*/ #googleMap{ width:100%; height:500px; margin: 28px 0px; } .comnt_area{ padding-bottom: 100px; padding: 34px 0px } .al_form-fields-2 { border-color: 0; border-style: none; border-width: none; float: left; padding: 7px 25px; width: 100%; } .form-action-2 { border-color: none; border-style: none; border-width: none; padding: 15px 10px; width: 100%; } .side_right { margin-left: -25px; } .wpcf7-textarea { height: 100px; width: 100%; } .al_form-fields-2 p { font-size: 12px; } .frm_content_2 h2{ font-size: 18px; margin: 0 0 20px; text-transform: uppercase; } .navi_area ul li.active-2 a { background: #fa7c63 none repeat scroll 0 0; color: #ffffff; border: 1px solid transparent; } .mean-container .mean-nav ul li a:hover { color:#fa7c63; } .btn.btn-default.btn-default-tf { margin-bottom: 25px; } /* modal */ .modal-header { border-bottom: 0; padding: 0; } .modal-footer { border-top: 0; } .modal-dialog { margin: 5% auto; max-width: 96%; min-height: 300px; padding: 20px; transition: all 0.5s ease 0s; width: 870px; } .modal-product { margin: 21px; } .add-tocart.add-tocart-2 { margin-left: 7px; } .add-tocart.add-tocart-2.add-tocart-cdr { margin-left: 0px; } .new_port.new_port_2 { float: left; margin-bottom: 63px; width: 40%; } .elav_titel.elav_titel_2 { float: left; width: 60%; } .social-link-bbt li { border: 1px solid #e1e1e1; height: 41px; line-height: 41px; margin-left: 5px; margin-top: 10px; padding: 0 10px; text-align: center; width: 41px; cursor: pointer; } .price_box.price_box_pb { color: #666666; font-size: 24px; font-weight: 700; margin: 15px 0 0; font-family: "Open Sans"; } .elv_heading_therteen { border-bottom: 1px solid #e1e1e1; margin-bottom: 10px; } .cart-btn-area-dec { border-top: 1px solid #e1e1e1; } .see-all { display: inline-block; margin-bottom: 15px; margin-top: 18px; text-decoration: underline; } .modal-header .close { border: 1px solid #666666; border-radius: 50%; height: 29px; margin-right: 13px; margin-top: 15px; width: 29px; } .social-link.social-link-bbt > li:hover { background: #fa7c63 none repeat scroll 0 0; border: medium none #fa7c63; } .social-link.social-link-bbt > li:hover i { color: #ffffff; } .social-link.social-link-bbt { margin-bottom: 11px; } .btn-lg, .btn-group-lg > .btn { border: medium none; } /* checkout area */ .coupon-accordion { margin-left: -16px; } .cramb_area.cramb_area_2 a { margin-top: 13px; } .logo_area { overflow: hidden; } .mean-container .mean-bar { background: #666666 none repeat scroll 0 0; } .mobile-menu-area { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .bend.niceties.preview-2 { margin-top: 76px; } .layer-14.animated.flipInX > h3 { margin-top: 29px; }
public/static/home/index/style.css
/*----------------------------------------------------------------------------------- Template Name: Orienko Responsive eCommerce Fashion Template Template URI: http://bootexperts.com Description: This is html5 template Author: BootExperts Author URI: http://bootexperts.com Version: 1.0 =============================================================== CSS INDEX =================== 1. Template default css 2. header top area 2.1 header middele area 2.2 header bottom area 3. slider area 4. about us area 5. product area 6. plus area 7. catagory area 8. differ pic area 9. lumia area 10. top rate area 11. fchared area 12. blog area 13. logo area 14. Checkout page 15. newsletter area 16. footer top area 16.1 footer middle area 16.2 footer botom area 17. home page 2 18. home page 3 19. shop area left 20. shop area right 21. my account area 22. wishlist area 23. shopping cart area 24. simple product area 25. variable product area 26. grouped product area 27. blog left sidebar list 28. blog left sidebar grid-1 29. blog left sidebar grid-2 30. blog left sidebar grid-3 31. format image 32. format audio 33. about us 34. faq area 35. 404 area 36. single portfolio 37. portfolio 38. contact us ==============================================================*/ /*========================================*/ /* 1. Template default css /*========================================*/ @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:300,400,700'); html, body { height: 100%; } a:focus { outline: 0px solid } a:hover, a:focus { color: #fa7c63; text-decoration: none; } img { max-width: 100%; height: auto } .fix { overflow: hidden } p { margin: 0 0 15px; } h1, h2, h3, h4, h5, h6 { color: #333; font-family: Oswald,sans-serif; font-weight: 300; line-height: 1.3; margin: 0 0 10px; } a { transition: all 0.3s ease 0s; text-decoration: none; color: #666; } .pr { padding-right: 0; } .pl { padding-left: 0; } a:active, a:hover { outline: 0 none; } ul { list-style: outside none none; margin: 0; padding: 0 } .clear { clear: both } body { color: #666666; font-family: "Open Sans"; font-size: 13px; font-style: normal; font-weight: 400; line-height: 20px; visibility: visible; } .section-padding { padding-bottom: 50px; } .section-title { margin-bottom: 35px; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /*----------------------------------------*/ /* 2. Header top area /*----------------------------------------*/ .pl0 { padding-left: 0; } .pr0 { padding-right: 0 } .header_border { border-bottom: 1px solid #ededed; } .header_left_all > div { display: inline-block; } .header_left_all .littele_menu { cursor: pointer; line-height: 36px; text-transform: capitalize; font-size: 13px; font-family: 'Open Sans', sans-serif } .littele_menu>a >i { font-size: 12px; margin-left: 5px; } .mean_al_dv, .usd_area { display: inline-block; padding: 10px 4px; position: relative; } ul.option { position: absolute; top: 56px; left: 0; min-width: 150px; background: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); transition: .3s; opacity: 0; visibility: hidden; z-index: 99999; padding: 0px 15px; font-size: 12px; text-transform: capitalize; transform: scaleY(0); transform-origin: 0 0 0; } .mean_al_dv:hover ul.option { opacity: 1; visibility: visible; transform: scaleY(1); } ul.option > li { display: block; } ul.option li a { padding: 10px 0px; color: #666; font-size: 12px; line-height: 32px; } ul.option li a:hover { color: #fa7c63; } .usd_area:hover ul.option { opacity: 1; visibility: visible; transform: scaleY(1); } ul.option li:last-child { border-bottom: 0; } .account { margin-right: 20px; } .wishlist { margin-right: 20px; } .Shopping.cart { margin-right: 20px; } a.action:hover { color: #fa7c63; } .product-details a:hover { color: #fa7c63; } .header_right_area { float: right; padding: 18px 20px; } .header_right_area > ul > li { border-right: 1px solid #e1e1e1; display: inline-block; float: left; } .header_right_area > ul > li:last-child { border-right: 0; } .header_right_area > ul > li > a { display: block; font-size: 13px; text-decoration: none; margin-left: 17px; } .header_right_area > ul > li > a:hover { color: #fa7c63; } /*----------------------------------------*/ /* 2.1 Header middele area /*----------------------------------------*/ .header_middle { padding: 38px 0 75px; } .search_box_area { max-width: 460px; width: 70%; float: left; text-align: center; } .new_search { border: 2px solid #ffb128; border-radius: 5px; height: 55px; margin-left: 58px; max-width: 460px; position: relative; width: 100%; } .new_search.new_search_zd { color: #ededed; } .search-field { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0; height: 100%; padding-left: 20px; padding-right: 55px; width: 100%; } .search_box_area input[type="submit"] { background: #ffb128 url("img/icon/icon-search.png") no-repeat scroll 100% 50%; border: 0 none; height: 52px; position: absolute; right: 0; text-indent: -9999px; top: 0; width: 55px; } .shopping_cart_area { float: right; min-width: 250px; position: relative; } .header_middle .topcart .cart-toggler { border-radius: 4px; display: block; font-size: 14px; height: 57px; padding-left: 70px; padding-right: 15px; padding-top: 10px; position: relative; transition: all 0.3s ease 0s; } .header_middle .topcart .cart-toggler .icon { background: #467ecb url("img/icon/icon_cart.png") no-repeat scroll 50% 50%; border-radius: 100%; display: block; height: 55px; left: 0; margin: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 55px; } .header_middle .topcart .cart-toggler .my-cart { color: #333333; display: block; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 400; padding-right: 35px; text-transform: uppercase; } .header_middle .topcart .cart-toggler .fa-angle-down { font-size: 20px; position: absolute; right: 20px; top: 15px; } .topcart_content { height: 44px; padding-top: 10px; margin-top: 0px; padding-bottom: 10px; margin-bottom: 0px; } .header_middle .topcart .new_cart_section { background: #fff none repeat scroll 0 0; border: 1px solid #cccccc; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.39); opacity: 0; padding: 17px; position: absolute; right: 0; top: 100%; transform: scaleY(0); transition: all 0.5s ease 0s; width: 303px; transform-origin: 0 0 0; z-index: 99999; } .header_all.shopping_cart_area:hover .new_cart_section { opacity: 1; transform: scaleY(1); } .wimix_area { margin-left: -44px; border-bottom: 1px solid#e5e5e5; } .new-list .pix_product { float: left; width: 22%; display: block; border: 1px solid#e5e5e5; } .new-list li { display: block; margin-bottom: 15px; overflow: hidden; padding-bottom: 15px; } .product-details { float: left; padding: 0 0px 0 15px; width: 55%; margin-top: -4px; } .pro-action { float: left; padding-top: 10px; text-align: right; width: 15%; } .cartproduct-name { line-height: 20px !important; margin: 5px 0; } .cartproduct-name a { font-weight: 500; font-size: 14px; color: #333; } .cartproduct-name a:hover { color: #F45C5D; } strong.qty { color: #9d9d9d; display: block; font-size: 11px; font-weight: normal; } .sig-price { color: #666; display: block; font-size: 14px; line-height: 20px; } .top-subtotal { color: #666; font-size: 13px; font-weight: 700; margin: 15px 0 0; padding: 15px 10px; text-transform: uppercase; } .top-subtotal .sig-price { float: right; } .cart-remove { display: block; float: left; position: relative; right: -45px; width: 10%; top: 3px; color: #2f2f2f; } .cart-remove > a < i { color: #ddd; font-size: 13px; } .cart-button ul li { display: inline-block; } .cart-button ul li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #dedede; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 38px; line-height: 36px; text-align: center; width: 129px; background: #ededed; text-transform: uppercase; transition: .3s; } .cart-button ul li:first-child { margin-right: 5px; } .cart-button ul li a:hover { border: 1px solid #fa7c63; color: #fff; background: #fa7c63; } .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav { left: 20px; } .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav { right: 60px; } .preview-2 .nivo-directionNav a.nivo-prevNav:hover::before { background: #000; border-color: #fff; color: #fff; } .preview-2 .nivo-directionNav a.nivo-prevNav::before{ background: rgba(201, 201, 201, 0.75); color: #fff; } .preview-2 .nivo-directionNav a.nivo-nextNav:hover::before { background: #000; border-color: #fff; color: #fff; } .preview-2 .nivo-directionNav a.nivo-nextNav::before{ background: rgba(201, 201, 201, 0.75); color: #fff; } .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav { right: 0px; } .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav { font-size: 0; left: -45px; } .owl-theme .owl-controls { margin-top: 0; } /*----------------------------------------*/ /* 2.2 Header bottom area /*----------------------------------------*/ .all_menu_area { position: absolute; top: 203px; width: 100%; } .all_menu_area_2 { top: 176px; } .menu_inner { position: relative; } .full_menu { background: #707070 none repeat scroll 0 0; border-bottom: 3px solid #5c5c5c; border-radius: 4px; position: relative; z-index: 9999; } .full_menu_2 { background: #467ecb; } .all_catagories { position: relative; width: 100%; } .enable_catagories { background: #467ecb none repeat scroll 0 0; border-bottom: 3px solid #2e5ea0; border-radius: 4px 0 0 4px; color: #fff; cursor: pointer; font-family: Oswald, sans-serif; font-size: 20px; font-weight: 300; height: 55px; line-height: 55px; padding: 0 10px; position: relative; text-transform: uppercase; z-index: 9999; } .enable_catagories_2 { background: #4c4c4c; border-bottom: 3px solid #4c4c4c; } .enable_catagories i { padding: 0 10px; } .all_menu_area .all_catagories .enable_catagories .fa-angle-down { float: right; line-height: 55px; margin-right: 5px; } .cat_mega_start { position: absolute; display: none; } .cost-menu { display: none; } .cat_mega_start ul > li > a > i { float: left; padding-right: 0; font-size: 30px; margin-top: 12px; width: 45px; } .cat_mega_start > ul.list > li.shwitm:hover { background: none; } .link_text { color: #666; display: table-cell; font-size: 14px; font-weight: bold; line-height: 30px; min-height: 45px; overflow-wrap: break-word; text-transform: capitalize; vertical-align: middle; white-space: normal; word-break: normal; } .link_descr { display: block; font-size: 80% !important; font-weight: normal; line-height: 17px; text-decoration: none; } .link_content { display: block; } a.item_link { border-bottom: 1px solid #e1e1e1; display: block; line-height: 30px; min-height: 45px; overflow: hidden; padding: 19px 15px 19px 20px; text-overflow: ellipsis; white-space: nowrap; width: 284px; z-index: 99999; } a.item_link::before { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } a.item_link::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 20px; top: 20px; width: auto; } .cat_mega_start { background: #fff none repeat scroll 0 0; border: 1px solid #e1e1e1; min-height: 50px; } .cat_mega_start ul li { position: relative; } .next_area { position: relative; cursor: pointer; } .mega_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 285px; opacity: 0; padding: 6px 20px; position: absolute; top: -101px; transform: perspective(600px) rotateX(-90deg); transform-origin: 0 0 0; transition: all 0.3s ease 0s; visibility: hidden; width: 481px; } .next_area:hover .mega_menu { opacity: 1; transform: perspective(600px) rotateX(0deg); visibility: visible; } .mega_menu_coloumn { width: 50%; float: left; padding: 6px 13px; } .mega_menu_coloumn ul { text-align: left; } .mega_menu_coloumn ul li { display: block; } .mega_menu_coloumn ul li:first-child { border-bottom: 2px solid#444; } .mega_menu_coloumn ul li a { color: #666; display: inline-block; font-size: 13px; font-weight: normal; line-height: 30px; margin-top: 6px; text-transform: capitalize; transition: all 0.5s ease 0s; } .mega_menu_coloumn ul li a:hover { color: #fa7c63; } .mega_menu_coloumn ul li:first-child a { color: #666; font-size: 13px; font-weight: 400; text-transform: uppercase; font-family: Oswald, sans-serif; } .differ_sec_area { position: relative; cursor: pointer; } ul.another_drop_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 285px; opacity: 0; padding: 16px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .differ_sec_area:hover ul.another_drop_menu { opacity: 1; transform: scaleY(1); } ul.another_drop_menu li { display: block; } ul.another_drop_menu li a { padding: 15px 1px; color: #666; line-height: 30px; } .differ_sec_area:hover .another_drop_menu li a { background: none; } .another_drop_menu li a:hover { color: #fa7c63; } a.new_link_2 { color: #666; font-size: 13px; font-weight: 400; text-transform: capitalize; transition: all 0.5s ease 0s; } a.new_link_2::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 14px; top: -1px; width: auto; } .risk:hover a.new_link_3::after { color: #fa7c63; } .discrip:hover a.new_link_2::after { color: #fa7c63; } .discrip { position: relative; } .risk { position: absolute; } .exact { position: relative; } ul.new_miup_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 234px; opacity: 0; padding: 11px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .discrip:hover .new_miup_menu { opacity: 1; transform: scaleY(1); } .risk:hover .new_miup_menu { opacity: 1; transform: scaleY(1); } ul.decent_mean_menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); color: #666666; font-size: 13px; left: 239px; opacity: 0; padding: 9px; position: absolute; text-align: left; top: 0; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .exact:hover .decent_mean_menu { opacity: 1; transform: scaleY(1); } .lax_arae { position: relative; } ul.decent_mean_menu:hover ul.new_mixup_tm li { color: #fa7c63; } .fa.fa-mobile { font-size: 47px; } a.item_link_2::after { display: none; } a.new_link_4::after { display: none; } ul.another_drop_menu >li >a > i { font-size: 14px; } a.new_link_8::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 14px; top: -1px; width: auto; } .exact:hover a.new_link_8::after { color: #fa7c63; } /*----------------------------------------*/ /* menu area /*----------------------------------------*/ .menu ul li { display: inline-block; position: relative; } .menu ul li a { border-bottom: 3px solid transparent; color: #fff; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 300; line-height: 52px; min-height: 25px; padding: 13px 25px; text-transform: uppercase; transition: all 0.4s ease 0s; text-decoration: none; } .menu ul > li > a > i { display: inline-block; font-size: 12px; position: absolute; right: 9px; top: calc(50% - 6px); } .menu nav > ul > li:hover > a { background: #fa7c63; color: #fff; border-color: #f85332; } .menu >nav > ul > li.active > a { background: #fa7c63; color: #fff; border-color: #f85332; } ul.submenu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 1px; opacity: 0; padding: 2px; position: absolute; text-align: left; top: 57px; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 250px; } .menu ul li:hover ul.submenu { opacity: 1; transform: scaleY(1); } ul.submenu li { display: block; } ul.submenu li a { padding: 10px 15px; color: #666; font-size: 13px; font-weight: 400; font-family: 'Open Sans', sans-serif; text-transform: capitalize; transition: all 0.5s ease 0s; line-height: 41px; } ul.submenu li a:hover { color: #fa7c63; } .new_mega_menu { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 0px; opacity: 0; padding: 15px 17px; position: absolute; top: 110%; transform: perspective(600px) rotateX(-90deg); transform-origin: 0 0 0; transition: all 0.3s ease 0s; visibility: hidden; width: 672px; } .menu ul li:hover .new_mega_menu { opacity: 1; transform: perspective(600px) rotateX(0deg); visibility: visible; } .new_mega_menu_coloumn { width: 33.33333%; float: left; padding: 0px 6px; } .new_mega_menu_coloumn ul { text-align: left; } .new_mega_menu_coloumn ul li { display: block; margin-top: 12px; } .new_mega_menu_coloumn ul li a { color: #666; font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: normal; line-height: 8px !important; padding: 3px; text-transform: capitalize; transition: all 0.5s ease 0s; } .new_mega_menu_coloumn ul li a:hover { color: #f48d5a; } .new_mega_menu_coloumn ul li:first-child a { color: #666; font-family: Oswald, sans-serif; font-size: 13px; font-weight: 400; text-transform: uppercase; display: inline-block; } .new_mega_menu_coloumn ul li:first-child a:hover { color: #f48d5a; } .new_mega_menu_coloumn ul li:first-child { border-bottom: 2px solid #444; } a.item_link_12::after { border: 0 none; color: #666; content: ""; display: inline-block; font-family: FontAwesome; font-size: 13px; height: auto; position: absolute; right: 20px; top: -1px; width: auto; } .squre_one { position: relative; } ul.sub_menu_6 { background: #fff none repeat scroll 0 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); left: 248px; opacity: 0; padding: 2px; position: absolute; text-align: left; top: -2px; transform: scaleY(0); transform-origin: 0 0 0; transition: all 0.3s ease 0s; width: 256px; } .squre_one:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } ul.sub_menu_6 li { display: block; } ul.sub_menu_6 li a { padding: 10px 15px; color: #666; font-size: 13px; font-weight: 400; font-family: 'Open Sans', sans-serif; text-transform: capitalize; transition: all 0.5s ease 0s; line-height: 41px; } ul.sub_menu_6 li a:hover { color: #fa7c63; } .squere_2 { position: relative; } .squere_2:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } .squere_3 { position: relative; } .squere_3:hover ul.sub_menu_6 { opacity: 1; transform: scaleY(1); } .pg_1 { position: relative; } .pg_1:hover ul.submenu { opacity: 1; transform: scaleY(1); } .port_1 { position: relative; } .port_1:hover ul.submenu { opacity: 1; transform: scaleY(1); } .flexiable_new { position: relative; } .link_descr_2 { background: #ef3835 none repeat scroll 0 0; border-radius: 3px; color: #fff; font-family: Open Sans, sans-serif; font-size: 11px !important; font-weight: 400; height: 16px; line-height: 16px; min-width: 35px; position: absolute; right: 28px; text-align: center; text-transform: capitalize; top: -10px; transform: translateZ(0px); transition: all 0.5s ease 0s; } .link_descr_3 { background: #ffb128; } .link_descr_2::before { border-color: #ef3835 transparent transparent; border-style: solid; border-width: 5px 5px 0; bottom: -5px; content: ""; left: calc(45%); pointer-events: none; position: absolute; transition-duration: 0.3s; transition-property: bottom; z-index: -1; } .link_descr_3::before { border-color: #ffb128 transparent transparent; } .showmore-items { cursor: pointer; font-size: 14px; line-height: 45px; padding: 0 20px; text-transform: capitalize; } .showmore-items i { margin-right: 15px; } .showmore-items:hover { color: #FA7C63; background: none; } /*----------------------------------------*/ /* 3. Slider area /*----------------------------------------*/ .slider-area { background: #404040 none repeat scroll 0 0; overflow: hidden; padding-bottom: 53px; position: relative; } .slider-area.slider-area-2 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; margin-top: -49px; } .tld-f1{ margin-left: 73px; margin-top: 82px; float: left; width: 20%; } .layer-1-1.animated.fadeInDown{ animation-delay: 0s; animation-duration: 0.3s; } .layer-1-2.animated.flipInX { animation-delay: 0.3s; animation-duration: 0.8s; } .layer-1-3.animated.rotateInUpLeft{ animation-delay: 0.6s; animation-duration: 0.6s; } .layer-1-4.animated.rotateInUpLeft{ animation-delay: 0.8s; animation-duration: 0.9s; } .layer-1-5.animated.rotateInUpLeft{ animation-delay: 0.1s; animation-duration: 0.6s; } .layer-1-6.animated.zoomIn{ animation-delay: 0.1s; animation-duration: 0.7s; } .layer-1-6 { position: absolute; left: 300px; top: 116px; } .layer-1-1.animated.fadeInDown > h1{ border-width: 0; color: rgba(153, 153, 153, 1); font-family: Oswald, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; } .layer-1-1.animated.fadeInDown > h1:after { position: absolute; content: ""; height: 4px; width: 100px; background: #fff; left: 0; top: 100%; } .nivo-controlNav a.active { background: #ff0000 none repeat scroll 0 0; font-weight: bold; height: 17px; left: 253px; position: absolute; top: 476px; width: 17px; } .nivo-controlNav a { background: #ff0000 none repeat scroll 0 0; cursor: pointer; height: 17px; position: absolute; top: 476px; width: 15px; right: 295px; } .layer-1-2.animated.flipInX{ margin-bottom: 32px; margin-top: 12px; } .layer-1-2.animated.flipInX > h2 { border-width: 0; color: #ef3835; font-family: Oswald,sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; margin-bottom: -12px; } .layer-1-3.animated.rotateInUpLeft > h1{ border-width: 0; color: rgba(63, 63, 63, 1); font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; text-transform: uppercase; } .layer-1-4.animated.rotateInUpLeft > h3 { border-width: 0; color: #3f3f3f; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; text-transform: uppercase; margin-bottom: 46px; } .layer-1-5.animated.rotateInUpLeft a, .layer-2-5.animated.bounceInUp a { background-color: rgba(250, 124, 99, 1); border-color: rgba(250, 124, 99, 1) rgba(250, 124, 99, 1) rgba(211, 103, 81, 1); border-radius: 4px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; box-sizing: border-box; color: rgba(255, 255, 255, 1); cursor: pointer; display: inline-block; font-family: Oswald, sans-serif; font-size: 17px; font-style: normal; font-weight: 300; letter-spacing: 0; line-height: 17px; margin-top: 12px; padding: 10px 20px; text-transform: uppercase; transition: all 0.3s ease 0s; } .layer-1-5.animated.rotateInUpLeft a:hover, .layer-2-5.animated.bounceInUp a:hover{ background: #467ecb; color: #fff; border-color: #467ecb; } .layer-2-1.animated.fadeInLeftBig > h1 { border-width: 0; color: rgb(228, 228, 228); font-family: Oswald, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; } .layer-2-2.animated.slideInLeft > h2 { border-width: 0; color: #fff; font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; } .sld-fl { float: left; margin-left: 73px; margin-top: 75px; width: 50%; background: none; } .sld-fr { left: 700px; position: absolute; right: 0; top: 95px; } .layer-2-5.animated.bounceInUp > a:hover{ background: #467ecb none repeat scroll 0 0; border-color: #467ecb; color: #ffffff; } .layer-2-6.animated.zoomIn > img { width: 75%; } .tld-f2 { float: left; margin-left: -202px; padding-top: 229px; width: 80%; } .layer-2-3.animated.slideInLeft > h1 { border-width: 0; color: rgba(63, 63, 63, 1); font-family: Oswald, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; text-transform: uppercase; } .layer-2-4.animated.slideInLeft > h3 { border-width: 0; color: #3f3f3f; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; text-transform: uppercase; margin-bottom: 36px; } .layer-2-1.animated.fadeInLeftBig{ animation-delay: 0s; animation-duration: 0.3s; } .layer-2-2.animated.slideInLeft{ animation-delay: 0.3s; animation-duration: 0.8s; margin-bottom: 30px; } .layer-2-3.animated.slideInLeft{ animation-delay: 0.6s; animation-duration: 0.6s; } .layer-2-4.animated.slideInLeft { animation-delay: 0.8s; animation-duration: 0.9s; } .my-slider { padding: 70px 0; } .cat_mega_start > ul.list >li:hover { background: #FA7C63; } .cat_mega_start > ul.list >li:hover a.item_link i, .cat_mega_start > ul.list > li:hover .link_text { color: #fff } .cat_mega_start > ul.list > li:hover > a.item_link::after { color: #fff } /*----------------------------------------*/ /* social design area /*----------------------------------------*/ .social_design { position: fixed; right: 0; top: 150px; width: 45px; z-index: 999999; } .social_design ul { padding: 0; } .social_design ul li { display: block; } .social_design ul li a { float: right; margin-bottom: 2px; } .social_design ul li a.facebook { background: #3b5998 none repeat scroll 0 0; } .social_design ul li a > span { color: #fff; float: left; font-size: 11px; height: 43px; line-height: 43px; overflow: hidden; transition: all 0.5s ease 0s; white-space: nowrap; width: 43px; } .social_design ul li a:hover > span { width: 160px; } .social_design ul li a > span i.fa { float: left; font-size: 20px; height: 43px; line-height: 43px; text-align: center; width: 43px; } .social_design ul li a > span span.social-text { float: left; height: 43px; line-height: 43px; width: 0; } .social_design ul li a.twitter { background: #62bdb2 none repeat scroll 0 0; } .social_design ul li a.google-plus { background: #db4a39 none repeat scroll 0 0; } .social_design ul li a.youtube { background: #c4302b none repeat scroll 0 0; } .social_design ul li a.pinterest { background: #db4a39 none repeat scroll 0 0; } .social_design ul li a.mail-to { background: #2a056f none repeat scroll 0 0; } /*----------------------------------------*/ /* 4. About us area /*----------------------------------------*/ .about_us_area { overflow: hidden; padding: 38px 0; } .about_us_area.about_us_area_2 { margin-top: -18px; padding: 0 0 37px; } .about_all { border: 0 none; padding: 0 none; position: relative; } .about_icon { background-color: #fff; border: 1px solid #e1e1e1; border-radius: 100%; color: #999999; font-size: 40px; height: 78px; left: 0; line-height: 78px; position: absolute; text-align: center; top: 30px; transition: all 0.3s ease 0s; width: 78px; } .about_content { background-color: #fff; border: 1px solid #e1e1e1; margin-left: 30px; padding: 20px 20px 20px 62px; } .about_text { font-size: 16px; font-weight: normal; font-family: "Open Sans", sans-serif; margin-bottom: 7px; text-transform: capitalize; color: #666; } .about_prgph { color: #666; font-family: "Open Sans"; font-size: 13px; font-weight: 400; line-height: 20px; } .about_icon { transition: .3s; } .single_about:hover .about_icon { animation: 500ms ease-in-out 0s normal none 1 running pulse; color: #fa7c63; } /*----------------------------------------*/ /* 5. Product area /*----------------------------------------*/ .new_product { padding-left: 75px; position: relative; } .product_heading i { background: #467ecb none repeat scroll 0 0; border-bottom: 2px solid #3c69a6; border-radius: 4px; bottom: 0; color: #fff; display: block; font-size: 28px; height: 55px; left: 0; line-height: 55px; position: absolute; text-align: center; width: 55px; } .product_heading > span { border-bottom: 2px solid #f2f2f2; color: #666666; display: block; font-family: Oswald,sans-serif; font-size: 22px; font-weight: 300; line-height: 55px; position: relative; text-transform: uppercase; } .product_heading_tf > span{ margin-left: 15px; } .product_heading.product_heading_tf > span { border-bottom: medium none #000080; } .product_heading.product_heading_tf > span::before { background: #e1e1e1 none repeat scroll 0 0; border-bottom: medium none; bottom: -2px; color: #000000; content: ""; height: 1px; left: 0; position: absolute; width: 1067px; } .product_heading > span::after { border-bottom: 2px solid #fa7c63; bottom: -2px; content: ""; left: 0; position: absolute; width: 150px; } .single_product { position: relative; } .single_product span { background: #ffb128 none repeat scroll 0 0; border-radius: 50%; color: #fff; font-size: 13px; font-weight: normal; height: 45px; left: auto; line-height: 45px; position: absolute; text-align: center; text-transform: capitalize; top: 10px; width: 45px; z-index: 1; right: 10px; } .sinle_pic { border: 1px solid #e5e5e5; overflow: hidden; position: relative; border-bottom: none; } .sinle_pic a { position: relative; display: block; } .sinle_pic img { backface-visibility: hidden; display: block; height: 100%; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%; } .sinle_pic img.secondary-img { left: 0; position: absolute; top: 100%; } .all-pros:hover .sinle_pic img.secondary-img, .all-pros:hover .sinle_pic img.primary-img { transform: translate3d(0px, -100%, 0px); } .product-action .quickview { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 3px; color: #fff; display: inline-block; font-family: Oswald, sans-serif; font-size: 14px; font-weight: 300; line-height: 30px; padding: 0 20px; opacity: 0; visibility: hidden; transform: scale(0.5) } .product-action .quickview:hover { background-color: #f85332; } .product-action ul li { position: absolute; right: 62px; z-index: 9; } .all-pros { animation-delay: 500ms; animation-duration: 0.5s; margin-bottom: 38px; margin-top: 30px; overflow: hidden; position: relative; } .all-pros-2 { animation-delay: 200ms; animation-duration: 0.5s; } .all-pros-3 { animation-delay: 300ms; animation-duration: 0.5s; } .all-pros-4 { animation-delay: 400ms; animation-duration: 0.5s; } .all-pros-5 { animation-delay: 500ms; animation-duration: 0.5s; } .all-pros-6 { animation-delay: 600ms; animation-duration: 0.5s; } .all-pros-7 { animation-delay: 700ms; animation-duration: 0.5s; } .all-pros-8 { animation-delay: 800ms; animation-duration: 0.5s; } .all-pros-9 { animation-delay: 900ms; animation-duration: 0.5s; } .all-pros-10 { animation-delay: 100ms; animation-duration: 0.5s; } .product-action { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; text-align: center; top: 24%; transition: all 0.5s ease 0s; } .all-pros:hover .product-action .quickview { transform: scale(1); opacity: 1; visibility: visible; } .shop-products.products .product .product-wrapper:hover .list-col4 .product-image .detail-link { animation: 300ms ease 0s normal none 1 running smallToBig; opacity: 1; visibility: visible; } .action-cart { transition: all 0.2s ease 0s; bottom: 113px; } .action-wishlist { transition: all 0.3s ease 0s; bottom: 78px; } .action-compare { transition: all 0.4s ease 0s; bottom: 43px; } .action-quickview { transition: all 0.5s ease 0s; bottom: 8px; } .sinle_pic .product-action { opacity: 0; } .sinle_pic:hover .product-action { opacity: 1; } .product_name > h2 > a { color: #000; font-size: 14px; font-weight: 600; margin-left: -211px; transition: .5s; } .product_name > h2 > a:hover { color: #14bfcc; } .price_box { color: #ed1c24; font-size: 15px; font-weight: bold; margin-bottom: 13px; margin-top: 3px; min-height: 25px; position: relative; z-index: 2; margin-left: 3px; } .old-.price { color: #666; text-decoration: line-through; margin-left: -219px; font-family: Open Sans, sans-serif; font-weight: normal; } .old-.price.old-.price-3 { font-size: 14px; } .price_rating > a > i { color: #f7bb39; font-size: 12px; } .product_name_2 h2 > a { font-family: Open Sans, sans-serif; font-size: 15px; font-weight: normal; letter-spacing: 0; margin: 14px 0 -1px; } .product_name_2 h2 > a:hover { color: #fa7c63; } .not-rated > i { color: #d3ced2 !important; } .product_content { border: 1px solid #e5e5e5; position: relative; text-align: center; z-index: 9; } .usal_pro { overflow: hidden; } .last_button_area ul li { display: inline-block; } .last_button_area ul li { padding: 1px; } .last_button_area { margin: -3px 0 15px; } .button_act { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; padding: 0 20px; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; } .button_act:hover { background: #fa7c63; color: #fff; border-color: #fa7c63; } a.add_to_wishlist { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; opacity: 0; transition: .3s; transform: scale(0); } a.compare { opacity: 0; transition: .3s; transform: scale(0) } .all-pros:hover a.add_to_wishlist, .all-pros:hover a.compare { opacity: 1; transform: scale(1); } .yith-wcwl-add-button i { color: #999999; font-size: 19px; margin-top: 9px; } a.compare { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; } .compare.button i { color: #666; font-size: 19px; margin-top: 9px; } .yith-wcwl-add-button:hover i { color: #fff } .yith-wcwl-add-button.show.show-2 { display: inline-block !important; } .add_to_wishlist:hover, .add_to_wishlist_3:hover { background: #fa7c63; border-color: #fa7c63; } .compare.button i:hover, .compare_3.button i:hover { color: #fff; } a.compare:hover,.compare_3:hover { background: #fa7c63; border-color: #fa7c63; } .all_product { position: relative; } .indicator-brand.owl-buttons { position: absolute; right: 20px; top: -74px; } .indicator-brand.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand.owl-theme .owl-controls .owl-buttons { position: absolute; top: -69px; width: 100%; left: 4px; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 771px; position: absolute; right: 0; } .indicator-brand.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .new_cosmatic.indicator-brand.indicator-brand-2.indicator-brand-3.owl-carousel.owl-theme { margin: -9px 2px; } .single_product_3 { background: #ef3835; border-radius: 50%; color: #fff; font-size: 13px; font-weight: normal; height: 45px; left: 10px; line-height: 45px; position: absolute; right: auto; text-align: center; text-transform: capitalize; top: 10px; width: 45px; z-index: 1; } .single_product_2 > span { background: #467ecb; } .new_cosmatic.indicator-brand.indicator-brand-2.owl-carousel.owl-theme { margin-top: -7px; } .cosmatics_products { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 4px; color: #fff; font-size: 22px; font-weight: 300; height: 55px; line-height: 55px; padding: 0 15px 0 12px; text-transform: uppercase; font-family: Oswald, sans-serif; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 191px; position: absolute; right: 0; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .indicator-brand-2.owl-theme .owl-controls .owl-buttons { position: absolute; top: -73px; width: 100%; } .cosmatics_products i { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; height: 50px; line-height: 50px; } .cdown { float: left; margin: 0 10px; } .count-down-area { border-top: 1px solid #e1e1e1; display: block; float: left; margin-top: 6px; text-align: center; width: 100%; } .cdown.days{ margin-bottom: 10px; } .price_box.price_box_dgr { margin-bottom: 0; } span.cdown { float: left; width: 25%; color: #666; height: 60px; text-transform: capitalize; display: inline-block; margin: 0; font-size: 13px; font-family: "Open Sans"; margin-top: 5px; font-weight: 500; } .usal_pro.usal_pro_eb { margin-bottom: -6px; } .time-count{ font-weight: 600; font-family: "Open Sans"; } span.cdown strong { color: #444; font-size: 12px; font-weight: 400; font-family: "Open Sans"; position: relative; } .cdown.days{ margin-bottom: 0; } /*----------------------------------------*/ /* 6. Plus area /*----------------------------------------*/ .plus_area { margin-bottom: 38px; } .pix_new { display: inline-block; margin: 0; max-width: 100%; position: relative; vertical-align: top; z-index: 9; } .pix_new a::before { background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 0; top: 0; z-index: 99; } .pix_new img { height: auto; max-width: 100%; vertical-align: top; } .pix_new a { display: block; overflow: hidden; position: relative; } .pix_new a:hover::before { left: 50%; opacity: 1; right: 50%; transition: all 900ms ease 0s; } /*----------------------------------------*/ /* 7. Catagory area /*----------------------------------------*/ .favtabs > li { display: inline-block; } .favtabs > li > a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #dfdfdf !important; border-radius: 3px; display: block; font-size: 13px; height: 33px; line-height: 31px; margin: 1; padding: 0 15px; position: relative; transition: all 0.3s ease 0s; color: #666; } .favtabs li a:hover{ background: #fa7c63; color: #fff; border-color: #f85332 !important; border-width: 1px 1px 2px !important; } .favtabs > li.active > a { background: #fa7c63; color: #fff; border-color:#f85332!important; border-image: none !important; border-style: solid !important; border-width: 1px 1px 2px !important; } .favtabs { margin: 0; position: absolute; right: 0; top: -45px; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons { opacity: 0; } .feature-carousel:hover.indicator-brand-3.owl-theme .owl-controls .owl-buttons { opacity: 1; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons { position: absolute; top: 137px; width: 100%; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 14px; position: absolute; right: 0; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 15px; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { border-color:#f85332; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next:hover { border-color:#f85332; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } /*----------------------------------------*/ /* 8. Differ pic area /*----------------------------------------*/ .differ_pic { margin-bottom: 38px; } /*----------------------------------------*/ /* 9. Lumia area /*----------------------------------------*/ .lumia_area { margin-bottom: 38px; } /*----------------------------------------*/ /* 10. Top rate area /*----------------------------------------*/ .top_rate_area { margin-bottom: 8px; overflow: hidden; } .top_rate_area.top_rate_area_2 { margin-bottom: 2px; } .llc_pro { float: left; width: 100px; } .product_name_new h2 a { font-size: 14px; } .product_price.product_price_new_3 { margin-top: -3px; } .sinle_pic_2 { border: 0; overflow: hidden; position: relative; } .sinle_pic_2 a { position: relative; display: block; } .sinle_pic_2 img { backface-visibility: hidden; display: block; height: 100%; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%; } .sinle_pic_2 img.secondary-img { left: 0; position: absolute; top: 100%; } .all-pros-ex:hover .sinle_pic_2 img.secondary-img, .all-pros-ex:hover .sinle_pic_2 img.primary-img { transform: translate3d(0px, -100%, 0px); } .product_content_2 { border: 0 none; margin-bottom: 8px; margin-left: 111px; margin-top: -11px; padding: 0 0 0 11px; text-align: left; } .all-pros-ex { animation-delay: 100ms; animation-duration: 0.5s; margin-top: 25px; overflow: hidden; position: relative; border-bottom: 1px solid#e5e5e5; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div { background-color: #fff; border: 1px solid #ededed; border-radius: 100%; box-shadow: 0 2px 0 #ededed; color: #333; cursor: pointer; display: inline-block; font-size: 17px; height: 35px; line-height: 25px; margin: 26px 2px; text-align: center; transition: all 300ms ease 0s; width: 35px; opacity: 1; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons { position: absolute; top: -71px; width: 100%; left: 14px; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 187px; position: absolute; right: 0; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next { position: absolute; right: 24px; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next:hover { border-color: #fa7c63; box-shadow: 0 2px 0 #f85332; background:#fa7c63; color: #fff; } .single-sidebar { float: left; margin: 0 0 30px; padding: 20px; width: 90%; border: 1px solid#e1e1e1; } .single-sidebar h3 { color: #444; font-size: 16px; margin: 0 0 25px; text-transform: uppercase; } .compare_content .new_tag > a { border: 1px solid #e1e1e1; border-radius: 3px; display: inline-block; font-size: 12px !important; font-weight: normal; line-height: 30px; margin: 0 5px 5px 0; padding: 0 12px; text-transform: capitalize; color: #666; } .new_tag a:hover { background: #fa7c63 none repeat scroll 0 0; border-color: #fa7c63; color: #fff; } /*----------------------------------------*/ /* 11. Fchared area /*----------------------------------------*/ .fchered_area { margin-bottom: 30px; } .fchered_item { background: #fff none repeat scroll 0 0; padding: 0 0 25px; text-align: center; } .fechered_pix { border-bottom: 1px solid#e1e1e1; } .fechered_heading h3 > a { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: bold; margin: 25px 0 20px; text-transform: uppercase; } a.view_button { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald, sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; cursor: pointer } a.view_button:hover { background: #fa7c63 none repeat scroll 0 0; border-color: #fa7c63; color: #fff; } .chard_ex_al { border: 1px solid #e1e1e1; margin-bottom: 38px; } .indicator-brand-5.owl-theme .owl-controls .owl-buttons { position: absolute; top: -103px; width: 100%; left: 10px; } .indicator-brand-5.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 771px; } .indicator-brand-bg.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1062px; } /*----------------------------------------*/ /* 12. Blog area /*----------------------------------------*/ .blog { margin-bottom: 31px; overflow: hidden; } .blog_thumb { position: relative; } .blog_thumb a::before { backface-visibility: hidden; background: rgba(63, 63, 63, 0.5) none repeat scroll 0 0; bottom: 0px; content: ""; left: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0; top: 0; transition: opacity 0.4s ease 0s; z-index: 2; } .blog_thumb a::after { bottom: 0; color: #fff; content: ""; font-family: FontAwesome; font-size: 30px; height: 30px; left: 0; line-height: 30px; margin: auto; opacity: 0; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; transform: scaleX(-1); transition: transform 400ms ease 0s; visibility: hidden; width: 30px; z-index: 11; } .blog_thumb a { display: block; overflow: hidden; } .blog_thumb a:hover::before { opacity: 1; visibility: visible; } .blog_thumb a:hover::after { opacity: 1; transform: scaleX(1); visibility: visible; } .blog_thumb a img { backface-visibility: hidden; transition: opacity 0.5s ease 0s, transform 0.5s ease 0s; } .blog_thumb a:hover img { transform: scale3d(1.1, 1.1, 1); } .blog_thumb .blogdate { background: #fff none repeat scroll 0 0; border-radius: 100%; bottom: -12px; color: #888888; font-size: 13px; height: 60px; left: 0; line-height: 1; margin: 0 auto; padding: 4px; pointer-events: none; position: absolute; right: 0; width: 60px; z-index: 11; } .blog_thumb .blogdate div { background: #fa7c63 none repeat scroll 0 0; border-bottom: 2px solid #f85332; border-radius: 100%; color: #ffffff; display: block; font-size: 11px; height: 100%; text-align: center; text-transform: uppercase; width: 100%; } .blog_info { margin: 20px 0 0; position: relative; } .blog_info .post-title { font-family: Open Sans,sans-serif; font-size: 16px; font-weight: 600; text-transform: capitalize; color: #333; } .post-title > a { color: #333333; } .blog_info .post-title a:hover { color: #fa7c63; } .blog_thumb .blogdate div .day { display: block; font-family: Oswald, sans-serif; font-size: 16px; padding: 10px 0 3px; } .blog_info .post-excerpt { clear: both; margin: 10px 0; color: #666 } .blog_info .readmore-text { font-weight: bold; text-decoration: underline; } .blog_info .readmore-text:hover { color: #fa7c63; } .indicator-brand-6.owl-theme .owl-controls .owl-buttons { left: 9px; position: absolute; top: -98px; width: 100%; } .indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 772px; position: absolute; right: 0; } /*----------------------------------------*/ /* 13. Logo area /*----------------------------------------*/ .main_brand { margin-bottom: 10px; padding: 14px; } .all_brand { border: 1px solid#e1e1e1; } .all_brand.all_brand_zx.indicator-brand.indicator-brand-7.owl-carousel.owl-theme { background: #ffffff none repeat scroll 0 0; } .brand_pix { margin-bottom: 14px; margin-top: 20px; } .brand { margin-bottom: 18px; } .brand.brand-2.brand-3 { margin-top: 15px; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons { left: -2px; position: absolute; top: -105px; width: 100%; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1065px; position: absolute; right: 0; } .indicator-brand-7.owl-theme .owl-controls .owl-buttons div.owl-next { right: -2px; } .main_brand.main_brand_tf { margin-top: -13px; padding: 28px; } /*---------------------------------------- 14. Checkout page /*----------------------------------------*/ .coupon-area {} .coupon-accordion {} .main-container #checkout.breadcrumb { margin: 0 0 40px; } .coupon-accordion { margin-top: 17px; } .amount { font-size: 15px; } .coupon-accordion h3 { padding: 1.2em 2em 1.2em 3.5em !important; margin: 0 0 2em !important; position: relative; background-color: #f7f6f7; color: #515151; font-size: 13px; font-weight: 400; font-style: normal; border-top: 3px solid #1e85be; list-style: none !important; width: auto; word-wrap: break-word; font-family: "Open Sans"; } .checkout-area { margin-bottom: 58px; } .coupon-accordion h3::before { color: #1e85be; content: "\f133"; display: inline-block; font-family: fontawesome; left: 1.5em; position: absolute; top: 1.2em; } .new_chek_cart { border: 1px solid #e1e1e1; margin: -2px 12px 12px; overflow: hidden; padding: 15px; } .coupon-accordion span { color: #222222; cursor: pointer; } .coupon-accordion span:hover, p.lost-password a:hover { color: #e28a9a; } .coupon-content { border: 1px solid #e5e5e5; display: none; margin-bottom: 20px; padding: 20px; } .coupon-info {} .coupon-info p.coupon-text { margin-bottom: 15px } .coupon-info p { color: #222222; font-family: Open Sans; font-size: 13px; font-weight: normal; margin-bottom: 0; } .coupon-info p.form-row-first {} .coupon-info p.form-row-first label, .coupon-info p.form-row-last label { display: block; } .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required { color: red; font-weight: 700; } .coupon-info p.form-row-first input, .coupon-info p.form-row-last input { border: 1px solid #e5e5e5; height: 36px; margin: 0 0 14px; max-width: 100%; padding: 0 0 0 10px; width: 370px; } .coupon-info p.form-row-last {} .coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover { background: #fa7c63; } .coupon-info p.form-row input[type="checkbox"] { position: relative; top: 2px; } .form-row > label { margin-top: 7px; } p.lost-password { margin-top: 15px; } p.lost-password a { color: #222; } p.checkout-coupon {} p.checkout-coupon input[type=text] { height: 36px; padding-left: 10px; width: 170px; float: left; } p.checkout-coupon input[type=submit] { background: #333 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; height: 36px; margin-left: 6px; padding: 5px 10px; transition: all 0.3s ease 0s; } .coupon-checkout-content { margin-bottom: 30px; display: none; } .checkbox-form h3 { border-bottom: 1px solid #e5e5e5; color: #333333; font-family: Oswald,sans-serif; font-size: 24px; font-weight: 300; margin: 0 0 20px; padding-bottom: 10px; width: 100%; } .country-select { margin-bottom: 30px; position: relative; } select { border: 1px solid #ccc; height: 34px; width: 250px; padding: 6px 12px; line-height: 1.42857143; } .selectwrap { position: relative; float: left; } .selectwrap:after { content: "↓"; text-align: center; line-height: 32px; position: absolute; width: 32px; height: 32px; background: #fff; right: 1px; top: 1px; pointer-events: none; } .country-select label, .checkout-form-list label { color: #252525; font-family: Open Sans; margin: 0 0 5px; display: block; font-weight: normal; } .country-select label span.required, .checkout-form-list label span.required { color: red } .country-select select { -moz-appearance: none; border: 1px solid #ddd; height: 32px; padding-left: 10px; width: 100%; } .country-select::before { content: "\f0d7"; display: inline-block; font-family: fontawesome; font-size: 18px; position: absolute; right: 14px; top: 32px; cursor: pointer; color: #898989; } .checkout-form-list { margin-bottom: 14px; } .checkout-form-list label { color: #2f2f2f; font-size: 11px; font-weight: bold; margin: 0 0 5px; } .checkbox-form { padding: 20px 0; } .checkout-form-list label span.required {} .checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] { background: #fff none repeat scroll 0 0; border: 1px solid #e5e5e5; border-radius: 0; height: 42px; width: 100%; padding: 0 0 0 10px; color: #000; } .checkout-form-list {} .checkout-form-list input[type=checkbox] { display: inline-block; margin-right: 10px; position: relative; top: 2px; } .create-acc label { color: #333; display: inline-block; } .checkout-form-list input[type=password] {} .create-account { display: none } .ship-different-title h3 label { color: #333333; display: inline-block; font-weight: 300; margin-right: 20px; font-family: Oswald,sans-serif; } .ship-different-title input {} .order-notes {} .order-notes textarea { height: 90px; padding: 15px; width: 100% } #ship-box-info { display: none } .your-order { border: 1px solid #e1e1e1; padding: 30px 40px 45px; } .your-order h3 { font-size: 26px; margin: 0 0 20px; padding-bottom: 10px; text-transform: capitalize; font-weight: 300; width: 100%; font-family: Oswald,sans-serif; } .new_text_doc { border-bottom: 1px solid #fa7c63; } .your-order-table table { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; width: 100%; } .your-order-table table th, .your-order-table table td { border-bottom: 1px solid #fa7c63; border-right: medium none; color: #666666; font-weight: 500; padding: 15px 17px; text-align: left; } .your-order-table table th { border-bottom: 1px solid #fa7c63; border-right: medium none; border-top: medium none; color: #666; font-size: 14px; font-weight: 700; padding: 15px 0; text-align: left; text-transform: uppercase; vertical-align: middle; white-space: nowrap; width: 250px; } .your-order-table table .shipping ul li input { position: relative; top: 2px; } .your-order-table table .shipping th { vertical-align: top; } .your-order-table table .shipping ul { list-style: none; } .your-order-table table .order-total th { border-bottom: medium none; font-size: 20px; font-weight: bold; } .your-order-table table .order-total td { border-bottom: medium none; } .your-order-table table tr.order-total td span { color: #ecb3bd; font-size: 30px; } .your-order-table table {} .payment-method { margin-top: 40px; } .collapses-group.collapses-group_2 { background: #e5e5e5 none repeat scroll 0 0; border-radius: 5px; margin-top: 30px; padding: 16px 0; } .amount_new { color: #fa7c63; font-size: 18px; font-weight: bold; } .payment-method { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e5e5e5; border-radius: 5px; padding: 17px 14px; } .payment-accordion-toggle::before { background: #ffffff none repeat scroll 0 0; border: 1px solid #818181; border-radius: 50%; content: ""; height: 15px; left: -22px; position: absolute; text-align: center; top: 5px; width: 15px; } .payment-accordion h3 { color: #666; cursor: pointer; font-family: "Open Sans"; font-size: 13px; font-weight: 700; margin: 0 0 11px 20px; position: relative; text-transform: none; } .payment-content p { font-size: 12px; } .payment-content{ background-color: #dfdcde; border-radius: 2px; box-sizing: border-box; color: #515151; font-size: 0.92em; line-height: 1.5; margin: 1em 0; padding: 1em; position: relative; width: 100%; } .payment-content::before{ -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dfdcde; border-image: none; border-style: solid; border-width: 1em; content: ""; display: block; left: 0; margin: -1em 0 0 2em; position: absolute; top: -0.75em; } .payment-accordion-toggle.active::before { background: #fff none repeat scroll 0 0; } .payment-accordion-toggle.active::after { background: #000 none repeat scroll 0 0; border: 1px solid #818181; border-radius: 50%; content: ""; height: 7px; left: -18px; position: absolute; text-align: center; top: 9px; width: 8px; } .about_paypal { font-size: 11px; } .button_act.button_act-ssp { margin-top: 14px; } .also-new_btn { border-top: 1px solid #d3ced2 } /*----------------------------------------*/ /* 15. Newsletter area /*----------------------------------------*/ .all_news_letter { display: block; border-bottom: 1px solid#666; } .all_news_letter.all_news_letter_3g { margin-top: 16px; } .all_news_letter.all_news_letter_ytz { margin-top: 10px; } .news_middele { background-color: #ededed; padding: 18px 0; } .news_middele .row > div:first-child::after { border-right: 1px solid #d5d5d5; content: ""; height: 47px; position: absolute; right: 15px; top: 0; } .news_heading h3 { border: 0 none; color: #333333; display: inline-block; font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 5px 23px 0 -52px; text-transform: uppercase; vertical-align: middle; letter-spacing: 2px; } .news_heading_3 { float: left; padding: 8px 5px; } .full_form { background: #ffffff none repeat scroll 0 0; border: 1px solid #e2e2e2; border-radius: 3px; float: right; margin-right: 54px; position: relative; width: 370px; } .news_heading { float: left; margin-left: 49px; padding: 8px 4px; } .widget_wysija { position: relative; width: 100%; display: inline-block; vertical-align: middle; } .wysija-input { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; color: #666666; display: block; height: 45px; line-height: 45px; padding: 0 10px; width: 100%; } button, input, select, textarea { margin: 0; max-width: 100%; } .wysija-paragraph { margin: 0; } .wysija-submit.wysija-submit-field { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fa7c63 url("img/icon/btn.png") no-repeat scroll 100% 50%; border-color: -moz-use-text-color -moz-use-text-color #f85332; border-image: none; border-radius: 100%; border-style: none none solid; border-width: 0 0 2px; height: 35px; margin: 0; padding: 0; position: absolute; right: 10px; text-indent: -999px; top: 5px; transition: all 300ms ease 0s; width: 35px; } .wysija-submit.wysija-submit-field:hover { background-color: #467ecb; border-color: #3c69a6; } .wysija-submit { display: block; margin-top: 20px; } .social-icons li { display: inline-block; margin: 3px; vertical-align: middle; margin-top: 4px; } .social-icons li a { background: #aaa none repeat scroll 0 0; border-radius: 100%; color: #fff; display: block; font-size: 18px; height: 40px; line-height: 40px; padding: 0; text-align: center; width: 40px; } ul.social-icons li a:hover { background: #fa7c63; color: #fff; } .social-icons li a.facebook { background: #3b5998 none repeat scroll 0 0; } .social-icons li a.twitter { background: #45b0e3 none repeat scroll 0 0; } .social-icons li a.google-plus { background: #db4a39 none repeat scroll 0 0; } .social-icons li a.youtube { background: #c4302b none repeat scroll 0 0; } .social-icons li a.instagram { background: #2a5b83 none repeat scroll 0 0; } .news_right { text-align: right; } .news_heading.news_heading_3 { margin-left: 227px; } /*----------------------------------------*/ /* 16. Footer top area /*----------------------------------------*/ .footer_area { background: #4c4c4c none repeat scroll 0 0; color: #fff; padding: 30px 0px; } .footer_menu { padding-bottom: 20px; padding-top: 10px; } .news_heading_2 h3 { color: #ffffff; font-size: 18px; font-weight: 300; letter-spacing: 2px; position: relative; text-transform: uppercase; } .news_heading_2 h3::after { background: #444; content: ""; height: 2px; left: 38%; position: absolute; top: 40px; width: 165px; z-index: 9999; } .news_heading_2 h3::before { background: #fa7c63 none repeat scroll 0 0; content: ""; height: 2px; left: 0; position: absolute; top: 40px; width: 101px; } .footer_menu ul li { line-height: 25px; } .footer_menu ul li a { color: #ffffff; display: block; font-size: 13px; margin-bottom: 2px; text-transform: capitalize; } .footer_menu ul li a::before { background: #c0c0c0 none repeat scroll 0 0; border-radius: 100%; content: ""; display: inline-block; height: 7px; margin-right: 7px; transition: all 0.3s ease 0s; vertical-align: middle; width: 7px; } .footer_menu ul li a:hover::before { background-color: #fa7c63; margin-right: 9px; } .footer_menu ul li a:hover { color: #fa7c63; } .footer_menu_2 ul li { margin-bottom: 10px; min-height: 40px; overflow: hidden; padding-left: 50px; position: relative; } .footer_menu_2 ul li i { background: #404040 none repeat scroll 0 0; border-radius: 100%; display: inline-block; font-size: 18px; height: 40px; left: 0; line-height: 40px; position: absolute; text-align: center; top: 0; transition: all 0.3s ease 0s; width: 40px; } .footer_menu.footer_menu_2 p { font-size: 13px; } .footer_menu_2 ul li:hover i { background-color: #fa7c63; } .footer_menu.footer_menu_2 > ul { margin-top: 37px; } .footer_menu > ul { margin-top: 20px; } /*----------------------------------------*/ /* 16.1 Footer middle area /*----------------------------------------*/ .fotter_inner { border-top: 2px solid #444; padding-top: 30px; } .middele_pic { text-align: center; } .social-icons { margin-right: 7px; } /*----------------------------------------*/ /* 16.2 Footer botom area /*----------------------------------------*/ .footer-bottom { background: #333 none repeat scroll 0 0; padding: 18px 0; } .text-center { text-align: center; color: #fff; } .widget-copyright a { color: #fa7c63; } #scrollUp { background: #467ecb none repeat scroll 0 0; bottom: 35px; color: #ffffff; cursor: pointer; display: none; font-size: 25px; height: 45px; line-height: 45px; position: fixed; right: 12px; text-align: center; width: 45px; z-index: 9999; border-radius: 50%; transition: all 300ms ease 0s; } #scrollUp:hover { background-color: #fa7c63; border-color: #f85332; } .footer_menu.footer_menu_2 p { margin-bottom: 0; } /*----------------------------------------*/ /* 17. Home page 2 /*----------------------------------------*/ /* lenovo area */ .lenovo_area { padding-bottom: 38px; } .pix_new { border: 1px solid#e1e1e1; } .indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1068px; position: absolute; right: 0; } .indicator-brand-8.owl-theme .owl-controls .owl-buttons { left: 9px; } .blogdate.blogdate-mb { bottom: -1px; } .pix_new.pix_new_2 > a { height: 170px; } /* top rate 2 */ .indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1058px; position: absolute; right: 0; } /* footer 2 */ .footer_area_2 { background: #f2f2f2 none repeat scroll 0 0; color: #6e6e6e; } .news_heading_4 h3 { color: #666 } .footer_menu_4 ul li a { color: #666; } .footer_menu.footer_menu_4 p { font-size: 13px; } .fotter_inner_2 { border-top: 2px solid #e6e6e6; } .all_news_letter_2 { display: block; border-bottom: 1px solid#fff; } .news_heading_4 h3::after { background: #e6e6e6 none repeat scroll 0 0; } .footer_menu_5 ul li i { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #ff5a4b; font-size: 24px; line-height: 1; } .footer_menu_5 ul li:hover i { background-color: transparent; } .all_menu_area { position: absolute; top: 203px; width: 100%; z-index: 99; } /* slider area 2 */ .slider-caption-1-1 { margin-left: 190px; margin-top: 64px; } .slider-caption-1-1 { margin-left: 192px; margin-top: 73px; } .layer-1-1.layer-3-1.animated.fadeInDown > h1{ font-size: 16px; } .layer-1-1.layer-3-1.animated.fadeInDown > h1::after { background: none; } .layer-1-2.layer-3-2.animated.flipInX > h2 { font-size: 24px; line-height: 9px; margin-bottom: 34px; } .layer-1-3.layer-3-3animated.rotateInUpLeft > h1 { font-family: Oswald; font-size: 24px; font-weight: 400; line-height: 12px; } .layer-1-4.layer-3-4.animated.rotateInUpLeft > h3 { font-size: 16px; margin-bottom: 29px; } .sl_cap_1_first { margin-left: 256px; margin-top: 43px; } /* blog area 2 */ .new_blog_post { margin-bottom: 38px; } .blog_thumb_2 { float: left; width: 50%; } .blog_info_2 { float: left; width: 50%; padding-left: 30px; } .indicator-brand-10.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1064px; } .indicator-brand-10.owl-theme .owl-controls .owl-buttons { left: 9px; top: -101px; } /*----------------------------------------*/ /* 18. Home page 3 /*----------------------------------------*/ .enable_catagories_3 { margin-left: 85px; } .full_menu_3 { background: #707070; } .rate-extra-2 { margin-top: 55px; } .new_effect_slide { background-color: #f8f8f8; padding-bottom: 30px; } .header_middle_2 { background-color: #f8f8f8; } .all-pros-3rd { background-color: #fff; margin-bottom: 0; } .price_box_3 { border-bottom: 0; } .home_2_about { background-color: #f8f8f8; } .about_icon_2 { background-color: rgba(0, 0, 0, 0); border: medium none; border-radius: 0; color: #fa7c63; font-size: 40px; left: 26px; position: absolute; top: 13px; } .about_content_2 { margin-left: 12px; border: 1px solid #fa7c63; padding: 20px 20px 17px 61px; } .home_2_about { padding-bottom: 38px; } .all_home_2 { margin-top: -94px; } .all_home_2.all_home_3 { margin-top: -78px; } .lenovo_area_2 { background: #f8f8f8; overflow: hidden; padding-bottom: 38px; } .indicator-brand-12.owl-theme .owl-controls .owl-buttons { top: -99px; } .indicator-brand-12.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 1064px; } .blog_3_new_area { padding-bottom: 38px; background-color: #f8f8f8; overflow: hidden; } .product_area_3 { background-color: #f8f8f8; } .differ_pic_3 { background-color: #f8f8f8; overflow: hidden; padding-bottom: 38px; } .latest_tab_area { background-color: #f8f8f8; } .plus_area_3 { background-color: #f8f8f8; padding-bottom: 38px; } .top_rate_area_3 { background-color: #f8f8f8; } .lumia_area_2 { background-color: #f8f8f8; overflow: hidden; padding-bottom: 30px; } .logo_area_3 { background-color: #f8f8f8; } .cat_mega_start_3 { margin-left: 30px; margin-top: 3px; } .menu_inner.hm3-menu { background: #707070 none repeat scroll 0 0; } .menu_inner.hm3-menu .enable_catagories_3 { margin-left: 0; } .menu_inner.hm3-menu .cat_mega_start_3 { margin-left: 0; } .menu_inner.hm3-menu .cat_mega_start { display: block; z-index: 9999; } .new_slide_three { left: 11px; top: 56px; } .nyrd_all_first{ margin-left: 360px; margin-top: 166px; } .slider-area.slider-area-3 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; margin-left: 13px; margin-top: -87px; } .layer-10 h1,.layer-11 h2 { color: rgb(255, 255, 255); font-family: Open Sans; font-size: 40px; font-weight: 700; letter-spacing: 0; line-height: 26px; text-transform: uppercase; visibility: visible; white-space: nowrap; } .layer-12 a { background-color: rgb(255, 151, 47); border-color: rgba(250, 124, 99, 1) rgba(250, 124, 99, 1) rgba(211, 103, 81, 1); border-radius: 4px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; box-sizing: border-box; color: rgba(255, 255, 255, 1); cursor: pointer; display: inline-block; font-family: Oswald,sans-serif; font-size: 17px; font-style: normal; font-weight: 300; letter-spacing: 0; line-height: 17px; margin-top: 12px; padding: 10px 20px; text-transform: uppercase; transition: all 0.3s ease 0s; } .layer-12 a:hover{ background: #467ecb; border-color:#467ecb; color: #fff; } .layer-11 h2 { margin-bottom: 47px; margin-left: -44px; } .layer-15 span{ background-color: rgba(153, 153, 153, 1); border-width: 0; color: rgba(255, 255, 255, 1); font-family: Oswald; font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: 22px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 10px 20px; text-decoration: line-through; margin-top: 300px; } .layer-16 span{ background-color: rgba(239, 56, 53, 1); border-width: 0; color: rgba(255, 255, 255, 1); font-family: Oswald; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 36px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 10px 20px; text-decoration: line-through; } .nyrd_all_second{ margin-left: 75px; margin-top: 53px; } .layer-13 h1{ border-width: 0; color: rgba(255, 255, 255, 1); font-family: Open Sans; font-size: 40px; font-weight: 700; letter-spacing: 0; line-height: 40px; margin: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 0; text-transform: uppercase; } .layer-14 h3 { border-width: 0; color: rgba(255, 255, 255, 1); font-family: Open Sans; font-size: 24px; font-weight: 400; letter-spacing: 0; line-height: 24px; margin: 0 0 0 90px; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; padding: 0; text-transform: uppercase; margin-top: 7px; } .layer-10-plus-one.animated.slideInDown > img { margin-top: -76px; margin-left: -17px; } .layer-15 { margin-left: 343px; margin-top: 108px; } .layer-16 { margin-left: 289px; margin-top: 41px; } .layer-10-plus-one{ animation-delay: 0.2s; animation-duration: 0.3s; } .layer-13 { animation-delay: 0.6s; animation-duration: 0.6s; } .layer-14 { animation-delay: 0.8s; animation-duration: 0.9s; } .layer-15 { animation-delay: 0s; animation-duration: 0.3s; } .layer-16 { animation-delay: 0.3s; animation-duration: 0.8s; } /*----------------------------------------*/ /* 19. Shop area left /*----------------------------------------*/ .shop_menu { padding: 30px 0; } .shop_menu_3{ padding: 3px 0px; } .cramb_area li { display: inline-block; position: relative; } .cramb_area li a { color: #7d7d7d; display: block; font-size: 13px; transition: all 0.5s ease 0s; margin-bottom: 10px; margin-top: 5px; } .cramb_area{ border-bottom: 1px solid#e1e1e1; } .cramb_area > li::after { bottom: 8px; color: #7d7d7d; content: ">"; position: absolute; right: -15px; } .cramb_area li a:hover { color: #fa7c63; } .cramb_area > li:last-child::after { content: ""; } .shop_menu ul li.br-active a { color: #fa7c63; } .single-sidebar-dr { margin-left: -13px; margin-top: -28px; } /* catagory area start */ .category-widget-menu { border: 1px solid #e1e1e1; margin-bottom: 30px; overflow: hidden; } .cat-menu-title { font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .expandable > a{ position: relative; } .expandable > a::before{ content: "\f067"; } .expandable > a::before, .expandable > a.submenu-active::before { color: #adadad; font-family: fontawesome; position: absolute; right: 23px; transition: all 0.3s ease 0s; font-size: 10px; } .expandable > a.submenu-active::before { content: "\f068"; } ul.menu-categories { padding: 0; } .menu-categories > li { position: relative; } .category-sub.submenu-active { max-height: 600px; transition: max-height 0.5s ease 0s; } .category-sub { max-height: 0; padding: 0; transition: max-height 0.5s ease 0s; } .menu-categories li a { background-color: #fff; line-height: 33px; padding: 0px 10px 5px 30px; text-transform: capitalize; display: block; font-weight: 400; } .menu-categories li a:hover { color: #fa7c63; } ul.category-sub { border: medium none; padding: 0 0 0 20px; } ul.category-sub li a { border: medium none; text-transform: capitalize; } .feature-carousel-2.owl-theme:hover .owl-controls .owl-buttons { opacity: 1; } /* price slider */ .single-sidebar { float: left; margin: 0 0 30px; width: 100%; } .single-sidebar h3{ font-size: 18px; color: #666; margin: 0 0 25px; text-transform: uppercase; font-family: Oswald,sans-serif; font-weight: 300; } .category-widget-menu-2 h3{ font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .single-sidebar h3 { font-family: Oswald,sans-serif; font-size: 18px; font-weight: 300; margin: 20px 0 21px; padding-left: 29px; text-transform: uppercase; } .single-sidebar { float: left; margin: 29px 0 30px 13px; padding: 0 0 20px; width: 263px; } .compare_content { margin-left: 21px; } .amount-range > input[type="submit"] { background: #ededed none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #666; display: inline-block; font-family: Oswald,sans-serif; font-size: 13px; font-weight: normal; height: 40px; line-height: 38px; margin-left: 25px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; } .amount-range > input:hover ,a.comapre_button:hover{ background-color: #fa7c63; color: #fff; border-color: #fa7c63; } .clear-all { float: right; margin-right: 22px; } .list_empty { margin: 0 27px 15px; } .compare_content_2 { margin-left: 25px; } .price_slider_amount > input[type="text"] { border: medium none; float: right; font-size: 14px; font-weight: 600; height: 40px; letter-spacing: 3px; margin-left: 28px; text-align: center; width: 130px; } .ui-slider-handle.ui-state-default.ui-corner-all { background: #fff none repeat scroll 0 0; border: 4px solid #fa7c63; border-radius: 100%; height: 17px; top: -6px; width: 17px; } .price_filter .ui-slider-range { background: #a2a2a2; border-radius: 0; height: 7px; } .price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all { background-color: #eee; border: medium none; border-radius: 8px; box-shadow: none; height: 5px; margin: 24px 33px 28px; width: 203px; } .amount-range > p { float: right; font-weight: normal; line-height: 36px; margin: 2px -41px 0; text-transform: capitalize; font-size: 14px; } .all-pros-ex-2:last-child { border-bottom: medium none;; } .all-pros-ex-2 { margin-bottom: 9px; margin-top: 18px; } .result_show { border: 1px solid #e1e1e1; color: #959595; display: inline-block; float: left; font-size: 12px; height: 35px; line-height: 35px; margin-bottom: 5px; margin-right: 10px; padding: 0 15px; } .right_area { float: right; margin-top: -28px; } .retabs> li { float: left; margin-left: 12px; } .retabs li.active a { color: #fa7c63; } .bar { background-color: #fff; border-bottom: 2px solid #f2f2f2; padding: 0 0 16px; position: relative; } .bar::after { border-bottom: 2px solid #fa7c63; bottom: -1px; content: ""; position: absolute; right: 0; width: 108px; } .bar .retabs i { font-size: 14px; margin-right: 5px; vertical-align: middle; } .bar_box select { border: 1px solid #e1e1e1; color: #959595; height: 35px; line-height: 35px; padding-left: 15px; padding-right: 5px; } .all-pros-latest{ margin-bottom: 0; } .navi_area li a:hover, .navi_area li.active a { background: #fa7c63 none repeat scroll 0 0; color: #fff; border: 1px solid transparent; } .navi_area li { float: left; margin-right: 3px; } .navi_area li a { background: #fff none repeat scroll 0 0; color: #fa7c63; display: inline-block; font-size: 10px; height: 42px; line-height: 40px; margin-top: 50px; padding: 0 5px; text-align: center; width: 42px; font-weight: 700; border: 1px solid#e1e1e1; margin-left: 5px; } .navi_area { margin-left: -5px; position: relative; } .navi_area::after { background-color: #e1e1e1; content: ""; height: 1px; left: 167px; position: absolute; right: 0; top: 71px; width: 686px; } .navi_area.navi_area_zq::after { width: 978px; } .navi_area.navi_area_tf::after { width: 978px; } .product_name_3{ border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; display: inline-block; float: left; min-height: 220px; padding: 15px; width: 70%; text-align: left; } .product_name_3 h2 > a{ font-family: Open Sans,sans-serif; font-size: 18px; font-weight: 600; color: #333; } .product_name_3 h2 > a:hover{ color: #fa7c63; } .pro_discrip{ border-top: 1px solid #e1e1e1; font-size: 14px; line-height: 22px; margin: 10px 0 0; padding: 10px 0 0; } .action { display: inline-block; float: left; padding: 26px 10px 10px 15px; width: 30%; text-align: left; } .button_act_2 { margin-bottom: -15px; margin-left: -10px; text-align: center; width: 106px; } .add_to_wishlist_3{ background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; margin-left: -8px; } .compare_3{ background: #fff none repeat scroll 0 0; border-color: #dedede; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; color: #999999; display: block; font-size: 0; height: 40px; line-height: 40px; padding: 0; text-align: center; text-shadow: 0 0 0; text-transform: uppercase; width: 40px; margin-left: -20px; } .compare_3.button i { color: #666; font-size: 18px; margin-top: 12px; } .single_product_3rd span { left: 22px; top: 44px; } .single_product_6 span { left: 25px; top: 46px; } .single_product_3.single_product_7 { left: 23px; top: 10px; } .category-subss{ display: none; } /*----------------------------------------*/ /* 20. Shop area right /*----------------------------------------*/ .new_lt_right_side { margin-bottom: 30px; } .add_to_wishlist_4{ } .compare_4{ } .brand-2 { margin-top: 42px; } .all-pros.br-ntf { border: 1px solid #e1e1e1; margin-bottom: 0; } .all-pros.br-ntf-2 { border: 1px solid #e1e1e1; } .product_content_nx{ border: none; } .sinle_pic.sinle_pic_2xd { border: medium none; } .quickview_2{ margin-top: 37px; } .sngl-pro { height: 200px; } .sinle_pic.sngl-pc { height: 100%; } .sinle_pic.sngl-pc a { height: 100%; } .product_name_3.prnm { min-height: 200px; } .all-ad-new li:first-child{ display: block; } /*----------------------------------------*/ /* 21. My account area /*----------------------------------------*/ .al_form-fields { border-color: #e8e8e9 #e8e8e9 -moz-use-text-color; border-style: solid solid none; border-width: 1px 1px medium; float: left; padding: 27px 25px; width: 100%; } .al_form-fields p label { display: block; font-family: Open Sans,sans-serif; font-weight: bold; margin: 0 0 5px; } .al_form-fields p input { background: #fff none repeat scroll 0 0; border: 1px solid #e8e8e9; border-radius: 0; height: 32px; padding: 0 0 0 10px; width: 100%; } .form-submit { margin-bottom: 6px; } .form-action { border-color: #e8e8e9; border-style: none solid solid; border-width: medium 1px 1px; padding: 15px 10px; width: 100%; } .form-action p.lost_password { line-height: 36px; margin: 0 0 7px 13px; } .form-action label { float: right; font-weight: bold; margin: -2px 326px 0 0; } .button_act_3{ margin-left: 15px; margin-top: -12px } .required { color: red; } .frm_content { margin-bottom: 30px; } .account_heading { margin: -30px 0; } .frm_content h2 { margin-top: 38px; } .btn-default { margin-bottom: 10px; margin-top: 28px; } .btn-default { background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%); background-repeat: repeat-x; border-color: #ccc; text-shadow: 0 1px 0 #fff; } .btn-default:focus, .btn-default:hover { background-color: #e0e0e0; background-position: 0 -15px; } .new-meta { margin-bottom: 30px; } .shop_menu_tk{ padding: 40px 0px; } .cramb_area_ktp{ margin-bottom: 18px; } /*----------------------------------------*/ /* 22. Wishlist area /*----------------------------------------*/ .cramb_area_3{ border-bottom: 1px solid#e1e1e1; } .wish_head { margin: 40px 0 17px; } .wish_head > h3 { font-size: 30px; } .wishlist-table table { background: #fff none repeat scroll 0 0; border-color: #e8e8e9; border-radius: 0; border-style: solid; border-width: 1px 0 0 1px; margin: 20px 0 33px; width: 100%; } .wishlist-table table{} .wishlist-table table th { font-weight: 600; } .wishlist-table table th, .wishlist-table table td { border-bottom: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; font-size: 10px; font-weight: 700; padding: 15px 12px; text-align: left; text-transform: uppercase; font-family: Open Sans,sans-serif; } .wishlist-table table .product-remove { padding: 20px 28px; width: 20px; } .wishlist-table table .product-remove > a { color: #ff0000; font-size: 20px; } .wishlist-table table .product-thumbnail { width: 80px; } .wishlist-table table td.product-price .amount { font-weight: 700; } .wishlist-table table .wishlist-in-stock { color: #297e29; font-size: 14px; font-weight: normal; margin-left: 55px; text-transform: capitalize; } tbody tr img { width: 60px; } .product-name > a{ font-size: 14px; font-weight: normal; font-family: Open Sans,sans-serif; text-transform: capitalize; margin-left: 11px; } .amount-list { font-size: 15px; font-weight: bold; margin-left: 45px; } .button_act_3{ margin-left: 13px; } .btn.btn-default.btn-default-pps { margin-bottom: 6px; margin-top: 0; } .cdown.hour,.cdown.days,.cdown.minutes > p{ } /*----------------------------------------*/ /* 23. Shopping cart area /*----------------------------------------*/ .dm_content_2 { margin-top: 36px; } .new_act_4{ margin-top: 20px; margin-left: -15px } .cramb_area_4{ margin-left: -19px; } .button_act.button_act_3.button_act_333 { margin-left: 94px; margin-top: 2px; } .wishlist-table-2 table th, .wishlist-table-2 table td { font-family: Open Sans,sans-serif; font-size: 12px; font-weight: 700; padding: 16px 28px; text-align: left; text-transform: uppercase; } .wishlist-table-2 table .product-thumbnail-2 { width: 195px; } .product-thumbnail.product-thumbnail-2 img { margin-left: 22px; } .latest_es_from_2 > input[type="number"] { background: #ffffff none repeat scroll 0 0; border: 1px solid #e1e1e1; border-radius: 3px; font-weight: normal; height: 40px; padding: 0 10px; transition: all 0.3s ease 0s; width: 52px; margin-left: 18px; } .amount-list.amount-list-2 { margin-left: 19px; } .coupon .input-text { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 40px; line-height: 40px; width: 150px !important; border: 1px solid #d3ced2; box-sizing: border-box; float: left; line-height: 1; margin: 0 4px 0 0; outline: 0 none; padding: 6px 11px 5px; font-weight: normal; border-radius: 3px; } .product-remove.product-remove_2 > a { margin-left: -34px; padding: 0px 45px; } .button_act.button_act_3.button_act_333.button_act_tp{ margin-left: 10px; margin-top: 0; } .button_act.btn-tip { margin-left: 672px; } .button_act.btn-tip:hover{ background-color: #ebe9eb; color: inherit; } .cart_totals { margin: 30px 0 0; } .cart_totals h2 { font-size: 20px; margin: 0 0 30px; text-transform: uppercase; } .shop_table td { border-top: 0 none; padding: 20px 28px; } .cart_totals .cart-subtotal .amount, .cart_totals .order-total .amount { font-size: 16px; font-weight: bold; } .shop_table { border: 1px solid rgba(0, 0, 0, 0.1); border-collapse: separate; border-radius: 5px; margin: 0 -1px 34px 0; text-align: left; width: 100%; } .shop_table th { font-weight: 700; padding: 9px 12px; } .button_act.button_act-tc { margin-bottom: 50px; } .coupon { margin-bottom: 10px; margin-top: 7px; } .account_heading.account_heading_ah { margin: -6px 0; } /*----------------------------------------*/ /* 24. Simple product area /*----------------------------------------*/ .elv_heading h3{ font-weight: normal; } #gallery_new a { padding-bottom: 15px; } .last_button_area_px{ margin: -14px 0 8px; } .cramb_area_5 > li::after { content: ""; } .cramb_area.cramb_area_5 { margin-top: 20px; } .cramb_area_5{ border-bottom: 1px solid#e1e1e1; margin-left: 4px; } .cramb_area.cramb_area_2 { border-bottom: 0 none; } .cramb_area.cramb_area_2 > li::after { display: none; } .cramb_area.cramb_area_2.cramb_area_3 { border-bottom: 1px solid #e1e1e1; } .shop_menu_2 ul li.br-active{ color: #fa7c63; } .zoomContainer { border: 1px solid #e1e1e1; } #gallery_new a { float: left; width: 25%; margin-top: 25px; } .elavator_area { overflow: hidden; padding-bottom: 50px; } .evavet_description{ margin-top: 20px; } .elavetor_social { border-top: 1px solid #d2d2d2; margin: 15px 0 0; padding: 15px 0 0; } .widget-title{ display: inline-block; font-size: 11px; margin: 0 5px 5px 0; text-transform: capitalize; } ul.social-link { display: inline-block; list-style: outside none none; margin: 0 5px 5px 0; padding: 0; } .social-link li{ display: inline-block; } .social-link li{ padding: 0 10px; } .old-.price-2{ font-size: 20px; font-weight: 600; color: #666; } .spical-price-2{ color: #fa7c63; font-size: 20px; font-weight: 600; } .cart-btn-area{ margin: 20px 0; } .cart-btn-area > input[type="number"] { border: 1px solid #e1e1e1; font-size: 15px; height: 55px; line-height: 55px; padding: 0 10px; text-align: center; width: 60px; border-radius: 3px; } .button_act.button_act_ct { margin-bottom: 8px; } button.add-tocart { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #467ecb none repeat scroll 0 0; border-color: #3060a3; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px 1px 2px; box-shadow: none; color: #ffffff; display: inline-block; font-family: Oswald,sans-serif; font-size: 15px; font-weight: normal; height: 40px; padding: 0 20px !important; text-shadow: none; text-transform: uppercase; transition: all 0.3s ease 0s; white-space: nowrap; margin-left: 8px; } button.add-tocart:hover{ background: #fa7c63; color: #fff; border-color: #fa7c63; } .comapre_area { margin-left: 21px; margin-top: 10px; } .show-2 { margin-left: 9px; } .new_meta { border-top: 1px solid #d2d2d2; margin: 20px 0 0; padding: 10px 0 0; } .sku_wrapper { display: block; font-weight: bold; margin: 0 5px 5px 0; text-transform: capitalize; } .sku_wrapper span { font-weight: normal; text-transform: none; } .tagged_as { display: block; font-weight: bold; margin: 0 5px 5px 0; text-transform: capitalize; } .tab_area_start { padding: 50px 0; } .favtabs.favtabs-2 { right: 925px; } .favtabs-2 > li { margin: 2px; } .favtabs-2 > li > a { background: #eee; height: 50px; line-height: 50px; padding: 0 18px; text-transform: uppercase; font-size: 16px; font-family: Oswald,sans-serif; font-weight: 300; } .tb_desc{ border: 1px solid #e1e1e1; border-radius: 0; box-shadow: none; padding: 20px; margin-top: 7px; text-align: left; overflow: hidden; } .tb_desc > h2 { font-size: 20px; font-weight: normal; margin: 0 0 20px; } .favtabs.favtabs-2::after { background: #fa7c63 none repeat scroll 0 0; color: #ff0000; content: ""; height: 3px; left: 2px; position: absolute; top: 50px; width: 1140px; z-index: 99999; } .another_icon.fa.fa-heart { border: 2px solid #dedede; border-radius: 3px; font-size: 18px; height: 40px; line-height: 37px; margin-right: 8px; text-align: center; width: 40px; margin-bottom: 10px; color: #999999; } .add_defi > a:hover .another_icon.fa.fa-heart{ background: #fa7c63; border: 2px solid #fa7c63; color: #fff; } .add_defi, .add_defi_2 > a { font-weight: 400; text-transform: uppercase; font-family: Oswald,sans-serif; } .another_icon.fa.fa-refresh{ border: 2px solid #dedede; border-radius: 3px; font-size: 18px; height: 40px; line-height: 37px; margin-right: 8px; text-align: center; width: 40px; color: #999999; } .add_defi_2 > a:hover .another_icon.fa.fa-refresh{ background: #fa7c63; border: 2px solid #fa7c63; color: #fff; } .review_area_heading #comnt h2{ font-size: 25px; font-weight: normal; margin: 0 0 20px; } .review_area_heading #comnt ol.commentlist li img.avatar { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e4e1e3; box-shadow: none; float: left; height: auto; left: 0; margin: 0; padding: 3px; position: absolute; top: 0; width: 32px; } .review_area_heading #comnt ol.commentlist li .comment-text { border: 1px solid #e4e1e3; border-radius: 4px; margin: 0 0 0 50px; padding: 1em 1em 0; } .star-rating { float: right; font-size: 1em; height: 1em; line-height: 1; overflow: hidden; position: relative; width: 5.4em; } .review_area_heading #comnt ol.commentlist { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; list-style: outside none none; margin: 0; width: 100%; } .review_area_heading #comnt ol.commentlist li { background: rgba(0, 0, 0, 0) none repeat scroll 0 center; border: 0 none; margin: 0 0 20px; padding: 0; position: relative; } .review_area_heading #comnt ol.commentlist li img.avatar { background: #ebe9eb none repeat scroll 0 0; border: 1px solid #e4e1e3; box-shadow: none; float: left; height: auto; left: 0; margin: 0; padding: 3px; position: absolute; top: 0; width: 32px; } .price_rating_2 > a > i { color: #666; font-size: 12px; } #comnt{ float: left; width: 60%; padding-right: 20px; } .review_form_area { border-color: #e1e1e1; border-style: solid; border-width: 0 0 0 1px; float: left; padding: 0 0 0 30px; width: 40%; } .revew_form_content { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; margin: 0; padding: 0; position: static; width: auto; } #reply-title { font-size: 20px; font-weight: normal; margin: 0 0 20px; } #commentform p label { display: block; font-weight: normal; } .price_rating_3 > a > i { color:#666; font-size: 14px; } .price_rating_3 > a > i:hover{ color: #fa7c63; } .mix_type input:not([type]), .mix_type input[type="text"], .mix_type input[type="password"], .mix_type input[type="date"], .mix_type input[type="datetime"], .mix_type input[type="datetime-local"], .mix_type input[type="month"], .mix_type input[type="week"], .mix_type input[type="email"], .mix_type input[type="number"], .mix_type input[type="search"], .mix_type input[type="tel"], .mix_type input[type="time"], .mix_type input[type="url"], .mix_type input[type="color"], textarea { background: #fff none repeat scroll 0 0; border: 1px solid #e1e1e1; height: 40px; padding: 5px; transition: all 0.3s ease 0s; } #commentform input { border: 1px solid #e1e1e1; max-width: 500px; padding: 5px 10px; width: 100%; } #commentform p.form-submit input { height: 35px; line-height: 35px; padding: 0 10px; } .revew_form_content textarea { box-sizing: border-box; width: 100%; } .revew_form_content #comment { height: 75px; } .comment { font-weight: normal; } #commentform p label { display: block; font-weight: normal; } .form-submit input{ border: none; background-color: #ebe9eb; font-weight: 700; color: #515151; } .form-submit input:hover { background-color: #dad8da; color: #515151; text-decoration: none; } .price_rating.price_rating_2.price_rating_3 { margin-top: -1px; margin-bottom: 18px; } .required_menu{ color: #666; } .comment-form-comment, .comment-form-author, .comment-form-email { margin-bottom: 14px; } .brand.brand-2 { margin-top: 0; } /*----------------------------------------*/ /* 25. Variable product area /*----------------------------------------*/ .bar_box_3 select { border: 1px solid #eaeaea; background-color: #f7f7f7; color: #666; height: 28px; line-height: 28px; width: 310px; padding: 0 10px; margin-left: 15px; } .bar_box.bar_box_3 label{ font-weight: normal } form.cart { margin: 20px 0; } .bar_box_4 select{ margin-left: 22px; margin-bottom: 30px; } .favtabs.favtabs-2.favtabs-3 { right: 731px; } table.shop_attributes { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color; border-image: none; border-style: dotted none none; border-width: 1px 0 0; margin-bottom: 1.618em; width: 100%; } table.shop_attributes th { font-weight: 700; padding: 8px; width: 150px; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); border-top: 0 none; line-height: 1.5; margin: 0; } table.shop_attributes td { font-style: italic; padding: 0; } table.shop_attributes td p { margin: 0; padding: 8px 0; } table.shop_attributes .alt td, table.shop_attributes .alt th { background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0; } table th, table td { border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; padding: 8px; } /*----------------------------------------*/ /* 26. Grouped product area /*----------------------------------------*/ .latest_es_from > input[type="number"] { border: 1px solid #e1e1e1; font-size: 15px; height: 55px; line-height: 55px; padding: 0 10px; text-align: center; width: 60px; border-radius: 3px; } .price { font-size: 16px; font-weight: normal; padding: 2px 5px 10px 216px; } .price ins { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #fa7c63; font-weight: 600; } .al_df_frm{ border-bottom: 1px solid#e1e1e1; } .new_labl > a { font-size: 14px; font-weight: normal; margin-left: 10px; } button.add-tocart-2 { margin-left: -3px; margin-top: 25px; } .price.price-2 { margin-bottom: 10px; } .price.price_zx { margin-left: -210px; } .dspc_area { margin-bottom: 23px; margin-left: 67px; margin-top: -57px; } /*----------------------------------------*/ /* 27. Blog left sidebar list /*----------------------------------------*/ .sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .input-group { border-collapse: separate; display: table; position: relative; margin-bottom: 25px; } .form-control { background: #f1f1f1 none repeat scroll 0 0; border: 0 none; border-radius: 0; height: 35px; padding: 5px; left: 13px; top: -6px; } .button_act.button_act_3.button_act_6{ height: 35px; line-height: 33px; margin-right: 13px; padding: 0 15px; border-color: #f1f1f1; } .secondary-img.secondary-img-2 { width: 60px; border: 1px solid#e1e1e1; margin-left: 17px; } .secondary-img.secondary-img-2:hover{ border: 1px solid red; } .all-pros-ex-0{ border-bottom: none; } .product_name_new_2 h2 { color: #666666; font-family: Oswald,sans-serif; font-size: 14px; font-weight: 400; line-height: 2px; margin-top: 15px; } .comment_info p { margin: 0; } .comment_info .on_post a { color: #fa7c63; font-size: 11px; } .usal_pro.usal_pro_2 { margin-left: -8px; } .secondary-img.secondary-img-2 { float: left; } .blog_thumb_3{ margin-bottom: 109px; } .let_new_carasel { position: relative; } .let_new_carasel a::before { backface-visibility: hidden; background: rgba(63, 63, 63, 0.5) none repeat scroll 0 0; bottom: 0px; content: ""; left: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0; top: 0; transition: opacity 0.4s ease 0s; z-index: 2; } .let_new_carasel a::after { bottom: 0; color: #fff; content: ""; font-family: FontAwesome; font-size: 30px; height: 30px; left: 0; line-height: 30px; margin: auto; opacity: 0; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; transform: scaleX(-1); transition: transform 400ms ease 0s; visibility: hidden; width: 30px; z-index: 11; } .let_new_carasel a { display: block; overflow: hidden; } .let_new_carasel a:hover::before { opacity: 1; visibility: visible; } .let_new_carasel a:hover::after { opacity: 1; transform: scaleX(1); visibility: visible; } .let_new_carasel a img { backface-visibility: hidden; transition: opacity 0.5s ease 0s, transform 0.5s ease 0s; } .let_new_carasel a:hover img { transform: scale3d(1.1, 1.1, 1); } .indicator-brand-13 .owl-buttons { left: 3px; position: absolute; top: 103px; } .indicator-brand-13 .owl-next { left: 394px; position: absolute; } .indicator-brand-13.owl-theme .owl-controls .owl-buttons div { background: #000000 none repeat scroll 0 0; padding: 8px 18px; left: 348px; } .indicator-brand-13 .owl-pagination { left: 122px; position: absolute; top: 126px; z-index: 9999; } .indicator-brand-13.owl-theme .owl-controls .owl-page span { background:#fff; border: 1px solid #e1e1e1; border-radius: 20px; display: block; height: 13px; line-height: 13px; margin: 5px 7px; opacity: 0.5; width: 13px; } .indicator-brand-13.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1; } .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .post-entry-data li:last-child { border: 0 none; } .product_name_new_3 h2 { font-weight: 300; margin-top: 22px; } span.post-date-2 { color: #b2b2b4; display: block; font-size: 11px; } .all-pros-dx{ margin-bottom: 20px; } .menu-categories-2{ margin-bottom: 20px; } .button_act.button_act_2.button_act_hts { margin-bottom: 10px; margin-left: -2px; } .action.actionmm { padding: 16px; } .compare_3.compare_3r.button { margin-left: 2px; } .compare_3.compare_3r.button i { margin-top: 10px; } .price_box.price_box_tz{ font-size: 18px; margin-left: -1px; } .add_to_wishlist_3.add_to_wishlist_tz { margin-left: -1px; } .product_price.product_price_tz { margin-left: -1px; } .product_heading.product_heading_tf i{ margin-left: 13px; } /*----------------------------------------*/ /* 28. Blog left sidebar grid-1 /*----------------------------------------*/ .blog_thumb_4 { float: none; height: 230px; margin-bottom: -2px; overflow: hidden; width: 100%; } .blog_info_4{ float: none; width: 100%; padding-left: 0; } .fa.fa-caret-left { font-size: 30px; } .fa.fa-caret-right { font-size: 30px; } .menu-categories{ margin-bottom: 20px; } .post-title.post-title-df { font-family: Oswald,sans-serif; font-size: 15px; font-weight: normal; margin: 0 0 10px; text-align: left; text-transform: uppercase; } .post-title.post-title-df > a { color: #666666; } .product_name_new_2 h2 { color: #666666; font-family: open sans; font-size: 13px; font-weight: bold; line-height: 2px; margin-top: 15px; } .product_name_new.product_name_new_2.product_name_new_3 a { font-size: 13px; font-weight: 400; } /*----------------------------------------*/ /* 29. Blog left sidebar grid-2 /*----------------------------------------*/ .let_new_carasel_3{ height: auto; } .blogdate-2{ left: -168px; } .post-excerpt-2{ margin-bottom: 41px } .post-excerpt.post-excerpt-2 { margin-bottom: 41px; } .blog_thumb_5{ height: 168px; overflow: hidden; } .indicator-brand-14 .owl-buttons { left: -3px; top: 64px; } .indicator-brand-14.owl-theme .owl-controls .owl-buttons div { left: 348px; padding: 2px 14px; } .indicator-brand-14.owl-theme .owl-controls .owl-buttons div { left: 218px; padding: 2px 14px; } .indicator-brand-14 .owl-pagination { left: 53px; position: absolute; top: 76px; z-index: 9999; } /*----------------------------------------*/ /* 30. Blog left sidebar grid-3 /*----------------------------------------*/ .indicator-brand-15 .fa.fa-caret-left { font-size: 27px; } .indicator-brand-15.owl-theme .owl-controls .owl-buttons div { left: 152px; padding: 2px 11px; } .indicator-brand-15 .owl-buttons { top: 49px; } .indicator-brand-15 .owl-pagination { left: 39px; top: 59px; } .indicator-brand-15.owl-theme .owl-controls .owl-page span { margin: 3px; } .blog_thumb.blog_thumb_2.blog_thumb_3.blog_thumb_4.blog_thumb_5.blog_thumb_6 { height: 120px; } .blog_next.blog_next-2.blog_next-3.blog_next-4 { margin-top: -3px; } /*----------------------------------------*/ /* 31. Format image /*----------------------------------------*/ .cramb_area_6 > li::after { display: none; } .cramb_area_6{ border-bottom: none; margin-left: 2px; } .cramb_area_6 li{ margin-left: 3px; } .cramb_area_6 li a{ margin-top: 39px; } .format_image{ position: relative; overflow: hidden; } .format_image .date-post { background: #ffffff none repeat scroll 0 0; border: 1px solid #fa7c63; height: 55px; left: 20px; line-height: 0; padding: 10px 0 4px; position: absolute; text-align: center; top: 20px; width: 50px; z-index: 3; } .format_image .date-post .month { border-bottom: 1px solid #fa7c63; display: inline-block; font-size: 12px; font-weight: bold; line-height: 1; margin-bottom: 2px; padding-bottom: 3px; position: relative; text-transform: uppercase; } .format_image .date-post .day { font-size: 20px; line-height: 1; } .entry-header .entry-title { font-size: 20px; font-weight: normal; margin: 0 0 10px; text-align: left; text-transform: uppercase; } .entry-header .post-entry-data { margin: 0; padding: 0; } .entry-header .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .entry-header .post-entry-data li:last-child { border: 0; } .entry-header .post-entry-data li { border-right: 1px solid #666666; display: inline-block; font-size: 10px; line-height: 1; list-style: outside none none; margin-right: 10px; padding-right: 10px; text-transform: uppercase; } .format_info { padding: 20px 0 0; } blockquote { background: rgba(102, 102, 102, 0.05) none repeat scroll 0 0; border-color: #fa7c63; font-size: 16px; font-style: italic; margin: 20px 0; padding: 20px; } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; } .catgory_meta { border-top: 1px solid #e1e1e1; margin: 30px 0 0; padding: 10px 0 0; } .catgory_meta .entry-meta-category-tag { border-bottom: 1px solid #e1e1e1; padding: 0 0 10px; } .catgory_meta .entry-meta-category-tag .cat-links { display: block; } .catgory_meta .cat-links { margin-bottom: 7px; } .catgory_meta .entry-meta-category-tag .cat-links .cat-title::before { color: #fa7c63; content: ""; font-family: "FontAwesome"; margin-right: 7px; } .catgory_meta .entry-meta-category-tag .cat-links .cat-title { color: #000000; } .catgory_meta .entry-meta-category-tag .tags-links { display: block; } .catgory_meta .entry-meta-category-tag .tags-links .tags-title::before { color: #fa7c63; content: ""; font-family: "FontAwesome"; margin-right: 7px; } .catgory_meta .entry-meta-category-tag .tags-links .tags-title { color: #000000; } .entry-counter { float: left; margin: 10px 0 0; } .entry-counter div { display: inline-block; margin-right: 10px; } .entry-counter div i { color: #fa7c63; margin-right: 5px; } .social_right{ float: right; margin: 10px 0 0; } .comments-area { background: #ffffff none repeat scroll 0 0; clear: both; margin: 50px 0 0; } .comments-area .comments-title { font-size: 20px; margin-bottom: 25px; } .media-list { list-style: outside none none; padding-left: 0; } .comments-area .media-list li { border-bottom: 1px solid #e1e1e1; list-style: outside none none; margin-bottom: 20px; padding-bottom: 20px; } .comments-area .media-list li .comment-meta { padding-right: 15px; } .comments-area .media-list li cite.fn { color: #fa7c63; font-weight: bold; } .comment-reply-link { background: #ffffff none repeat scroll 0 0; padding: 2px 8px; text-shadow: none; } .btn-default-2 { margin-bottom: 10px; border-color: #cccccc; color: #333 } .btn-default-2:hover{ background: #fa7c63; border-color: #fa7c63; color: #fff } .comments-area .media-list .children { margin-top: 20px; margin-left: 34px; } #reply-title { border-bottom: 1px solid #e1e1e1; font-weight: normal; margin: 0 0 20px; padding-bottom: 10px; } .control-label { font-weight: normal; } .form-control-2{ background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 34px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; border-radius: 0; } .form-control-2 input:focus:focus, textarea:focus:focus { border: 1px solid #d7d7d7; outline: medium none; } .help-block { margin: 15px 0; } .info-wrapper { float: left; margin-bottom: 15px; margin-right: 4%; width: 46%; } .form-horizontal .control-label { margin-bottom: 5px; padding-top: 7px; text-align: right; } .form-control-3{ height: 40px; } .new_act_4{ clear: both; margin-top: 10px; } .indicator-brand-16.indicator-brand-13 .owl-buttons { top: 220px; } .indicator-brand-16.indicator-brand-13 .owl-pagination { top: 240px; left: 314px; } .indicator-brand-16.indicator-brand-13.owl-theme .owl-controls .owl-buttons div { background: #000000 none repeat scroll 0 0; left: 766px; padding: 8px 18px; } .indicator-brand-16.indicator-brand-13.owl-theme .owl-controls .owl-page span { margin: 5px 11px; } .button_act_4 { margin-left: 15px; margin-top: 0px; } .new_act.new_act_3.new_act_4.new_act_nyx { margin-bottom: 58px; } /*----------------------------------------*/ /* 32. Format audio /*----------------------------------------*/ .comment-respond.comment-respond-2 { clear: both; margin-top: 100px; } /*----------------------------------------*/ /* 33. About us /*----------------------------------------*/ .new_slide_mix_area { background: rgba(0, 0, 0, 0) url("img/slider/slider-7.jpg") no-repeat scroll center center / cover ; padding: 100px 0; margin-top: 25px; } .sl_heading h2{ color: #ffffff; font-size: 30px; font-weight: 700; text-align: left; font-family: Montserrat; } .new_inner_area{ padding: 100px 0px; } .inner_heading { margin-bottom: 50px; margin-top: 15px; text-align: center; } .inner_cotent { margin-bottom: 30px; } .about_our_team_area { background: #f4f4f4 none repeat scroll 0 0; padding: 83px 0; } .our_team_new_head h2{ color: #414141; font-size: 30px; font-style: normal; font-weight: 400; text-align: center; margin-bottom: 50px; font-family: Montserrat; } .team_member_pic { margin-bottom: 20px; text-align: center; } .team_new_cntnt > h3 { margin-bottom: 10px; } .team_new_cntnt > p { margin-bottom: 6px; margin-top: 15px; } .dev_skill_area { margin-bottom: -39px; padding: 100px 0; } .team_new_cntnt_2 h3{ font-style: normal; font-weight: 400; font-size: 30px; margin-bottom: 30px; font-family: Montserrat; } /* progress bar area */ .skill .progress .lead { color: #ffffff; font-size: 11px; font-weight: 400; left: 10px; position: absolute; top: 7px; z-index: 99; } .skill .progress { background-color: #F0F0F0; border-radius: 0; height: 30px; margin-bottom: 20px; position: relative;box-shadow: none; } .skill .progress-bar > span { float: right; font-size: 15px; margin-right: 10px; margin-top: 5px; } .we-are-good-at h3{ font-size: 18px; margin-bottom: 25px; } .skill .progress:nth-child(1) .progress-bar { background: #da4f49; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(2) .progress-bar { background: #414141; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(3) .progress-bar { background: #0074cc; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(4) .progress-bar { background: #faa732; animation-delay: 1.2s; animation-duration: 1.5s; } .skill .progress:nth-child(5) .progress-bar { background: #8d6dc4; animation-delay: 1.2s; animation-duration: 1.5s; } .we-are-good-at { margin-bottom: 37px; } /*----------------------------------------*/ /* 34. Faq area /*----------------------------------------*/ .asked_area { margin-bottom: 39px; margin-top: 75px; } .our_team_new_head h2 { margin-bottom: 43px; } .section-element { margin-bottom: 38px; } .section-element .wpb_content_element { margin-bottom: 15px; } .vc_separator .vc_sep_holder { flex: 1 1 auto; height: 1px; min-width: 10%; position: relative; } .vc_separator.vc_sep_double .vc_sep_line { border-top: 1px solid #ebebeb; height: 3px; } .vc_separator .vc_sep_holder .vc_sep_line { border-top: 1px solid #ebebeb; display: block; height: 3px; position: relative; top: 1px; width: 100%; } /* accordion area */ .colpse_heading a { display: block; padding: 0 20px; text-decoration: none; font-size: 13px; font-weight: normal; text-transform: uppercase; color: #333; } .colpse_heading a.collapsed{ color:#333333; } .panel-default > .panel-heading { background:none; transition:.3s; position:relative; } .colpse_heading > a:hover{ color: #333; } .panel-heading a::before { border: 2px solid #5aa1e3; color: #5aa1e3; content: ""; cursor: pointer; display: block; font-family: fontawesome; font-size: 11px; height: 18px; left: 8px; padding: 5px; position: absolute; top: 10px; width: 20px; line-height: 6px; } .panel-body { margin-left: 20px; margin-top: -20px; margin-bottom: 10px; } .panel-heading a.collapsed::before{ content: ""; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 0; } .ll_colpse_area { padding-bottom: 33px; } .our_team_new_head.our_team_new_head_2 h2 { font-family: Montserrat; font-style: normal; font-weight: 400; margin-top: 1px; } .our_team_new_head.our_team_new_head_2 > p { margin-top: -33px; } .collapses-group { margin-top: -15px; } /*----------------------------------------*/ /* 35. 404 area /*----------------------------------------*/ .four_zero_four_area{ background-attachment: fixed; color: #ffffff; padding: 100px 0 130px; } .all_zero{ text-align: center; } .four_content h1{ color: #fff; font-size: 150px; letter-spacing: 10px; line-height: 160px; } .four_content h2{ color: #fff; } .page-content { margin-left: auto; margin-right: auto; margin-top: 20px; max-width: 600px; position: relative; } .search-form { margin: 20px 0 0; } .sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .input-group { border-collapse: separate; display: table; position: relative; } #form-search-input { border-radius: 0; height: 35px; } .input-group-btn { font-size: 0; position: relative; white-space: nowrap; } .search-form button { border: 0 none; border-radius: 0; height: 35px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: 10px; margin-top: -6px; z-index: 2; } body.error404 { background-color: #000; background: url("img/404-pic/4041.jpg")no-repeat; } .littele_menu.littele_menu_404 > a { color: #ededed; } .header_right_area.header_right_area_htr li a{ color: #ededed; } .qty.qty-404 { color: #ededed; } .fa.fa-angle-down.new_cartp { color: #ededed; } /*----------------------------------------*/ /* 36. Single portfolio /*----------------------------------------*/ .project-meta > div { border-bottom: 1px solid #e1e1e1; margin: 0 0 10px; padding: 0 0 10px; } .project-meta > div > p { margin: 0; } .project-permalink-2 { border-left: 1px solid #e1e1e1; padding-left: 10px; } .entry-summary > p { margin-bottom: 30px; } .related_project_area { margin-bottom: 40px; padding: 40px 0px; } .related_heading h3 { border-bottom: 1px solid #2f2f2f; color: #333333; font-family: Oswald,sans-serif; font-weight: normal; line-height: 1.35; margin: 50px 0 30px; text-transform: uppercase; } .indicator-brand-17.owl-theme .owl-controls .owl-page span { background: #fa7c63; } .sub_pix{ position: relative } .indicator-brand-17 .owl-pagination::after { background: #dddddd none repeat scroll 0 0; content: ""; height: 2px; left: 210px; position: absolute; top: 116px; width: 58px; } .indicator-brand-17 .owl-page > span::before { background: #dddddd none repeat scroll 0 0; content: ""; height: 2px; left: 315px; position: absolute; top: 115px; width: 58px; } .indicator-brand-17.owl-theme .owl-controls .owl-page span { height: 8px; margin: 15px 4px; width: 8px; } /*----------------------------------------*/ /* 37. Portfolio /*----------------------------------------*/ .columns-area { margin-top: -4px; overflow: hidden; padding: 0 0 20px; } .columns-menu { margin-bottom: 32px; text-align: center; } .columns_heading { margin-top: 12px; } .columns-menu div { color: #666666; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 400; margin-right: -1px; text-transform: capitalize; transition: all 0.3s ease 0s; } .filter { border: 1px solid transparent; border-radius: 20px; padding: 5px 20px; } .filter.active { border: 1px solid #fa7c63; border-radius: 20px; color: #fa7c63; } .columns-img-area{} .single-columns { float: left; overflow: hidden; padding: 0 5px; position: relative; width: 33.33333%; margin-bottom: 10px; } .single-columns-2{ width: 50%; } .single-columns-4{ width: 25%; } .columns-pic{ overflow: hidden; position: relative; } .columns-pic a{} .columns-pic img{ transform:scale(1); transition:.3s; } .single-columns:hover .columns-pic img{ transform:scale(1.1); } .columns-pic a::before { background: rgba(0, 0, 0, .5)no-repeat; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 1; transition:.3s; } .single-columns:hover .columns-pic a::before{ opacity:.5; } .columns-pic a img{ width:100%; } .columns-icon { left: 0; margin-top: -30px; opacity: 0; position: absolute; right: 0; text-align: center; top: 50%; transform: scale(0.2); transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s; visibility: hidden; z-index: 3; } .single-columns:hover .columns-icon{ opacity: 1; transform: scale(1); visibility: visible; } .columns-icon a { background: #fff; border-radius: 50%; color: #666; display: inline-block; font-size: 13px; height: 40px; line-height: 40px; margin: 0 5px; text-align: center; width: 40px; } .columns-icon a:hover{ background:#fa7c63; color: #fff; } .columns-icon a i{} .columns-info { background: #fff none repeat scroll 0 0; bottom: -12%; left: 0; opacity: 0; position: absolute; right: 0; text-align: center; visibility: hidden; z-index: 3; transition:.3s; } .single-columns:hover .columns-info{ opacity:1; bottom:0; visibility:visible; } .columns-info::before{ border-bottom: 17px solid #ffffff; border-left: 16px solid rgba(0, 0, 0, 0); border-right: 16px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: 50%; position: absolute; top: -15px; transform: translate(-50%, 0px); width: 0; } .columns-info h2 { margin-bottom: 2px; } .columns-info h2 a { font-size: 14px; font-family: Oswald,sans-serif; text-decoration: none; text-transform: capitalize; } .columns-info span a:hover{ color:#767676; } #Container .mix{ display: none; } .filter.btn:active, .btn.active { color: #fa7c63; box-shadow: none; } .columns_content_area{ padding: 40px 0px; } .projects-pagination { border-top: 1px solid #e1e1e1; padding: 10px 0 0; width: 100%; text-align: center; } .projects-pagination li { display: inline-block; margin: 0 0.236em; } .page-numbers li .current { color: #fa7c63; } .page-numbers li { font-size: 16px; } .row.new_rex { margin-left: -5px; margin-right: -5px; } /*----------------------------------------*/ /* 38. contact us /*----------------------------------------*/ #googleMap{ width:100%; height:500px; margin: 28px 0px; } .comnt_area{ padding-bottom: 100px; padding: 34px 0px } .al_form-fields-2 { border-color: 0; border-style: none; border-width: none; float: left; padding: 7px 25px; width: 100%; } .form-action-2 { border-color: none; border-style: none; border-width: none; padding: 15px 10px; width: 100%; } .side_right { margin-left: -25px; } .wpcf7-textarea { height: 100px; width: 100%; } .al_form-fields-2 p { font-size: 12px; } .frm_content_2 h2{ font-size: 18px; margin: 0 0 20px; text-transform: uppercase; } .navi_area ul li.active-2 a { background: #fa7c63 none repeat scroll 0 0; color: #ffffff; border: 1px solid transparent; } .mean-container .mean-nav ul li a:hover { color:#fa7c63; } .btn.btn-default.btn-default-tf { margin-bottom: 25px; } /* modal */ .modal-header { border-bottom: 0; padding: 0; } .modal-footer { border-top: 0; } .modal-dialog { margin: 5% auto; max-width: 96%; min-height: 300px; padding: 20px; transition: all 0.5s ease 0s; width: 870px; } .modal-product { margin: 21px; } .add-tocart.add-tocart-2 { margin-left: 7px; } .add-tocart.add-tocart-2.add-tocart-cdr { margin-left: 0px; } .new_port.new_port_2 { float: left; margin-bottom: 63px; width: 40%; } .elav_titel.elav_titel_2 { float: left; width: 60%; } .social-link-bbt li { border: 1px solid #e1e1e1; height: 41px; line-height: 41px; margin-left: 5px; margin-top: 10px; padding: 0 10px; text-align: center; width: 41px; cursor: pointer; } .price_box.price_box_pb { color: #666666; font-size: 24px; font-weight: 700; margin: 15px 0 0; font-family: "Open Sans"; } .elv_heading_therteen { border-bottom: 1px solid #e1e1e1; margin-bottom: 10px; } .cart-btn-area-dec { border-top: 1px solid #e1e1e1; } .see-all { display: inline-block; margin-bottom: 15px; margin-top: 18px; text-decoration: underline; } .modal-header .close { border: 1px solid #666666; border-radius: 50%; height: 29px; margin-right: 13px; margin-top: 15px; width: 29px; } .social-link.social-link-bbt > li:hover { background: #fa7c63 none repeat scroll 0 0; border: medium none #fa7c63; } .social-link.social-link-bbt > li:hover i { color: #ffffff; } .social-link.social-link-bbt { margin-bottom: 11px; } .btn-lg, .btn-group-lg > .btn { border: medium none; } /* checkout area */ .coupon-accordion { margin-left: -16px; } .cramb_area.cramb_area_2 a { margin-top: 13px; } .logo_area { overflow: hidden; } .mean-container .mean-bar { background: #666666 none repeat scroll 0 0; } .mobile-menu-area { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .bend.niceties.preview-2 { margin-top: 76px; } .layer-14.animated.flipInX > h3 { margin-top: 29px; }
0.685423
0.166845
.flex-container { -ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; } div{ float: left; text-align: center; } div:nth-child(1){ background-color: #fdbe85; border: 2px #e6550d solid; height: 100px; line-height: 100px; text-align: center; } div:nth-child(2){ background-color: white; border: 2px black solid; height: 200px; line-height: 200px; text-align: center; } div:nth-child(3){ background-color: violet; border: 2px grey solid; height: 90px; line-height: 90px; text-align: center; } div:nth-child(4){ background-color: orange; border: 2px blue solid; height: 200px; line-height: 200px; text-align: center; } div:nth-child(5){ background-color: #cccccc; border: 2px #636363 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(6){ background-color: #bae4b3; border: 2px #74c476 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(7){ background-color: #d7b5d8; border: 2px #df65b0 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(8){ background-color: #bdd7e7; border: 2px #6baed6 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(9){ background-color: #bae4bc; border: 2px #7bccc4 solid; height: 75px; line-height: 75px; text-align: center; } @media (min-width:760px){ div:nth-child(1){ width: 960px; height: 100px; line-height: 100px; } div:nth-child(2){ width: 200px; height: 600px; line-height: 600px; } div:nth-child(3){ height: 200px; line-height: 200px; width: 380px; } div:nth-child(4){ height: 200px; line-height: 200px; width: 380px; } div:nth-child(5), div:nth-child(6), div:nth-child(7), div:nth-child(8){ width: 190px; height: 250px; line-height: 250px; } div:nth-child(9){ height: 150px; line-height: 150px; width: 760px; } body { width: 960px; } }
layout.css
.flex-container { -ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; } div{ float: left; text-align: center; } div:nth-child(1){ background-color: #fdbe85; border: 2px #e6550d solid; height: 100px; line-height: 100px; text-align: center; } div:nth-child(2){ background-color: white; border: 2px black solid; height: 200px; line-height: 200px; text-align: center; } div:nth-child(3){ background-color: violet; border: 2px grey solid; height: 90px; line-height: 90px; text-align: center; } div:nth-child(4){ background-color: orange; border: 2px blue solid; height: 200px; line-height: 200px; text-align: center; } div:nth-child(5){ background-color: #cccccc; border: 2px #636363 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(6){ background-color: #bae4b3; border: 2px #74c476 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(7){ background-color: #d7b5d8; border: 2px #df65b0 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(8){ background-color: #bdd7e7; border: 2px #6baed6 solid; width: 50%; height: 240px; line-height: 240px; text-align: center; } div:nth-child(9){ background-color: #bae4bc; border: 2px #7bccc4 solid; height: 75px; line-height: 75px; text-align: center; } @media (min-width:760px){ div:nth-child(1){ width: 960px; height: 100px; line-height: 100px; } div:nth-child(2){ width: 200px; height: 600px; line-height: 600px; } div:nth-child(3){ height: 200px; line-height: 200px; width: 380px; } div:nth-child(4){ height: 200px; line-height: 200px; width: 380px; } div:nth-child(5), div:nth-child(6), div:nth-child(7), div:nth-child(8){ width: 190px; height: 250px; line-height: 250px; } div:nth-child(9){ height: 150px; line-height: 150px; width: 760px; } body { width: 960px; } }
0.141104
0.065068
width: 935px; height: 617px; background-image: url("../../images/gamePower/hcover.png"); display: none; } #allPicU { width: 900px; height: 150px; top: 75px; left: 45px; position: relative; } #allPicD { width: 900px; height: 150px; top: 120px; left: 45px; position: relative; } .picture { width: 150px; height: 150px; margin-left: 15px; float: left; } .pictureClick { border: 3px black solid; } #p0 { background-image: url("../../images/gamePower/allPic.png"); background-position: 0px 0px; cursor: pointer; } #p1 { background-image: url("../../images/gamePower/allPic.png"); background-position: -150px 0px; cursor: pointer; } #p2 { background-image: url("../../images/gamePower/allPic.png"); background-position: -300px 0px; cursor: pointer; } #p3 { background-image: url("../../images/gamePower/allPic.png"); background-position: -450px 0px; cursor: pointer; } #p4 { background-image: url("../../images/gamePower/allPic.png"); background-position: -600px 0px; cursor: pointer; } #p5 { background-image: url("../../images/gamePower/allPic.png"); background-position: 0px -150px; cursor: pointer; } #p6 { background-image: url("../../images/gamePower/allPic.png"); background-position: -150px -150px; cursor: pointer; } #p7 { background-image: url("../../images/gamePower/allPic.png"); background-position: -300px -150px; cursor: pointer; } #p8 { background-image: url("../../images/gamePower/allPic.png"); background-position: -450px -150px; cursor: pointer; } #p9 { background-image: url("../../images/gamePower/allPic.png"); background-position: -600px -150px; cursor: pointer; } #hstart { cursor: pointer; width: 221px; height: 68px; margin-top: 180px; margin-left: 345px; float: left; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -305px; } #hstart:hover { background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -375px; } #hstartGame { width: 935px; height: 617px; background: url("../../images/gamePower/hstartGame.png") no-repeat; display: none; } #gameContent { width: 600px; height: 600px; left: 50px; top: 8px; border: 2px black solid; position: relative; } .r1 { width: 597px; height: 197px; margin-left: 1px; margin-top: 2px; } .r2 { width: 597px; height: 197px; margin-left: 1px; margin-top: 1px; } .r3 { width: 597px; height: 197px; margin-left: 1px; margin-top: 1px; } .c0 { width: 198px; height: 198px; cursor: pointer; } .c1 { width: 198px; height: 198px; cursor: pointer; } .c2 { width: 198px; height: 198px; cursor: pointer; } .c3 { width: 198px; height: 198px; cursor: pointer; } .c4 { width: 198px; height: 198px; cursor: pointer; } .c5 { width: 198px; height: 198px; cursor: pointer; } .c6 { width: 198px; height: 198px; cursor: pointer; } .c7 { width: 198px; height: 198px; cursor: pointer; } .c8 { width: 198px; height: 198px; cursor: pointer; } #timing { left: 755px; top: 460px; font-size: 45px; position: absolute; } #original { width: 150px; height: 150px; left: 755px; top: 180px; font-size: 45px; position: absolute; } #hagain { cursor: pointer; width: 221px; height: 68px; top: 370px; left: 725px; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -450px; position: absolute; display: none; } #hagain:hover { width: 246px; height: 81px; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -520px; } #finish { width: 539px; height: 235px; top: 460px; left: 125px; background-image: url("../../images/gamePower/allPic.png"); background-position: 0px -350px; position: absolute; display: none; } /*/////////////////////////////cover/////////////////////////////////////////*/ #cover { width: 935px; height: 617px; background-image: url("../../images/gamePower/cover.png"); } #start { cursor: pointer; width: 246px; height: 81px; margin-top: 450px; margin-left: 180px; float: left; background: url("../../images/gamePower/button.png") no-repeat; background-position: 0px 0px; } #start:hover { background: url("../../images/gamePower/button.png") no-repeat; background-position: -250px 0px; } /*/////////////////////////////introduction/////////////////////////////////////////*/ #intro { cursor: pointer; width: 246px; height: 81px; margin-top: 450px; margin-right: 180px; float: right; background: url("../../images/gamePower/button.png") no-repeat; background-position: 0px -85px; } #intro:hover { background: url("../../images/gamePower/button.png") no-repeat; background-position: -250px -85px; } #introduction { width: 776px; height: 463px; top: 80px; margin: center; position: relative; background-image: url("../../images/gamePower/introduction.png"); display: none; } /*/////////////////////////////startGame/////////////////////////////////////////*/ #startGame { width: 935px; height: 617px; background-image: url("../../images/gamePower/startGame.png"); font-size: 35px; position: relative; display: none; } #question { width: 92%; height: 25%; top: 5%; border-bottom: 3px #F8E566 solid; margin: 0 auto; position: relative; } .base { margin-left: 5%; width: 90%; height: 8%; border-radius: 15px; } .base:hover { background: #F8E566; } .target{ background: #F8E566; } #qa { cursor: pointer; top: 7%; position: relative; } #qb { cursor: pointer; top: 8%; position: relative; } #qc { cursor: pointer; top: 9%; position: relative; } #qd { cursor: pointer; top: 10%; position: relative; } #correctAns { width: 90%; text-align: center; margin-left: 5%; margin-top: 80px; font-size: 33px; font-weight: bold; background-color: #F8E566; color: saddlebrown; border-radius: 15px; display: none; } #next { cursor: pointer; width: 194px; height: 81px; margin-top: 15px; margin-left: 340px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -500px 0px; display: none; } #next:hover { width: 194px; height: 81px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -750px 0px; } /*/////////////////////////////endScreen/////////////////////////////////////////*/ #endScreen { width: 935px; height: 617px; background-image: url("../../images/gamePower/endScreen.png"); text-align: center; display: none; } #getPower { width: 50%; top: 100px; font-family: "微軟正黑體"; font-weight: bolder ; color: gray; margin: 0 auto; font-size: 25px; position: relative; } #power { margin-top: 150px; margin-left: 60px; } #again { cursor: pointer; width: 246px; height: 81px; bottom: 140px; left: 385px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -500px -85px; position: absolute; } #again:hover { width: 246px; height: 81px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -750px -85px; }
public/css/game/power.css
width: 935px; height: 617px; background-image: url("../../images/gamePower/hcover.png"); display: none; } #allPicU { width: 900px; height: 150px; top: 75px; left: 45px; position: relative; } #allPicD { width: 900px; height: 150px; top: 120px; left: 45px; position: relative; } .picture { width: 150px; height: 150px; margin-left: 15px; float: left; } .pictureClick { border: 3px black solid; } #p0 { background-image: url("../../images/gamePower/allPic.png"); background-position: 0px 0px; cursor: pointer; } #p1 { background-image: url("../../images/gamePower/allPic.png"); background-position: -150px 0px; cursor: pointer; } #p2 { background-image: url("../../images/gamePower/allPic.png"); background-position: -300px 0px; cursor: pointer; } #p3 { background-image: url("../../images/gamePower/allPic.png"); background-position: -450px 0px; cursor: pointer; } #p4 { background-image: url("../../images/gamePower/allPic.png"); background-position: -600px 0px; cursor: pointer; } #p5 { background-image: url("../../images/gamePower/allPic.png"); background-position: 0px -150px; cursor: pointer; } #p6 { background-image: url("../../images/gamePower/allPic.png"); background-position: -150px -150px; cursor: pointer; } #p7 { background-image: url("../../images/gamePower/allPic.png"); background-position: -300px -150px; cursor: pointer; } #p8 { background-image: url("../../images/gamePower/allPic.png"); background-position: -450px -150px; cursor: pointer; } #p9 { background-image: url("../../images/gamePower/allPic.png"); background-position: -600px -150px; cursor: pointer; } #hstart { cursor: pointer; width: 221px; height: 68px; margin-top: 180px; margin-left: 345px; float: left; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -305px; } #hstart:hover { background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -375px; } #hstartGame { width: 935px; height: 617px; background: url("../../images/gamePower/hstartGame.png") no-repeat; display: none; } #gameContent { width: 600px; height: 600px; left: 50px; top: 8px; border: 2px black solid; position: relative; } .r1 { width: 597px; height: 197px; margin-left: 1px; margin-top: 2px; } .r2 { width: 597px; height: 197px; margin-left: 1px; margin-top: 1px; } .r3 { width: 597px; height: 197px; margin-left: 1px; margin-top: 1px; } .c0 { width: 198px; height: 198px; cursor: pointer; } .c1 { width: 198px; height: 198px; cursor: pointer; } .c2 { width: 198px; height: 198px; cursor: pointer; } .c3 { width: 198px; height: 198px; cursor: pointer; } .c4 { width: 198px; height: 198px; cursor: pointer; } .c5 { width: 198px; height: 198px; cursor: pointer; } .c6 { width: 198px; height: 198px; cursor: pointer; } .c7 { width: 198px; height: 198px; cursor: pointer; } .c8 { width: 198px; height: 198px; cursor: pointer; } #timing { left: 755px; top: 460px; font-size: 45px; position: absolute; } #original { width: 150px; height: 150px; left: 755px; top: 180px; font-size: 45px; position: absolute; } #hagain { cursor: pointer; width: 221px; height: 68px; top: 370px; left: 725px; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -450px; position: absolute; display: none; } #hagain:hover { width: 246px; height: 81px; background: url("../../images/gamePower/allPic.png") no-repeat; background-position: -560px -520px; } #finish { width: 539px; height: 235px; top: 460px; left: 125px; background-image: url("../../images/gamePower/allPic.png"); background-position: 0px -350px; position: absolute; display: none; } /*/////////////////////////////cover/////////////////////////////////////////*/ #cover { width: 935px; height: 617px; background-image: url("../../images/gamePower/cover.png"); } #start { cursor: pointer; width: 246px; height: 81px; margin-top: 450px; margin-left: 180px; float: left; background: url("../../images/gamePower/button.png") no-repeat; background-position: 0px 0px; } #start:hover { background: url("../../images/gamePower/button.png") no-repeat; background-position: -250px 0px; } /*/////////////////////////////introduction/////////////////////////////////////////*/ #intro { cursor: pointer; width: 246px; height: 81px; margin-top: 450px; margin-right: 180px; float: right; background: url("../../images/gamePower/button.png") no-repeat; background-position: 0px -85px; } #intro:hover { background: url("../../images/gamePower/button.png") no-repeat; background-position: -250px -85px; } #introduction { width: 776px; height: 463px; top: 80px; margin: center; position: relative; background-image: url("../../images/gamePower/introduction.png"); display: none; } /*/////////////////////////////startGame/////////////////////////////////////////*/ #startGame { width: 935px; height: 617px; background-image: url("../../images/gamePower/startGame.png"); font-size: 35px; position: relative; display: none; } #question { width: 92%; height: 25%; top: 5%; border-bottom: 3px #F8E566 solid; margin: 0 auto; position: relative; } .base { margin-left: 5%; width: 90%; height: 8%; border-radius: 15px; } .base:hover { background: #F8E566; } .target{ background: #F8E566; } #qa { cursor: pointer; top: 7%; position: relative; } #qb { cursor: pointer; top: 8%; position: relative; } #qc { cursor: pointer; top: 9%; position: relative; } #qd { cursor: pointer; top: 10%; position: relative; } #correctAns { width: 90%; text-align: center; margin-left: 5%; margin-top: 80px; font-size: 33px; font-weight: bold; background-color: #F8E566; color: saddlebrown; border-radius: 15px; display: none; } #next { cursor: pointer; width: 194px; height: 81px; margin-top: 15px; margin-left: 340px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -500px 0px; display: none; } #next:hover { width: 194px; height: 81px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -750px 0px; } /*/////////////////////////////endScreen/////////////////////////////////////////*/ #endScreen { width: 935px; height: 617px; background-image: url("../../images/gamePower/endScreen.png"); text-align: center; display: none; } #getPower { width: 50%; top: 100px; font-family: "微軟正黑體"; font-weight: bolder ; color: gray; margin: 0 auto; font-size: 25px; position: relative; } #power { margin-top: 150px; margin-left: 60px; } #again { cursor: pointer; width: 246px; height: 81px; bottom: 140px; left: 385px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -500px -85px; position: absolute; } #again:hover { width: 246px; height: 81px; background: url("../../images/gamePower/button.png") no-repeat; background-position: -750px -85px; }
0.221014
0.085213
:root { /* UI */ --content-spacing: 20px; --border-radius: 12px; --sidebar-width: 220px; --collapsed-sidebar-width: 70px; --icon-size: 24px; /* colors */ --primary-color: #33C7BE; --secondary-color: #E46B6B; --dark-color: #3A3A3A; --light-gray-color: #D7D7D7; --box-shadow: 0 0 18px 3px #0000001c; } /* -------------------------------------------------------------------------- */ body { margin: 0; padding: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } *::selection { background-color: var(--primary-color); color: #FFFFFF; } /* -------------------------------------------------------------------------- */ main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100vh; background-color: #f1f1f1; } /* -------------------------------------------------------------------------- */ .topbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; z-index: 1; height: 60px; width: 100%; border-bottom: 1px solid var(--light-gray-color); padding: 0 var(--content-spacing); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); } .mobile-menu-toggle { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: var(--content-spacing); height: 50px; width: 50px; cursor: pointer; } .mobile-menu-toggle-icon { font-size: 30px; color: var(--dark-color); } .topbar-title { font-weight: 600; letter-spacing: 1px; color: var(--dark-color); } /* -------------------------------------------------------------------------- */ .page-w { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; padding: var(--content-spacing); padding-left: calc(var(--content-spacing) * 2 + var(--collapsed-sidebar-width)); } /* -------------------------------------------------------------------------- */ .sidebar-w { position: absolute; top: var(--content-spacing); left: var(--content-spacing); height: calc(100% - var(--content-spacing) * 2); } .sidebar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: var(--collapsed-sidebar-width); height: 100%; border: 1px solid transparent; border-radius: var(--border-radius); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover { width: var(--sidebar-width); border-color: var(--light-gray-color); } /* -------------------------------------------------------------------------- */ .sidebar-title { position: relative; margin: 0; color: var(--dark-color); font-size: 16px; font-weight: 800; line-height: 60px; letter-spacing: 3px; text-align: center; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover .sidebar-title { -webkit-transform: scale(1); transform: scale(1); } /* -------------------------------------------------------------------------- */ .sidebar-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; height: 100%; margin: 0; padding: 0 0 10px; } .sidebar-links::before { content: ''; position: absolute; top: 0; left: calc(50% - 20px); width: 40px; border-top: 1px solid var(--light-gray-color); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover .sidebar-links::before { left: calc(50% - 75px); width: 150px; } /* -------------------------------------------------------------------------- */ .sidebar-link-w { width: 100%; list-style: none; } .sidebar-link-w:last-child { margin-top: auto; } .sidebar-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 50px; margin: 10px 0; padding-left: 23px; overflow: hidden; cursor: pointer; text-decoration: none; } .sidebar-link:hover:not(.sidebar-link-selected) > .link-value { -webkit-transform: translateX(6px); transform: translateX(6px); } .sidebar-link-selected > .link-icon, .sidebar-link-selected > .link-value { color: var(--primary-color); } .sidebar-link.has-unread > .link-icon::after { content: ''; position: absolute; top: -5px; right: -10px; height: 8px; width: 8px; border-radius: 50%; background-color: var(--secondary-color); -webkit-transition: opacity 400ms; transition: opacity 400ms; } .sidebar-link.has-unread > .link-value::after { content: ''; position: absolute; top: 0; right: -20px; height: 8px; width: 8px; border-radius: 50%; background-color: var(--secondary-color); } .sidebar:hover .link-icon::after { opacity: 0; } /* -------------------------------------------------------------------------- */ .link-icon { position: relative; margin-right: 16px; color: var(--dark-color); font-size: var(--icon-size); -webkit-transition: all 300ms; transition: all 300ms; } .link-value { opacity: 0; position: relative; color: var(--dark-color); font-weight: 700; font-size: 14px; -webkit-transition: all 300ms, opacity 400ms; transition: all 300ms, opacity 400ms; } .sidebar:hover .link-value { opacity: 1; } /* -------------------------------------------------------------------------- */ .main-content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: var(--content-spacing); border-radius: var(--border-radius); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); } .main-content .page-description { color: var(--dark-color); } /* -------------------------------------------------------------------------- */ @media screen and (max-width: 768px) { .topbar .mobile-menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; } .page-w { padding: 0; } .sidebar-w { left: calc(0px - var(--sidebar-width)); height: auto; -webkit-transition: left 400ms; transition: left 400ms; } .sidebar-w-show { left: var(--content-spacing); } .sidebar { width: var(--sidebar-width); border-color: var(--light-gray-color); } .sidebar-title { -webkit-transform: scale(1); transform: scale(1); } .sidebar-links::before { left: calc(50% - 75px); width: 150px; } .link-icon::after { opacity: 0; } .link-value { opacity: 1; } .main-content { border-radius: 0; } }
src/css/main.css
:root { /* UI */ --content-spacing: 20px; --border-radius: 12px; --sidebar-width: 220px; --collapsed-sidebar-width: 70px; --icon-size: 24px; /* colors */ --primary-color: #33C7BE; --secondary-color: #E46B6B; --dark-color: #3A3A3A; --light-gray-color: #D7D7D7; --box-shadow: 0 0 18px 3px #0000001c; } /* -------------------------------------------------------------------------- */ body { margin: 0; padding: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } *::selection { background-color: var(--primary-color); color: #FFFFFF; } /* -------------------------------------------------------------------------- */ main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100vh; background-color: #f1f1f1; } /* -------------------------------------------------------------------------- */ .topbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; z-index: 1; height: 60px; width: 100%; border-bottom: 1px solid var(--light-gray-color); padding: 0 var(--content-spacing); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); } .mobile-menu-toggle { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: var(--content-spacing); height: 50px; width: 50px; cursor: pointer; } .mobile-menu-toggle-icon { font-size: 30px; color: var(--dark-color); } .topbar-title { font-weight: 600; letter-spacing: 1px; color: var(--dark-color); } /* -------------------------------------------------------------------------- */ .page-w { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; padding: var(--content-spacing); padding-left: calc(var(--content-spacing) * 2 + var(--collapsed-sidebar-width)); } /* -------------------------------------------------------------------------- */ .sidebar-w { position: absolute; top: var(--content-spacing); left: var(--content-spacing); height: calc(100% - var(--content-spacing) * 2); } .sidebar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: var(--collapsed-sidebar-width); height: 100%; border: 1px solid transparent; border-radius: var(--border-radius); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover { width: var(--sidebar-width); border-color: var(--light-gray-color); } /* -------------------------------------------------------------------------- */ .sidebar-title { position: relative; margin: 0; color: var(--dark-color); font-size: 16px; font-weight: 800; line-height: 60px; letter-spacing: 3px; text-align: center; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover .sidebar-title { -webkit-transform: scale(1); transform: scale(1); } /* -------------------------------------------------------------------------- */ .sidebar-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; height: 100%; margin: 0; padding: 0 0 10px; } .sidebar-links::before { content: ''; position: absolute; top: 0; left: calc(50% - 20px); width: 40px; border-top: 1px solid var(--light-gray-color); -webkit-transition: all 400ms; transition: all 400ms; } .sidebar:hover .sidebar-links::before { left: calc(50% - 75px); width: 150px; } /* -------------------------------------------------------------------------- */ .sidebar-link-w { width: 100%; list-style: none; } .sidebar-link-w:last-child { margin-top: auto; } .sidebar-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 50px; margin: 10px 0; padding-left: 23px; overflow: hidden; cursor: pointer; text-decoration: none; } .sidebar-link:hover:not(.sidebar-link-selected) > .link-value { -webkit-transform: translateX(6px); transform: translateX(6px); } .sidebar-link-selected > .link-icon, .sidebar-link-selected > .link-value { color: var(--primary-color); } .sidebar-link.has-unread > .link-icon::after { content: ''; position: absolute; top: -5px; right: -10px; height: 8px; width: 8px; border-radius: 50%; background-color: var(--secondary-color); -webkit-transition: opacity 400ms; transition: opacity 400ms; } .sidebar-link.has-unread > .link-value::after { content: ''; position: absolute; top: 0; right: -20px; height: 8px; width: 8px; border-radius: 50%; background-color: var(--secondary-color); } .sidebar:hover .link-icon::after { opacity: 0; } /* -------------------------------------------------------------------------- */ .link-icon { position: relative; margin-right: 16px; color: var(--dark-color); font-size: var(--icon-size); -webkit-transition: all 300ms; transition: all 300ms; } .link-value { opacity: 0; position: relative; color: var(--dark-color); font-weight: 700; font-size: 14px; -webkit-transition: all 300ms, opacity 400ms; transition: all 300ms, opacity 400ms; } .sidebar:hover .link-value { opacity: 1; } /* -------------------------------------------------------------------------- */ .main-content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: var(--content-spacing); border-radius: var(--border-radius); background-color: #FFFFFF; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); } .main-content .page-description { color: var(--dark-color); } /* -------------------------------------------------------------------------- */ @media screen and (max-width: 768px) { .topbar .mobile-menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; } .page-w { padding: 0; } .sidebar-w { left: calc(0px - var(--sidebar-width)); height: auto; -webkit-transition: left 400ms; transition: left 400ms; } .sidebar-w-show { left: var(--content-spacing); } .sidebar { width: var(--sidebar-width); border-color: var(--light-gray-color); } .sidebar-title { -webkit-transform: scale(1); transform: scale(1); } .sidebar-links::before { left: calc(50% - 75px); width: 150px; } .link-icon::after { opacity: 0; } .link-value { opacity: 1; } .main-content { border-radius: 0; } }
0.370339
0.072308
@font-face { font-family: slick; src: url("../font/slick.woff"); } * { margin: 0; padding: 0; box-sizing: border-box; z-index: 0; } body { margin-top: 20px; background: url("../img/Garancssbkg3.png") no-repeat #f8f8f8; background-size: 100%; } div { display: block; } ul { display: block; padding: 0; margin: 0.3em 0 0 1.6em; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; list-style-image: url("../img/bullet-icon.svg"); } li { margin-bottom: 0.1em; } a { text-decoration: none; color: #0645ad; background: none; } body #navigation #head { background: url("../img/PRTSheadleft.png") left top no-repeat, url("../img/Garanheadright.png") right top repeat-x; } body #navigation #head:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 38px; box-shadow: 0 1px 3px rgb(0 0 0 / 40%); } body #head { position: absolute; top: 0; right: 0; height: 100%; width: 100%; } #p-personal { position: absolute; top: 6px; right: 0.75em; z-index: 1; color: white; } #p-personal ul { list-style: none none; margin: 0; color: white; padding-left: 0; } #p-personal li { margin-left: 0.75em; padding-top: 0.5em; line-height: 1.16666667; font-size: 0.75em; float: left; } #p-personal li a { color: white; } #p-personal li a:hover { text-decoration: underline; color: #0645ad; } #content { margin-left: 11em; } #panel { z-index: 1; position: absolute; font-size: inherit; top: 0; width: 10em; left: 0; } #panel { padding-left: 0; width: 10.5em; } body #navigation #panel { top: 48px; } #p-logo { width: 10em; height: 160px; margin-bottom: 1em; } .wiki-logo { background-image: url("../img/ak.png"); } #p-logo a { background-position: center center; background-repeat: no-repeat; display: block; width: 10em; height: 160px; text-decoration: none; } #MenuSidebar { margin-bottom: 5rem; position: absolute; top: 200px; width: 100%; } #MenuSidebar > p { padding: 8px 10px; margin: 0px; cursor: default; color: #f4c430; font-weight: bold; margin-top: 8px; background-color: rgba(30, 30, 30, 0.6); } #MenuSidebar > ul { list-style: none none; width: 100%; margin: 0px; background-color: rgba(20, 20, 20, 0.6); border-top: 2px solid #f4c430; border-bottom-right-radius: 5px; } #MenuSidebar ul { position: relative; font-size: 0.9rem; } #MenuSidebar li { position: relative; margin: 0px; box-shadow: inset 0 1px rgb(244 196 48 / 50%); transition: 0.15s all ease-in; z-index: 1; } #MenuSidebar b { color: #eaeaea; cursor: default; } div#MenuSidebar a { transition: all 0.15s ease-in; color: #eaeaea; } #MenuSidebar li b, #MenuSidebar li a { padding: 5px 0px; padding-left: 18px; display: block; width: auto; height: 100%; font-weight: normal; } #MenuSidebar li.SideBar-List > a::after, #MenuSidebar li.SideBar-List > b::after { content: url("../img/rightArrow.svg"); -webkit-font-smoothing: antialiased; display: block; top: 6px; right: 5px; position: absolute; } #MenuSidebar > ul ul { list-style: none none; position: absolute; left: 100%; width: 100%; top: 0px; margin: 0px; z-index: 1; background-color: #333; box-shadow: -1px 2px 10px 0px rgb(0 0 0 / 40%), -1px -2px 10px 0px rgb(0 0 0 / 40%); } #MenuSidebar > ul > li ul { display: block; opacity: 0; pointer-events: none; visibility: hidden; transition: 0.2s all ease-in-out; z-index: 1; background-color: #373737; width: unset; white-space: nowrap; } #MenuSidebar ul li:first-chile { box-shadow: none; } #MenuSidebar > ul > li ul a, #MenuSidebar > ul > li ul b { padding-right: 18px; } #MenuSidebar > ul li:hover > ul { display: block; opacity: 1; pointer-events: auto; visibility: visible; } #MenuSidebar a:hover, #MenuSidebar b:hover { color: black; background-color: #f4c430; text-decoration: none; } #MenuSidebar a.selflink { font-weight: bold; color: #f4c430; cursor: default; } #MenuSidebar a.selflink::before { content: ""; display: block; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #f4c430; } #MenuSidebar a.selflink:hover { background-color: inherit; color: #f4c430; } .container { width: 100%; /*border: 1px solid red;*/ position: absolute; background-image: url("../img/Bg-mc-icon-demo.png"); background-color: rgba(248, 248, 248, 0.6); background-clip: border-box; margin-top: 200px; left: 50%; transform: translateX(-50%); } #carousel-warp { top: 0; left: 50%; transform: translateX(-50%); overflow: hidden; position: relative; width: 936px; height: 300px; } #carousel-warp .img-list { display: flex; position: relative; left: 0; width: 3744px; height: 100%; transition: 0.5s ease; } #carousel-warp .img-list .image-body { /* display: block; */ position: relative; width: 100%; height: 100%; } #carousel-warp .img-list .image-body img { display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } #carousel-warp .img-list .image-body .img-top { height: 100%; width: auto; z-index: 1; filter: drop-shadow(0 0 10px black); } #carousel-warp .img-list .image-body .img-bottom { height: auto; width: 936px; filter: blur(10px); } #carousel-warp .arrow a { font-family: slick; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; color: #eaeaea; font-size: 40px; text-align: center; line-height: 40px; text-decoration: none; display: block; transition: all 0.5s; opacity: 0; text-shadow: 0 5px 10px black; } #carousel-warp .arrow a.left { left: 5px; } #carousel-warp .arrow a.left::before { content: "←"; } #carousel-warp .arrow a.right { right: 5px; } #carousel-warp .arrow a.right::before { content: "→"; } #carousel-warp ul { list-style: none; } .circle-list { position: absolute; right: 30px; bottom: 10px; display: block; list-style: none; text-align: center; z-index: 8; } .circle-list li { position: relative; display: inline-block; width: 80px; height: 5px; margin: 0 5px; padding: 0; cursor: pointer; background-color: #eaeaea; } .circle-list li.active { background-color: #39c5bb; } #carousel-warp:hover .arrow a { transition: 0.3s; opacity: 1; } #carousel-warp:hover .arrow .left:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #carousel-warp:hover .arrow .right:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #carousel-warp:hover .circle { transition: 0.3s; height: 10px; } #carousel-warp:hover .circle.active:hover { transition: 0.3s; color: #39c5bb; filter: drop-shadow(0px 0px 6px #39c5bb); } #carousel-warp:hover .circle:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #mb-container { position: absolute; top: 350px; width: 100%; overflow: hidden; } #mb-father { position: relative; left: 50%; transform-origin: top left; transform: translateX(-50%); display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; width: 920px; /* height: auto; */ } #mb-father:after { content: ""; display: block; clear: both; } .mbuttom { display: inline-block; /* display: block; float: left; */ position: relative; width: 150px; height: 150px; overflow: hidden; margin: 2px; background-color: #343434; transition: 0.5s; } .mbuttom img { /* border: 1px solid red; */ position: absolute; opacity: 80%; z-index: 1; background-color: #343434; float: left; /* filter: blur(10px); */ } .mbuttom:hover img { transition: 0.5s; background-color: rgb(102, 177, 250); filter: drop-shadow(0, 0, 0, 10px); -webkit-filter: drop-shadow(0, 0, 0, 10px); } .can, .can1 { position: absolute; } .can { left: 27px; top: 16px; float: left; z-index: 2; filter: drop-shadow(0px 18px 6px rgba(255, 255, 255, 0.5)); /* opacity: 50%; */ } .can1 { float: left; left: 25px; top: 30px; filter: blur(5px); /* background-color: #39c5bb; */ /* z-index: 1; */ } .mb-label { z-index: 2; position: absolute; width: 100%; bottom: 20px; font-size: 15px; color: white; text-align: center; font-weight: 900; font-family: "微软雅黑", sans-serif; letter-spacing: 2px; transition: 0.5s; } .mb-label.zh { opacity: 1; } .mb-label.en { opacity: 0; } .mbuttom:hover .mb-label.zh { opacity: 0; } .mbuttom:hover .mb-label.en { opacity: 1; } .mb-url { z-index: 2; position: absolute; left: 0; top: 0; width: 150px; height: 150px; display: block; /* text-decoration-color: initial; */ color: rgb(102, 177, 250); /* background-color: initial; */ }
src/main/webapp/static/css/home.css
@font-face { font-family: slick; src: url("../font/slick.woff"); } * { margin: 0; padding: 0; box-sizing: border-box; z-index: 0; } body { margin-top: 20px; background: url("../img/Garancssbkg3.png") no-repeat #f8f8f8; background-size: 100%; } div { display: block; } ul { display: block; padding: 0; margin: 0.3em 0 0 1.6em; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; list-style-image: url("../img/bullet-icon.svg"); } li { margin-bottom: 0.1em; } a { text-decoration: none; color: #0645ad; background: none; } body #navigation #head { background: url("../img/PRTSheadleft.png") left top no-repeat, url("../img/Garanheadright.png") right top repeat-x; } body #navigation #head:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 38px; box-shadow: 0 1px 3px rgb(0 0 0 / 40%); } body #head { position: absolute; top: 0; right: 0; height: 100%; width: 100%; } #p-personal { position: absolute; top: 6px; right: 0.75em; z-index: 1; color: white; } #p-personal ul { list-style: none none; margin: 0; color: white; padding-left: 0; } #p-personal li { margin-left: 0.75em; padding-top: 0.5em; line-height: 1.16666667; font-size: 0.75em; float: left; } #p-personal li a { color: white; } #p-personal li a:hover { text-decoration: underline; color: #0645ad; } #content { margin-left: 11em; } #panel { z-index: 1; position: absolute; font-size: inherit; top: 0; width: 10em; left: 0; } #panel { padding-left: 0; width: 10.5em; } body #navigation #panel { top: 48px; } #p-logo { width: 10em; height: 160px; margin-bottom: 1em; } .wiki-logo { background-image: url("../img/ak.png"); } #p-logo a { background-position: center center; background-repeat: no-repeat; display: block; width: 10em; height: 160px; text-decoration: none; } #MenuSidebar { margin-bottom: 5rem; position: absolute; top: 200px; width: 100%; } #MenuSidebar > p { padding: 8px 10px; margin: 0px; cursor: default; color: #f4c430; font-weight: bold; margin-top: 8px; background-color: rgba(30, 30, 30, 0.6); } #MenuSidebar > ul { list-style: none none; width: 100%; margin: 0px; background-color: rgba(20, 20, 20, 0.6); border-top: 2px solid #f4c430; border-bottom-right-radius: 5px; } #MenuSidebar ul { position: relative; font-size: 0.9rem; } #MenuSidebar li { position: relative; margin: 0px; box-shadow: inset 0 1px rgb(244 196 48 / 50%); transition: 0.15s all ease-in; z-index: 1; } #MenuSidebar b { color: #eaeaea; cursor: default; } div#MenuSidebar a { transition: all 0.15s ease-in; color: #eaeaea; } #MenuSidebar li b, #MenuSidebar li a { padding: 5px 0px; padding-left: 18px; display: block; width: auto; height: 100%; font-weight: normal; } #MenuSidebar li.SideBar-List > a::after, #MenuSidebar li.SideBar-List > b::after { content: url("../img/rightArrow.svg"); -webkit-font-smoothing: antialiased; display: block; top: 6px; right: 5px; position: absolute; } #MenuSidebar > ul ul { list-style: none none; position: absolute; left: 100%; width: 100%; top: 0px; margin: 0px; z-index: 1; background-color: #333; box-shadow: -1px 2px 10px 0px rgb(0 0 0 / 40%), -1px -2px 10px 0px rgb(0 0 0 / 40%); } #MenuSidebar > ul > li ul { display: block; opacity: 0; pointer-events: none; visibility: hidden; transition: 0.2s all ease-in-out; z-index: 1; background-color: #373737; width: unset; white-space: nowrap; } #MenuSidebar ul li:first-chile { box-shadow: none; } #MenuSidebar > ul > li ul a, #MenuSidebar > ul > li ul b { padding-right: 18px; } #MenuSidebar > ul li:hover > ul { display: block; opacity: 1; pointer-events: auto; visibility: visible; } #MenuSidebar a:hover, #MenuSidebar b:hover { color: black; background-color: #f4c430; text-decoration: none; } #MenuSidebar a.selflink { font-weight: bold; color: #f4c430; cursor: default; } #MenuSidebar a.selflink::before { content: ""; display: block; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #f4c430; } #MenuSidebar a.selflink:hover { background-color: inherit; color: #f4c430; } .container { width: 100%; /*border: 1px solid red;*/ position: absolute; background-image: url("../img/Bg-mc-icon-demo.png"); background-color: rgba(248, 248, 248, 0.6); background-clip: border-box; margin-top: 200px; left: 50%; transform: translateX(-50%); } #carousel-warp { top: 0; left: 50%; transform: translateX(-50%); overflow: hidden; position: relative; width: 936px; height: 300px; } #carousel-warp .img-list { display: flex; position: relative; left: 0; width: 3744px; height: 100%; transition: 0.5s ease; } #carousel-warp .img-list .image-body { /* display: block; */ position: relative; width: 100%; height: 100%; } #carousel-warp .img-list .image-body img { display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } #carousel-warp .img-list .image-body .img-top { height: 100%; width: auto; z-index: 1; filter: drop-shadow(0 0 10px black); } #carousel-warp .img-list .image-body .img-bottom { height: auto; width: 936px; filter: blur(10px); } #carousel-warp .arrow a { font-family: slick; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; color: #eaeaea; font-size: 40px; text-align: center; line-height: 40px; text-decoration: none; display: block; transition: all 0.5s; opacity: 0; text-shadow: 0 5px 10px black; } #carousel-warp .arrow a.left { left: 5px; } #carousel-warp .arrow a.left::before { content: "←"; } #carousel-warp .arrow a.right { right: 5px; } #carousel-warp .arrow a.right::before { content: "→"; } #carousel-warp ul { list-style: none; } .circle-list { position: absolute; right: 30px; bottom: 10px; display: block; list-style: none; text-align: center; z-index: 8; } .circle-list li { position: relative; display: inline-block; width: 80px; height: 5px; margin: 0 5px; padding: 0; cursor: pointer; background-color: #eaeaea; } .circle-list li.active { background-color: #39c5bb; } #carousel-warp:hover .arrow a { transition: 0.3s; opacity: 1; } #carousel-warp:hover .arrow .left:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #carousel-warp:hover .arrow .right:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #carousel-warp:hover .circle { transition: 0.3s; height: 10px; } #carousel-warp:hover .circle.active:hover { transition: 0.3s; color: #39c5bb; filter: drop-shadow(0px 0px 6px #39c5bb); } #carousel-warp:hover .circle:hover { transition: 0.3s; color: white; filter: drop-shadow(0px 0px 6px white); } #mb-container { position: absolute; top: 350px; width: 100%; overflow: hidden; } #mb-father { position: relative; left: 50%; transform-origin: top left; transform: translateX(-50%); display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; width: 920px; /* height: auto; */ } #mb-father:after { content: ""; display: block; clear: both; } .mbuttom { display: inline-block; /* display: block; float: left; */ position: relative; width: 150px; height: 150px; overflow: hidden; margin: 2px; background-color: #343434; transition: 0.5s; } .mbuttom img { /* border: 1px solid red; */ position: absolute; opacity: 80%; z-index: 1; background-color: #343434; float: left; /* filter: blur(10px); */ } .mbuttom:hover img { transition: 0.5s; background-color: rgb(102, 177, 250); filter: drop-shadow(0, 0, 0, 10px); -webkit-filter: drop-shadow(0, 0, 0, 10px); } .can, .can1 { position: absolute; } .can { left: 27px; top: 16px; float: left; z-index: 2; filter: drop-shadow(0px 18px 6px rgba(255, 255, 255, 0.5)); /* opacity: 50%; */ } .can1 { float: left; left: 25px; top: 30px; filter: blur(5px); /* background-color: #39c5bb; */ /* z-index: 1; */ } .mb-label { z-index: 2; position: absolute; width: 100%; bottom: 20px; font-size: 15px; color: white; text-align: center; font-weight: 900; font-family: "微软雅黑", sans-serif; letter-spacing: 2px; transition: 0.5s; } .mb-label.zh { opacity: 1; } .mb-label.en { opacity: 0; } .mbuttom:hover .mb-label.zh { opacity: 0; } .mbuttom:hover .mb-label.en { opacity: 1; } .mb-url { z-index: 2; position: absolute; left: 0; top: 0; width: 150px; height: 150px; display: block; /* text-decoration-color: initial; */ color: rgb(102, 177, 250); /* background-color: initial; */ }
0.213869
0.045841
body{ font-family: "Trirong", serif !important; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgb(128, 123, 123); border-radius: 20px; } ::-webkit-scrollbar-thumb { background: #4e4c4c; border-radius: 15px; } .styleQu{background-image: url(images/cvcd.PNG);background-size: cover;} .qn{background-image: url(images/skillsB.PNG);background-size: cover;} .INbtn{ text-decoration: none; color: #d9e2f5; border: 3px solid #b1b4b6; border-radius: 12px; background-color: #9c8665; width:auto; font-size:large; } .INbtn:hover{background-color:rgb(231, 227, 227); border: 1px solid #78c0d8 ; color: #008CBA; } .edit:hover{background-color:rgba(77, 74, 74, 0.041);border: 1px solid #78c0d8; border-radius: 4% !important ;} .edit{font-family:Georgia, 'Times New Roman', Times, serif;} .cardPhoto { background-image: url(images/myPIC.jpg); background-size: cover; background-repeat: no-repeat; margin-top: 100px; } #aboutID { background-image: url(images/css-lattice-pattern.png); background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; } .tq:hover,.qff:hover, #qua:hover,.Abouttext:hover, .text:hover { box-shadow: 0 10px 20px -5px rgb(111, 111, 129), -10px 0 20px -5px rgb(91, 91, 136); } .text { box-shadow: 0 10px 20px -5px rgb(237, 237, 243), -10px 0 20px -5px rgb(237, 237, 243); margin-left: 500px; margin-top: 180px; font-size: 30px; padding: 5px; color: white; height: 300px; width: 50%; border-radius: 2%; } .Contacttext { box-shadow: 0 10px 20px -5px rgb(91, 97, 189), -10px 0 20px -5px rgb(91, 97, 189); margin-left: 100px; margin-top: 100px; font-size: 30px; padding: 5px; color: white; height: 300px; width: 53%; } .Abouttext { box-shadow: 0 10px 20px -5px rgb(237, 237, 243), -10px 0 20px -5px rgb(237, 237, 243); font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 30px; color: white; width: 75%; height: 57%; margin:120px auto auto auto; padding: 20px ; border-left:3px inset #1e60f0 ; border-bottom:2px inset #1e60f0 ;font-size:large; border-radius: 2%; } .QualificationsDIV{ box-shadow: 0 10px 20px -5px rgb(31, 42, 199), -10px 0 20px -5px rgb(32, 42, 184); border-left: 2px solid blue; border-bottom:1px solid blue; border-radius: 20px; background-color: #e1ebf169; font-size: 30px; padding: 20px; color: white; height: 77% !important; width:70%; margin: auto; } .qff{ box-shadow: 0 10px 20px -5px rgb(31, 42, 199), -10px 0 20px -5px rgb(32, 42, 184); border-left: 2px solid blue; border-bottom:1px solid blue; border-radius: 20px; background-color: #e1ebf169; font-size: 30px; padding: 20px; color: white; height: 95% !important; width:77%; margin: auto;} .tq { padding: 10px 15px 10px 15px; width: 24%; height:30% ; background-color: #008bba07; display: inline-block; box-shadow: 0 10px 20px -5px rgb(46, 57, 199), -10px 0 20px -5px rgb(91, 97, 189); } .btns { border: 5px solid #19256e; border-radius: 15px; background-color: rgb(73, 69, 92); color: white; font-size: large; } h6{color: rgb(52, 55, 219); margin-left: 5px;} #ff { bottom: 0; width: 100%; height: 130px; font-size: medium; background-color: #65879e; color: black; } .T{background-color: #070808d5;} @media only screen and (max-width: 480px) { .styleQu{height: 208vh !important;} .QualificationsDIV{height: 81% !important;} nav > .container {background-color: #fefeff;display: inline;} .cardPhoto2{height: 140vh !important;margin-top: 0px;} .text{margin-left: 35px;margin-top: 70px; width:88%;height: 78%;} .edit{font-size: small } .se{display: inline-block; margin-left: 6px;} .Abouttext{ margin-left:15%;margin-right:60px ;margin-top: 60px;height:700px; } #ff { display: inline; width:max-content; height:70vh; width:auto; margin-top: 900px; } .qff{height: auto !important;} .resRef .tq{text-align: center; width: 220px; margin-top: 10px; display:flex;flex-direction: row;height: 40vh !important} } @media only screen and (min-width: 481px) and (max-width: 768px) { .cardPhoto{height: 82vh !important;background-size:98% 100%;} .text{ margin-top: 60px !important;height:355px !important;width: 380px;margin-left:200px; } .Abouttext{ height:400px;margin-top: 60px; } .resRef .tq{ width: auto; margin-left: 30px; } #ff{margin-top: 40px !important;height: 25vh;} } @media only screen and (min-width: 769px) and (max-width: 1279px) { .text{margin-left: 400px} .Abouttext{ height:400px;margin-top: 60px; } .resRef .tq{ width: auto; margin-left: 100px; } #ff{margin-top: 40px !important;height: 25vh;} }
Portfolio_Project/portfolio.css
body{ font-family: "Trirong", serif !important; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgb(128, 123, 123); border-radius: 20px; } ::-webkit-scrollbar-thumb { background: #4e4c4c; border-radius: 15px; } .styleQu{background-image: url(images/cvcd.PNG);background-size: cover;} .qn{background-image: url(images/skillsB.PNG);background-size: cover;} .INbtn{ text-decoration: none; color: #d9e2f5; border: 3px solid #b1b4b6; border-radius: 12px; background-color: #9c8665; width:auto; font-size:large; } .INbtn:hover{background-color:rgb(231, 227, 227); border: 1px solid #78c0d8 ; color: #008CBA; } .edit:hover{background-color:rgba(77, 74, 74, 0.041);border: 1px solid #78c0d8; border-radius: 4% !important ;} .edit{font-family:Georgia, 'Times New Roman', Times, serif;} .cardPhoto { background-image: url(images/myPIC.jpg); background-size: cover; background-repeat: no-repeat; margin-top: 100px; } #aboutID { background-image: url(images/css-lattice-pattern.png); background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; } .tq:hover,.qff:hover, #qua:hover,.Abouttext:hover, .text:hover { box-shadow: 0 10px 20px -5px rgb(111, 111, 129), -10px 0 20px -5px rgb(91, 91, 136); } .text { box-shadow: 0 10px 20px -5px rgb(237, 237, 243), -10px 0 20px -5px rgb(237, 237, 243); margin-left: 500px; margin-top: 180px; font-size: 30px; padding: 5px; color: white; height: 300px; width: 50%; border-radius: 2%; } .Contacttext { box-shadow: 0 10px 20px -5px rgb(91, 97, 189), -10px 0 20px -5px rgb(91, 97, 189); margin-left: 100px; margin-top: 100px; font-size: 30px; padding: 5px; color: white; height: 300px; width: 53%; } .Abouttext { box-shadow: 0 10px 20px -5px rgb(237, 237, 243), -10px 0 20px -5px rgb(237, 237, 243); font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 30px; color: white; width: 75%; height: 57%; margin:120px auto auto auto; padding: 20px ; border-left:3px inset #1e60f0 ; border-bottom:2px inset #1e60f0 ;font-size:large; border-radius: 2%; } .QualificationsDIV{ box-shadow: 0 10px 20px -5px rgb(31, 42, 199), -10px 0 20px -5px rgb(32, 42, 184); border-left: 2px solid blue; border-bottom:1px solid blue; border-radius: 20px; background-color: #e1ebf169; font-size: 30px; padding: 20px; color: white; height: 77% !important; width:70%; margin: auto; } .qff{ box-shadow: 0 10px 20px -5px rgb(31, 42, 199), -10px 0 20px -5px rgb(32, 42, 184); border-left: 2px solid blue; border-bottom:1px solid blue; border-radius: 20px; background-color: #e1ebf169; font-size: 30px; padding: 20px; color: white; height: 95% !important; width:77%; margin: auto;} .tq { padding: 10px 15px 10px 15px; width: 24%; height:30% ; background-color: #008bba07; display: inline-block; box-shadow: 0 10px 20px -5px rgb(46, 57, 199), -10px 0 20px -5px rgb(91, 97, 189); } .btns { border: 5px solid #19256e; border-radius: 15px; background-color: rgb(73, 69, 92); color: white; font-size: large; } h6{color: rgb(52, 55, 219); margin-left: 5px;} #ff { bottom: 0; width: 100%; height: 130px; font-size: medium; background-color: #65879e; color: black; } .T{background-color: #070808d5;} @media only screen and (max-width: 480px) { .styleQu{height: 208vh !important;} .QualificationsDIV{height: 81% !important;} nav > .container {background-color: #fefeff;display: inline;} .cardPhoto2{height: 140vh !important;margin-top: 0px;} .text{margin-left: 35px;margin-top: 70px; width:88%;height: 78%;} .edit{font-size: small } .se{display: inline-block; margin-left: 6px;} .Abouttext{ margin-left:15%;margin-right:60px ;margin-top: 60px;height:700px; } #ff { display: inline; width:max-content; height:70vh; width:auto; margin-top: 900px; } .qff{height: auto !important;} .resRef .tq{text-align: center; width: 220px; margin-top: 10px; display:flex;flex-direction: row;height: 40vh !important} } @media only screen and (min-width: 481px) and (max-width: 768px) { .cardPhoto{height: 82vh !important;background-size:98% 100%;} .text{ margin-top: 60px !important;height:355px !important;width: 380px;margin-left:200px; } .Abouttext{ height:400px;margin-top: 60px; } .resRef .tq{ width: auto; margin-left: 30px; } #ff{margin-top: 40px !important;height: 25vh;} } @media only screen and (min-width: 769px) and (max-width: 1279px) { .text{margin-left: 400px} .Abouttext{ height:400px;margin-top: 60px; } .resRef .tq{ width: auto; margin-left: 100px; } #ff{margin-top: 40px !important;height: 25vh;} }
0.244543
0.070496
*{ word-wrap:break-word; outline:none; } body{ background:#FFF url(wrapbg.gif) repeat-y 0 0; text-align:center; height: 100%; } body, td, input, textarea, select, button{ color: #555; font: 12px/1.6em Helvetica, Arial, sans-serif; } body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; } h1, h2, h3, h4, h5, h6{ font-size:12px; } a{ color:#2366A8; text-decoration:none; } a:hover { text-decoration:underline; } a img{ border:none; } em, cite, th{ font-style:normal; font-weight:normal; } table { empty-cells: show; border-collapse: collapse; } /* form */ textarea, input{ padding:2px; border:1px solid; border-color:#666 #eee #eee #666; } input.txt:hover, input.txt:focus, textarea:hover, textarea:focus{ border-color:#09C; background:#F5F9FD; } .radio{ border:none; } .checkbox{ height:14px; border:none; vertical-align:middle; } .btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; } .sgbtn{ margin-left:20px; padding:3px 7px; *padding:4px 7px 2px; border:1px solid #B5CFD9; background:#F2F9FD; color:#666; font-size:12px; font-weight:400; } .sgbtn:hover{ text-decoration:none; } /* header */ .header { height: 69px; line-height: 69px; background: url(headbg.gif) repeat-x; } .logo { width: 296px; height: 40px; margin: 20px 0 0 47px; background: url(helplogo.gif) no-repeat; float: left; text-indent: -9999px; overflow: hidden;} .uinfo{ float: right; display: inline; margin-right: 40px; } .uinfo a{ color: #666; } .uinfo em{ margin-right: 5px; font-weight: 700; } .uinfo p{ float: left; } .othersoff, .otherson{ display: block; margin: 19px 0 0 25px; width: 151px; height: 30px; line-height: 30px; text-align: center; background: url(menubg.gif) no-repeat 0 -30px; outline: none; } .otherson{ background: url(menubg.gif) no-repeat 0 0px; } .othersoff:hover, .otherson:hover{ text-decoration: none; } /* menu */ .togglemenu{ position:absolute; z-index:1000; width:149px; *width:151px; text-align:left; border:1px solid #B5CFD9; border-top:none; background:#FFF; opacity:0.8; filter:Alpha(opacity=80); } .togglemenu ul{ list-style:none; margin:0 2px 2px; padding:10px 0; background:url(bg_repx_hd.gif) repeat-x; } .togglemenu a{ display:block; padding:2px 10px; color:#666; text-decoration:underline; } .togglemenu a:hover{ color:#09C; } /* wrap */ .wrap { padding-left: 180px; text-align: left; } * html .wrap { height: 1%; } /* sidenav */ .side { width: 179px; background: url(navbg.gif) repeat-x 0 0;position: absolute; top: 70px; left: 0px; padding-top: 10px; } .side a{ display: block; height: 24px; line-height: 24px; color: #666; padding-left: 26px; } .side a:hover { color: #007FB2; } .side a.sideul{ padding-left: 6px; } .side .sideul { font-size: 14px; height: 28px; line-height: 28px; font-weight: 700; } .side .sidelist{ background: url(listicon.gif) 10px 50% no-repeat; } .side a{ display:block; margin:2px 2px 2px 0px; padding:4px 0 2px 30px; border:1px solid #F2F9FD; background:url(images/bg_repno.gif) no-repeat 10px -40px; color:#666; } .side a:hover{ text-decoration:none; margin-right:0; width: 149px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF; } .side a.tabon{ text-decoration:none; margin-right:0; width: 149px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF url(bg_repy.gif) repeat-y; color:#2366A8; } .side a.sideul:hover{ text-decoration:none; margin-right:0; width: 173px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF; } .side a.sideul.tabon{ text-decoration:none; margin-right:0; width: 173px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF url(bg_repy.gif) repeat-y; color:#2366A8; } /* mainbox */ .mainbox { margin: 15px 30px 15px 15px; } .mainbox div.mainmsg{ line-height: 22px; padding-left: 20px; } .mainbox div.submsg { line-height: 22px; padding-left: 40px; } .mainbox div.mainmsg:first-letter { padding-left: 2em; } /* title */ h3 { font-size:14px; border-left: 5px solid #FF9000; padding-left: 15px; margin: 10px 0 5px 0px; } h4 { width:90%; color: #333; } h4 i { color: #aaa; } h5 { font-size:12px; border-left: 3px solid #0095C8; padding-left: 15px; margin: 10px 0 5px 0px; height: 16px; line-height: 16px; } h6 { font-size:12px; padding-left: 15px; margin: 4px 0 2px 0px; height: 24px; line-height: 24px; } h6:hover { background: #F9F9F9; } h6 a { padding-left: 24px; color: #006C9F; } h6 a.spread, em.spread { background:url(spread.gif) no-repeat 0 50%; } h6 a.shrink, em.shrink { background:url(shrink.gif) no-repeat 0 50%; } /* pages */ .tdpage{ text-align: right; } .pages{ clear:both; margin:10px 0; } .pages em, .pages a, .pages strong{ text-decoration:none; margin-left:5px; padding:2px 5px; border:1px solid #E5E5E5; } .pages a:hover{ text-decoration:none; border:1px solid #09C; background:#09C; color:#FFF; } .pages strong{ border:none; font-weight:700; } /* code */ .code, .blockcode { background: #F3F3F3 url(codeicon.gif) no-repeat 5px 5px; padding: 30px 20px 10px; border: 1px solid #CCC; margin: 10px 0; } .blockcode { background: #F3F3F3 url(citeicon.gif) no-repeat 8px 6px; } cite { color:#000; margin: 0; padding: 0; } pre { font-family: Courier, Courier New; font-weight: normal; color:#000; margin: 0; padding: 0; } .msgtable { width: 90%; } .msgtable th { font-weight: 700; width: 200px; border: 1px solid #bbb; padding: 4px; } .msgtable thead th { background: #F3F3F3; color: #333; } .msgtable tfoot th { background: #F2F9FD; color: #333; } .msgtable td { border: 1px solid #bbb; padding: 4px; } .msgtable thead td { font-weight: 700; background: #F3F3F3; color: #333; } .msgtable tfoot td { background: #F2F9FD; color: #333; } .msgtable tfoot .msgtable { border: 1px dotted #bbb; } .msgtable tfoot .msgtable th { border: 1px dotted #bbb; } .msgtable tfoot .msgtable td { border: 1px dotted #bbb; background: #FFFFFF; } .msgtable em { font-weight: 700; width: 50px; float: left; text-align: right; padding-right: 10px; } .msgtable td.max em { width: 80px; } .msgtable th { background-color: #F3F3F3; } .msgtable th i { color: #bbb; } .msgtable td i { color: #bbb; } .line { border-top: 1px dotted #CCC; margin: 20px 30px; } /* footer */ .footer{ border-top: 1px solid #CCC; text-align: center; margin:10px 5px; padding: 10px 0; line-height:150%; font-family:Arial, sans-serif; font-size:12px; } .footer a { display: inline; padding-left: 4px; } /* picture */ .pic { height: 100%; } .pic th { padding: 5px 15px 5px 15px; } .pic td { width: 10px; } .pic th { text-align: center; } .pic th.box { border: background: #F3F3F3;border: 1px solid #CCC; } .pic td.rr { background: url('arrowr.gif');background-repeat: no-repeat; background-position: left 50%;} /*height: 30px;background: #F3F3F3;border: 1px solid #ccc; */
UCenter_1.6.0_SC_UTF8/advanced/document/html/images/style.css
*{ word-wrap:break-word; outline:none; } body{ background:#FFF url(wrapbg.gif) repeat-y 0 0; text-align:center; height: 100%; } body, td, input, textarea, select, button{ color: #555; font: 12px/1.6em Helvetica, Arial, sans-serif; } body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; } h1, h2, h3, h4, h5, h6{ font-size:12px; } a{ color:#2366A8; text-decoration:none; } a:hover { text-decoration:underline; } a img{ border:none; } em, cite, th{ font-style:normal; font-weight:normal; } table { empty-cells: show; border-collapse: collapse; } /* form */ textarea, input{ padding:2px; border:1px solid; border-color:#666 #eee #eee #666; } input.txt:hover, input.txt:focus, textarea:hover, textarea:focus{ border-color:#09C; background:#F5F9FD; } .radio{ border:none; } .checkbox{ height:14px; border:none; vertical-align:middle; } .btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; } .sgbtn{ margin-left:20px; padding:3px 7px; *padding:4px 7px 2px; border:1px solid #B5CFD9; background:#F2F9FD; color:#666; font-size:12px; font-weight:400; } .sgbtn:hover{ text-decoration:none; } /* header */ .header { height: 69px; line-height: 69px; background: url(headbg.gif) repeat-x; } .logo { width: 296px; height: 40px; margin: 20px 0 0 47px; background: url(helplogo.gif) no-repeat; float: left; text-indent: -9999px; overflow: hidden;} .uinfo{ float: right; display: inline; margin-right: 40px; } .uinfo a{ color: #666; } .uinfo em{ margin-right: 5px; font-weight: 700; } .uinfo p{ float: left; } .othersoff, .otherson{ display: block; margin: 19px 0 0 25px; width: 151px; height: 30px; line-height: 30px; text-align: center; background: url(menubg.gif) no-repeat 0 -30px; outline: none; } .otherson{ background: url(menubg.gif) no-repeat 0 0px; } .othersoff:hover, .otherson:hover{ text-decoration: none; } /* menu */ .togglemenu{ position:absolute; z-index:1000; width:149px; *width:151px; text-align:left; border:1px solid #B5CFD9; border-top:none; background:#FFF; opacity:0.8; filter:Alpha(opacity=80); } .togglemenu ul{ list-style:none; margin:0 2px 2px; padding:10px 0; background:url(bg_repx_hd.gif) repeat-x; } .togglemenu a{ display:block; padding:2px 10px; color:#666; text-decoration:underline; } .togglemenu a:hover{ color:#09C; } /* wrap */ .wrap { padding-left: 180px; text-align: left; } * html .wrap { height: 1%; } /* sidenav */ .side { width: 179px; background: url(navbg.gif) repeat-x 0 0;position: absolute; top: 70px; left: 0px; padding-top: 10px; } .side a{ display: block; height: 24px; line-height: 24px; color: #666; padding-left: 26px; } .side a:hover { color: #007FB2; } .side a.sideul{ padding-left: 6px; } .side .sideul { font-size: 14px; height: 28px; line-height: 28px; font-weight: 700; } .side .sidelist{ background: url(listicon.gif) 10px 50% no-repeat; } .side a{ display:block; margin:2px 2px 2px 0px; padding:4px 0 2px 30px; border:1px solid #F2F9FD; background:url(images/bg_repno.gif) no-repeat 10px -40px; color:#666; } .side a:hover{ text-decoration:none; margin-right:0; width: 149px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF; } .side a.tabon{ text-decoration:none; margin-right:0; width: 149px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF url(bg_repy.gif) repeat-y; color:#2366A8; } .side a.sideul:hover{ text-decoration:none; margin-right:0; width: 173px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF; } .side a.sideul.tabon{ text-decoration:none; margin-right:0; width: 173px; border:1px solid #B5CFD9; border-right:1px solid #FFF; background:#FFF url(bg_repy.gif) repeat-y; color:#2366A8; } /* mainbox */ .mainbox { margin: 15px 30px 15px 15px; } .mainbox div.mainmsg{ line-height: 22px; padding-left: 20px; } .mainbox div.submsg { line-height: 22px; padding-left: 40px; } .mainbox div.mainmsg:first-letter { padding-left: 2em; } /* title */ h3 { font-size:14px; border-left: 5px solid #FF9000; padding-left: 15px; margin: 10px 0 5px 0px; } h4 { width:90%; color: #333; } h4 i { color: #aaa; } h5 { font-size:12px; border-left: 3px solid #0095C8; padding-left: 15px; margin: 10px 0 5px 0px; height: 16px; line-height: 16px; } h6 { font-size:12px; padding-left: 15px; margin: 4px 0 2px 0px; height: 24px; line-height: 24px; } h6:hover { background: #F9F9F9; } h6 a { padding-left: 24px; color: #006C9F; } h6 a.spread, em.spread { background:url(spread.gif) no-repeat 0 50%; } h6 a.shrink, em.shrink { background:url(shrink.gif) no-repeat 0 50%; } /* pages */ .tdpage{ text-align: right; } .pages{ clear:both; margin:10px 0; } .pages em, .pages a, .pages strong{ text-decoration:none; margin-left:5px; padding:2px 5px; border:1px solid #E5E5E5; } .pages a:hover{ text-decoration:none; border:1px solid #09C; background:#09C; color:#FFF; } .pages strong{ border:none; font-weight:700; } /* code */ .code, .blockcode { background: #F3F3F3 url(codeicon.gif) no-repeat 5px 5px; padding: 30px 20px 10px; border: 1px solid #CCC; margin: 10px 0; } .blockcode { background: #F3F3F3 url(citeicon.gif) no-repeat 8px 6px; } cite { color:#000; margin: 0; padding: 0; } pre { font-family: Courier, Courier New; font-weight: normal; color:#000; margin: 0; padding: 0; } .msgtable { width: 90%; } .msgtable th { font-weight: 700; width: 200px; border: 1px solid #bbb; padding: 4px; } .msgtable thead th { background: #F3F3F3; color: #333; } .msgtable tfoot th { background: #F2F9FD; color: #333; } .msgtable td { border: 1px solid #bbb; padding: 4px; } .msgtable thead td { font-weight: 700; background: #F3F3F3; color: #333; } .msgtable tfoot td { background: #F2F9FD; color: #333; } .msgtable tfoot .msgtable { border: 1px dotted #bbb; } .msgtable tfoot .msgtable th { border: 1px dotted #bbb; } .msgtable tfoot .msgtable td { border: 1px dotted #bbb; background: #FFFFFF; } .msgtable em { font-weight: 700; width: 50px; float: left; text-align: right; padding-right: 10px; } .msgtable td.max em { width: 80px; } .msgtable th { background-color: #F3F3F3; } .msgtable th i { color: #bbb; } .msgtable td i { color: #bbb; } .line { border-top: 1px dotted #CCC; margin: 20px 30px; } /* footer */ .footer{ border-top: 1px solid #CCC; text-align: center; margin:10px 5px; padding: 10px 0; line-height:150%; font-family:Arial, sans-serif; font-size:12px; } .footer a { display: inline; padding-left: 4px; } /* picture */ .pic { height: 100%; } .pic th { padding: 5px 15px 5px 15px; } .pic td { width: 10px; } .pic th { text-align: center; } .pic th.box { border: background: #F3F3F3;border: 1px solid #CCC; } .pic td.rr { background: url('arrowr.gif');background-repeat: no-repeat; background-position: left 50%;} /*height: 30px;background: #F3F3F3;border: 1px solid #ccc; */
0.327776
0.090816
.container { margin: 30px auto; } h1 { color: #4B4B4B; font-size: 27px; text-transform: uppercase; font-weight: 400; padding: 0 10px; } .wrapper-for-purchases { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block-for-button { width: 100%; height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #FFFFFF; -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; margin: 20px 0; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; } .button-style { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 55px; border: none; background: transparent; border-radius: 4px; font-size: 16px; color: #4B4B4B; outline: none; cursor: pointer; } .button-style:hover { -webkit-box-shadow: 0px 3px 10px -4px #c2c2c2; box-shadow: 0px 3px 10px -4px #c2c2c2; } .style-active-button { background: #f9fcff; border-radius: 4px; color: #1751F8; } .all-purchase { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10px; display: none; } .purchase-item { margin: 15px auto; position: relative; width: 255px; height: 330px; } .purchase-item:hover .download-purchase { -webkit-transform: translateY(0%); transform: translateY(0%); } .purchase-image { position: absolute; top: 0; left: 0; width: 100%; height: 75%; z-index: 2; } .purchase-image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .purchase-image img { width: 100%; height: auto; } .item-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; left: 0; bottom: 0; width: 100%; height: 23%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #F3F3F3; border-top: none; padding: 15px 10px; box-sizing: border-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .lisence-info { font-size: 13px; color: #4B4B4B; } .purchased-item-format { font-size: 13px; color: #949494; } .download-purchase { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; bottom: 0; width: 100%; height: 23%; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #F3F3F3; border-top: none; padding: 15px 10px; box-sizing: border-box; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transform: translateY(-100%); transform: translateY(-100%); } .download-purchased-button { 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; width: 100%; height: 100%; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 4px; border: none; font-size: 13px; color: #746B1C; outline: none; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; cursor: pointer; } .download-purchased-button img { margin-right: 5px; } .download-purchased-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .history-purchase { width: 100%; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .last-bought { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .discount { height: 120px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .bought { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .orders { font-size: 15px; color: #ABABAB; } .amount-orders { font-size: 16px; color: #4B4B4B; } .discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .more-info { font-size: 12px; color: #1751F8; text-decoration: underline; width: auto; outline: none; } .discount .top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .discount-title, .bought-title { font-size: 15px; color: #4B4B4B; } .current-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .next-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 65%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .line-progress { position: relative; width: 70%; height: 7px; border-radius: 10px; background: #F4F4F4; } .progress-bacground { position: absolute; left: 0; top: 0; width: 40%; height: 100%; border-radius: 10px; background: #3866D9; } .wrapper-for-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .spent { font-size: 14px; color: #4B4B4B; } .upper { font-size: 28px; color: #4B4B4B; } .zeros { font-size: 16px; color: #4B4B4B; } .bought-main { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .bought-per-week, .bought-per-month { margin-top: 15px; } .bought-per-week, .bought-per-month { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .balance-history { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 70px 0; background: #FFFFFF; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .balance-history-top { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .balance-history-top-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; width: 250px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .balance-history-top .title { color: #4B4B4B; font-size: 15px; } .balance-history-button { text-align: left; position: relative; color: #527CE4; font-size: 14px; width: 60px; border: none; background: #fff; outline: none; cursor: pointer; } .arrow-span { position: absolute; right: 5px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-80%) rotate(45deg); transform: translateY(-80%) rotate(45deg); border: 1px solid #527CE4; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .arrow-span-rotate { -webkit-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); } .balance-history-top-right { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 15px 0 0 0; } #drp-buttons { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .drp-buttons .drp-selected { display: none; } .drp-buttons .cancelBtn { display: none; } .drp-buttons .applyBtn { width: 100px; height: 30px; border: none; border-radius: 20px; background: #1751F8; color: #fff; } .balance-history-filter { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px; background: #FFFFFF; -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .balance-history-filter-active { display: -webkit-box; display: -ms-flexbox; display: flex; } .wrapper-for-input-dates { position: relative; width: 230px; height: 40px; border: 1px solid #EDEDED; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0; margin-right: 20px; cursor: pointer; } .wrapper-for-input-dates input { width: 100%; height: 100%; padding: 0; font-size: 13px; color: #4B4B4B; padding: 0 0 0 15px; outline: none; border: none; cursor: pointer; } .wrapper-for-input-dates img { position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .operation-type { position: relative; width: 230px; height: 40px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0; cursor: pointer; } .span-arow { position: absolute; right: 15px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border: 1px solid #ADADAD; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .span-arow-rotate { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .current-filter-type { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 15px; width: 80%; height: 100%; font-size: 14px; color: #ADADAD; -webkit-box-sizing: border-box; box-sizing: border-box; } .filter-type { position: absolute; width: 100%; left: 0; top: 102%; font-size: 14px; color: #ADADAD; display: none; z-index: 5; } .filter-type-active { display: block; } .filter-type-item { width: 100%; height: 30px; } .filter-type-item { width: 100%; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 15px; background: #fff; border-bottom: 1px solid #f5f5f5; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .filter-type-item:hover { background: #f5f5f5; } .list-balance-history { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list-balance-history-title { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; background: #FBFBFB; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #ABABAB; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 44%; } .balance-histoty-item-img { width: 30px; margin-right: 3px; margin-right: 10px; } .lisence { display: none; } .detail-description { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .detail-description a { margin: 0 10px; color: #527CE4; } .detail-description-button { width: 34px; height: 34px; border-radius: 20px; background: #E6F2FE; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 10px; } .bill { width: 13%; text-align: right; } .date { width: 23%; text-align: right; } .sum { width: 20%; text-align: center; } .list-balance-history-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 20px; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #F0F0F0; box-sizing: border-box; font-size: 14px; color: #4B4B4B; } .list-balance-history-item .bill { color: #ABABAB; } .list-balance-history-item .add-money { color: #73CE48; } .list-balance-history-item .withdrawal-money { color: #DC5B5B; } .list-balance-history-item:last-child { border-bottom: none; } .number-card { color: #527CE4; display: none; } .header-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .header-button span { font-size: 15px; color: #4B4B4B; } .create-request { border: none; border-radius: 20px; width: 190px; height: 40px; font-size: 14px; color: #4B4B4B; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 32px; outline: none; cursor: pointer; } .create-request:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .request-history { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .request-history .bill { display: none; } .wrapper-for-purchases .active { display: -webkit-box; display: -ms-flexbox; display: flex; } .status { width: 13%; text-align: right; color: #ABABAB; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .status span { font-size: 14px; font-weight: bold; } .in-rocess { display: none; color: #4B4B4B; } .abort { display: none; color: #DC5B5B; } .done { display: none; color: #73CE48; } .return-goods { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .return-goods span { font-size: 18px; color: #4B4B4B; margin-right: 5px; text-transform: uppercase; } .return-goods-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-to-list { position: relative; font-size: 13px; width: 90px; color: #1751F8; border: none; background: #fff; text-decoration: underline; } .return-to-list:before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border: 1px solid #1751F8; border-top: none; border-right: none; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .return-goods-search { position: relative; border: 1px solid #EDEDED; border-radius: 3px; width: 100%; height: 55px; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-goods-search input { width: 100%; height: 100%; border: none; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-goods-search input::-webkit-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input:-ms-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input::-ms-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input::placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search button { position: absolute; right: 10px; top: 50%; width: 20px; height: 20px; padding: 0; margin: 0; border: none; background: transparent; -webkit-transform: translateY(-50%); transform: translateY(-50%); outline: none; cursor: pointer; } .return-goods-search button img { width: 100%; } .goods-for-ferurn { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10px; } .goods-for-ferurn .item-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .goods-for-ferurn .purchased-item-format span { font-size: 20px; color: #191919; font-weight: bold; } .goods-for-ferurn .lisence-info { font-size: 13px; color: #4B4B4B; text-transform: capitalize; } .goods-for-ferurn .download-purchased-button { 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; } .goods-for-ferurn .download-purchased-button img { margin-right: 5px; } .description-for-refound-request { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .refound-request-head { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 30px 0; } .refound-request-head span { font-size: 18px; color: #4B4B4B; margin-right: 5px; text-transform: uppercase; } .return-to-choice { position: relative; font-size: 13px; width: 65px; color: #1751F8; border: none; background: #fff; outline: none; cursor: pointer; } .return-to-choice:before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border: 1px solid #1751F8; border-top: none; border-right: none; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .refound-request-main { background: #FFFFFF; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; padding: 20px; } .request-main-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 15px; border: 2px solid #F7E12F; } .request-main-info span:first-child { margin-bottom: 20px; color: #4B4B4B; font-size: 15px; font-weight: bold; } .request-main-info span:last-child { font-size: 15px; color: #4B4B4B; } .request-content { margin: 30px 0; } .refound-request-type { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .request-type-title { font-size: 15px; color: #4B4B4B; font-weight: 500; margin-bottom: 15px; } .select-request-type { position: relative; width: 100%; max-width: 510px; height: 55px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; } .select-request-type .current-type { position: absolute; left: 10px; top: 50%; color: #ADADAD; font-size: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .select-request-type ul { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; width: 100%; top: 100%; left: 0; color: #ADADAD; font-size: 14px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: none; z-index: 3; } .select-request-type ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 30px; padding-left: 10px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .select-request-type ul li:hover { background: whitesmoke; } .refound-request-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 30px 0; } .for-textarea { position: relative; width: 100%; min-height: 110px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .for-textarea textarea { position: absolute; margin: 0; padding: 0; min-width: 104%; height: 100%; border: none; outline: none; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #4B4B4B; font-weight: 500; } .for-textarea textarea::-webkit-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea:-ms-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea::-ms-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea::placeholder { color: #ADADAD; font-size: 14px; } .select-request-type .span-arow-type { position: absolute; right: 15px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border: 1px solid #ADADAD; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .select-request-type .span-arow-rotate { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .under-line-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 40px 0; } .abort-button { display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 168px; min-width: 120px; height: 40px; border: 2px solid #EEEEEE; background: transparent; border-radius: 32px; color: #4B4B4B; font-size: 14px; outline: none; margin: 0 10px; cursor: pointer; } .abort-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .submit-button { display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 168px; min-width: 120px; height: 40px; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 32px; border: none; font-size: 14px; color: #4B4B4B; text-align: center; margin: 0 10px; outline: none; cursor: pointer; } .submit-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .under-line-button .active { display: -webkit-box; display: -ms-flexbox; display: flex; } .dotet { background: url("../img/dot.png") no-repeat center; outline: none; border: none; cursor: pointer; } .rihgt-side-hamburger, .rihgt-side-hamburger-close { position: relative; width: 30px; height: 30px; border-radius: 3px; cursor: pointer; } .rihgt-side-hamburger-close { position: absolute; top: 12px; left: -40px; } .rihgt-side-hamburger-item, .rihgt-side-hamburger-item-close { position: absolute; width: 24px; margin: 0 3px; height: 2px; background: #fff; -webkit-box-shadow: 0px 0px 23px 0px; box-shadow: 0px 0px 23px 0px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .rihgt-side-hamburger-item:nth-child(1) { top: 7px; } .rihgt-side-hamburger-item:nth-child(2) { top: 14px; } .rihgt-side-hamburger-item:nth-child(3) { top: 21px; } .rihgt-side-hamburger-item-close:nth-child(1) { top: 15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .rihgt-side-hamburger-item-close:nth-child(2) { display: none; } .rihgt-side-hamburger-item-close:nth-child(3) { top: 15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .right-side-nav { position: fixed; right: 0; top: 0; width: 250px; height: 100vh; background: #fff; z-index: 5; -webkit-transform: translateX(150%); transform: translateX(150%); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .right-side-nav .rihgt-side-hamburger { position: absolute; top: 13px; left: -40px; } .right-side-nav .right-side-nav-header { position: relative; height: 55px; background: #4376E4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .right-side-nav .right-side-nav-header img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav .right-side-nav-header span { color: #fff; font-size: 14px; font-weight: bold; position: absolute; left: 70px; } .right-side-nav .right-side-nav-user { position: relative; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav .right-side-nav-user img { width: 34px; height: 34px; position: absolute; left: 20px; } .right-side-nav .right-side-nav-user span { font-size: 16px; color: #4B4B4B; position: absolute; left: 70px; } .right-side-nav .right-side-nav-chat, .right-side-nav .right-side-nav-refunds { position: relative; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav .right-side-nav-chat img, .right-side-nav .right-side-nav-refunds img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav .right-side-nav-chat span, .right-side-nav .right-side-nav-refunds span { font-size: 14px; color: #55646C; position: absolute; left: 70px; } .right-side-nav .right-side-nav-chat .message, .right-side-nav .right-side-nav-refunds .message { z-index: 1; 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; width: 22px; height: 22px; border-radius: 20px; font-size: 10px; color: #fff; background: #FB7EA4; border: 1px solid #fff; position: absolute; left: 10px; } .right-side-nav .right-side-nav-main-link, .right-side-nav .right-side-nav-settings { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav ul { position: relative; width: 100%; margin: 10px 0; } .right-side-nav ul li { width: 100%; height: 40px; } .right-side-nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; width: 100%; height: 100%; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .right-side-nav ul li a img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav ul li a span { font-size: 14px; color: #55646C; position: absolute; left: 70px; } .right-side-nav ul li a:hover { background: #E7F3FF; } .right-side-nav ul li a:hover span { color: #527CE4; } .navigation { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .mobile-button-open-right-side { width: 20px; height: 20px; } .mobile-button-open-right-side img { width: 100%; } .right-side-nav-active { -webkit-transform: translateX(0); transform: translateX(0); } @media (min-width: 768px) { .container { width: 768px; } .button-style { width: 240px; margin-right: 7px; } .button-style img { margin-right: 10px; } .purchase-item { width: 230px; height: 299px; margin: 15px 9px; } .last-bought { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .bought { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 60%; } .bought-main { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .bought-per-week, .bought-per-month { width: auto; } .discount { width: 35%; } .description { width: 25%; } .balance-histoty-item-img { margin-right: 10px; } .lisence { display: block; width: 15%; } .bill, .date, .sum { width: 20%; } .in-rocess, .abort, .done { display: inline-block; } .return-to-choice { margin-left: 10px; } .mobile-button-open-right-side { display: none; } } @media (min-width: 1024px) { .container { width: 1024px; } .purchase-item { width: 230px; height: 299px; margin: 15px 9px; } .bought-per-week, .bought-per-month { width: 45%; } .orders { width: 50%; -ms-flex-pack: distribute; justify-content: space-around; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .request-history .description { width: 25%; } .request-history .lisence { width: 15%; } .request-history .date { width: 15%; } .request-history .sum { width: 15%; } .request-history .status { width: 20%; } } @media (min-width: 1200px) { .container { width: 1200px; } .purchase-item { margin: 15px 32px; } } @media (max-width: 767px) { .rihgt-side-hamburger-item { display: none; } .right-side-active { height: 200px; } }
dist/css/userpurchase.css
.container { margin: 30px auto; } h1 { color: #4B4B4B; font-size: 27px; text-transform: uppercase; font-weight: 400; padding: 0 10px; } .wrapper-for-purchases { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block-for-button { width: 100%; height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #FFFFFF; -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; margin: 20px 0; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; } .button-style { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 55px; border: none; background: transparent; border-radius: 4px; font-size: 16px; color: #4B4B4B; outline: none; cursor: pointer; } .button-style:hover { -webkit-box-shadow: 0px 3px 10px -4px #c2c2c2; box-shadow: 0px 3px 10px -4px #c2c2c2; } .style-active-button { background: #f9fcff; border-radius: 4px; color: #1751F8; } .all-purchase { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10px; display: none; } .purchase-item { margin: 15px auto; position: relative; width: 255px; height: 330px; } .purchase-item:hover .download-purchase { -webkit-transform: translateY(0%); transform: translateY(0%); } .purchase-image { position: absolute; top: 0; left: 0; width: 100%; height: 75%; z-index: 2; } .purchase-image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .purchase-image img { width: 100%; height: auto; } .item-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; left: 0; bottom: 0; width: 100%; height: 23%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #F3F3F3; border-top: none; padding: 15px 10px; box-sizing: border-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .lisence-info { font-size: 13px; color: #4B4B4B; } .purchased-item-format { font-size: 13px; color: #949494; } .download-purchase { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; bottom: 0; width: 100%; height: 23%; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #F3F3F3; border-top: none; padding: 15px 10px; box-sizing: border-box; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transform: translateY(-100%); transform: translateY(-100%); } .download-purchased-button { 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; width: 100%; height: 100%; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 4px; border: none; font-size: 13px; color: #746B1C; outline: none; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; cursor: pointer; } .download-purchased-button img { margin-right: 5px; } .download-purchased-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .history-purchase { width: 100%; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .last-bought { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .discount { height: 120px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .bought { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .orders { font-size: 15px; color: #ABABAB; } .amount-orders { font-size: 16px; color: #4B4B4B; } .discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .more-info { font-size: 12px; color: #1751F8; text-decoration: underline; width: auto; outline: none; } .discount .top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .discount-title, .bought-title { font-size: 15px; color: #4B4B4B; } .current-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .next-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 65%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .line-progress { position: relative; width: 70%; height: 7px; border-radius: 10px; background: #F4F4F4; } .progress-bacground { position: absolute; left: 0; top: 0; width: 40%; height: 100%; border-radius: 10px; background: #3866D9; } .wrapper-for-discount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .spent { font-size: 14px; color: #4B4B4B; } .upper { font-size: 28px; color: #4B4B4B; } .zeros { font-size: 16px; color: #4B4B4B; } .bought-main { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .bought-per-week, .bought-per-month { margin-top: 15px; } .bought-per-week, .bought-per-month { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .balance-history { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 70px 0; background: #FFFFFF; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .balance-history-top { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .balance-history-top-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; width: 250px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .balance-history-top .title { color: #4B4B4B; font-size: 15px; } .balance-history-button { text-align: left; position: relative; color: #527CE4; font-size: 14px; width: 60px; border: none; background: #fff; outline: none; cursor: pointer; } .arrow-span { position: absolute; right: 5px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-80%) rotate(45deg); transform: translateY(-80%) rotate(45deg); border: 1px solid #527CE4; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .arrow-span-rotate { -webkit-transform: translateY(-50%) rotate(-135deg); transform: translateY(-50%) rotate(-135deg); } .balance-history-top-right { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 15px 0 0 0; } #drp-buttons { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .drp-buttons .drp-selected { display: none; } .drp-buttons .cancelBtn { display: none; } .drp-buttons .applyBtn { width: 100px; height: 30px; border: none; border-radius: 20px; background: #1751F8; color: #fff; } .balance-history-filter { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px; background: #FFFFFF; -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; } .balance-history-filter-active { display: -webkit-box; display: -ms-flexbox; display: flex; } .wrapper-for-input-dates { position: relative; width: 230px; height: 40px; border: 1px solid #EDEDED; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0; margin-right: 20px; cursor: pointer; } .wrapper-for-input-dates input { width: 100%; height: 100%; padding: 0; font-size: 13px; color: #4B4B4B; padding: 0 0 0 15px; outline: none; border: none; cursor: pointer; } .wrapper-for-input-dates img { position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .operation-type { position: relative; width: 230px; height: 40px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0; cursor: pointer; } .span-arow { position: absolute; right: 15px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border: 1px solid #ADADAD; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .span-arow-rotate { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .current-filter-type { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 15px; width: 80%; height: 100%; font-size: 14px; color: #ADADAD; -webkit-box-sizing: border-box; box-sizing: border-box; } .filter-type { position: absolute; width: 100%; left: 0; top: 102%; font-size: 14px; color: #ADADAD; display: none; z-index: 5; } .filter-type-active { display: block; } .filter-type-item { width: 100%; height: 30px; } .filter-type-item { width: 100%; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 15px; background: #fff; border-bottom: 1px solid #f5f5f5; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .filter-type-item:hover { background: #f5f5f5; } .list-balance-history { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list-balance-history-title { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; background: #FBFBFB; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #ABABAB; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 44%; } .balance-histoty-item-img { width: 30px; margin-right: 3px; margin-right: 10px; } .lisence { display: none; } .detail-description { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .detail-description a { margin: 0 10px; color: #527CE4; } .detail-description-button { width: 34px; height: 34px; border-radius: 20px; background: #E6F2FE; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 10px; } .bill { width: 13%; text-align: right; } .date { width: 23%; text-align: right; } .sum { width: 20%; text-align: center; } .list-balance-history-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 20px; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #F0F0F0; box-sizing: border-box; font-size: 14px; color: #4B4B4B; } .list-balance-history-item .bill { color: #ABABAB; } .list-balance-history-item .add-money { color: #73CE48; } .list-balance-history-item .withdrawal-money { color: #DC5B5B; } .list-balance-history-item:last-child { border-bottom: none; } .number-card { color: #527CE4; display: none; } .header-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .header-button span { font-size: 15px; color: #4B4B4B; } .create-request { border: none; border-radius: 20px; width: 190px; height: 40px; font-size: 14px; color: #4B4B4B; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 32px; outline: none; cursor: pointer; } .create-request:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .request-history { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .request-history .bill { display: none; } .wrapper-for-purchases .active { display: -webkit-box; display: -ms-flexbox; display: flex; } .status { width: 13%; text-align: right; color: #ABABAB; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .status span { font-size: 14px; font-weight: bold; } .in-rocess { display: none; color: #4B4B4B; } .abort { display: none; color: #DC5B5B; } .done { display: none; color: #73CE48; } .return-goods { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .return-goods span { font-size: 18px; color: #4B4B4B; margin-right: 5px; text-transform: uppercase; } .return-goods-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-to-list { position: relative; font-size: 13px; width: 90px; color: #1751F8; border: none; background: #fff; text-decoration: underline; } .return-to-list:before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border: 1px solid #1751F8; border-top: none; border-right: none; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .return-goods-search { position: relative; border: 1px solid #EDEDED; border-radius: 3px; width: 100%; height: 55px; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-goods-search input { width: 100%; height: 100%; border: none; -webkit-box-sizing: border-box; box-sizing: border-box; } .return-goods-search input::-webkit-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input:-ms-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input::-ms-input-placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search input::placeholder { font-size: 14px; color: #ADADAD; } .return-goods-search button { position: absolute; right: 10px; top: 50%; width: 20px; height: 20px; padding: 0; margin: 0; border: none; background: transparent; -webkit-transform: translateY(-50%); transform: translateY(-50%); outline: none; cursor: pointer; } .return-goods-search button img { width: 100%; } .goods-for-ferurn { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10px; } .goods-for-ferurn .item-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .goods-for-ferurn .purchased-item-format span { font-size: 20px; color: #191919; font-weight: bold; } .goods-for-ferurn .lisence-info { font-size: 13px; color: #4B4B4B; text-transform: capitalize; } .goods-for-ferurn .download-purchased-button { 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; } .goods-for-ferurn .download-purchased-button img { margin-right: 5px; } .description-for-refound-request { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .refound-request-head { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 30px 0; } .refound-request-head span { font-size: 18px; color: #4B4B4B; margin-right: 5px; text-transform: uppercase; } .return-to-choice { position: relative; font-size: 13px; width: 65px; color: #1751F8; border: none; background: #fff; outline: none; cursor: pointer; } .return-to-choice:before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border: 1px solid #1751F8; border-top: none; border-right: none; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .refound-request-main { background: #FFFFFF; -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; padding: 20px; } .request-main-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 15px; border: 2px solid #F7E12F; } .request-main-info span:first-child { margin-bottom: 20px; color: #4B4B4B; font-size: 15px; font-weight: bold; } .request-main-info span:last-child { font-size: 15px; color: #4B4B4B; } .request-content { margin: 30px 0; } .refound-request-type { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .request-type-title { font-size: 15px; color: #4B4B4B; font-weight: 500; margin-bottom: 15px; } .select-request-type { position: relative; width: 100%; max-width: 510px; height: 55px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; } .select-request-type .current-type { position: absolute; left: 10px; top: 50%; color: #ADADAD; font-size: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .select-request-type ul { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; width: 100%; top: 100%; left: 0; color: #ADADAD; font-size: 14px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: none; z-index: 3; } .select-request-type ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 30px; padding-left: 10px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .select-request-type ul li:hover { background: whitesmoke; } .refound-request-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 30px 0; } .for-textarea { position: relative; width: 100%; min-height: 110px; border: 1px solid #EDEDED; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; } .for-textarea textarea { position: absolute; margin: 0; padding: 0; min-width: 104%; height: 100%; border: none; outline: none; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #4B4B4B; font-weight: 500; } .for-textarea textarea::-webkit-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea:-ms-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea::-ms-input-placeholder { color: #ADADAD; font-size: 14px; } .for-textarea textarea::placeholder { color: #ADADAD; font-size: 14px; } .select-request-type .span-arow-type { position: absolute; right: 15px; top: 50%; width: 7px; height: 7px; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border: 1px solid #ADADAD; border-left: none; border-top: none; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; } .select-request-type .span-arow-rotate { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .under-line-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 40px 0; } .abort-button { display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 168px; min-width: 120px; height: 40px; border: 2px solid #EEEEEE; background: transparent; border-radius: 32px; color: #4B4B4B; font-size: 14px; outline: none; margin: 0 10px; cursor: pointer; } .abort-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .submit-button { display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 168px; min-width: 120px; height: 40px; background-image: -webkit-gradient(linear, left top, right top, from(#FFF14B), color-stop(100%, #F5DC26), to(#F5DC26)); background-image: linear-gradient(90deg, #FFF14B 0%, #F5DC26 100%, #F5DC26 100%); border-radius: 32px; border: none; font-size: 14px; color: #4B4B4B; text-align: center; margin: 0 10px; outline: none; cursor: pointer; } .submit-button:hover { -webkit-box-shadow: 0px 0px 10px -4px; box-shadow: 0px 0px 10px -4px; } .under-line-button .active { display: -webkit-box; display: -ms-flexbox; display: flex; } .dotet { background: url("../img/dot.png") no-repeat center; outline: none; border: none; cursor: pointer; } .rihgt-side-hamburger, .rihgt-side-hamburger-close { position: relative; width: 30px; height: 30px; border-radius: 3px; cursor: pointer; } .rihgt-side-hamburger-close { position: absolute; top: 12px; left: -40px; } .rihgt-side-hamburger-item, .rihgt-side-hamburger-item-close { position: absolute; width: 24px; margin: 0 3px; height: 2px; background: #fff; -webkit-box-shadow: 0px 0px 23px 0px; box-shadow: 0px 0px 23px 0px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .rihgt-side-hamburger-item:nth-child(1) { top: 7px; } .rihgt-side-hamburger-item:nth-child(2) { top: 14px; } .rihgt-side-hamburger-item:nth-child(3) { top: 21px; } .rihgt-side-hamburger-item-close:nth-child(1) { top: 15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .rihgt-side-hamburger-item-close:nth-child(2) { display: none; } .rihgt-side-hamburger-item-close:nth-child(3) { top: 15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .right-side-nav { position: fixed; right: 0; top: 0; width: 250px; height: 100vh; background: #fff; z-index: 5; -webkit-transform: translateX(150%); transform: translateX(150%); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .right-side-nav .rihgt-side-hamburger { position: absolute; top: 13px; left: -40px; } .right-side-nav .right-side-nav-header { position: relative; height: 55px; background: #4376E4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .right-side-nav .right-side-nav-header img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav .right-side-nav-header span { color: #fff; font-size: 14px; font-weight: bold; position: absolute; left: 70px; } .right-side-nav .right-side-nav-user { position: relative; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav .right-side-nav-user img { width: 34px; height: 34px; position: absolute; left: 20px; } .right-side-nav .right-side-nav-user span { font-size: 16px; color: #4B4B4B; position: absolute; left: 70px; } .right-side-nav .right-side-nav-chat, .right-side-nav .right-side-nav-refunds { position: relative; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav .right-side-nav-chat img, .right-side-nav .right-side-nav-refunds img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav .right-side-nav-chat span, .right-side-nav .right-side-nav-refunds span { font-size: 14px; color: #55646C; position: absolute; left: 70px; } .right-side-nav .right-side-nav-chat .message, .right-side-nav .right-side-nav-refunds .message { z-index: 1; 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; width: 22px; height: 22px; border-radius: 20px; font-size: 10px; color: #fff; background: #FB7EA4; border: 1px solid #fff; position: absolute; left: 10px; } .right-side-nav .right-side-nav-main-link, .right-side-nav .right-side-nav-settings { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-bottom: 1px solid #ECECEC; -webkit-box-sizing: border-box; box-sizing: border-box; } .right-side-nav ul { position: relative; width: 100%; margin: 10px 0; } .right-side-nav ul li { width: 100%; height: 40px; } .right-side-nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; width: 100%; height: 100%; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; } .right-side-nav ul li a img { width: 16px; height: 16px; position: absolute; left: 30px; } .right-side-nav ul li a span { font-size: 14px; color: #55646C; position: absolute; left: 70px; } .right-side-nav ul li a:hover { background: #E7F3FF; } .right-side-nav ul li a:hover span { color: #527CE4; } .navigation { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .mobile-button-open-right-side { width: 20px; height: 20px; } .mobile-button-open-right-side img { width: 100%; } .right-side-nav-active { -webkit-transform: translateX(0); transform: translateX(0); } @media (min-width: 768px) { .container { width: 768px; } .button-style { width: 240px; margin-right: 7px; } .button-style img { margin-right: 10px; } .purchase-item { width: 230px; height: 299px; margin: 15px 9px; } .last-bought { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .bought { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 60%; } .bought-main { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .bought-per-week, .bought-per-month { width: auto; } .discount { width: 35%; } .description { width: 25%; } .balance-histoty-item-img { margin-right: 10px; } .lisence { display: block; width: 15%; } .bill, .date, .sum { width: 20%; } .in-rocess, .abort, .done { display: inline-block; } .return-to-choice { margin-left: 10px; } .mobile-button-open-right-side { display: none; } } @media (min-width: 1024px) { .container { width: 1024px; } .purchase-item { width: 230px; height: 299px; margin: 15px 9px; } .bought-per-week, .bought-per-month { width: 45%; } .orders { width: 50%; -ms-flex-pack: distribute; justify-content: space-around; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .request-history .description { width: 25%; } .request-history .lisence { width: 15%; } .request-history .date { width: 15%; } .request-history .sum { width: 15%; } .request-history .status { width: 20%; } } @media (min-width: 1200px) { .container { width: 1200px; } .purchase-item { margin: 15px 32px; } } @media (max-width: 767px) { .rihgt-side-hamburger-item { display: none; } .right-side-active { height: 200px; } }
0.207616
0.046747
@charset "UTF-8"; @font-face { font-family: 'Idroid'; src: url('fontes/idroid.otf') format('opentype'); font-weight: normal; font-style: normal; } body { font-family: Arial, Helvetica, sans-serif; margin: 0px; background-color: #84E1AD ; } p { font-size: 0.8em; font-weight: 500; margin: 15px 20px; padding-bottom: 0px; text-indent: 20px; text-align: justify; } header { background-image: linear-gradient(180deg, #3BD37F, #1A5C38); height: 200px; } header > h1 { margin: 0px; padding-top: 30px; color: whitesmoke; text-align: center; } header > p { color: whitesmoke; text-align: center; margin: 24px; } nav { margin-top: 23px; padding: 21px 10px; } nav > a { font-size: 0.9em; text-decoration: none; margin: 0px; padding: 10px; color: rgb(163, 224, 194); font-weight: 700; } nav > a:hover { background-color: rgb(45, 201, 123); color: #1A5C38; border-radius: 4px; } main { background-color: whitesmoke; margin: 0px auto; width: 570px; border-radius: 0px 0px 10px 10px; } main > h1 { font-family: 'idroid', Arial, Helvetica, sans-serif; font-size: 1.5em; color: #1A5C38; margin: 0px 15px; padding-top: 15px; } section#historia { margin: 0px 10px; } article > p { font-size: 0.8em; text-indent: 20px; text-align: justify; } article > h2 { font-family: 'idroid', Arial, Helvetica, sans-serif; font-size: 1em; text-indent: 5px; color: #1A5C38; background-image: linear-gradient(to right, #16c26344, whitesmoke); margin: 0px; padding-top: 0px; } picture > img { width: 550px; } article > img#blok { width: 550px; } article > img#novomascote { width: 220px; display: block; margin: auto; } article > p > a { text-decoration: none; font-weight: 800; color: #1A5C38; } section#versoesandroid { border-radius: 10px; } section#versoesandroid > article#extra { background-color: rgba(45, 201, 123, 0.315); margin: 13px; border-radius: 7px; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.123); } section#versoesandroid > article#extra > p { margin: 10px; } section#versoesandroid > article#extra > h5 { background-color: rgba(15, 138, 76, 0.87); height: 25px; margin: 10px 0px 5px 0px; padding: 10px 5px 0px 10px; border-radius: 10px 10px 0px 0px; color: white; } section#versoesandroid > article#extra > div#listaAndroid1, #listaAndroid2 { display: inline-block; margin: 15px 30px 15px 20px; } ul > li { list-style: none; } section#versoesandroid > p#ultimo { padding-bottom: 20px; } footer { background-color: rgb(7, 97, 37); margin: auto; padding: 10px; } footer > h6 { margin: auto; color: white; text-align: center; }
Desafios/d010/style.css
@charset "UTF-8"; @font-face { font-family: 'Idroid'; src: url('fontes/idroid.otf') format('opentype'); font-weight: normal; font-style: normal; } body { font-family: Arial, Helvetica, sans-serif; margin: 0px; background-color: #84E1AD ; } p { font-size: 0.8em; font-weight: 500; margin: 15px 20px; padding-bottom: 0px; text-indent: 20px; text-align: justify; } header { background-image: linear-gradient(180deg, #3BD37F, #1A5C38); height: 200px; } header > h1 { margin: 0px; padding-top: 30px; color: whitesmoke; text-align: center; } header > p { color: whitesmoke; text-align: center; margin: 24px; } nav { margin-top: 23px; padding: 21px 10px; } nav > a { font-size: 0.9em; text-decoration: none; margin: 0px; padding: 10px; color: rgb(163, 224, 194); font-weight: 700; } nav > a:hover { background-color: rgb(45, 201, 123); color: #1A5C38; border-radius: 4px; } main { background-color: whitesmoke; margin: 0px auto; width: 570px; border-radius: 0px 0px 10px 10px; } main > h1 { font-family: 'idroid', Arial, Helvetica, sans-serif; font-size: 1.5em; color: #1A5C38; margin: 0px 15px; padding-top: 15px; } section#historia { margin: 0px 10px; } article > p { font-size: 0.8em; text-indent: 20px; text-align: justify; } article > h2 { font-family: 'idroid', Arial, Helvetica, sans-serif; font-size: 1em; text-indent: 5px; color: #1A5C38; background-image: linear-gradient(to right, #16c26344, whitesmoke); margin: 0px; padding-top: 0px; } picture > img { width: 550px; } article > img#blok { width: 550px; } article > img#novomascote { width: 220px; display: block; margin: auto; } article > p > a { text-decoration: none; font-weight: 800; color: #1A5C38; } section#versoesandroid { border-radius: 10px; } section#versoesandroid > article#extra { background-color: rgba(45, 201, 123, 0.315); margin: 13px; border-radius: 7px; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.123); } section#versoesandroid > article#extra > p { margin: 10px; } section#versoesandroid > article#extra > h5 { background-color: rgba(15, 138, 76, 0.87); height: 25px; margin: 10px 0px 5px 0px; padding: 10px 5px 0px 10px; border-radius: 10px 10px 0px 0px; color: white; } section#versoesandroid > article#extra > div#listaAndroid1, #listaAndroid2 { display: inline-block; margin: 15px 30px 15px 20px; } ul > li { list-style: none; } section#versoesandroid > p#ultimo { padding-bottom: 20px; } footer { background-color: rgb(7, 97, 37); margin: auto; padding: 10px; } footer > h6 { margin: auto; color: white; text-align: center; }
0.372619
0.125601
.flex { flex: 1 1; } .flex-row { display: flex; flex-direction: row; } .flex-row-reverse { display: flex; flex-direction: row-reverse; } .flex-column { display: flex; flex-direction: column; } .flex-column-reverse { display: flex; flex-direction: column-reverse; } .flex-smart { display: flex; flex-direction: column; } @media (min-width: 768px) { .flex-smart { flex-direction: row; } } .flex-smart-reverse { display: flex; flex-direction: column-reverse; } @media (min-width: 768px) { .flex-smart-reverse { flex-direction: row-reverse; } } .flex-wrap { flex-wrap: wrap; } .justify-start { justify-content: flex-start; } .justify-center { justify-content: center; } .justify-end { justify-content: flex-end; } .justify-around { justify-content: space-around; } .justify-between { justify-content: space-between; } .justify-evenly { justify-content: space-evenly; } .align-start { align-items: flex-start; } .align-end { align-items: flex-end; } .align-center { align-items: center; } body { margin: 0; } .container, .container-wide { max-width: 320px; margin: 0 auto; padding: 10px; } @media (min-width: 512px) { .container, .container-wide { max-width: 512px; padding: 20px 10px; } } @media (min-width: 768px) { .container, .container-wide { max-width: 768px; } } @media (min-width: 992px) { .container-wide { max-width: 992px; } } .flex-list.flex-column > *:not(:last-child), .flex-list.flex-column-reverse > *:not(:first-child), .flex-list.flex-smart > *:not(:last-child), .flex-list.flex-smart-reverse > *:not(:first-child) { margin-bottom: 20px; } .flex-list.flex-row > *:not(:last-child), .flex-list.flex-row-reverse > *:not(:first-child) { margin-right: 20px; } @media (min-width: 768px) { .flex-list.flex-smart > *:not(:last-child), .flex-list.flex-smart-reverse > *:not(:first-child) { margin-right: 20px; margin-bottom: 0; } } .flex-list.flex-wrap > * { margin-right: 20px; margin-bottom: 20px; } .nav-spacer { flex: 1 1 auto; } .flex-row .nav-left { margin-right: auto !important; } .flex-row .nav-right { margin-left: auto !important; } @media (min-width: 768px) { .nav-left { margin-right: auto !important; } .nav-right { margin-left: auto !important; } } .btn, .btn-outline, .btn-disabled { border: #0af 2px solid; border-radius: 3px; padding: 10px; font-family: inherit; font-size: inherit; text-align: center; text-decoration: none; transition-duration: 0.2s; } .btn { background-color: #0af; color: #fff; } .btn:hover { background-color: #0088cc; } .btn-outline { background-color: transparent; color: #0af; } .btn-outline:hover { background-color: #0af; color: #fff; } .btn-disabled { background-color: #555; border-color: #555; color: #b3b3b3; cursor: not-allowed; } .card { box-shadow: #777 0 2px 6px; border-radius: 2px; padding: 20px; }
docs/assets/flexcore.css
.flex { flex: 1 1; } .flex-row { display: flex; flex-direction: row; } .flex-row-reverse { display: flex; flex-direction: row-reverse; } .flex-column { display: flex; flex-direction: column; } .flex-column-reverse { display: flex; flex-direction: column-reverse; } .flex-smart { display: flex; flex-direction: column; } @media (min-width: 768px) { .flex-smart { flex-direction: row; } } .flex-smart-reverse { display: flex; flex-direction: column-reverse; } @media (min-width: 768px) { .flex-smart-reverse { flex-direction: row-reverse; } } .flex-wrap { flex-wrap: wrap; } .justify-start { justify-content: flex-start; } .justify-center { justify-content: center; } .justify-end { justify-content: flex-end; } .justify-around { justify-content: space-around; } .justify-between { justify-content: space-between; } .justify-evenly { justify-content: space-evenly; } .align-start { align-items: flex-start; } .align-end { align-items: flex-end; } .align-center { align-items: center; } body { margin: 0; } .container, .container-wide { max-width: 320px; margin: 0 auto; padding: 10px; } @media (min-width: 512px) { .container, .container-wide { max-width: 512px; padding: 20px 10px; } } @media (min-width: 768px) { .container, .container-wide { max-width: 768px; } } @media (min-width: 992px) { .container-wide { max-width: 992px; } } .flex-list.flex-column > *:not(:last-child), .flex-list.flex-column-reverse > *:not(:first-child), .flex-list.flex-smart > *:not(:last-child), .flex-list.flex-smart-reverse > *:not(:first-child) { margin-bottom: 20px; } .flex-list.flex-row > *:not(:last-child), .flex-list.flex-row-reverse > *:not(:first-child) { margin-right: 20px; } @media (min-width: 768px) { .flex-list.flex-smart > *:not(:last-child), .flex-list.flex-smart-reverse > *:not(:first-child) { margin-right: 20px; margin-bottom: 0; } } .flex-list.flex-wrap > * { margin-right: 20px; margin-bottom: 20px; } .nav-spacer { flex: 1 1 auto; } .flex-row .nav-left { margin-right: auto !important; } .flex-row .nav-right { margin-left: auto !important; } @media (min-width: 768px) { .nav-left { margin-right: auto !important; } .nav-right { margin-left: auto !important; } } .btn, .btn-outline, .btn-disabled { border: #0af 2px solid; border-radius: 3px; padding: 10px; font-family: inherit; font-size: inherit; text-align: center; text-decoration: none; transition-duration: 0.2s; } .btn { background-color: #0af; color: #fff; } .btn:hover { background-color: #0088cc; } .btn-outline { background-color: transparent; color: #0af; } .btn-outline:hover { background-color: #0af; color: #fff; } .btn-disabled { background-color: #555; border-color: #555; color: #b3b3b3; cursor: not-allowed; } .card { box-shadow: #777 0 2px 6px; border-radius: 2px; padding: 20px; }
0.573917
0.064979
@-moz-document domain("web.whatsapp.com") { /* i really want this to be global */ :root{ --bgn: #1b1b1b; --bgd: #1d1d1d; --bgh: #313131; --bgt: rgba(218, 244, 255, 0.75); --bgo: #26d632; --bga: #de5816; --icons: #bfcac2; --visto: #22ebff; --bgi: url(https://www.pixelstalk.net/wp-content/uploads/2016/10/Beautiful-dawn-scenery-trees-lake-mist-sunrise-blurry-1920x1200.jpg) !important; } /*Suggested by <NAME> */ ._2flas { background-color: var(--col2) !important; } .Um7sh { background-color: var(--col2) !important; } /* END Suggested by <NAME> */ /* preloader */ #startup, #initial_startup { background-color: var(--bgn) !important; } /* login page (XD) */ #wrapper { background-color: transparent !important; background-image: none !important; } /* accent background */ #wrapper::before { display: none !important; } /* modal */ #window, #platforms { background-color: var(--bgn) !important; } /* modal text */ #window .entry-main .entry-text div, #platforms ul li { color: var(--bgt) !important; } /* inverted icons */ .qrcode .icon, .entry-platform .icon, .audio-status.icon { filter: invert(0%) !important; } /*status*/ .Gd51Q._3sgkv { color: rgba(241, 255, 47, 0.74); font-size: 13px; line-height: 20px; min-height: 20px; } /*Reply*/ .quoted-mention { color: #fdfdfd; } /*.emojitext { color: #57ff44; }*/ .O90ur { color: #7fff61e8; font-style: italic; } .Bmrty { color: #ccdd50; } ._3EFt_ { color: #b1b1b1; } /*Input-compose 04-12-2017*/ .pluggable-input.pluggable-input-compose .pluggable-input-body { color: #52fb29; } /* notification button */ .butterbar, .butterbar > div > div { background-color: var(--bgh) !important; color: var(--bgt) !important; } /* startup intro thing */ .intro { box-shadow: 1px -3px 2px 0 rgba(0, 0, 0, 0.3) inset !important; background-color: var(--bgn) !important; border-left: none !important; } /* title fix */ .intro-title { color: var(--bgt) !important; } /* divider. xd */ .intro-divider { background-color: var(--bgd) !important; } /* intro image */ .intro-image { width: 250px !important; height: 250px !important; border-radius: 50% !important; opacity: 0.66 !important; background-size: cover !important; } /* small bg-image fix */ #app { background-image: url(https://www.pixelstalk.net/wp-content/uploads/2016/10/Beautiful-dawn-scenery-trees-lake-mist-sunrise-blurry-1920x1200.jpg); /*background-color: var(--bgn) !important;*/ z-index: 1 !important; /* quick fix to show the bg image */ } /* another app element. */ .app { background: none !important; } /* background image */ .app-wrapper::after { z-index: -1; width: calc(100% + 20px) !important; height: calc(100% + 20px) !important; top: -10px !important; left: -10px !important; background-image: var(--bgi) !important; /* background-image: url('https://unsplash.it/1920/1080/?randomz') !important; */ /*filter: blur(2px) hue-rotate(0deg) grayscale(0%) opacity(40%) !important;*/ background-size: cover !important; /*background-position: center !important; background-repeat: no-repeat !important;*/; } /* inverted icons */ .icon, .context-icon, .icon-star-in, .btn-star, .btn-delete, .btn-forward { filter: invert(100%) grayscale(100%) !important; } /* re-inverted icons ._. */ .icon-alert.icon-alert-notification, .icon-search-morph, .btn-close-drawer, .icon-back-light, .icon-x-alt, .icon-chevron-right-alt, .icon-emoji-gifs, .icon-send-light, .icon-forward-chat, .icon-menu-white, .list-action-icon .icon, .icon-msg-dblcheck, .icon-pinned, .icon-camera-light { filter: invert(0%) !important; } /* grid */ /* header styles */ #side > header { padding: 0 10px !important; height: 60px !important; background-color: #1d1d1d!important; } /* chat box shadow */ #main { box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.333) !important; } /* active menu */ .dropdown { background-color: var(--bgh) !important; } /* dropdown item links */ .menu-item a { color: var(--bgt) !important; } /* hovering over dropdown item */ .menu-item a:hover { background-color: var(--bgd) !important; } /* quick fix for the circle icons */ .menu.menu-icons ul li:hover { border-radius: 50% !important; } /* search container */ .subheader-search, .subheader-search label { background-color: var(--bgd) !important; } /* search or start new chat */ .subheader-search.active label, .cont-input-search, .chatlist-panel-search, .drawer .chatlist { border: 0px solid transparent !important; background-color: var(--bgh) !important; } /* input element */ .cont-input-search input { background-color: transparent !important; color: var(--bgt) !important; } /* active */ .subheader-search.active { box-shadow: 0px 2px 3px rgba(0,0,0,0.07); box-shadow: none !important; } /* chat items */ .infinite-list-item .list-title { background-color: var(--bgh) !important; } .infinite-list .section-header { background-color: var(--bgd) !important; } /* drawer menu's and stuff */ .drawer { background-color: var(--bgd) !important; } .drawer-header, .drawer header, .menu-tabs.menu-tabs-lists { background-color: var(--bgh) !important; } .drawer-body { background-color: var(--bgd) !important; margin-bottom: 0px !important; /* TWEAK */ } /* gaps on the sides. */ .drawer-info .drawer-section { margin: 10px 10px 0px !important; } /* alternative colored elements */ .well, .well-simple, .well-chat, .multi-vcard-dialog-contact, .list-action { background-color: var(--bgh) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } /* text */ .text-input, .drawer-title-body, .chat-title, .chat-secondary, .header-title, .well-chat-name, .title, .starred-title-main, .starred-title-meta, .meta .hidden-token, .text-input .label-text, .chat-status, .media-content .media-caption, .list-action, body, select, .inputarea, .chat.member .chat-body *, .chat.member .header-body * { color: var(--bgt) !important; } /*SVG*/ /*path{fill: #ff4d00;opacity: .8;}*/ /* starred messages */ .starred-msg-wrapper { transition: 200ms ease-in-out !important; } /* trigger */ .starred-msg-wrapper.hover, .starred-msg-wrapper.current { background-color: var(--bgn) !important; } /* unread message */ .unread-count { background-color: #fd4600 !important; color:black;} /* chat list styles */ .chat { background-color: var(--bgn) !important; } .chat:hover { background-color: var(--bgh) !important; } .chat .chat-body { border: none !important; } .chat .chat-body * { color: var(--bgt) !important; } /* weird things. */ .chatlist .chat:hover::after, .chatlist .chat.hover::after, .chatlist .chat.active::after, .row-drawer-item .row-body, .list-action, .list-action-alt .list-action-body { border-bottom: 0px solid transparent !important; } .pane-chat-header::after, .subheader-search::after, .starred-msg-wrapper::before, .starred-msg-wrapper.hover::before, .starred-msg-wrapper.hover::after, select, .starred-msg-wrapper.current::before, .starred-msg-wrapper.current::after { background-color: transparent !important; border-bottom: 0px solid transparent !important; } .pane-chat-header::after, .list-search::after { display: none !important; } /*Panel Shadow .app-wrapper-web .app { width: 1396px; height: calc(100% - 38px); margin: 0 auto; top: 19px; border-radius: 3px; box-shadow: 0px 0px 11px #000000 !important; }*/ .app-wrapper { width: 97%; height: 96%; overflow: hidden; margin: auto; padding: 20px; } @-webkit-keyframes rainbow { 0% { border-color: hsla(126, 80%, 50%, 0.33); } 50% { border-color: hsla(0, 100%, 50%, 0.37); } 100% { border-color: hsl(0, 0%, 11%); } } ._3XrHh { color: #fff6f6!important; } /*.app{ border: 2px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 2s infinite alternate; }*/ html[dir=ltr] ._3dqpi{ border: 2px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 2s infinite alternate; } ._1FKgS::after { background-color: #0f0f0f!important; } /* Panel chat */ .three .pane-chat-body, .three .pane-chat-footer { border: none !important;background-image: url(http://webneel.com/wallpaper/sites/default/files/images/07-2014/22-black-wallpaper.jpg)!important;background-color: #250603; } .pane-chat-body, .three .pane-chat-footer { border: none !important;background-image: url(http://webneel.com/wallpaper/sites/default/files/images/07-2014/22-black-wallpaper.jpg)!important;background-color: #250603; } /* chat drawer */ #main.pane-chat { background-color: var(--bgn) !important; } /* chat title */ header.pane-chat-header, .pane-three { border-left: 0px solid transparent !important; background-color: #161614; border-bottom: solid 1px #3c3c3c; box-shadow: 0px 0px 15px #333333; } /* chat input */ .pane-chat-footer { background-color: var(--bgn) !important; border-left: 0px solid transparent !important; } /* child element */ .block-compose { background-color: black !important;} /* text input element */ .block-compose .input-container { background-color: var(--bgh) !important; border: 0px solid transparent !important; box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.33), 0 0 6px 0 rgba(0,0,0,0.1) !important; /*color: var(--bgt) !important; text color fix */ color: #5fe629; } /* reply. (: */ .compose-popup-panel { background-color: var(--bgn) !important; } /* message content */ .compose-popup-panel .quoted-msg-status { background-color: var(--bgh) !important; } /* close reply button */ .btn-background { background-color: var(--bgh) !important; } /* mentions */ .mentions-positioning-container div { background: var(--bgh) !important; } /* message info */ .pane-preview, .pane-preview .pane-chat-tile { background: var(--bgh) !important; } /* bold message */ .message-text strong, .media-caption strong { color: var(--bgo) !important; text-shadow: none !important; } /* day/time message*/ .message-system-body { color: #232323!important; text-shadow: none !important; background-color: none !important; box-shadow: none!important; } /* button more */ .btn-more { background-color: var(--bgh) !important; } /*Scrollbar Track*/ *::-webkit-scrollbar-thumb { background-color: rgb(61, 251, 100); } -webkit-scrollbar-track { background: rgba(61, 62, 61, 0.66); } /* new message indicator */ .msg-unread { border: none !important; background-color: var(--bgd) !important; } /* body element */ .msg-unread-body { background-color: var(--bgh) !important; color: var(--bgt) !important; } /* Status */ .chat-subtitle.chat-subtitle-header { color: rgba(241, 255, 52, 0.54); font-size: 13px; line-height: 20px; min-height: 20px; font-style: italic; } /* bubble in */ .message-in, .message-out { background-color: var(--bgh) !important; border-radius: 5px !important; } /* bubble tails */ .tail-container { display: none !important; } /* bubbles text */ .message-text, .message-meta, .document-meta-value { color: var(--bgt) !important; } /* message menu */ .context { background: var(--bgh) !important; } /* message sent fix */ .icon.icon-msg-dblcheck-ack, .icon.icon-status-dblcheck-ack, .icon.icon-msg-dblcheck, .icon-msg-dblcheck-light { filter: invert(0%) !important; } /* chat section bg */ .pane-chat-tile { filter: invert(80%) !important; } /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /*Sin Foto Perfil FONDO*/ svg path[fill] { fill: var(--icons) !important; fill-opacity: .85!important; opacity: 1!important; } /*VISTO COLOR*/ [role="button"]:hover span svg path, [data-icon]:hover svg path, button:hover span svg path, [data-icon="status-dblcheck-ack"] svg path, ._1DZAH[role="button"] [data-icon="msg-dblcheck-ack"] svg path { fill: var(--visto)!important; } [data-icon="down-context"] svg path { fill: var(--visto)!important; } [class="media-play"] svg path { fill: var(--visto)!important; } /*Herramientas - BOTONES*/ button span svg path, button, [role="button"] span svg path, ._10anr:hover button span svg g path[fill] { fill: var(--icons) !important; fill-opacity: 1 !important; opacity: 1 !important; } button:hover span svg path, [role="button"]:hover span svg path, ._10anr button span svg g path[fill] { fill: var(--visto) !important; } .image-thumb ._34Olu ._10MiG span svg path[fill]{ fill: #ffffff !important; fill-opacity: .8!important; opacity: .6!important; } .bubble-audio-avatar ._2m8GO span svg path[fill], .bubble-audio-avatar:hover ._2m8GO span svg path[fill]{ fill: x; } .E5U9C button span svg path[fill], .E5U9C:hover button span svg path[fill]{ fill: #02ff10 !important; } html[dir] ._10MiG:before { border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.96); } /*chat border*/ .infinite-list-item, .chatlist-panel-search, ._2wP_Y { border-bottom: 1px solid rgba(255, 255, 255, .17)!important; } .qr-window { background-color: rgba(255, 255, 255, .2)!important; } .mentions-overlay-container { background-color: #000!important; color: var(--icons)!important; border-left: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0px -5px 7px -5px rgba(255, 255, 255, 0.15)!important; } .mentions-result.selected { background-color: rgba(255, 255, 255, .1)!important; } ._2DNgV._1i1U7, .jZ4tp._1i1U7 { background: transparent!important; } html[dir] ._1mq8g, .pane_chat, html[dir] ._2MSJr, #input-chatlist-search { background-color: transparent!important; border: 0!important; } .checkbox-container .checkbox.checked { background-color: transparent!important; border-color: var(--icons)!important } /*SEARCH CONTACT*/ html[dir] ._1AKfk { background-color: #4a4a4a; } ._1AKfk { height: 72px; box-sizing: border-box; font-size: 16px; color: #3afdff; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } chatlist-search { background-color: #565656!important;} ._3zb-j{padding-right: 15px;} ._1e4iV {color: rgba(255, 237, 97, 0.6);} .DYGf2 { font-size: 11.5px; line-height: normal; position: absolute; color: rgb(25, 255, 0); font-family: "Roboto", sans-serif; } /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* emoji menu lel */ .emoji-panel-body-container, .emoji-search-row, .emoji-search, .dropdown-picker, .dropdown-picker .nib { background: var(--bgn) !important; } /* emoji tabs */ .emoji-panel-header { background: var(--bgd) !important; } /* emoji search */ .emoji-search-row-input { background-color: var(--bgh) !important; } /* input text color fix*/ .emoji-search-row-input input { color: var(--bgt) !important; } /* inverted menu icons */ .menu-tab { filter: invert(100%) !important; } /* gif default bg */ .gif-search-gif-wrapper { background-color: var(--bgh) !important; } /* add media button*/ .btn-fill { background-color: var(--bgn) !important; } /* incoming messages */ .incoming-msgs { background-color: var(--bgh) !important; } /*Chat Messages*/ .selectable-text{color: #e4e4e4;} .message strong, .media-caption strong{font-weight: bold; color: #32ff01; text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.66);} /* select messages (WHY WOULD YOU EVER DO THAT?!) */ .pane-chat-body.selectable { background-color: rgba(255, 255, 255, 0.2) !important; } /* selected message */ .selected .msg-select { background-color: rgba(39, 44, 53, 0.25) !important; } /* voodoo magic */ .msg-select:hover { background-color: rgba(39, 44, 53, 0.25) !important; } /* footer */ .multi-controls { background-color: var(--bgd) !important; } /* photo plz */ .media-body-container-background { background-color: var(--bgn) !important; } /* avatar zoom in/out */ .avatar-picker-controls { background-color: var(--bgh) !important; } .avatar{background-color: #060606; border: solid 1px rgba(67, 243, 6, 0.6);} /* footer */ .drawer-edit .capture-footer { background-color: var(--bgd) !important; } /* new group wrapper */ .new-group-contacts, .drawer-section-main { background-color: var(--bgd) !important;} /* search */ .new-group-search, .list-search.active { background-color: var(--bgh) !important; } /* search element ._. */ .input-line { color: var(--bgt) !important; border-bottom: 1px solid rgba(0, 0, 0, 0) !important; } /* system message */ .message-system { color: var(--bgt) !important; text-shadow: none !important; background-color: #fff5b0ba!important; } .message-system span { color: #1d1c1c;} /* media viewer */ .media-viewer { background-color: rgba(39,44,53,0.90) !important; } /* media viewer header */ .media-panel-header, .chat.media-chat { background-color: var(--bgh) !important; } /* media viewer footer */ .media-collection { background-color: var(--bgh) !important; border: none !important; } /* media, links, docs */ .media-canvas { outline: none !important; } /* modal */ .backdrop { background-color: rgba(25, 25, 35, 0.85); } /* modal element */ .popup { background-color: var(--bgn) !important; } /* modal text */ .popup-title, .popup-contents { color: var(--bgt) !important; } /* separator fix */ .popup hr { border-top: 1px solid rgba(0, 0, 0, 0) !important; } /* transparent pop-up. ¯\_(ツ)_/¯ */ .backdrop-transparent { background: transparent !important; } /* .bubble-image, ._2wP_Y, .infinite-list-item { opacity: 0.6; filter: blur(2px) grayscale(80%); } .bubble-image:hover, ._2wP_Y:hover, .pane-chat-header:hover, .infinite-list-item:hover { opacity: 1; filter: blur(0px) grayscale(0%); } */ /* CONVERSACIONES EN GENERAL _2EXPL CONVERSACION ACTUAL _1f1zm y hover en caso de mouseOver CONVERSACION CON MENSAJE NUEVO CxUIE */ ._2EXPL{filter: blur(1.3px) grayscale(95%);} ._1f1zm, .hover{opacity: 1!important; filter: blur(0px) grayscale(0%);} /* New Privacy */ .chat { filter: blur(3px) grayscale(65%); transition: 250ms ease-in-out; } .chat:hover, .chat.active { filter: blur(0px) grayscale(0%); } /* Privacy */ .chatlist-main {background-color: #1d1d1d;} .chatlist > div > .infinite-list-item { filter: blur(3px) grayscale(65%); transition: 250ms ease-in-out; } .chatlist > div > .infinite-list-item:hover { filter: blur(0px) grayscale(0%); } /* WhatsApp Web Text*/ .app-wrapper::before { z-index: 999 !important; position: absolute !important; top: 30px !important; left: 50px !important; width: 10% !important; content: 'WWeb' !important; color: rgba(255, 255, 255, 0.333) !important; font-size: 20px !important; font-weight: bolder; line-height: 14px !important; text-align: right !important; background-image: -webkit-linear-gradient(92deg,#ff0000,#e2d3d3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: hue 25s infinite linear; padding-top: 10px; padding-bottom: 16px; opacity: 0.6; } .app-wrapper:hover::before {opacity: .95;} @-webkit-keyframes hue { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(-360deg); } } /* search message body */ .chatlist-panel-body { background-color: var(--bgd) !important; } /* Link preview bubble */ .link-preview-container { color: var(--bgt) !important; background-color: var(--bgn) !important; } /* Link preview bubble text elements */ .link-preview-title, .link-preview-description, .link-preview-source { color: var(--bgt) !important; } /* Link preview bubble tail */ .context-special.context-out { background: var(--bgn) !important; height: 23px; width: 23px;} /* drop items (-: */ .drag-drop { background-color: var(--bgh) !important; } /* 'stitching' */ .drag-drop .stitching { border: 5px dashed var(--bgd) !important; color: var(--bgt) !important; } /* documents */ .document-body { color: var(--bgt) !important; background-color: var(--bgn) !important; } .bubble-image, .infinite-list-item { opacity: 0.6; filter: blur(2px) grayscale(80%); } .bubble-image:hover, .pane-chat-header:hover, .infinite-list-item:hover { opacity: 1; filter: blur(0px) grayscale(0%); } .infinite-list-item .chat-meta .unread-count{opacity: 1; filter:none;} .msg:hover { opacity: 1; } ._3AwwN { background-color: #1d1d1d!important; padding: 10px 16px; } ._2nmDZ { background-color: #171616c4!important; } ._2EXPL { background-color: #212121!important; cursor: pointer; } ._3CPl4 { background-color: #1d1d1d!important; } #side > header { padding: 0 10px !important; height: 60px !important; background-color: #353535!important; } ._2zCDG { font-weight: normal; font-size: 16px; line-height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: white; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; } ._3oju3 { background-color: #232323!important; padding: 10px 19px; } *::-webkit-scrollbar-thumb { background-color: rgb(71, 68, 66); } ._2bXVy { background-color: #3e3e3e!important; border-color: #fff; border-radius: 5px; border-style: solid; border-width: 1px; border: none; } ._1NrpZ { background-color: #101010!important; } ._25Ooe { color: #d4d4d4!important; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; font-weight: normal; font-size: 16px; line-height: 21px; overflow: hidden; } .emojik { transition: transform 200ms cubic-bezier(0.59, 0.57, 0.39, 1.04); clip-path: circle(47%) !important; } ._3j7s9 { border-top: 1px solid #2d2d2d!important; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(45, 45, 45); } ._3Bxar { -webkit-flex: none; flex: none; color: rgba(243, 243, 243, 0.4)!important; font-size: 12px; } ._1AwDx { -webkit-align-items: center; align-items: center; color: #a7a7a7a6!important;} ._2EXPL._1f1zm ._1AwDx { color: #a0a0a0!important; } ._3F6QL ._39LWd { color: #909490; font-style: italic; font-size: 15px; line-height: 20px; pointer-events: none; position: absolute; top: 6px; transition: opacity 0.08s linear; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 100; z-index: 2; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._3pkkz { background-color: #212121!important; padding: 5px 10px; } ._3F6QL._2WovP ._2S1VP { padding-right: 2px; border-left: 0.1px solid transparent; border-left-width: 0.1px; border-left-style: solid; border-left-color: transparent; color: #25e635!important; font-style: italic!important; font-weight: 500!important; } .gQzdc._3sdhb .jN-F5 { background-color: #ffffffa8!important; color: #464545; } ._1Plpp { background: linear-gradient(to bottom, #2b2b2b 0%,#000000 100%)!important; border-color: #565656!important; border-radius: 21px; border-style: solid; border-width: 1px; padding: 9px 12px 11px 12px; margin: 5px 10px; } ._3CPl4 { background-color: #353535!important; } input { background: #353535!important; } ._1CRb5 { margin-bottom: 10px; background-color: #282828!important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } div[data-list-scroll-container] { -webkit-transform: translateZ(0); transform: translateZ(0); background: #1b1b1b!important; } ._1CkkN { background-color: #2b2b2b!important; } ._3LL06 { font-size: 17px; line-height: 21px; color: #1ef3ff!important; } ._1sYdX { color: #01e895!important; font-size: 14px; line-height: normal; } ._1CSx9 { background-color: #bbbbbb!important; } ._1FroB { background-color: #1f2322!important; } ._2sNbV { background: #313131!important; } .app-wrapper-web ._3dqpi { border-radius: 13px!important; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2); margin: 0 auto; } .YUoyu { background-repeat: repeat repeat; background-image: url(https://web.whatsapp.com/img/8a05552….png)!important;; } .app .YUoyu { filter: invert(100%) opacity(0.45) !important; } .YUoyu { position: absolute; top: 0; height: 100%; width: 100%; opacity: 0.06; } .app ._1Iexl ._1GX8_ { background-color: #272c35!important;; } /*Search box*/ ._1mq8g, .pane_chat, html[dir] ._2MSJr, #input-chatlist-search { background-color: #3a3a3acf!important; border: 0!important; } ._1FKgS::after { position: fixed; z-index: -1; width: 100%; height: 0px!important; content: ''; top: 0; } ._2y17h { background: linear-gradient(to bottom, #6b6b6b 0%,#000000 100%)!important; padding: 10px 16px; } }
data/usercss/147079.user.css
@-moz-document domain("web.whatsapp.com") { /* i really want this to be global */ :root{ --bgn: #1b1b1b; --bgd: #1d1d1d; --bgh: #313131; --bgt: rgba(218, 244, 255, 0.75); --bgo: #26d632; --bga: #de5816; --icons: #bfcac2; --visto: #22ebff; --bgi: url(https://www.pixelstalk.net/wp-content/uploads/2016/10/Beautiful-dawn-scenery-trees-lake-mist-sunrise-blurry-1920x1200.jpg) !important; } /*Suggested by <NAME> */ ._2flas { background-color: var(--col2) !important; } .Um7sh { background-color: var(--col2) !important; } /* END Suggested by <NAME> */ /* preloader */ #startup, #initial_startup { background-color: var(--bgn) !important; } /* login page (XD) */ #wrapper { background-color: transparent !important; background-image: none !important; } /* accent background */ #wrapper::before { display: none !important; } /* modal */ #window, #platforms { background-color: var(--bgn) !important; } /* modal text */ #window .entry-main .entry-text div, #platforms ul li { color: var(--bgt) !important; } /* inverted icons */ .qrcode .icon, .entry-platform .icon, .audio-status.icon { filter: invert(0%) !important; } /*status*/ .Gd51Q._3sgkv { color: rgba(241, 255, 47, 0.74); font-size: 13px; line-height: 20px; min-height: 20px; } /*Reply*/ .quoted-mention { color: #fdfdfd; } /*.emojitext { color: #57ff44; }*/ .O90ur { color: #7fff61e8; font-style: italic; } .Bmrty { color: #ccdd50; } ._3EFt_ { color: #b1b1b1; } /*Input-compose 04-12-2017*/ .pluggable-input.pluggable-input-compose .pluggable-input-body { color: #52fb29; } /* notification button */ .butterbar, .butterbar > div > div { background-color: var(--bgh) !important; color: var(--bgt) !important; } /* startup intro thing */ .intro { box-shadow: 1px -3px 2px 0 rgba(0, 0, 0, 0.3) inset !important; background-color: var(--bgn) !important; border-left: none !important; } /* title fix */ .intro-title { color: var(--bgt) !important; } /* divider. xd */ .intro-divider { background-color: var(--bgd) !important; } /* intro image */ .intro-image { width: 250px !important; height: 250px !important; border-radius: 50% !important; opacity: 0.66 !important; background-size: cover !important; } /* small bg-image fix */ #app { background-image: url(https://www.pixelstalk.net/wp-content/uploads/2016/10/Beautiful-dawn-scenery-trees-lake-mist-sunrise-blurry-1920x1200.jpg); /*background-color: var(--bgn) !important;*/ z-index: 1 !important; /* quick fix to show the bg image */ } /* another app element. */ .app { background: none !important; } /* background image */ .app-wrapper::after { z-index: -1; width: calc(100% + 20px) !important; height: calc(100% + 20px) !important; top: -10px !important; left: -10px !important; background-image: var(--bgi) !important; /* background-image: url('https://unsplash.it/1920/1080/?randomz') !important; */ /*filter: blur(2px) hue-rotate(0deg) grayscale(0%) opacity(40%) !important;*/ background-size: cover !important; /*background-position: center !important; background-repeat: no-repeat !important;*/; } /* inverted icons */ .icon, .context-icon, .icon-star-in, .btn-star, .btn-delete, .btn-forward { filter: invert(100%) grayscale(100%) !important; } /* re-inverted icons ._. */ .icon-alert.icon-alert-notification, .icon-search-morph, .btn-close-drawer, .icon-back-light, .icon-x-alt, .icon-chevron-right-alt, .icon-emoji-gifs, .icon-send-light, .icon-forward-chat, .icon-menu-white, .list-action-icon .icon, .icon-msg-dblcheck, .icon-pinned, .icon-camera-light { filter: invert(0%) !important; } /* grid */ /* header styles */ #side > header { padding: 0 10px !important; height: 60px !important; background-color: #1d1d1d!important; } /* chat box shadow */ #main { box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.333) !important; } /* active menu */ .dropdown { background-color: var(--bgh) !important; } /* dropdown item links */ .menu-item a { color: var(--bgt) !important; } /* hovering over dropdown item */ .menu-item a:hover { background-color: var(--bgd) !important; } /* quick fix for the circle icons */ .menu.menu-icons ul li:hover { border-radius: 50% !important; } /* search container */ .subheader-search, .subheader-search label { background-color: var(--bgd) !important; } /* search or start new chat */ .subheader-search.active label, .cont-input-search, .chatlist-panel-search, .drawer .chatlist { border: 0px solid transparent !important; background-color: var(--bgh) !important; } /* input element */ .cont-input-search input { background-color: transparent !important; color: var(--bgt) !important; } /* active */ .subheader-search.active { box-shadow: 0px 2px 3px rgba(0,0,0,0.07); box-shadow: none !important; } /* chat items */ .infinite-list-item .list-title { background-color: var(--bgh) !important; } .infinite-list .section-header { background-color: var(--bgd) !important; } /* drawer menu's and stuff */ .drawer { background-color: var(--bgd) !important; } .drawer-header, .drawer header, .menu-tabs.menu-tabs-lists { background-color: var(--bgh) !important; } .drawer-body { background-color: var(--bgd) !important; margin-bottom: 0px !important; /* TWEAK */ } /* gaps on the sides. */ .drawer-info .drawer-section { margin: 10px 10px 0px !important; } /* alternative colored elements */ .well, .well-simple, .well-chat, .multi-vcard-dialog-contact, .list-action { background-color: var(--bgh) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } /* text */ .text-input, .drawer-title-body, .chat-title, .chat-secondary, .header-title, .well-chat-name, .title, .starred-title-main, .starred-title-meta, .meta .hidden-token, .text-input .label-text, .chat-status, .media-content .media-caption, .list-action, body, select, .inputarea, .chat.member .chat-body *, .chat.member .header-body * { color: var(--bgt) !important; } /*SVG*/ /*path{fill: #ff4d00;opacity: .8;}*/ /* starred messages */ .starred-msg-wrapper { transition: 200ms ease-in-out !important; } /* trigger */ .starred-msg-wrapper.hover, .starred-msg-wrapper.current { background-color: var(--bgn) !important; } /* unread message */ .unread-count { background-color: #fd4600 !important; color:black;} /* chat list styles */ .chat { background-color: var(--bgn) !important; } .chat:hover { background-color: var(--bgh) !important; } .chat .chat-body { border: none !important; } .chat .chat-body * { color: var(--bgt) !important; } /* weird things. */ .chatlist .chat:hover::after, .chatlist .chat.hover::after, .chatlist .chat.active::after, .row-drawer-item .row-body, .list-action, .list-action-alt .list-action-body { border-bottom: 0px solid transparent !important; } .pane-chat-header::after, .subheader-search::after, .starred-msg-wrapper::before, .starred-msg-wrapper.hover::before, .starred-msg-wrapper.hover::after, select, .starred-msg-wrapper.current::before, .starred-msg-wrapper.current::after { background-color: transparent !important; border-bottom: 0px solid transparent !important; } .pane-chat-header::after, .list-search::after { display: none !important; } /*Panel Shadow .app-wrapper-web .app { width: 1396px; height: calc(100% - 38px); margin: 0 auto; top: 19px; border-radius: 3px; box-shadow: 0px 0px 11px #000000 !important; }*/ .app-wrapper { width: 97%; height: 96%; overflow: hidden; margin: auto; padding: 20px; } @-webkit-keyframes rainbow { 0% { border-color: hsla(126, 80%, 50%, 0.33); } 50% { border-color: hsla(0, 100%, 50%, 0.37); } 100% { border-color: hsl(0, 0%, 11%); } } ._3XrHh { color: #fff6f6!important; } /*.app{ border: 2px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 2s infinite alternate; }*/ html[dir=ltr] ._3dqpi{ border: 2px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 2s infinite alternate; } ._1FKgS::after { background-color: #0f0f0f!important; } /* Panel chat */ .three .pane-chat-body, .three .pane-chat-footer { border: none !important;background-image: url(http://webneel.com/wallpaper/sites/default/files/images/07-2014/22-black-wallpaper.jpg)!important;background-color: #250603; } .pane-chat-body, .three .pane-chat-footer { border: none !important;background-image: url(http://webneel.com/wallpaper/sites/default/files/images/07-2014/22-black-wallpaper.jpg)!important;background-color: #250603; } /* chat drawer */ #main.pane-chat { background-color: var(--bgn) !important; } /* chat title */ header.pane-chat-header, .pane-three { border-left: 0px solid transparent !important; background-color: #161614; border-bottom: solid 1px #3c3c3c; box-shadow: 0px 0px 15px #333333; } /* chat input */ .pane-chat-footer { background-color: var(--bgn) !important; border-left: 0px solid transparent !important; } /* child element */ .block-compose { background-color: black !important;} /* text input element */ .block-compose .input-container { background-color: var(--bgh) !important; border: 0px solid transparent !important; box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.33), 0 0 6px 0 rgba(0,0,0,0.1) !important; /*color: var(--bgt) !important; text color fix */ color: #5fe629; } /* reply. (: */ .compose-popup-panel { background-color: var(--bgn) !important; } /* message content */ .compose-popup-panel .quoted-msg-status { background-color: var(--bgh) !important; } /* close reply button */ .btn-background { background-color: var(--bgh) !important; } /* mentions */ .mentions-positioning-container div { background: var(--bgh) !important; } /* message info */ .pane-preview, .pane-preview .pane-chat-tile { background: var(--bgh) !important; } /* bold message */ .message-text strong, .media-caption strong { color: var(--bgo) !important; text-shadow: none !important; } /* day/time message*/ .message-system-body { color: #232323!important; text-shadow: none !important; background-color: none !important; box-shadow: none!important; } /* button more */ .btn-more { background-color: var(--bgh) !important; } /*Scrollbar Track*/ *::-webkit-scrollbar-thumb { background-color: rgb(61, 251, 100); } -webkit-scrollbar-track { background: rgba(61, 62, 61, 0.66); } /* new message indicator */ .msg-unread { border: none !important; background-color: var(--bgd) !important; } /* body element */ .msg-unread-body { background-color: var(--bgh) !important; color: var(--bgt) !important; } /* Status */ .chat-subtitle.chat-subtitle-header { color: rgba(241, 255, 52, 0.54); font-size: 13px; line-height: 20px; min-height: 20px; font-style: italic; } /* bubble in */ .message-in, .message-out { background-color: var(--bgh) !important; border-radius: 5px !important; } /* bubble tails */ .tail-container { display: none !important; } /* bubbles text */ .message-text, .message-meta, .document-meta-value { color: var(--bgt) !important; } /* message menu */ .context { background: var(--bgh) !important; } /* message sent fix */ .icon.icon-msg-dblcheck-ack, .icon.icon-status-dblcheck-ack, .icon.icon-msg-dblcheck, .icon-msg-dblcheck-light { filter: invert(0%) !important; } /* chat section bg */ .pane-chat-tile { filter: invert(80%) !important; } /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /*Sin Foto Perfil FONDO*/ svg path[fill] { fill: var(--icons) !important; fill-opacity: .85!important; opacity: 1!important; } /*VISTO COLOR*/ [role="button"]:hover span svg path, [data-icon]:hover svg path, button:hover span svg path, [data-icon="status-dblcheck-ack"] svg path, ._1DZAH[role="button"] [data-icon="msg-dblcheck-ack"] svg path { fill: var(--visto)!important; } [data-icon="down-context"] svg path { fill: var(--visto)!important; } [class="media-play"] svg path { fill: var(--visto)!important; } /*Herramientas - BOTONES*/ button span svg path, button, [role="button"] span svg path, ._10anr:hover button span svg g path[fill] { fill: var(--icons) !important; fill-opacity: 1 !important; opacity: 1 !important; } button:hover span svg path, [role="button"]:hover span svg path, ._10anr button span svg g path[fill] { fill: var(--visto) !important; } .image-thumb ._34Olu ._10MiG span svg path[fill]{ fill: #ffffff !important; fill-opacity: .8!important; opacity: .6!important; } .bubble-audio-avatar ._2m8GO span svg path[fill], .bubble-audio-avatar:hover ._2m8GO span svg path[fill]{ fill: x; } .E5U9C button span svg path[fill], .E5U9C:hover button span svg path[fill]{ fill: #02ff10 !important; } html[dir] ._10MiG:before { border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.96); } /*chat border*/ .infinite-list-item, .chatlist-panel-search, ._2wP_Y { border-bottom: 1px solid rgba(255, 255, 255, .17)!important; } .qr-window { background-color: rgba(255, 255, 255, .2)!important; } .mentions-overlay-container { background-color: #000!important; color: var(--icons)!important; border-left: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0px -5px 7px -5px rgba(255, 255, 255, 0.15)!important; } .mentions-result.selected { background-color: rgba(255, 255, 255, .1)!important; } ._2DNgV._1i1U7, .jZ4tp._1i1U7 { background: transparent!important; } html[dir] ._1mq8g, .pane_chat, html[dir] ._2MSJr, #input-chatlist-search { background-color: transparent!important; border: 0!important; } .checkbox-container .checkbox.checked { background-color: transparent!important; border-color: var(--icons)!important } /*SEARCH CONTACT*/ html[dir] ._1AKfk { background-color: #4a4a4a; } ._1AKfk { height: 72px; box-sizing: border-box; font-size: 16px; color: #3afdff; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } chatlist-search { background-color: #565656!important;} ._3zb-j{padding-right: 15px;} ._1e4iV {color: rgba(255, 237, 97, 0.6);} .DYGf2 { font-size: 11.5px; line-height: normal; position: absolute; color: rgb(25, 255, 0); font-family: "Roboto", sans-serif; } /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED UPDATED */ /* emoji menu lel */ .emoji-panel-body-container, .emoji-search-row, .emoji-search, .dropdown-picker, .dropdown-picker .nib { background: var(--bgn) !important; } /* emoji tabs */ .emoji-panel-header { background: var(--bgd) !important; } /* emoji search */ .emoji-search-row-input { background-color: var(--bgh) !important; } /* input text color fix*/ .emoji-search-row-input input { color: var(--bgt) !important; } /* inverted menu icons */ .menu-tab { filter: invert(100%) !important; } /* gif default bg */ .gif-search-gif-wrapper { background-color: var(--bgh) !important; } /* add media button*/ .btn-fill { background-color: var(--bgn) !important; } /* incoming messages */ .incoming-msgs { background-color: var(--bgh) !important; } /*Chat Messages*/ .selectable-text{color: #e4e4e4;} .message strong, .media-caption strong{font-weight: bold; color: #32ff01; text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.66);} /* select messages (WHY WOULD YOU EVER DO THAT?!) */ .pane-chat-body.selectable { background-color: rgba(255, 255, 255, 0.2) !important; } /* selected message */ .selected .msg-select { background-color: rgba(39, 44, 53, 0.25) !important; } /* voodoo magic */ .msg-select:hover { background-color: rgba(39, 44, 53, 0.25) !important; } /* footer */ .multi-controls { background-color: var(--bgd) !important; } /* photo plz */ .media-body-container-background { background-color: var(--bgn) !important; } /* avatar zoom in/out */ .avatar-picker-controls { background-color: var(--bgh) !important; } .avatar{background-color: #060606; border: solid 1px rgba(67, 243, 6, 0.6);} /* footer */ .drawer-edit .capture-footer { background-color: var(--bgd) !important; } /* new group wrapper */ .new-group-contacts, .drawer-section-main { background-color: var(--bgd) !important;} /* search */ .new-group-search, .list-search.active { background-color: var(--bgh) !important; } /* search element ._. */ .input-line { color: var(--bgt) !important; border-bottom: 1px solid rgba(0, 0, 0, 0) !important; } /* system message */ .message-system { color: var(--bgt) !important; text-shadow: none !important; background-color: #fff5b0ba!important; } .message-system span { color: #1d1c1c;} /* media viewer */ .media-viewer { background-color: rgba(39,44,53,0.90) !important; } /* media viewer header */ .media-panel-header, .chat.media-chat { background-color: var(--bgh) !important; } /* media viewer footer */ .media-collection { background-color: var(--bgh) !important; border: none !important; } /* media, links, docs */ .media-canvas { outline: none !important; } /* modal */ .backdrop { background-color: rgba(25, 25, 35, 0.85); } /* modal element */ .popup { background-color: var(--bgn) !important; } /* modal text */ .popup-title, .popup-contents { color: var(--bgt) !important; } /* separator fix */ .popup hr { border-top: 1px solid rgba(0, 0, 0, 0) !important; } /* transparent pop-up. ¯\_(ツ)_/¯ */ .backdrop-transparent { background: transparent !important; } /* .bubble-image, ._2wP_Y, .infinite-list-item { opacity: 0.6; filter: blur(2px) grayscale(80%); } .bubble-image:hover, ._2wP_Y:hover, .pane-chat-header:hover, .infinite-list-item:hover { opacity: 1; filter: blur(0px) grayscale(0%); } */ /* CONVERSACIONES EN GENERAL _2EXPL CONVERSACION ACTUAL _1f1zm y hover en caso de mouseOver CONVERSACION CON MENSAJE NUEVO CxUIE */ ._2EXPL{filter: blur(1.3px) grayscale(95%);} ._1f1zm, .hover{opacity: 1!important; filter: blur(0px) grayscale(0%);} /* New Privacy */ .chat { filter: blur(3px) grayscale(65%); transition: 250ms ease-in-out; } .chat:hover, .chat.active { filter: blur(0px) grayscale(0%); } /* Privacy */ .chatlist-main {background-color: #1d1d1d;} .chatlist > div > .infinite-list-item { filter: blur(3px) grayscale(65%); transition: 250ms ease-in-out; } .chatlist > div > .infinite-list-item:hover { filter: blur(0px) grayscale(0%); } /* WhatsApp Web Text*/ .app-wrapper::before { z-index: 999 !important; position: absolute !important; top: 30px !important; left: 50px !important; width: 10% !important; content: 'WWeb' !important; color: rgba(255, 255, 255, 0.333) !important; font-size: 20px !important; font-weight: bolder; line-height: 14px !important; text-align: right !important; background-image: -webkit-linear-gradient(92deg,#ff0000,#e2d3d3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: hue 25s infinite linear; padding-top: 10px; padding-bottom: 16px; opacity: 0.6; } .app-wrapper:hover::before {opacity: .95;} @-webkit-keyframes hue { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(-360deg); } } /* search message body */ .chatlist-panel-body { background-color: var(--bgd) !important; } /* Link preview bubble */ .link-preview-container { color: var(--bgt) !important; background-color: var(--bgn) !important; } /* Link preview bubble text elements */ .link-preview-title, .link-preview-description, .link-preview-source { color: var(--bgt) !important; } /* Link preview bubble tail */ .context-special.context-out { background: var(--bgn) !important; height: 23px; width: 23px;} /* drop items (-: */ .drag-drop { background-color: var(--bgh) !important; } /* 'stitching' */ .drag-drop .stitching { border: 5px dashed var(--bgd) !important; color: var(--bgt) !important; } /* documents */ .document-body { color: var(--bgt) !important; background-color: var(--bgn) !important; } .bubble-image, .infinite-list-item { opacity: 0.6; filter: blur(2px) grayscale(80%); } .bubble-image:hover, .pane-chat-header:hover, .infinite-list-item:hover { opacity: 1; filter: blur(0px) grayscale(0%); } .infinite-list-item .chat-meta .unread-count{opacity: 1; filter:none;} .msg:hover { opacity: 1; } ._3AwwN { background-color: #1d1d1d!important; padding: 10px 16px; } ._2nmDZ { background-color: #171616c4!important; } ._2EXPL { background-color: #212121!important; cursor: pointer; } ._3CPl4 { background-color: #1d1d1d!important; } #side > header { padding: 0 10px !important; height: 60px !important; background-color: #353535!important; } ._2zCDG { font-weight: normal; font-size: 16px; line-height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: white; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; } ._3oju3 { background-color: #232323!important; padding: 10px 19px; } *::-webkit-scrollbar-thumb { background-color: rgb(71, 68, 66); } ._2bXVy { background-color: #3e3e3e!important; border-color: #fff; border-radius: 5px; border-style: solid; border-width: 1px; border: none; } ._1NrpZ { background-color: #101010!important; } ._25Ooe { color: #d4d4d4!important; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; font-weight: normal; font-size: 16px; line-height: 21px; overflow: hidden; } .emojik { transition: transform 200ms cubic-bezier(0.59, 0.57, 0.39, 1.04); clip-path: circle(47%) !important; } ._3j7s9 { border-top: 1px solid #2d2d2d!important; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(45, 45, 45); } ._3Bxar { -webkit-flex: none; flex: none; color: rgba(243, 243, 243, 0.4)!important; font-size: 12px; } ._1AwDx { -webkit-align-items: center; align-items: center; color: #a7a7a7a6!important;} ._2EXPL._1f1zm ._1AwDx { color: #a0a0a0!important; } ._3F6QL ._39LWd { color: #909490; font-style: italic; font-size: 15px; line-height: 20px; pointer-events: none; position: absolute; top: 6px; transition: opacity 0.08s linear; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 100; z-index: 2; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._3pkkz { background-color: #212121!important; padding: 5px 10px; } ._3F6QL._2WovP ._2S1VP { padding-right: 2px; border-left: 0.1px solid transparent; border-left-width: 0.1px; border-left-style: solid; border-left-color: transparent; color: #25e635!important; font-style: italic!important; font-weight: 500!important; } .gQzdc._3sdhb .jN-F5 { background-color: #ffffffa8!important; color: #464545; } ._1Plpp { background: linear-gradient(to bottom, #2b2b2b 0%,#000000 100%)!important; border-color: #565656!important; border-radius: 21px; border-style: solid; border-width: 1px; padding: 9px 12px 11px 12px; margin: 5px 10px; } ._3CPl4 { background-color: #353535!important; } input { background: #353535!important; } ._1CRb5 { margin-bottom: 10px; background-color: #282828!important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } div[data-list-scroll-container] { -webkit-transform: translateZ(0); transform: translateZ(0); background: #1b1b1b!important; } ._1CkkN { background-color: #2b2b2b!important; } ._3LL06 { font-size: 17px; line-height: 21px; color: #1ef3ff!important; } ._1sYdX { color: #01e895!important; font-size: 14px; line-height: normal; } ._1CSx9 { background-color: #bbbbbb!important; } ._1FroB { background-color: #1f2322!important; } ._2sNbV { background: #313131!important; } .app-wrapper-web ._3dqpi { border-radius: 13px!important; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2); margin: 0 auto; } .YUoyu { background-repeat: repeat repeat; background-image: url(https://web.whatsapp.com/img/8a05552….png)!important;; } .app .YUoyu { filter: invert(100%) opacity(0.45) !important; } .YUoyu { position: absolute; top: 0; height: 100%; width: 100%; opacity: 0.06; } .app ._1Iexl ._1GX8_ { background-color: #272c35!important;; } /*Search box*/ ._1mq8g, .pane_chat, html[dir] ._2MSJr, #input-chatlist-search { background-color: #3a3a3acf!important; border: 0!important; } ._1FKgS::after { position: fixed; z-index: -1; width: 100%; height: 0px!important; content: ''; top: 0; } ._2y17h { background: linear-gradient(to bottom, #6b6b6b 0%,#000000 100%)!important; padding: 10px 16px; } }
0.183813
0.042543
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; } html { scroll-behavior: smooth; } main { position: relative; z-index: 1; } canvas { /*border: 1px solid #000;*/ position: fixed; top: 0; z-index: 0; } .navbar-nav > .nav-item { -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); } .navbar-nav > .nav-item:hover { background-color: #FF674D; border-radius: 20px; } .navbar-nav > .nav-item:hover .nav-link { color: white !important; } .intro-wrap .name { max-width: 500px; background-color: #FFF5AD; margin: auto; padding: 10px 10px 20px; border-radius: 20px; } .animate { animation: motion 2s ease-in-out infinite alternate-reverse both; } .about-wrap { position: relative; bottom: 115px; } .about-wrap .wave-up { position: relative; top: 25px; } .about-wrap .content { background-color: #FFF5AD; padding: 25px 10px; } .contact-wrap { position: relative; } .contact-wrap .wave-up { position: relative; top: 25px; } .contact-wrap .content { background-color: #fddfed; padding: 25px 10px; } .resource-wrap { position: relative; bottom: 115px; } .resource-wrap .wave-up { position: relative; top: 25px; } .resource-wrap .content { background-color: #C4FFB2; padding: 25px 10px; } .explore-wrap { position: relative; bottom: 230px; } .explore-wrap .wave-up { position: relative; top: 25px; } .explore-wrap .content { background-color: #B5B2D3; padding: 25px 10px; } .wave-down { position: relative; bottom: 10px; } .button { position: fixed; width: 50px; height: 50px; background-color: #FF674D; z-index: 5; bottom: 10px; left: 10px; border-radius: 50%; display: none; } .social-wrap .container .row .col-3 { position: relative; } .social-wrap .container .row .col-3 svg { display: block; } .social-wrap .container .row .col-3 svg:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out; } .social-wrap .container .row .col-3 i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: white; } .offer { background-color: white; color: #242323; border-radius: 20px; } .offer:hover { -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); color: white; background-color: #B5B2D3; } .btn-head { font-size: large; color: #027e3a; } .btn-head:hover, .btn-head:active, .btn-head:visited, .btn-head:focus { text-decoration: none; } .btn-head:hover { color: #FF674D; -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); } .btn-head:focus { color: #FF674D; } .no-style:hover, .no-style:active, .no-style:visited, .no-style:focus { text-decoration: none; } .card-header { background-color: #ffffff !important; border-radius: 0px !important; } .underline { text-decoration: none !important; position: relative !important; } .underline:after { position: absolute; content: ''; height: 4px; bottom: -4px; /* center - (optional) use with adjusting width */ margin: 0 auto; left: 0; right: 0; width: 40%; background: #fff; -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); } /* optional hover classes used with anmiation */ .underline:hover:after { width: 20%; background: #FF674D; } .para-text { font-size: 1.5rem; text-align: justify; } .list-skills { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-skills li { font-size: medium; font-weight: bolder; color: white; background-color: #545b62; padding: 4px 12px; margin: 4px 4px; border-radius: 20px; } .list-skills li:hover { color: #545b62; background-color: white; -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); } /*Scroll Bar */ .fa-arrow-up { position: absolute; } .fa-arrow-up:before { content: "\f062"; position: absolute; left: 10px; bottom: -38px; color: white; } /*Keyframes*/ @-webkit-keyframes motion { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } @keyframes motion { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } /* Media Query */ @media (max-width: 1200px) { .intro-wrap { display: block !important; } } @media (max-width: 768px) { .hide { display: none !important; } .social-wrap { margin-top: 20px; } .social-wrap .container .row .col-3 i { color: #242323 !important; } .about-wrap { bottom: 0px; } .para-text { font-size: 0.9rem; } } @media (max-width: 576px) { .list-skills { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list-skills li { font-size: smaller; } } /*# sourceMappingURL=style.css.map */
style/style.css
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; } html { scroll-behavior: smooth; } main { position: relative; z-index: 1; } canvas { /*border: 1px solid #000;*/ position: fixed; top: 0; z-index: 0; } .navbar-nav > .nav-item { -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1); } .navbar-nav > .nav-item:hover { background-color: #FF674D; border-radius: 20px; } .navbar-nav > .nav-item:hover .nav-link { color: white !important; } .intro-wrap .name { max-width: 500px; background-color: #FFF5AD; margin: auto; padding: 10px 10px 20px; border-radius: 20px; } .animate { animation: motion 2s ease-in-out infinite alternate-reverse both; } .about-wrap { position: relative; bottom: 115px; } .about-wrap .wave-up { position: relative; top: 25px; } .about-wrap .content { background-color: #FFF5AD; padding: 25px 10px; } .contact-wrap { position: relative; } .contact-wrap .wave-up { position: relative; top: 25px; } .contact-wrap .content { background-color: #fddfed; padding: 25px 10px; } .resource-wrap { position: relative; bottom: 115px; } .resource-wrap .wave-up { position: relative; top: 25px; } .resource-wrap .content { background-color: #C4FFB2; padding: 25px 10px; } .explore-wrap { position: relative; bottom: 230px; } .explore-wrap .wave-up { position: relative; top: 25px; } .explore-wrap .content { background-color: #B5B2D3; padding: 25px 10px; } .wave-down { position: relative; bottom: 10px; } .button { position: fixed; width: 50px; height: 50px; background-color: #FF674D; z-index: 5; bottom: 10px; left: 10px; border-radius: 50%; display: none; } .social-wrap .container .row .col-3 { position: relative; } .social-wrap .container .row .col-3 svg { display: block; } .social-wrap .container .row .col-3 svg:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out; } .social-wrap .container .row .col-3 i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: white; } .offer { background-color: white; color: #242323; border-radius: 20px; } .offer:hover { -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); color: white; background-color: #B5B2D3; } .btn-head { font-size: large; color: #027e3a; } .btn-head:hover, .btn-head:active, .btn-head:visited, .btn-head:focus { text-decoration: none; } .btn-head:hover { color: #FF674D; -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); } .btn-head:focus { color: #FF674D; } .no-style:hover, .no-style:active, .no-style:visited, .no-style:focus { text-decoration: none; } .card-header { background-color: #ffffff !important; border-radius: 0px !important; } .underline { text-decoration: none !important; position: relative !important; } .underline:after { position: absolute; content: ''; height: 4px; bottom: -4px; /* center - (optional) use with adjusting width */ margin: 0 auto; left: 0; right: 0; width: 40%; background: #fff; -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); } /* optional hover classes used with anmiation */ .underline:hover:after { width: 20%; background: #FF674D; } .para-text { font-size: 1.5rem; text-align: justify; } .list-skills { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-skills li { font-size: medium; font-weight: bolder; color: white; background-color: #545b62; padding: 4px 12px; margin: 4px 4px; border-radius: 20px; } .list-skills li:hover { color: #545b62; background-color: white; -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); } /*Scroll Bar */ .fa-arrow-up { position: absolute; } .fa-arrow-up:before { content: "\f062"; position: absolute; left: 10px; bottom: -38px; color: white; } /*Keyframes*/ @-webkit-keyframes motion { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } @keyframes motion { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } /* Media Query */ @media (max-width: 1200px) { .intro-wrap { display: block !important; } } @media (max-width: 768px) { .hide { display: none !important; } .social-wrap { margin-top: 20px; } .social-wrap .container .row .col-3 i { color: #242323 !important; } .about-wrap { bottom: 0px; } .para-text { font-size: 0.9rem; } } @media (max-width: 576px) { .list-skills { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .list-skills li { font-size: smaller; } } /*# sourceMappingURL=style.css.map */
0.339171
0.080719
* { margin: 0; padding: 0; } /* all styling below unique to log */ /* Header */ header { height: 68px; position: fixed; top: 0; width: 100%; } #top { background-color: #fff; border-bottom: 1px solid #E6EAEA; height: 68px; width: 100%; display: flex; justify-content: space-between; } #header-logo { border-right: 1px solid #E6EAEA; height: 68px; display: inline-block; vertical-align: middle; padding-left: 8px; padding-right: 8px; } nav { display: flex; justify-content: flex-end; } .nav-list { width: 100%; padding: 0; margin: 0; overflow: hidden; display: inline-block; text-align: center; line-height: 68px; } #menu-icon { display: none; } #mynav-item3 { box-sizing: border-box; border-bottom: 2px solid #63ddfe; height: 68px; } @media screen and (max-width: 685px) { #top { display: inherit; } nav { float: none; width: 100%; border-top: 1px solid #E6EAEA; } ul { box-sizing: border-box; } li{ width: 100%; padding-top: 10px; padding-bottom: 9px; box-sizing: border-box; border-bottom: 1px solid #E6EAEA; background-color: white; font-size: 1.5em; } .nav-list { display: none; } .menu-button { padding-left: 120px; padding-right: 120px; padding-top: 10px; padding-bottom: 10px; } #menu-icon { display: inline-block; color: black; font-size: 1.5em; position: absolute; right: 25px; top: 22px; } #menu-icon:hover { color: #63ddfe; } #mynav-item2 { box-sizing: border-box; border-bottom: 1px solid #E6EAEA; height: 36px; } } /* None of the CSS below is activated when I click on hamburger menu*/ @media screen and (max-width: 685px) { .navbar.responsive { margin-left: auto; margin-right: auto; vertical-align: middle; height: 68px; display: block; } .nav-list.responsive { box-sizing: border-box; border-top: 1px solid #E6EAEA; } #mynav-item3 { box-sizing: border-box; border-bottom: 1px solid #E6EAEA; height: 36px; } } .nav-item { box-sizing: border-box; display: inline-block; text-align: center; text-transform: uppercase; font-weight: lighter; font-size: .9em; font-family: 'Poppins', sans-serif; } @media screen and (max-width: 850px) { .nav-item{ font-size: .8em; } } @media screen and (max-width: 755px) { .nav-item{ font-size: .7em; } } nav a { text-decoration: none; color: #333; padding: 1.5em; } nav a:hover { color: #63ddfe; text-decoration: underline; } /* Main Body */ .buffer { height: 90px; } .pic { width: 60%; height: auto; display: block; margin: auto; } .title { display: flex; justify-content: center; } p { padding-left: 20%; padding-top: 15px; font-family: raleway, sans-serif; font-size: .8em; } h3 { font-size: 2em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } .far { color: #333; font-size: 2em; } .far:hover { color: #63ddfe; } @media screen and (max-width: 700px) { h2 { font-family: 'Playfair Display', serif; color: #333; line-height: 1.2em; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; text-align: center; font-size: 1.75em; width: 450px; padding-left: 8px; padding-right: 8px; box-shadow: 10px 0 0px 0px #63ddfe, -10px 0 0px 0px #63ddfe; } p { padding-top: 30px; font-family: poppins, sans-serif; width: 450px; text-align: center; font-size: .9em; } h3 { font-size: 1.25em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } } @media screen and (max-width: 500px) { h2 { font-family: 'Playfair Display', serif; color: #333; line-height: 1.2em; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; text-align: center; font-size: 1em; width: 250px; padding-left: 8px; padding-right: 8px; box-shadow: 6px 0 0px 0px #63ddfe, -6px 0 0px 0px #63ddfe; } p { padding-top: 30px; font-family: poppins, sans-serif; width: 275px; text-align: center; font-size: .7em; } h3 { font-size: 1em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } } h4 { color: #63ddfe; font-size: 1.5em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 550px; } .main-body { padding-top: 30px; font-family: poppins, sans-serif; width: 500px; text-align: left; } @media screen and (max-width: 700px) { h4 { color: #63ddfe; font-size: 1.25em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 450px; } } @media screen and (max-width: 500px) { h4 { color: #63ddfe; font-size: .7em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 250px; } .main-body { padding-top: 30px; font-family: poppins, sans-serif; width: 300px; text-align: left; } .buffer { height: 90px; } h2 { margin: 1px; } } #afghan { width: 360px; height: 390px; } #police-map { padding-top: 15px; height: 300px; } /* Footer Licensing, links etc... */ footer { background-color: #333; opacity: .7; height: 35px; position: fixed; bottom: 0; width: 100%; } #copyright { color: #fff; line-height: normal; padding: 0px; font-size: .65em; width: 120px; } .footer-social{ display: flex; justify-content: center; } .footer-list{ list-style: none; display: flex; justify-content: center; flex-direction: column } .footer-icons { color: #fff; font-size: 1em; text-decoration: none; display: inline-block; } .fa-instagram { padding:10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s; } .fa-instagram:hover { background-color: #8a3ab9; } .fa-linkedin-in { padding: 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s; } .fa-linkedin-in:hover { background-color: #0073a4; } /* :) */
Through_The_Lens/Architecture/main.css
* { margin: 0; padding: 0; } /* all styling below unique to log */ /* Header */ header { height: 68px; position: fixed; top: 0; width: 100%; } #top { background-color: #fff; border-bottom: 1px solid #E6EAEA; height: 68px; width: 100%; display: flex; justify-content: space-between; } #header-logo { border-right: 1px solid #E6EAEA; height: 68px; display: inline-block; vertical-align: middle; padding-left: 8px; padding-right: 8px; } nav { display: flex; justify-content: flex-end; } .nav-list { width: 100%; padding: 0; margin: 0; overflow: hidden; display: inline-block; text-align: center; line-height: 68px; } #menu-icon { display: none; } #mynav-item3 { box-sizing: border-box; border-bottom: 2px solid #63ddfe; height: 68px; } @media screen and (max-width: 685px) { #top { display: inherit; } nav { float: none; width: 100%; border-top: 1px solid #E6EAEA; } ul { box-sizing: border-box; } li{ width: 100%; padding-top: 10px; padding-bottom: 9px; box-sizing: border-box; border-bottom: 1px solid #E6EAEA; background-color: white; font-size: 1.5em; } .nav-list { display: none; } .menu-button { padding-left: 120px; padding-right: 120px; padding-top: 10px; padding-bottom: 10px; } #menu-icon { display: inline-block; color: black; font-size: 1.5em; position: absolute; right: 25px; top: 22px; } #menu-icon:hover { color: #63ddfe; } #mynav-item2 { box-sizing: border-box; border-bottom: 1px solid #E6EAEA; height: 36px; } } /* None of the CSS below is activated when I click on hamburger menu*/ @media screen and (max-width: 685px) { .navbar.responsive { margin-left: auto; margin-right: auto; vertical-align: middle; height: 68px; display: block; } .nav-list.responsive { box-sizing: border-box; border-top: 1px solid #E6EAEA; } #mynav-item3 { box-sizing: border-box; border-bottom: 1px solid #E6EAEA; height: 36px; } } .nav-item { box-sizing: border-box; display: inline-block; text-align: center; text-transform: uppercase; font-weight: lighter; font-size: .9em; font-family: 'Poppins', sans-serif; } @media screen and (max-width: 850px) { .nav-item{ font-size: .8em; } } @media screen and (max-width: 755px) { .nav-item{ font-size: .7em; } } nav a { text-decoration: none; color: #333; padding: 1.5em; } nav a:hover { color: #63ddfe; text-decoration: underline; } /* Main Body */ .buffer { height: 90px; } .pic { width: 60%; height: auto; display: block; margin: auto; } .title { display: flex; justify-content: center; } p { padding-left: 20%; padding-top: 15px; font-family: raleway, sans-serif; font-size: .8em; } h3 { font-size: 2em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } .far { color: #333; font-size: 2em; } .far:hover { color: #63ddfe; } @media screen and (max-width: 700px) { h2 { font-family: 'Playfair Display', serif; color: #333; line-height: 1.2em; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; text-align: center; font-size: 1.75em; width: 450px; padding-left: 8px; padding-right: 8px; box-shadow: 10px 0 0px 0px #63ddfe, -10px 0 0px 0px #63ddfe; } p { padding-top: 30px; font-family: poppins, sans-serif; width: 450px; text-align: center; font-size: .9em; } h3 { font-size: 1.25em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } } @media screen and (max-width: 500px) { h2 { font-family: 'Playfair Display', serif; color: #333; line-height: 1.2em; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; text-align: center; font-size: 1em; width: 250px; padding-left: 8px; padding-right: 8px; box-shadow: 6px 0 0px 0px #63ddfe, -6px 0 0px 0px #63ddfe; } p { padding-top: 30px; font-family: poppins, sans-serif; width: 275px; text-align: center; font-size: .7em; } h3 { font-size: 1em; padding-left: 8px; font-family: raleway, sans-serif; text-transform: uppercase; padding-top: 80px; padding-bottom: 40px; text-decoration-color: #333; letter-spacing: .2em; } } h4 { color: #63ddfe; font-size: 1.5em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 550px; } .main-body { padding-top: 30px; font-family: poppins, sans-serif; width: 500px; text-align: left; } @media screen and (max-width: 700px) { h4 { color: #63ddfe; font-size: 1.25em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 450px; } } @media screen and (max-width: 500px) { h4 { color: #63ddfe; font-size: .7em; font-family: poppins, open-sans; font-style: italic; letter-spacing: -1px; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; width: 250px; } .main-body { padding-top: 30px; font-family: poppins, sans-serif; width: 300px; text-align: left; } .buffer { height: 90px; } h2 { margin: 1px; } } #afghan { width: 360px; height: 390px; } #police-map { padding-top: 15px; height: 300px; } /* Footer Licensing, links etc... */ footer { background-color: #333; opacity: .7; height: 35px; position: fixed; bottom: 0; width: 100%; } #copyright { color: #fff; line-height: normal; padding: 0px; font-size: .65em; width: 120px; } .footer-social{ display: flex; justify-content: center; } .footer-list{ list-style: none; display: flex; justify-content: center; flex-direction: column } .footer-icons { color: #fff; font-size: 1em; text-decoration: none; display: inline-block; } .fa-instagram { padding:10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s; } .fa-instagram:hover { background-color: #8a3ab9; } .fa-linkedin-in { padding: 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s; } .fa-linkedin-in:hover { background-color: #0073a4; } /* :) */
0.388502
0.074433
:root { --header-height: 80px; --theme-color: #d63369; } * { margin: 0; padding: 0; border: none; outline: none; font: inherit; font-size: 100%; vertical-align: baseline; background: transparent; } html { font-size: 15px; } body { font-family: -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Ubuntu, Tahoma, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', 'Heiti SC', sans-serif; color: #333; text-rendering: optimizeLegibility; } ul, ol { list-style: none; } a { color: #000; text-decoration: none; } strong, b { font-weight: 600; } em, i { font-style: italic; } .fullscreen-page { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: calc(100vh - var(--header-height)); &:after { display: block; height: var(--header-height); content: ''; } .logo { cursor: none; } h1 { line-height: 1.27; font-size: 36px; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-weight: 700; letter-spacing: -1.5px; text-align: center; color: #111; @media screen and (max-width: 690px) and (min-width: 480px) { font-size: 30px; } @media screen and (max-width: 480px) { font-size: 25px; } } .intro { width: 90%; max-width: 600px; margin-top: 6px; line-height: 1.27; font-size: 15px; text-align: center; color: #666; &.short { width: 80%; display: none; } strong { font-weight: 600; } @media screen and (max-width: 690px) { display: none; &.short { display: block; } } } .buttons { width: 90%; margin-top: 18px; text-align: center; a { display: inline-block; margin: 0 6px; } @media screen and (max-width: 690px) { a { display: block; margin: 0; margin-top: 9px; button { box-sizing: border-box; width: 100%; height: 36px!important; border-radius: 18px!important; } } } } }
style/app.css
:root { --header-height: 80px; --theme-color: #d63369; } * { margin: 0; padding: 0; border: none; outline: none; font: inherit; font-size: 100%; vertical-align: baseline; background: transparent; } html { font-size: 15px; } body { font-family: -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Ubuntu, Tahoma, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', 'Heiti SC', sans-serif; color: #333; text-rendering: optimizeLegibility; } ul, ol { list-style: none; } a { color: #000; text-decoration: none; } strong, b { font-weight: 600; } em, i { font-style: italic; } .fullscreen-page { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: calc(100vh - var(--header-height)); &:after { display: block; height: var(--header-height); content: ''; } .logo { cursor: none; } h1 { line-height: 1.27; font-size: 36px; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-weight: 700; letter-spacing: -1.5px; text-align: center; color: #111; @media screen and (max-width: 690px) and (min-width: 480px) { font-size: 30px; } @media screen and (max-width: 480px) { font-size: 25px; } } .intro { width: 90%; max-width: 600px; margin-top: 6px; line-height: 1.27; font-size: 15px; text-align: center; color: #666; &.short { width: 80%; display: none; } strong { font-weight: 600; } @media screen and (max-width: 690px) { display: none; &.short { display: block; } } } .buttons { width: 90%; margin-top: 18px; text-align: center; a { display: inline-block; margin: 0 6px; } @media screen and (max-width: 690px) { a { display: block; margin: 0; margin-top: 9px; button { box-sizing: border-box; width: 100%; height: 36px!important; border-radius: 18px!important; } } } } }
0.525369
0.146728
@media (min-width: 320px) and (max-width: 768px) { } @media (max-width:1920px) { } @media (max-width:1280px) { } /* Landscape */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) { } @media (max-width:1024px) { /*Popup*/ .modal-dialog{width:70%;} .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:980px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 93%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:900px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 92%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:800px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 92%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:768px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container{width:92%;} /*Popup*/ .modal-dialog{width:80%;} .modal-body .dyn-data label{font-size: 12px;} } /*Only for iPhone6+*/ @media (max-width: 736px) { .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:96%;} } /*Only for iPhone6*/ @media (max-width: 667px) { .header .logo{width:160px} .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:97%;} .modal-body .dyn-data label{font-size: 12px;} } @media (max-width: 640px) { .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} } @media (max-width: 600px) { .nav-top{width: 305px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:13px;} .container {width:89%;} } @media (max-width: 568px) { .container{width:89%;} .nav-top {min-width:300px;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 480px) { .header{padding:10px 5px;} .header .logo{width:100%; margin-bottom:20px;} .header .logo img{width:200px;} .container{width:87%;} .nav-top{width:80%; float: none; margin: 0 auto;} .nav-top ul li{margin:0 0 0 15px; padding:0 0 0 15px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:94%;} .form-left, .form-right{width:100%; margin:0;} } /*Only for iPhone6+*/ @media (max-width: 414px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 80%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } /*Only for iPhone6*/ @media (max-width: 375px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 90%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 360px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 90%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 320px) { .blue-box{width:300px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:200px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} /*Popup*/ .modal-dialog{width:93%;} .form-left, .form-right{width:100%; margin:0;} } /* ----------- Apple Watch ----------- */ @media (max-device-width: 42mm) and (min-device-width: 38mm) { } @media (max-width: 281px) { .blue-box .logo{width:100%;} .blue-box{width:250px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:100px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} } /* ----------- Moto 360 Watch ----------- */ @media (max-width: 218px) { .blue-box .logo{width:100%;} .blue-box{width:200px;} .blue-box h1{font-size:24px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:100px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} input[type="button"], input[type="submit"], button[type="submit"], button[type="reset"], .btn-default, .btn-primary{padding:5px 8px;} }
assets/css/responsive.css
@media (min-width: 320px) and (max-width: 768px) { } @media (max-width:1920px) { } @media (max-width:1280px) { } /* Landscape */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) { } @media (max-width:1024px) { /*Popup*/ .modal-dialog{width:70%;} .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:980px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 93%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:900px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 92%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:800px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container {width: 92%;} /*Popup*/ .modal-body .dyn-data label{font-size: 12px;} } @media (max-width:768px) { .nav-top{width:auto; min-width:300px; max-width:450px;} .container{width:92%;} /*Popup*/ .modal-dialog{width:80%;} .modal-body .dyn-data label{font-size: 12px;} } /*Only for iPhone6+*/ @media (max-width: 736px) { .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:96%;} } /*Only for iPhone6*/ @media (max-width: 667px) { .header .logo{width:160px} .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:97%;} .modal-body .dyn-data label{font-size: 12px;} } @media (max-width: 640px) { .nav-top{width:auto; min-width:300px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} } @media (max-width: 600px) { .nav-top{width: 305px;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:13px;} .container {width:89%;} } @media (max-width: 568px) { .container{width:89%;} .nav-top {min-width:300px;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 480px) { .header{padding:10px 5px;} .header .logo{width:100%; margin-bottom:20px;} .header .logo img{width:200px;} .container{width:87%;} .nav-top{width:80%; float: none; margin: 0 auto;} .nav-top ul li{margin:0 0 0 15px; padding:0 0 0 15px;} .nav-top ul li a{font-size:14px;} /*Popup*/ .modal-dialog{width:94%;} .form-left, .form-right{width:100%; margin:0;} } /*Only for iPhone6+*/ @media (max-width: 414px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 80%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } /*Only for iPhone6*/ @media (max-width: 375px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 90%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 360px) { .blue-box{width:340px;} .blue-box .footer{font-size:12px;} .nav-top{float: none; margin: 0 auto; width: 90%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:14px;} .container{width:80%;} /*Popup*/ .form-left, .form-right{width:100%; margin:0;} } @media (max-width: 320px) { .blue-box{width:300px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:200px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} /*Popup*/ .modal-dialog{width:93%;} .form-left, .form-right{width:100%; margin:0;} } /* ----------- Apple Watch ----------- */ @media (max-device-width: 42mm) and (min-device-width: 38mm) { } @media (max-width: 281px) { .blue-box .logo{width:100%;} .blue-box{width:250px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:100px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} } /* ----------- Moto 360 Watch ----------- */ @media (max-width: 218px) { .blue-box .logo{width:100%;} .blue-box{width:200px;} .blue-box h1{font-size:24px;} .blue-box .footer{font-size:11px;} .header{padding:10px 5px;} .header .logo{width:100%;} .header .logo img{width:100px;} .nav-top{width:100%;} .nav-top ul li{margin:0 0 0 5px; padding:0 0 0 5px;} .nav-top ul li a{font-size:12px;} .container{width:80%;} input[type="button"], input[type="submit"], button[type="submit"], button[type="reset"], .btn-default, .btn-primary{padding:5px 8px;} }
0.235812
0.058507
body{ background:#f2f4f5;} .nav{width:100%; position:fixed; top:0;left:0; z-index:2; background:#fff;} .nav ul{width:4.38rem;height:0.6rem; margin:0 auto;} .nav ul li{width:1.46rem;height:0.6rem; float:left;} .nav ul li a{ display:block;width:1.46rem;height:0.6rem; line-height:0.6rem; text-align:center; font-size:0.3rem; color:#9e9a95;} .nav ul li.active a{height:0.5rem; border-bottom:0.1rem solid #5477b2; color:#5477b2;} .content{max-width:6.4rem; margin:0 auto; margin-bottom:0.8rem;} .content .banner{margin-top:0.6rem;position: relative;overflow: hidden; z-index: 1} .banner ul li{width:6.4rem;float:left;position: relative;} .banner ul li img{width:100%; display:block;} .banner ul li .text-box{width:5.8rem; padding:0 0.3rem;height:1.24rem; position:absolute; left:0; bottom:0; color:#fff; background:rgba(0,0,0,0.5);} .text-box h2{ font-size:0.3rem; font-weight:normal; margin-top:0.22rem; line-height:100%; margin-bottom:0.22rem; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} .text-box p{ line-height:100%;} .banner ol{position:absolute; right:0.2rem;bottom:0.2rem;} .banner ol li{width:0.15rem;height:0.15rem; background:#5477b2; float:left; border-radius:50%; margin-right:0.08rem;} .banner ol li.active{ background:#fff;} .content .newsList{width:6.4rem; margin:0 auto;} .newsList ul{ padding:0 0.4rem;} .newsList ul li{ color:#494d4d; padding:0.2rem 0; border-bottom:1px dashed #ccc;} .newsList ul li h2{max-height:0.9rem; font-size:0.33rem; overflow:hidden;} .newsList ul li p{max-height:1.8rem; margin-top:0.05rem;overflow:hidden;} .foot-btn{width:100%;height:0.8rem; background:#fff; position:fixed; left:0; bottom:0; border-top:1px solid #9e9a95;} .foot-btn ul{width:4.08rem; margin:0 auto;} .foot-btn ul li{ float:left;} .foot-btn ul li a{ display:block; width:100%;height:100%;} .foot-btn ul .home{width:0.44rem;height:0.59rem; background:url(../img/home.png) no-repeat 0 0; background-size:100%; margin-top:0.1rem;} .foot-btn ul .write{width:0.82rem;height:0.81rem; background:url(../img/write.png) no-repeat 0 0; background-size:100%; margin-left:1.18rem;} .foot-btn ul .my{width:0.39rem;height:0.63rem; background:url(../img/my.png) no-repeat 0 0;background-size:100%; margin-left:1.18rem; margin-top:0.07rem;}
newz/src/assets/css/index.css
body{ background:#f2f4f5;} .nav{width:100%; position:fixed; top:0;left:0; z-index:2; background:#fff;} .nav ul{width:4.38rem;height:0.6rem; margin:0 auto;} .nav ul li{width:1.46rem;height:0.6rem; float:left;} .nav ul li a{ display:block;width:1.46rem;height:0.6rem; line-height:0.6rem; text-align:center; font-size:0.3rem; color:#9e9a95;} .nav ul li.active a{height:0.5rem; border-bottom:0.1rem solid #5477b2; color:#5477b2;} .content{max-width:6.4rem; margin:0 auto; margin-bottom:0.8rem;} .content .banner{margin-top:0.6rem;position: relative;overflow: hidden; z-index: 1} .banner ul li{width:6.4rem;float:left;position: relative;} .banner ul li img{width:100%; display:block;} .banner ul li .text-box{width:5.8rem; padding:0 0.3rem;height:1.24rem; position:absolute; left:0; bottom:0; color:#fff; background:rgba(0,0,0,0.5);} .text-box h2{ font-size:0.3rem; font-weight:normal; margin-top:0.22rem; line-height:100%; margin-bottom:0.22rem; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} .text-box p{ line-height:100%;} .banner ol{position:absolute; right:0.2rem;bottom:0.2rem;} .banner ol li{width:0.15rem;height:0.15rem; background:#5477b2; float:left; border-radius:50%; margin-right:0.08rem;} .banner ol li.active{ background:#fff;} .content .newsList{width:6.4rem; margin:0 auto;} .newsList ul{ padding:0 0.4rem;} .newsList ul li{ color:#494d4d; padding:0.2rem 0; border-bottom:1px dashed #ccc;} .newsList ul li h2{max-height:0.9rem; font-size:0.33rem; overflow:hidden;} .newsList ul li p{max-height:1.8rem; margin-top:0.05rem;overflow:hidden;} .foot-btn{width:100%;height:0.8rem; background:#fff; position:fixed; left:0; bottom:0; border-top:1px solid #9e9a95;} .foot-btn ul{width:4.08rem; margin:0 auto;} .foot-btn ul li{ float:left;} .foot-btn ul li a{ display:block; width:100%;height:100%;} .foot-btn ul .home{width:0.44rem;height:0.59rem; background:url(../img/home.png) no-repeat 0 0; background-size:100%; margin-top:0.1rem;} .foot-btn ul .write{width:0.82rem;height:0.81rem; background:url(../img/write.png) no-repeat 0 0; background-size:100%; margin-left:1.18rem;} .foot-btn ul .my{width:0.39rem;height:0.63rem; background:url(../img/my.png) no-repeat 0 0;background-size:100%; margin-left:1.18rem; margin-top:0.07rem;}
0.4436
0.069573
.navbarcustom { background-color: #4db6ac !important; box-sizing: inherit; color: #fff; dsiplay: block; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; height: 65px; line-height: 64px; padding-left: 100px; position: relative; text-size-adjust : 100%; } html { background-color: #ebebeb; } .brand-logo { position: absolute; color: #fff; display: inline-block; font-size: 2.1rem; padding: 0; } a { text-decoration: none; } .material-tooltip .backdrop{ background-color: #DB0000; } /* a { font-family: Raleway-Regular; font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; } a:-webkit-any-link { color: -webkit-link; cursor: pointer; text-decoration: underline; } */ /*FOOTER*/ body { display: flex; min-height: 100vh; flex-direction: column; } .main { flex: 1 0 auto; } .page-footer { background-color: #4db6ac !important; } .fa { padding: 15px; font-size: 42px; width: 77px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-pinterest { background: #cb2027; color: white; } .fa-snapchat-ghost { background: #fffc00; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .fa-skype { background: #00aff0; color: white; } .fa-android { background: #a4c639; color: white; } .fa-dribbble { background: #ea4c89; color: white; } .fa-vimeo { background: #45bbff; color: white; } .fa-tumblr { background: #2c4762; color: white; } .fa-vine { background: #00b489; color: white; } .fa-foursquare { background: #45bbff; color: white; } .fa-stumbleupon { background: #eb4924; color: white; } .fa-flickr { background: #f40083; color: white; } .fa-yahoo { background: #430297; color: white; } .fa-soundcloud { background: #ff5500; color: white; } .fa-reddit { background: #ff5700; color: white; } .fa-rss { background: #ff6600; color: white; }
src/AppBundle/Resources/public/css/navbarcustom.css
.navbarcustom { background-color: #4db6ac !important; box-sizing: inherit; color: #fff; dsiplay: block; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; height: 65px; line-height: 64px; padding-left: 100px; position: relative; text-size-adjust : 100%; } html { background-color: #ebebeb; } .brand-logo { position: absolute; color: #fff; display: inline-block; font-size: 2.1rem; padding: 0; } a { text-decoration: none; } .material-tooltip .backdrop{ background-color: #DB0000; } /* a { font-family: Raleway-Regular; font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; } a:-webkit-any-link { color: -webkit-link; cursor: pointer; text-decoration: underline; } */ /*FOOTER*/ body { display: flex; min-height: 100vh; flex-direction: column; } .main { flex: 1 0 auto; } .page-footer { background-color: #4db6ac !important; } .fa { padding: 15px; font-size: 42px; width: 77px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-pinterest { background: #cb2027; color: white; } .fa-snapchat-ghost { background: #fffc00; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .fa-skype { background: #00aff0; color: white; } .fa-android { background: #a4c639; color: white; } .fa-dribbble { background: #ea4c89; color: white; } .fa-vimeo { background: #45bbff; color: white; } .fa-tumblr { background: #2c4762; color: white; } .fa-vine { background: #00b489; color: white; } .fa-foursquare { background: #45bbff; color: white; } .fa-stumbleupon { background: #eb4924; color: white; } .fa-flickr { background: #f40083; color: white; } .fa-yahoo { background: #430297; color: white; } .fa-soundcloud { background: #ff5500; color: white; } .fa-reddit { background: #ff5700; color: white; } .fa-rss { background: #ff6600; color: white; }
0.362969
0.063511
html { background-color: #2e2e2e; } *:focus{ transform: scale(1) } body{ display: flex; font-family: sans-serif; min-height: 100vh; width: 100vw; margin: auto; } body,html { margin: 0; padding: 0; font-family: sans-serif; } h1{ margin-top:2rem; color:white; text-align: center; font-size: 2rem; animation-name: rotatey 0.4s ease-in-out; } main { list-style: none; margin: 0; padding: 0; max-width:40em; margin: auto; } article { margin: 1em 0; padding: 1.25em; transition: 0.4s all ease-in-out; animation: fade-in-up 0.4s forwards; background: #fff; } article h2 { margin-top: 0; } button { position: relative; padding: 1em 2em; border: none; background: #fff; margin-left: 2em; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } button:hover, button:focus { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } button:first-of-type { margin: 0; } .record:before { content:url('../images/recording.svg'); display: block; transform: scale(0.4); } .active { } .active:before{ animation: recording 1s ease-in-out infinite; animation-direction: alternate; } .stopRecord:before { content:url('../images/done.svg'); display: block; transform: scale(0.4); } div { text-align: center; } ul { padding: 0; margin: 0; list-style-type:none; text-align: center; } .key { margin: 0; padding: 0; display: inline-block; margin: 1rem; font-size: 1.5rem; padding: 1rem .5rem; transition: all .07s ease; width: 10rem; text-align: center; color: white; animation-name: rotatey 0.4s ease-in-out; } .playing { transform: scale(2); border-color: #ff726f; color:#ff726f; } kbd { display: block; font-size: 3rem; } .sound { font-size: 1rem; text-transform: uppercase; letter-spacing: .1rem; color: #ff726f; } img { transition: all 0.4s ease-in-out; display: block; width:50px; margin:auto; } img:hover { transform: rotatey(180deg); } /* video { display: none; } */ @keyframes rotatey { to { transform: rotatey(180deg); } } @media(max-width:30em){ .key{ display: block; margin: auto; } } @keyframes fade-in-up { from { opacity: 0; transform: translate3d(-10%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes recording { from { transform: scale(0.4) } to { transform: scale(0.8) } }
public/css/style.css
html { background-color: #2e2e2e; } *:focus{ transform: scale(1) } body{ display: flex; font-family: sans-serif; min-height: 100vh; width: 100vw; margin: auto; } body,html { margin: 0; padding: 0; font-family: sans-serif; } h1{ margin-top:2rem; color:white; text-align: center; font-size: 2rem; animation-name: rotatey 0.4s ease-in-out; } main { list-style: none; margin: 0; padding: 0; max-width:40em; margin: auto; } article { margin: 1em 0; padding: 1.25em; transition: 0.4s all ease-in-out; animation: fade-in-up 0.4s forwards; background: #fff; } article h2 { margin-top: 0; } button { position: relative; padding: 1em 2em; border: none; background: #fff; margin-left: 2em; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } button:hover, button:focus { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } button:first-of-type { margin: 0; } .record:before { content:url('../images/recording.svg'); display: block; transform: scale(0.4); } .active { } .active:before{ animation: recording 1s ease-in-out infinite; animation-direction: alternate; } .stopRecord:before { content:url('../images/done.svg'); display: block; transform: scale(0.4); } div { text-align: center; } ul { padding: 0; margin: 0; list-style-type:none; text-align: center; } .key { margin: 0; padding: 0; display: inline-block; margin: 1rem; font-size: 1.5rem; padding: 1rem .5rem; transition: all .07s ease; width: 10rem; text-align: center; color: white; animation-name: rotatey 0.4s ease-in-out; } .playing { transform: scale(2); border-color: #ff726f; color:#ff726f; } kbd { display: block; font-size: 3rem; } .sound { font-size: 1rem; text-transform: uppercase; letter-spacing: .1rem; color: #ff726f; } img { transition: all 0.4s ease-in-out; display: block; width:50px; margin:auto; } img:hover { transform: rotatey(180deg); } /* video { display: none; } */ @keyframes rotatey { to { transform: rotatey(180deg); } } @media(max-width:30em){ .key{ display: block; margin: auto; } } @keyframes fade-in-up { from { opacity: 0; transform: translate3d(-10%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes recording { from { transform: scale(0.4) } to { transform: scale(0.8) } }
0.509032
0.094887
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+Pro:wght@700&display=swap"); .header { display: flex; padding: 0 12%; justify-content: space-between; align-items: center; background-color: #272727; height: 80px; } .toggleMenuButton { appearance: none; color: transparent; background-color: transparent; padding: 0; height: 40px; width: 40px; border: none; background-image: url(../img/burger_closed.svg); background-repeat: no-repeat; background-size: cover; background-position: center; cursor: pointer; } .toggleMenuButton.toggled { background-image: url(../img/burger_open.svg); } .navMenu { display: none; } .navMenu.open { display: flex; justify-content: center; align-items: center; height: 56px; background-color: #f8ea01; } .navOptionList { display: flex; list-style: none; justify-content: center; align-items: center; } .navOptionListItem { margin: 0 15px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; display: flex; align-items: center; text-align: center; text-decoration-line: underline; color: #000000; } .sectionTitle { font-family: "Source Sans Pro", sans-serif; font-weight: 700; font-size: 40px; line-height: 40px; color: #000; text-align: left; } .paragraph { font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; color: #000; text-align: left; } .articleTitle { font-family: "Source Sans Pro", sans-serif; font-weight: 700; font-size: 30px; line-height: 45px; color: #000; text-align: left; margin: 15px 0; } .heroSection { display: flex; justify-content: center; flex-direction: column; padding: 60px 50% 70px 12%; } .newsSection { background-color: #ffffff; padding: 110px 12%; } .articleWrapper { display: flex; flex-wrap: wrap; } .articleItem { display: flex; flex-direction: column; justify-content: space-between; flex: 1; margin-right: 20px; margin-bottom: 20px; } .articleContentWrapper { display: flex; flex-direction: column; justify-content: space-between; flex: 1; } .articleItem:last-child { margin-right: 0; } .articleHeader { display: flex; flex-direction: column; } .newsletterSection { display: flex; justify-content: center; align-items: center; padding: 110px 0; } .newsletterForm { display: flex; align-items: flex-end; } .newsletterFormControl { display: flex; flex-direction: column; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; } .newsletterFormControlInput { background-color: #fff; border: thin solid #bdbdbd; border-radius: 3px; box-sizing: border-box; width: 380px; padding: 12px 8px; font-family: Poppins; } .newsletterFormControlInput::placeholder { color: #cac8c8; } .submitButton { width: 180px; height: 43px; background-color: #f8ea01; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; border-radius: 3px; margin: 0 20px; border: none; cursor: pointer; } .footer { display: flex; justify-content: center; align-items: center; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; color: #fff; background-color: #272727; height: 96px; } .moreLink { height: 40px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 3px; color: #000000; background: #ff63b1; width: 214px; text-decoratnewsletterFormControlInpution: none; } @media (max-width: 720px) { .heroSection { display: flex; justify-content: center; flex-direction: column; padding: 30px; } .newsSection { padding: 30px; } .articleItem { margin: 20px; } .newsletterForm { flex-direction: column; align-items: center; } .newsletterFormControl { margin-bottom: 15px; align-items: center; } .newsletterFormControlInput { width: unset; } .submitButton { width: unset; padding: 10px 20px; } .moreLink { width: unset; } }
css/theme.css
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+Pro:wght@700&display=swap"); .header { display: flex; padding: 0 12%; justify-content: space-between; align-items: center; background-color: #272727; height: 80px; } .toggleMenuButton { appearance: none; color: transparent; background-color: transparent; padding: 0; height: 40px; width: 40px; border: none; background-image: url(../img/burger_closed.svg); background-repeat: no-repeat; background-size: cover; background-position: center; cursor: pointer; } .toggleMenuButton.toggled { background-image: url(../img/burger_open.svg); } .navMenu { display: none; } .navMenu.open { display: flex; justify-content: center; align-items: center; height: 56px; background-color: #f8ea01; } .navOptionList { display: flex; list-style: none; justify-content: center; align-items: center; } .navOptionListItem { margin: 0 15px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; display: flex; align-items: center; text-align: center; text-decoration-line: underline; color: #000000; } .sectionTitle { font-family: "Source Sans Pro", sans-serif; font-weight: 700; font-size: 40px; line-height: 40px; color: #000; text-align: left; } .paragraph { font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; color: #000; text-align: left; } .articleTitle { font-family: "Source Sans Pro", sans-serif; font-weight: 700; font-size: 30px; line-height: 45px; color: #000; text-align: left; margin: 15px 0; } .heroSection { display: flex; justify-content: center; flex-direction: column; padding: 60px 50% 70px 12%; } .newsSection { background-color: #ffffff; padding: 110px 12%; } .articleWrapper { display: flex; flex-wrap: wrap; } .articleItem { display: flex; flex-direction: column; justify-content: space-between; flex: 1; margin-right: 20px; margin-bottom: 20px; } .articleContentWrapper { display: flex; flex-direction: column; justify-content: space-between; flex: 1; } .articleItem:last-child { margin-right: 0; } .articleHeader { display: flex; flex-direction: column; } .newsletterSection { display: flex; justify-content: center; align-items: center; padding: 110px 0; } .newsletterForm { display: flex; align-items: flex-end; } .newsletterFormControl { display: flex; flex-direction: column; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; } .newsletterFormControlInput { background-color: #fff; border: thin solid #bdbdbd; border-radius: 3px; box-sizing: border-box; width: 380px; padding: 12px 8px; font-family: Poppins; } .newsletterFormControlInput::placeholder { color: #cac8c8; } .submitButton { width: 180px; height: 43px; background-color: #f8ea01; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; border-radius: 3px; margin: 0 20px; border: none; cursor: pointer; } .footer { display: flex; justify-content: center; align-items: center; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; color: #fff; background-color: #272727; height: 96px; } .moreLink { height: 40px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 3px; color: #000000; background: #ff63b1; width: 214px; text-decoratnewsletterFormControlInpution: none; } @media (max-width: 720px) { .heroSection { display: flex; justify-content: center; flex-direction: column; padding: 30px; } .newsSection { padding: 30px; } .articleItem { margin: 20px; } .newsletterForm { flex-direction: column; align-items: center; } .newsletterFormControl { margin-bottom: 15px; align-items: center; } .newsletterFormControlInput { width: unset; } .submitButton { width: unset; padding: 10px 20px; } .moreLink { width: unset; } }
0.347205
0.08152
.App { text-align: center; } .App-header { background-image: url("background.jpg"); background-size: cover; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-content-wrapper { background-color: #282c34; padding: 40px; border-radius: 20px; opacity: .85; max-width: 50%; text-align: center; display: inline-block; width: 800px; height: 600px; } .App-content-wrapper input { color: #282c34; } button { -moz-box-shadow: 0 0 0 2px #9fb4f2; -webkit-box-shadow: 0 0 0 2px #9fb4f2; box-shadow: 0 0 0 2px #9fb4f2; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e)); background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0); background-color:#7892c2; -moz-border-radius:42px; -webkit-border-radius:42px; border-radius:42px; display:inline-block; cursor:pointer; color:#ffffff; font-size:28px; padding:20px 75px; text-decoration:none; text-shadow:0 1px 0 #283966; height: 84px; width: 360px; } button:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2)); background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0); background-color:#476e9e; } button:focus { outline: 0; } .loader, .loader:before, .loader:after { border-radius: 50%; width: 10px; height: 10px; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; } .loader { color: #ffffff; font-size: 10px; margin: 0 auto 20px; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } .loader:before, .loader:after { content: ''; position: absolute; top: 0; } .loader:before { left: -20px; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loader:after { left: 20px; } @-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 1.5em 0 -0.3em; } 40% { box-shadow: 0 1.5em 0 0; } } @keyframes load7 { 0%, 80%, 100% { box-shadow: 0 1.5em 0 -0.3em; } 40% { box-shadow: 0 1.5em 0 0; } } ul { list-style-type: none; padding: 10px; margin: 0; } h6 { margin: 10px 0; } a { color: #ffffff; } p { font-size: 12px; }
src/App.css
.App { text-align: center; } .App-header { background-image: url("background.jpg"); background-size: cover; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-content-wrapper { background-color: #282c34; padding: 40px; border-radius: 20px; opacity: .85; max-width: 50%; text-align: center; display: inline-block; width: 800px; height: 600px; } .App-content-wrapper input { color: #282c34; } button { -moz-box-shadow: 0 0 0 2px #9fb4f2; -webkit-box-shadow: 0 0 0 2px #9fb4f2; box-shadow: 0 0 0 2px #9fb4f2; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e)); background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%); background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0); background-color:#7892c2; -moz-border-radius:42px; -webkit-border-radius:42px; border-radius:42px; display:inline-block; cursor:pointer; color:#ffffff; font-size:28px; padding:20px 75px; text-decoration:none; text-shadow:0 1px 0 #283966; height: 84px; width: 360px; } button:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2)); background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%); background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0); background-color:#476e9e; } button:focus { outline: 0; } .loader, .loader:before, .loader:after { border-radius: 50%; width: 10px; height: 10px; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; } .loader { color: #ffffff; font-size: 10px; margin: 0 auto 20px; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } .loader:before, .loader:after { content: ''; position: absolute; top: 0; } .loader:before { left: -20px; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loader:after { left: 20px; } @-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 1.5em 0 -0.3em; } 40% { box-shadow: 0 1.5em 0 0; } } @keyframes load7 { 0%, 80%, 100% { box-shadow: 0 1.5em 0 -0.3em; } 40% { box-shadow: 0 1.5em 0 0; } } ul { list-style-type: none; padding: 10px; margin: 0; } h6 { margin: 10px 0; } a { color: #ffffff; } p { font-size: 12px; }
0.425009
0.109849
body { font-family: sans-serif; margin: 0; /* background-color: rgba(0, 0, 0, 0.782); */ } a { text-decoration: none; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { margin: 1em; display: inline-block; } /* kl start from here */ /* for home page */ .warpper { padding-top: 10px; text-align: center; font-size: 30px; font-family: Georgia, 'Times New Roman', Times, serif; } .img-area { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; } .single-img { padding: 0 5px 0px; width: 24%; } .single-img img { height: 100%; width: 100%; } /* for allpic page */ .container-imgs { display: flex; } .container-imgs-col1 { display: flex; flex-direction: column; } .container-imgs-col2-filter { /* height: 50px; */ } .button-home { border-radius: 10px; height: 40px; background-color: rgba(35, 48, 9, 0.637); font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; margin-left: 8px; /* padding-left: 10px; padding-right: 10px; */ padding: 10px; color: white; } .button-home:hover { background-color: #81a1424d; color: rgb(230, 53, 22); } .nav { display: flex; background-color: rgba(0, 0, 0, 0.782); height: 120px; } .nav-2 { text-align: right; display: flex; padding-left: 160px; padding-top: 10px; } .logo-div { margin: 0px; padding: 0px; display: flex; } .home-button-div { background-color: rgba(0, 0, 0, 0.782); } .pictureoflove { padding-top: 40px; padding-left: 300px; color: aliceblue; font-family: fantasy; font-size: 50px; } /* end of home */ /* start authorpictures */ .authorpictures-container { display: flex; /* align-items: stretch; */ /* background-color: #f1f1f1; */ } .authorpictures-container > div { width: 100px; /* height: 100px; */ /* margin: 10px; */ line-height: 35px; font-size: 16px; } .left { flex-grow: 1; } .right { flex-grow: 7; } .span-hidden { display: none; } .active { color: darkcyan; } li { list-style-type: none; } .older-img-div { display: flex; flex-direction: row; } .older-img-div span { padding-bottom: 10px; } .container-imgs-col2-filter { display: flex; flex-direction: row; margin: 0px; padding-top: 10px; padding-left: 100px; } .container-imgs-col2-filter select { width: 20%; height: 30px; } .btn-regular { height: 30px; border-radius: 10px; background-color: rgba(35, 48, 9, 0.637); color: white; } /* end authorpictures */ /* start addpictures */ .add-form-div { display: flex; /* width: 100%; height: auto; */ /* background-color: black; */ /* color: white; */ } .add-form-div-1 { flex-grow: 50%; padding-top: 10px; /* background-color: rgba(128, 128, 128, 0.029) */ } .add-form-div-2 { flex-grow: 50%; padding-top: 0px; padding-left: 5px; } .add-form-div-2 img { width: 100%; height: 100%; } .add-form-div-1 form { display: flex; flex-direction: column; align-items: left; margin-top: 20px; margin-left: 50px; margin-right: 50px; } .add-form-div input[type='submit'] { background-color: #4caf50; color: white; padding: 14px 20px; margin: 30px 0; width: 50%; border: none; border-radius: 4px; cursor: pointer; } .add-form-div input[type='file'] { /* display: none; */ } .add-form-div select { width: 80%; height: 30px; } .add-form-div input[type='text'] { width: 75%; height: 25px; } .custom-file-upload { border: 2px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; margin: 8px 0; border-radius: 4px; cursor: pointer; width: 30%; } /* end addpictures */ .home-textbox { width: 100px; border-radius: 15px; height: 30px; } .nav-span { color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; font-size: 14px; } .home-span-desc { color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; } .img-desc-ap, .img-desc { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman'; font-size: 18px; padding-top: 5px; color: rgb(45, 52, 45); } .img-desc { padding-bottom: 1px; } .button-div { padding-bottom: 5px; }
public/style.css
body { font-family: sans-serif; margin: 0; /* background-color: rgba(0, 0, 0, 0.782); */ } a { text-decoration: none; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { margin: 1em; display: inline-block; } /* kl start from here */ /* for home page */ .warpper { padding-top: 10px; text-align: center; font-size: 30px; font-family: Georgia, 'Times New Roman', Times, serif; } .img-area { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; } .single-img { padding: 0 5px 0px; width: 24%; } .single-img img { height: 100%; width: 100%; } /* for allpic page */ .container-imgs { display: flex; } .container-imgs-col1 { display: flex; flex-direction: column; } .container-imgs-col2-filter { /* height: 50px; */ } .button-home { border-radius: 10px; height: 40px; background-color: rgba(35, 48, 9, 0.637); font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; margin-left: 8px; /* padding-left: 10px; padding-right: 10px; */ padding: 10px; color: white; } .button-home:hover { background-color: #81a1424d; color: rgb(230, 53, 22); } .nav { display: flex; background-color: rgba(0, 0, 0, 0.782); height: 120px; } .nav-2 { text-align: right; display: flex; padding-left: 160px; padding-top: 10px; } .logo-div { margin: 0px; padding: 0px; display: flex; } .home-button-div { background-color: rgba(0, 0, 0, 0.782); } .pictureoflove { padding-top: 40px; padding-left: 300px; color: aliceblue; font-family: fantasy; font-size: 50px; } /* end of home */ /* start authorpictures */ .authorpictures-container { display: flex; /* align-items: stretch; */ /* background-color: #f1f1f1; */ } .authorpictures-container > div { width: 100px; /* height: 100px; */ /* margin: 10px; */ line-height: 35px; font-size: 16px; } .left { flex-grow: 1; } .right { flex-grow: 7; } .span-hidden { display: none; } .active { color: darkcyan; } li { list-style-type: none; } .older-img-div { display: flex; flex-direction: row; } .older-img-div span { padding-bottom: 10px; } .container-imgs-col2-filter { display: flex; flex-direction: row; margin: 0px; padding-top: 10px; padding-left: 100px; } .container-imgs-col2-filter select { width: 20%; height: 30px; } .btn-regular { height: 30px; border-radius: 10px; background-color: rgba(35, 48, 9, 0.637); color: white; } /* end authorpictures */ /* start addpictures */ .add-form-div { display: flex; /* width: 100%; height: auto; */ /* background-color: black; */ /* color: white; */ } .add-form-div-1 { flex-grow: 50%; padding-top: 10px; /* background-color: rgba(128, 128, 128, 0.029) */ } .add-form-div-2 { flex-grow: 50%; padding-top: 0px; padding-left: 5px; } .add-form-div-2 img { width: 100%; height: 100%; } .add-form-div-1 form { display: flex; flex-direction: column; align-items: left; margin-top: 20px; margin-left: 50px; margin-right: 50px; } .add-form-div input[type='submit'] { background-color: #4caf50; color: white; padding: 14px 20px; margin: 30px 0; width: 50%; border: none; border-radius: 4px; cursor: pointer; } .add-form-div input[type='file'] { /* display: none; */ } .add-form-div select { width: 80%; height: 30px; } .add-form-div input[type='text'] { width: 75%; height: 25px; } .custom-file-upload { border: 2px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; margin: 8px 0; border-radius: 4px; cursor: pointer; width: 30%; } /* end addpictures */ .home-textbox { width: 100px; border-radius: 15px; height: 30px; } .nav-span { color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; font-size: 14px; } .home-span-desc { color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; } .img-desc-ap, .img-desc { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman'; font-size: 18px; padding-top: 5px; color: rgb(45, 52, 45); } .img-desc { padding-bottom: 1px; } .button-div { padding-bottom: 5px; }
0.361616
0.063773
html, body { width: 100%; height: 100%; } .padding-large{ padding:300px !important; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: #f05f40; border-width: 3px; } hr.light { border-color: #fff; } a { color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #eb3812; } /* h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; }*/ p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; } .bg-primary { background-color: #f05f40; } .bg-dark { color: #fff; background-color: #222; } .text-faded { color: rgba(255,255,255,.7); } section { padding: 40px 0; } aside { padding: 50px 0; } .no-padding { padding: 0 !important; } .no-margin{ margin: 0 !important; } .navbar-default { border-color: rgba(34,34,34,.05); background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #f05f40; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { font-size: 16px; font-weight: 700; color: #222; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #f05f40; } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: #f39c12!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { background-color: rgba(3,73,84,.6); } .navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255,.7); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #fff; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: rgba(255,255,255,.7); } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #fff; } .navbar-default.affix { border-color: rgba(34,34,34,.05); background-color: white; } .navbar-default.affix .navbar-header .navbar-brand { font-size: 14px; color: #f05f40; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: #f05f40; } .tab-switch-default { background-color: rgba(236,240,241,1); box-shadow: 0px 1px 2px 0px #95a5a6 ; -webkit-box-shadow: 0px 1px 2px 0px #95a5a6 ; -moz-box-shadow: 0px 1px 2px 0px #95a5a6 ; -o-box-shadow: 0px 1px 2px 0px #95a5a6 ; } } header { position: relative; width: 100%; min-height: 3600px; text-align: center; color: #fff; background-image: url(../img/WeAreHiring.png); /*background-color: #199FB3;*/ background-color: #2090A1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .front-bg{ position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-image: url('../img/class/bg_Kelas.png'); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media(min-width:768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(240,95,64,.9); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #f05f40; } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: #fff; color: #222; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #222; background-color: #f2f2f2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: #f05f40; color: #fff; background-color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: #ed431f; color: #fff; background-color: #ee4b28; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #f05f40; background-color: #f05f40; } .btn-primary .badge { color: #f05f40; background-color: #fff; } .btn { border: 0; border-radius: 5px; text-transform: uppercase; font-size: 14px !important; font-weight: 400; } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } /*body { font-family: 'Aileron' !important; webkit-tap-highlight-color: #222; }*/ @font-face { font-family: 'Open Sans'; src: url('/fonts/OpenSans/OpenSans-Regular.ttf'); } ul.nav > li > a { text-transform: uppercase !important; } a{ font-family: 'Open Sans' !important; webkit-tap-highlight-color: #222; font-weight: bold !important; } body { font-family: 'Aller Light' !important; webkit-tap-highlight-color: #222; moz-tap-highlight-color: #222 } @font-face { font-family: 'Aller Light'; src: url('/fonts/Aller/Aller_Lt.ttf'); } .flex-viewport{ width: 85% !important; margin: 0 auto !important; } .flex-direction-nav a { overflow: visible !important; } @media(min-width:768px) { .yellow-bg{ background-color:#FAA61E ; } .red-bg{ background-color:#d35400; } .no-padding{ padding:0px; } .padding-narrow{ padding:20px; } .padding-narrow-2{ padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:3px; } .no-padding-top{ padding-top: 0px; } .white-text{ color:white !important; } .rocket-bg{ background-image: url('../img/background/rocket.png'); } .class-bg{ background-image: url('../img/class/bg_Kelas.png'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; /*-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;*/ } .laptop-bg{ background-image: url('../img/laptop-4.jpg'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .laptop-bg-2{ background-image: url('../img/laptop-5.jpg'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .class-bg-1{ background-image: url('../img/class/bg_Kelas-1.png'); /*background-color: #E5FDFF ;*/ position: relative; width: 100%; min-height: auto; text-align: center; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } img.icon{ margin:20px; } .bottom-border{ background-color: #ecf0f1; border-bottom: 5pt solid #bdc3c7; } .yellow-bottom-border{ border-bottom: 1pt solid #e67e22; } .black-bottom-border{ border-bottom: 2pt solid #414242; } .green-bottom-border{ border-bottom: 2pt solid #05505C; } .icon-medium{ min-width:70%; max-width:105%; } .tes{ margin-left:auto; margin-right: auto; display: block; } .margin-all-narrow{ border-radius: 2px !important; padding-top:10px !important; padding-bottom:10px !important; padding-left:15px !important; padding-right:15px !important; max-height: 50px !important; margin:5px !important; } .padding-all-narrow{ border-radius: 2px !important; padding-top:10px !important; padding-bottom:10px !important; padding-left:15px !important; padding-right:15px !important; max-height: 50px !important; margin:0 !important; } .login:hover{ background-color: #f1c40f !important; } .register:hover{ background-color: #c0392b !important; } .page-scroll{ font-size: 14px !important; color: white ; font-weight: bold !important; } h3,h4,h5{ font-family: 'Open Sans' !important; font-weight: bold !important; } .page-scroll:hover{ color: #f1c40f !important; font-weight: bold; } .navbar-brand:hover{ background-color: white !important; } .short-input{ max-width:100%; } .medium-input{ min-width:200px; } .transparent-form { margin-top: 15px; margin-bottom: 7px; margin-right: 0px !important; background-color: transparent !important; border-color: white !important; border-radius-left: 100px !important; border-width: 1px !important; color: white !important; border-style: block; } .search-button{ margin-top: 8px; margin-bottom: 7px; margin-left: 0 !important; margin-right: 10px !important; background-color: transparent !important; border-color: white!important; border-radius-right: 100px !important; border-width: 1px !important; color: #bdc3c7 !important; } .search-button:hover{ color: #FAA61E !important; } .large{ font-size: 22px !important; } .footer{ padding: 0 !important; position: relative; min-height: 360 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/footer.png); /*background-color: #199FB3;*/ background-color: #F39C12; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; /*box-shadow: 0px -1px 1px 0px #95a5a6; -webkit-box-shadow: 0px -1px 1px 0px #95a5a6; -moz-box-shadow: 0px -1px 1px 0px #95a5a6; -o-box-shadow: 0px -1px 1px 0px #95a5a6;*/ /* left right bottom up */ } .header-half{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/half-header.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-about{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-about.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-call{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-call.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-class{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-class.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-subject{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-subject.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-info{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-info.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-profil{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-profil.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-profil{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-profil.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-tryout{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-tryout.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .quote{ padding: 0 !important; position: relative; min-height: 360 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; /*background-color: #199FB3;*/ background-image: url('../img/quote/quote.png'); background-color: #0A535E; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .logo-large{ max-width:100px !important; max-height:100px !important; margin-left: 0; margin-top: 24px; margin-bottom: 24px; } .logo-small{ max-width:auto !important; max-height:60px !important; } .header-margin{ margin-top: 60px; margin-bottom: 10px; } .photo-quote{ width:100px !important; height:100px !important; background-image: url('../img/quote/01.png'); border-radius: 300px; margin-left: 0; } .photo-border{ padding: 20px !important; width:120px !important; height:120px !important; background-color: #02454F; margin-left: 0; padding: 10px !important; margin-top: 10px; margin-bottom: 10px; border-radius: 300px; } .hr-left{ position: 0 !important; } .sitemap{ color: #ecf0f1 !important; } .sitemap:hover{ color: #f1c40f !important; text-decoration: none !important; } .icon-small{ width:5%; margin-top: 20px; margin-right: 10px; } .fb{ color:#20488C !important; } .twitter{ color:#66C7ED !important; } .youtube{ color:#e74c3c !important; } .social-icon{ font-size: 20px; margin-right: 10px; } .social-icon-2{ font-size: 14px; margin-left: 5px; margin-right: 5px; } .dark-bg{ background-color: rgba(0,0,0,.4); margin: 0 !important; padding:10px; } .dark-bg-medium{ background-color: rgba(0,0,0,.7); /*background-color: rgba(1,45,69,.9);*/ margin: 0 !important; padding:10px; } .dark-bg-darker{ background-color: rgba(18,92,103,.85); margin: 0 !important; padding:10px; } .black-bg{ /*#013645*/ /*#125C67*/ background-color:#027587 ; } .black-bg-transparent{ /*#013645*/ /*#125C67*/ background-color:rgba(0,0,0,0.8) ; padding: 0 !important; margin:0 !important; } .video-bg{ /*#013645*/ /*#125C67*/ background-color:#007182 ; box-shadow: 0px 10px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; -webkit-box-shadow: 0px 5px 2px 0px #0B515C inset, 0px -5px 2px 0px #0B515C inset ; -moz-box-shadow: 0px 10px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; -o-box-shadow: 0px 15px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; } .transparent{ border-style:none !important; background-color: transparent !important; color: white !important; } .top-margin{ margin-top: 40px; } .top-margin-2{ margin-top: 60px; } .top-margin-narrow{ margin-top: 20px; } .section-heading{ color:#454747 !important; font-weight: bold !important; text-transform: uppercase !important; font-size: 20px !important; } .title{ color:#135C65 !important; font-weight: bold !important; } .content{ color:#3A4142 !important; } .rounded{ border-radius: 300px !important; } .left-rounded{ border-top-left-radius: 300px !important; border-bottom-left-radius: 300px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .right-rounded{ border-top-right-radius: 300px !important; border-bottom-right-radius: 300px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .yell-bg{ background-color: #F6AB02 !important; color: white !important; border-style: none !important; border-radius: 0px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .yellow-outlined{ border-style: solid !important; border-width: 1px !important; border-color: #F6AB02 !important; background-color: transparent !important; box-shadow: none !important; color: #f1c40f ; } .yellow-outlined:hover{ border-color: #c0392b !important; } .yellow-outlined-hover:hover{ border-color: none !important; /*border-color: #F6AB02 !important;*/ background-color: #F6AB02 !important; color: #c0392b; } .green-bg{ background-color: #135C65 !important; color: white !important; border-style: none !important; /*border-radius: 5px !important;*/ padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .no-radius{ margin-bottom: 2px !important; } .affix-top > div > div > .bg-green{ background-color: #024D59; } .affix > div > div > .bg-green { background-color: white; } .green-outlined{ border-color: #135C65 !important; border-width:10px !important; background-color: blue !important; color: #135C65; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-bg{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 5px !important; } .red-bg:hover{ background-color: #F39C11 !important; color: white !important; border-style: none !important; border-radius: 5px !important; } .red-outlined{ border-style: block 2px #e74c3c !important; background-color: transparent !important; color: #e74c3c; } .img-info-large{ max-width: 500px !important; max-height: auto !important; display:inline-block !important; text-align: left !important; } .img-info-small{ max-width: 100px !important; max-height: auto !important; } .paragraph{ text-align: justify; } .author{ font-style: italic; color: #F6AB02; } .inline{ } .link-info{ font-size: 14px !important; } .link-info-full{ font-size: 16px !important; } a:hover{ text-decoration: none !important; } .new-info{ max-width: 500px !important; max-height: auto !important; } .top-margin{ margin-top: 25px !important; } .top-padding{ padding-top: 20px !important; } .left-margin{ margin-left: 25px !important; } .left-margin-medium{ margin-left: 55px !important; } .left-margin-large{ margin-left: 100px !important; } .no-padding{ padding:0 !important; margin-top: 0!important; } .bottom-border{ margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #125C67 solid !important; } .top-border{ border-top: 1px #125C67 solid !important; } .top-padding-narrow{ padding-top: 5px !important; } .top-padding-large{ padding-top: 235px !important; } .big-icon{ font-size: 28px !important; margin-left: 10px !important; } .icon-bg-special{ padding:45px !important; height:300px; width:300px; margin-left:10px !important; margin-right:10px !important; border-radius:10px; } .icon-bg-special:hover{ background-color: rgba(0,0,0,.6); } .icon-bg{ padding:45px !important; margin-left:10px !important; margin-right:10px !important; height:250px; width:250px; border-radius:10px; } .icon-bg:hover{ background-color: rgba(0,0,0,.6); } .small-icon{ font-size: 18px !important; } .tiny-icon{ height:150px !important; width: auto; } .job-icon{ height:150px; width: auto; } .job-icon-special{ height:200px; width: auto; } .job-icon-large{ width:400px; height: auto; padding:60px !important; } .left-padding-large{ padding-left:160px !important; } li{ float: center !important; } .fade{ background-color: rgba(0,0,0,.5) !important; } .top-padding{ padding-top: 10% !important; } .top-padding-medium{ padding-top: 10px !important; } .font-green{ /*color: #000000 !important;*/ color: #135C65 !important; text-transform: none !important; } .font-black{ color:black; } .font-medium{ font-size: 18px !important; } .bold{ font-weight: bold !important; } .padding-medium{ padding-top: 0px !important; padding-left: 40px !important; padding-bottom: 0px !important; padding-right: 40px !important; } .input-medium{ width: 75% !important; } .input-short{ width: 50% !important; } .input-long{ width: 100% !important; } .input-font-size{ font-size: 16px !important; } .bottom-margin{ margin-bottom: 5px !important } .bottom-margin-narrow{ margin-bottom: 20px !important } .right-margin{ margin-right: 40px !important } .form-control{ height: 45px !important; } .right-margin-very-small{ margin-right: 5px !important } .margin-very-small{ margin: 5px !important } .padding-very-small{ padding: 5px !important; } .margin-small{ margin: 10px !important } .padding-small{ padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .padding-all{ padding-top: 5px !important; padding-bottom: 10px !important; padding-left: 40px !important; padding-right: 20px !important; } .right-border{ border-style: block !important; border-color: grey !important; border-right-width: 10px !important; } .right-border-small{ border-right-style: solid !important; border-right-color: #ecf0f1 !important; border-right-width: 2px !important; } .all-border{ border-style: solid !important; border-color: #ecf0f1 !important; border-width: 2px !important; } .socmed-login-btn{ width: 180px !important; } .fb-bg{ background-color:#20488C !important; } .fb-bg:hover{ background-color:#0C336A !important; } .twitter-bg{ background-color:#66C7ED !important; } .twitter-bg:hover{ background-color:#1BA3D7 !important; } .link-register{ color: #E84C3D !important; } .link-register:hover{ color: #F39C11 !important; font-weight: bold !important; } .tab-selected{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } .tab-option{ background-color: transparent !important; } .tab-option:hover, .tab-option:visited, a.tab-option .active{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } a.link-tab{ background-color: transparent !important; padding-top: 0px !important; padding-bottom: 0px !important; } .grey-bg{ background-color: #f7f7f7 !important ; box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; -webkit-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ; -moz-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; -o-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; } .grey-bg-2{ background-color: #f7f7f7 !important ; } .value-icon{ max-height: 120px !important; width: auto; } .tab-pane{ display: none !important; visibility: hidden !important; } .active{ display: block !important; visibility: visible !important; } yellow{ color: #f1c40f !important; } orange{ color: #F38A12 !important; } underline{ text-decoration: underline !important; } bold{ font-weight: bold !important; } .comments{ border-left-color: #f1c40f ; border-left-width: 4px; border-left-style: solid !important; padding-left: 5px !important; } .bottom-border-narrow{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #ecf0f1 solid !important; } .bottom-border-narrow-2{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; } .bottom-border-small-2{ padding-bottom: 4px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; } .bottom-border-small{ padding-bottom: 4px !important; background-color:transparent !important; border-bottom: 0px #125C67 solid !important; margin-bottom: 2px !important; } .top-border-small{ padding-top: 4px !important; background-color:transparent !important; border-top: 1px #125C67 solid !important; } .top-border-narrow{ padding-top: 10px !important; background-color:transparent !important; border-top: 1px #ecf0f1 solid !important; } .fade-away:hover{ color: #bdc3c7 !important; } .image-circle-2{ width:60px !important; height:auto !important; height:auto; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } .image-circle-small{ width:30px !important; height:30px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle-small2{ width:25px !important; height:25px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle-medium{ width:50px !important; height:50px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle:hover{ border-width: 4px !important; } hr.primary{ border-color : #f1c40f !important; } .partner-logo{ height:35px !important; width:100px !important; margin-top: 20px !important; margin-bottom: 20px! important; } /*.partner-logo:hover{ height:35px !important; width: auto; opacity: 0.8; }*/ } .title{ color:#135C65 !important; } .content{ color:#3A4142 !important; } .rounded{ border-radius: 5px !important; } .left-rounded{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .right-rounded{ border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .yell-bg{ background-color: #F6AB02 !important; color: white !important; border-style: none !important; border-radius: 2px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .padding-tiny{ padding: 2px !important; } .padding-all-tiny{ padding-top: 2px !important; padding-bottom: 2px !important; padding-left: 5px !important; padding-right: 3px !important; } .left-margin-tiny{ margin-left: 5px !important; } .yell-bg:hover{ background-color: #f39c12 !important; } .red-bg{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 2px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-bg:hover{ background-color: #c0392b !important; } .red-bg-2{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 2px !important; } .red-bg-3{ background-color: #e74c3c !important; color: white !important; } .yell-bg-2{ background-color: #F6AB02 !important; color: white !important; } .red-bg-2:hover{ background-color: #c0392b !important; } .yellow-outlined{ border-style: solid !important; border-width: 1px !important; border-color: #f1c40f !important; background-color: transparent !important; box-shadow: none !important; color: #F6AB02; } .green-bg{ background-color: #135C65 !important; color: white !important; border-style: none !important; border-radius: 5px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .green-outlined{ border-color: #135C65 !important; border-width:10px !important; background-color: blue !important; color: #135C65; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-outlined{ border-style: block 2px #e74c3c !important; background-color: transparent !important; color: #e74c3c; } .img-info-large{ max-width: 500px !important; max-height: auto !important; display:inline-block !important; text-align: left !important; } .img-info-small{ max-width: 100px !important; max-height: auto !important; } .img-video-small{ /*opacity: 0.5 !important;*/ position:relative; margin-top: 20px !important; background-color: black !important; width: 240px !important; height: 144px !important; box-shadow: 0px 2px 1px 0px #95a5a6 inset; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6 inset; -moz-box-shadow: 0px 2px 1px 0px #95a5a6 inset; -o-box-shadow: 0px 2px 1px 0px #95a5a6 inset; } .img-video-cover{ /*opacity: 0.5 !important;*/ position:absolute; top:20px; background-color: rgba(0,0,0,0.4) !important; width: 240px !important; height: 144px !important; } .img-video-cover-2{ /*opacity: 0.5 !important;*/ position:absolute; left:62px; top:20px; background-color: rgba(0,0,0,0.4) !important; width: 240px !important; height: 144px !important; } .img-video-cover:hover{ background-color: rgba(0,0,0,0.2) !important; } .play{ opacity: 0.5; position:absolute; top:30px; left:75px; /*background-color: rgba(255,255,255,0.5) !important;*/ width: 80px !important; height: 80px !important; font-size: 80px; color: white; } .play:hover { opacity: 0.8; } .img-video-small:hover{ opacity:1.0 !important; } .paragraph{ text-align: justify; } .author{ font-style: italic; color: #F6AB02; } .inline{ } .link-info{ font-size: 14px !important; } .link-info-full{ font-size: 16px !important; } a:hover{ text-decoration: none !important; } .new-info{ max-width: 500px !important; max-height: auto !important; } .top-margin{ margin-top: 25px !important; } .top-padding{ padding-top: 20px !important; } .left-margin{ margin-left: 25px !important; } .left-margin-small{ margin-left: 20px !important; } .left-margin-large{ margin-left: 100px !important; } .no-padding{ padding:0 !important; margin-top: 0!important; } .bottom-border{ margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 2px #ecf0f1 solid !important; } .bottom-grey-border{ margin-bottom: 5px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; padding-bottom: 3px; } .top-green-border{ padding-top: 5px; margin-top: 10px !important; background-color:transparent !important; border-top: 2px #125C67 solid !important; } .bottom-green-border{ padding-bottom: 5px; margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 2px #125C67 solid !important; } .top-padding-narrow{ padding-top: 5px !important; } li{ float: center !important; } .fade{ background-color: rgba(0,0,0,.5) !important; } .top-padding{ padding-top: 10% !important; } .top-padding-medium{ padding-top: 10px !important; } /*.modal-content{ min-width:1280px !important; }*/ .bold{ font-weight: bold !important; } .padding-medium{ padding-top: 0px !important; padding-left: 40px !important; padding-bottom: 0px !important; padding-right: 40px !important; } .input-medium{ width: 75% !important; } .input-short{ width: 50% !important; } .input-long{ width: 100% !important; } .input-font-size{ font-size: 20px !important; } .bottom-margin{ margin-bottom: 5px !important } .bottom-margin-narrow{ margin-bottom: 20px !important } .right-margin{ margin-right: 40px !important } .right-margin-narrow{ margin-right: 20px !important } .right-margin-tiny{ margin-right: 5px !important } .right-margin-very-small{ margin-right: 5px !important } .margin-very-small{ margin: 5px !important } .padding-very-small{ padding: 5px !important; } .margin-small{ margin: 10px !important } .td-long{ width: 240px !important; font-size: 18px !important; } .td-long-extra{ width: 480px !important; } .jumbo{ font-size: 100px !important; } .font-grey{ color:#bdc3c7 !important; } .padding-small{ padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .right-border{ border-style: block !important; border-color: grey !important; border-right-width: 10px !important; } .socmed-login-btn{ width: 180px !important; } .fb-bg{ background-color:#20488C !important; } .fb-bg:hover{ background-color:#0C336A !important; } .twitter-bg{ background-color:#66C7ED !important; } .twitter-bg:hover{ background-color:#1BA3D7 !important; } .link-register{ color: #E84C3D !important; } .link-register:hover{ color: #F39C11 !important; font-weight: bold !important; } .tab-selected{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } .tab-option{ background-color: transparent !important; } .tab-option:hover, .tab-option:active{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } a.link-tab{ background-color: transparent !important; padding-top: 0px !important; padding-bottom: 0px !important; } .value-icon{ max-height: 120px !important; width: auto; } .tab-pane{ display: none !important; visibility: hidden !important; } .active{ display: block !important; visibility: visible !important; } yellow{ color: #f1c40f !important; font-weight: bold !important; } underline{ text-decoration: underline !important; } bold{ font-weight: bold !important; } .bottom-border-narrow{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #ecf0f1 solid !important; } .top-border-narrow{ padding-top: 10px !important; background-color:transparent !important; border-top: 1px #ecf0f1 solid !important; } .fade-away:hover{ color: #bdc3c7 !important; } .image-circle{ width:100px !important; height:100px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } .image-circle-3{ width:90px !important; height:90px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } hr.primary{ border-color : #f1c40f !important; } .partner-logo{ height:29px !important; width:auto !important; margin-top: 20px !important; margin-bottom: 20px! important; } .notch { border-top: 10px solid #000; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 0; _border-right-color: pink; _border-left-color: pink; _filter: chroma(color=pink); } .callout { position: relative; margin: 18px 0; padding: 18px 20px; background-color: #eef4f9; /* easy rounded corners for modern browsers */ -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .callout .notch { position: absolute; top: -10px; left: 20px; margin: 0; border-top: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #eef4f9; padding: 0; width: 0; height: 0; /* ie6 height fix */ font-size: 0; line-height: 0; /* ie6 transparent fix */ _border-right-color: pink; _border-left-color: pink; _filter: chroma(color=pink); } .address-map{ background-image: url('../img/bg.jpg'); background-color: #053F5E; /*background-color: #f39c12;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; margin-top : 0px !important; margin-bottom : 0px !important; margin-right : 0px !important; padding: 0px !important; /*585x344*/ background-repeat: no-repeat; } .no-right-padding{ padding-right: 0px !important; } .top-padding-big{ padding-top: 80px !important; } .no-top-padding{ padding-top: 0px !important; } .no-bottom-padding{ padding-bottom: 0px !important; } .no-right-margin{ margin-right: 0px !important; } .no-top-margin{ margin-top: 0px !important; } .no-bottom-margin{ margin-bottom: 0px !important; } .right-padding{ padding-right: 30px !important; } .top-padding{ padding-top: 30px !important; } .bottom-padding{ padding-bottom: 30px !important; } .top-padding-narrow{ padding-top: 10px !important; } .bottom-padding-narrow{ padding-bottom: 10px !important; } .left-padding{ padding-left: 30px !important; } img.level-icon{ width:40px !important; height: auto !important; padding-top: 10px !important; } img.subject-icon{ width:100px !important; height: auto !important; padding-top: 10px !important; } img.subject-icon:hover{ /*width:100px !important; height: auto !important;*/ } .icon-link:hover{ color: #f1c40f !important; } .narrow-section{ padding-top: 10px !important; padding-bottom: 10px !important; margin-top: 0 !important; margin-bottom: 0 !important; } li.slider-content{ width:240px !important; margin-right: 20px !important; } .sliders{ } .top-radius{ border-top-right-radius: 5px !important; border-top-left-radius: 5px !important; } .bottom-radius{ border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important; } .bottom-radius-narrow{ border-bottom-right-radius: 2px !important; border-bottom-left-radius: 2px !important; } .top-radius-narrow{ border-top-right-radius: 5px !important; border-top-left-radius: 5px !important; } .lists{ list-style-type: none !important; } .list-title{ background-color: #c0392b !important; margin-top: 0 !important; } h5{ font-size: 14px ; } .white-bg{ background-color: #ecf0f1 !important; } .white-bg-2{ background-color: #bdc3c7 !important; } .white-text{ color: white; } .share-btn{ padding:5px 10px 5px 10px !important; width:100px !important; border-radius: 2px !important; background-color:#20488C !important; } .tweet-btn{ padding:5px 10px 5px 10px !important; width:100px !important; border-radius: 2px !important; background-color:#66C7ED !important; } .tweet-btn:hover{ } .clock-padding{ padding:5px 10px 5px 10px !important; width:140px !important; border-radius: 2px !important; } .subscribe-btn{ padding:5px 10px 5px 10px !important; width:140px !important; border-radius: 2px !important; background-color:#c0392b!important; } .subscribe-btn:hover{ background-color:#e74c3c !important; } .comment-field{ border-radius: 2px !important; -webkit-box-shadow: -1px -1px 1px 0 #7f8c8d,1px 1px 1px 0 #7f8c8d !important; } .latihan{ left:15px; right:100px; } .790-px{ width: 740px !important; } .option:hover{ background-color: #f39c12 !important; border-radius: 2px !important; } .square-circle{ height:80px !important; width: 80px !important; border-radius: 100px !important; } .score{ font-size: 60px !important; } .no-left-padding{ padding-left: 0 !important; } .no-right-padding{ padding-right: 0 !important; } .no-right-margin{ margin-right: 0 !important; } .no-left-margin{ margin-left: 0 !important; } .tiny-left-padding{ padding-left: 7px !important; } #profil-text{ display: none; } #profil-img{ display: none; } .pagination{ margin:0 !important; min-width: 240px !important; } #animator{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/animator-bg.png); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #director{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/director-bg.png); background-color: #2090A1; /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #teacher{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/teacher-bg.png); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .medium-text{ font-size: 18px !important; } textarea{ min-height:140px !important; }
career/css/creative.css
html, body { width: 100%; height: 100%; } .padding-large{ padding:300px !important; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: #f05f40; border-width: 3px; } hr.light { border-color: #fff; } a { color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #eb3812; } /* h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; }*/ p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; } .bg-primary { background-color: #f05f40; } .bg-dark { color: #fff; background-color: #222; } .text-faded { color: rgba(255,255,255,.7); } section { padding: 40px 0; } aside { padding: 50px 0; } .no-padding { padding: 0 !important; } .no-margin{ margin: 0 !important; } .navbar-default { border-color: rgba(34,34,34,.05); background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #f05f40; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { font-size: 16px; font-weight: 700; color: #222; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #f05f40; } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: #f39c12!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { background-color: rgba(3,73,84,.6); } .navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255,.7); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #fff; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: rgba(255,255,255,.7); } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #fff; } .navbar-default.affix { border-color: rgba(34,34,34,.05); background-color: white; } .navbar-default.affix .navbar-header .navbar-brand { font-size: 14px; color: #f05f40; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: #f05f40; } .tab-switch-default { background-color: rgba(236,240,241,1); box-shadow: 0px 1px 2px 0px #95a5a6 ; -webkit-box-shadow: 0px 1px 2px 0px #95a5a6 ; -moz-box-shadow: 0px 1px 2px 0px #95a5a6 ; -o-box-shadow: 0px 1px 2px 0px #95a5a6 ; } } header { position: relative; width: 100%; min-height: 3600px; text-align: center; color: #fff; background-image: url(../img/WeAreHiring.png); /*background-color: #199FB3;*/ background-color: #2090A1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .front-bg{ position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-image: url('../img/class/bg_Kelas.png'); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media(min-width:768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(240,95,64,.9); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #f05f40; } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: #fff; color: #222; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #222; background-color: #f2f2f2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: #f05f40; color: #fff; background-color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: #ed431f; color: #fff; background-color: #ee4b28; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #f05f40; background-color: #f05f40; } .btn-primary .badge { color: #f05f40; background-color: #fff; } .btn { border: 0; border-radius: 5px; text-transform: uppercase; font-size: 14px !important; font-weight: 400; } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } /*body { font-family: 'Aileron' !important; webkit-tap-highlight-color: #222; }*/ @font-face { font-family: 'Open Sans'; src: url('/fonts/OpenSans/OpenSans-Regular.ttf'); } ul.nav > li > a { text-transform: uppercase !important; } a{ font-family: 'Open Sans' !important; webkit-tap-highlight-color: #222; font-weight: bold !important; } body { font-family: 'Aller Light' !important; webkit-tap-highlight-color: #222; moz-tap-highlight-color: #222 } @font-face { font-family: 'Aller Light'; src: url('/fonts/Aller/Aller_Lt.ttf'); } .flex-viewport{ width: 85% !important; margin: 0 auto !important; } .flex-direction-nav a { overflow: visible !important; } @media(min-width:768px) { .yellow-bg{ background-color:#FAA61E ; } .red-bg{ background-color:#d35400; } .no-padding{ padding:0px; } .padding-narrow{ padding:20px; } .padding-narrow-2{ padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:3px; } .no-padding-top{ padding-top: 0px; } .white-text{ color:white !important; } .rocket-bg{ background-image: url('../img/background/rocket.png'); } .class-bg{ background-image: url('../img/class/bg_Kelas.png'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; /*-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;*/ } .laptop-bg{ background-image: url('../img/laptop-4.jpg'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .laptop-bg-2{ background-image: url('../img/laptop-5.jpg'); position: relative; background-repeat: repeat; min-height: auto; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .class-bg-1{ background-image: url('../img/class/bg_Kelas-1.png'); /*background-color: #E5FDFF ;*/ position: relative; width: 100%; min-height: auto; text-align: center; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } img.icon{ margin:20px; } .bottom-border{ background-color: #ecf0f1; border-bottom: 5pt solid #bdc3c7; } .yellow-bottom-border{ border-bottom: 1pt solid #e67e22; } .black-bottom-border{ border-bottom: 2pt solid #414242; } .green-bottom-border{ border-bottom: 2pt solid #05505C; } .icon-medium{ min-width:70%; max-width:105%; } .tes{ margin-left:auto; margin-right: auto; display: block; } .margin-all-narrow{ border-radius: 2px !important; padding-top:10px !important; padding-bottom:10px !important; padding-left:15px !important; padding-right:15px !important; max-height: 50px !important; margin:5px !important; } .padding-all-narrow{ border-radius: 2px !important; padding-top:10px !important; padding-bottom:10px !important; padding-left:15px !important; padding-right:15px !important; max-height: 50px !important; margin:0 !important; } .login:hover{ background-color: #f1c40f !important; } .register:hover{ background-color: #c0392b !important; } .page-scroll{ font-size: 14px !important; color: white ; font-weight: bold !important; } h3,h4,h5{ font-family: 'Open Sans' !important; font-weight: bold !important; } .page-scroll:hover{ color: #f1c40f !important; font-weight: bold; } .navbar-brand:hover{ background-color: white !important; } .short-input{ max-width:100%; } .medium-input{ min-width:200px; } .transparent-form { margin-top: 15px; margin-bottom: 7px; margin-right: 0px !important; background-color: transparent !important; border-color: white !important; border-radius-left: 100px !important; border-width: 1px !important; color: white !important; border-style: block; } .search-button{ margin-top: 8px; margin-bottom: 7px; margin-left: 0 !important; margin-right: 10px !important; background-color: transparent !important; border-color: white!important; border-radius-right: 100px !important; border-width: 1px !important; color: #bdc3c7 !important; } .search-button:hover{ color: #FAA61E !important; } .large{ font-size: 22px !important; } .footer{ padding: 0 !important; position: relative; min-height: 360 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/footer.png); /*background-color: #199FB3;*/ background-color: #F39C12; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; /*box-shadow: 0px -1px 1px 0px #95a5a6; -webkit-box-shadow: 0px -1px 1px 0px #95a5a6; -moz-box-shadow: 0px -1px 1px 0px #95a5a6; -o-box-shadow: 0px -1px 1px 0px #95a5a6;*/ /* left right bottom up */ } .header-half{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/half-header.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-about{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-about.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-call{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-call.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-class{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-class.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-subject{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-subject.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-info{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-info.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-profil{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-profil.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-profil{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-profil.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .header-tryout{ padding: 0 !important; position: relative; min-height: 80 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; background-image: url(../img/header/header-tryout.png); /*background-color: #199FB3;*/ background-color: #199FB3; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; box-shadow: 0px 2px 1px 0px #95a5a6; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6; -moz-box-shadow: 0px 2px 1px 0px #95a5a6; -o-box-shadow: 0px 2px 1px 0px #95a5a6; } .quote{ padding: 0 !important; position: relative; min-height: 360 px !important; background-width: 100% !important; background-height:100% !important; min-height: auto; text-align: center; color: #fff; /*background-color: #199FB3;*/ background-image: url('../img/quote/quote.png'); background-color: #0A535E; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .logo-large{ max-width:100px !important; max-height:100px !important; margin-left: 0; margin-top: 24px; margin-bottom: 24px; } .logo-small{ max-width:auto !important; max-height:60px !important; } .header-margin{ margin-top: 60px; margin-bottom: 10px; } .photo-quote{ width:100px !important; height:100px !important; background-image: url('../img/quote/01.png'); border-radius: 300px; margin-left: 0; } .photo-border{ padding: 20px !important; width:120px !important; height:120px !important; background-color: #02454F; margin-left: 0; padding: 10px !important; margin-top: 10px; margin-bottom: 10px; border-radius: 300px; } .hr-left{ position: 0 !important; } .sitemap{ color: #ecf0f1 !important; } .sitemap:hover{ color: #f1c40f !important; text-decoration: none !important; } .icon-small{ width:5%; margin-top: 20px; margin-right: 10px; } .fb{ color:#20488C !important; } .twitter{ color:#66C7ED !important; } .youtube{ color:#e74c3c !important; } .social-icon{ font-size: 20px; margin-right: 10px; } .social-icon-2{ font-size: 14px; margin-left: 5px; margin-right: 5px; } .dark-bg{ background-color: rgba(0,0,0,.4); margin: 0 !important; padding:10px; } .dark-bg-medium{ background-color: rgba(0,0,0,.7); /*background-color: rgba(1,45,69,.9);*/ margin: 0 !important; padding:10px; } .dark-bg-darker{ background-color: rgba(18,92,103,.85); margin: 0 !important; padding:10px; } .black-bg{ /*#013645*/ /*#125C67*/ background-color:#027587 ; } .black-bg-transparent{ /*#013645*/ /*#125C67*/ background-color:rgba(0,0,0,0.8) ; padding: 0 !important; margin:0 !important; } .video-bg{ /*#013645*/ /*#125C67*/ background-color:#007182 ; box-shadow: 0px 10px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; -webkit-box-shadow: 0px 5px 2px 0px #0B515C inset, 0px -5px 2px 0px #0B515C inset ; -moz-box-shadow: 0px 10px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; -o-box-shadow: 0px 15px 4px 0px #0B515C inset, 0px -10px 4px 0px #0B515C inset; } .transparent{ border-style:none !important; background-color: transparent !important; color: white !important; } .top-margin{ margin-top: 40px; } .top-margin-2{ margin-top: 60px; } .top-margin-narrow{ margin-top: 20px; } .section-heading{ color:#454747 !important; font-weight: bold !important; text-transform: uppercase !important; font-size: 20px !important; } .title{ color:#135C65 !important; font-weight: bold !important; } .content{ color:#3A4142 !important; } .rounded{ border-radius: 300px !important; } .left-rounded{ border-top-left-radius: 300px !important; border-bottom-left-radius: 300px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .right-rounded{ border-top-right-radius: 300px !important; border-bottom-right-radius: 300px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .yell-bg{ background-color: #F6AB02 !important; color: white !important; border-style: none !important; border-radius: 0px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .yellow-outlined{ border-style: solid !important; border-width: 1px !important; border-color: #F6AB02 !important; background-color: transparent !important; box-shadow: none !important; color: #f1c40f ; } .yellow-outlined:hover{ border-color: #c0392b !important; } .yellow-outlined-hover:hover{ border-color: none !important; /*border-color: #F6AB02 !important;*/ background-color: #F6AB02 !important; color: #c0392b; } .green-bg{ background-color: #135C65 !important; color: white !important; border-style: none !important; /*border-radius: 5px !important;*/ padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .no-radius{ margin-bottom: 2px !important; } .affix-top > div > div > .bg-green{ background-color: #024D59; } .affix > div > div > .bg-green { background-color: white; } .green-outlined{ border-color: #135C65 !important; border-width:10px !important; background-color: blue !important; color: #135C65; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-bg{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 5px !important; } .red-bg:hover{ background-color: #F39C11 !important; color: white !important; border-style: none !important; border-radius: 5px !important; } .red-outlined{ border-style: block 2px #e74c3c !important; background-color: transparent !important; color: #e74c3c; } .img-info-large{ max-width: 500px !important; max-height: auto !important; display:inline-block !important; text-align: left !important; } .img-info-small{ max-width: 100px !important; max-height: auto !important; } .paragraph{ text-align: justify; } .author{ font-style: italic; color: #F6AB02; } .inline{ } .link-info{ font-size: 14px !important; } .link-info-full{ font-size: 16px !important; } a:hover{ text-decoration: none !important; } .new-info{ max-width: 500px !important; max-height: auto !important; } .top-margin{ margin-top: 25px !important; } .top-padding{ padding-top: 20px !important; } .left-margin{ margin-left: 25px !important; } .left-margin-medium{ margin-left: 55px !important; } .left-margin-large{ margin-left: 100px !important; } .no-padding{ padding:0 !important; margin-top: 0!important; } .bottom-border{ margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #125C67 solid !important; } .top-border{ border-top: 1px #125C67 solid !important; } .top-padding-narrow{ padding-top: 5px !important; } .top-padding-large{ padding-top: 235px !important; } .big-icon{ font-size: 28px !important; margin-left: 10px !important; } .icon-bg-special{ padding:45px !important; height:300px; width:300px; margin-left:10px !important; margin-right:10px !important; border-radius:10px; } .icon-bg-special:hover{ background-color: rgba(0,0,0,.6); } .icon-bg{ padding:45px !important; margin-left:10px !important; margin-right:10px !important; height:250px; width:250px; border-radius:10px; } .icon-bg:hover{ background-color: rgba(0,0,0,.6); } .small-icon{ font-size: 18px !important; } .tiny-icon{ height:150px !important; width: auto; } .job-icon{ height:150px; width: auto; } .job-icon-special{ height:200px; width: auto; } .job-icon-large{ width:400px; height: auto; padding:60px !important; } .left-padding-large{ padding-left:160px !important; } li{ float: center !important; } .fade{ background-color: rgba(0,0,0,.5) !important; } .top-padding{ padding-top: 10% !important; } .top-padding-medium{ padding-top: 10px !important; } .font-green{ /*color: #000000 !important;*/ color: #135C65 !important; text-transform: none !important; } .font-black{ color:black; } .font-medium{ font-size: 18px !important; } .bold{ font-weight: bold !important; } .padding-medium{ padding-top: 0px !important; padding-left: 40px !important; padding-bottom: 0px !important; padding-right: 40px !important; } .input-medium{ width: 75% !important; } .input-short{ width: 50% !important; } .input-long{ width: 100% !important; } .input-font-size{ font-size: 16px !important; } .bottom-margin{ margin-bottom: 5px !important } .bottom-margin-narrow{ margin-bottom: 20px !important } .right-margin{ margin-right: 40px !important } .form-control{ height: 45px !important; } .right-margin-very-small{ margin-right: 5px !important } .margin-very-small{ margin: 5px !important } .padding-very-small{ padding: 5px !important; } .margin-small{ margin: 10px !important } .padding-small{ padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .padding-all{ padding-top: 5px !important; padding-bottom: 10px !important; padding-left: 40px !important; padding-right: 20px !important; } .right-border{ border-style: block !important; border-color: grey !important; border-right-width: 10px !important; } .right-border-small{ border-right-style: solid !important; border-right-color: #ecf0f1 !important; border-right-width: 2px !important; } .all-border{ border-style: solid !important; border-color: #ecf0f1 !important; border-width: 2px !important; } .socmed-login-btn{ width: 180px !important; } .fb-bg{ background-color:#20488C !important; } .fb-bg:hover{ background-color:#0C336A !important; } .twitter-bg{ background-color:#66C7ED !important; } .twitter-bg:hover{ background-color:#1BA3D7 !important; } .link-register{ color: #E84C3D !important; } .link-register:hover{ color: #F39C11 !important; font-weight: bold !important; } .tab-selected{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } .tab-option{ background-color: transparent !important; } .tab-option:hover, .tab-option:visited, a.tab-option .active{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } a.link-tab{ background-color: transparent !important; padding-top: 0px !important; padding-bottom: 0px !important; } .grey-bg{ background-color: #f7f7f7 !important ; box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; -webkit-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ; -moz-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; -o-box-shadow: 0px 1px 5px 0px white inset,0px -1px 5px 0px white inset ;; } .grey-bg-2{ background-color: #f7f7f7 !important ; } .value-icon{ max-height: 120px !important; width: auto; } .tab-pane{ display: none !important; visibility: hidden !important; } .active{ display: block !important; visibility: visible !important; } yellow{ color: #f1c40f !important; } orange{ color: #F38A12 !important; } underline{ text-decoration: underline !important; } bold{ font-weight: bold !important; } .comments{ border-left-color: #f1c40f ; border-left-width: 4px; border-left-style: solid !important; padding-left: 5px !important; } .bottom-border-narrow{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #ecf0f1 solid !important; } .bottom-border-narrow-2{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; } .bottom-border-small-2{ padding-bottom: 4px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; } .bottom-border-small{ padding-bottom: 4px !important; background-color:transparent !important; border-bottom: 0px #125C67 solid !important; margin-bottom: 2px !important; } .top-border-small{ padding-top: 4px !important; background-color:transparent !important; border-top: 1px #125C67 solid !important; } .top-border-narrow{ padding-top: 10px !important; background-color:transparent !important; border-top: 1px #ecf0f1 solid !important; } .fade-away:hover{ color: #bdc3c7 !important; } .image-circle-2{ width:60px !important; height:auto !important; height:auto; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } .image-circle-small{ width:30px !important; height:30px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle-small2{ width:25px !important; height:25px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle-medium{ width:50px !important; height:50px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 1px !important; } .image-circle:hover{ border-width: 4px !important; } hr.primary{ border-color : #f1c40f !important; } .partner-logo{ height:35px !important; width:100px !important; margin-top: 20px !important; margin-bottom: 20px! important; } /*.partner-logo:hover{ height:35px !important; width: auto; opacity: 0.8; }*/ } .title{ color:#135C65 !important; } .content{ color:#3A4142 !important; } .rounded{ border-radius: 5px !important; } .left-rounded{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .right-rounded{ border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #95a5a6; /* border-radius: 4px; */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .yell-bg{ background-color: #F6AB02 !important; color: white !important; border-style: none !important; border-radius: 2px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .padding-tiny{ padding: 2px !important; } .padding-all-tiny{ padding-top: 2px !important; padding-bottom: 2px !important; padding-left: 5px !important; padding-right: 3px !important; } .left-margin-tiny{ margin-left: 5px !important; } .yell-bg:hover{ background-color: #f39c12 !important; } .red-bg{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 2px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-bg:hover{ background-color: #c0392b !important; } .red-bg-2{ background-color: #e74c3c !important; color: white !important; border-style: none !important; border-radius: 2px !important; } .red-bg-3{ background-color: #e74c3c !important; color: white !important; } .yell-bg-2{ background-color: #F6AB02 !important; color: white !important; } .red-bg-2:hover{ background-color: #c0392b !important; } .yellow-outlined{ border-style: solid !important; border-width: 1px !important; border-color: #f1c40f !important; background-color: transparent !important; box-shadow: none !important; color: #F6AB02; } .green-bg{ background-color: #135C65 !important; color: white !important; border-style: none !important; border-radius: 5px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .green-outlined{ border-color: #135C65 !important; border-width:10px !important; background-color: blue !important; color: #135C65; padding-left: 20px !important; padding-right: 20px !important; padding-top: 10px; padding-bottom: 10px; } .red-outlined{ border-style: block 2px #e74c3c !important; background-color: transparent !important; color: #e74c3c; } .img-info-large{ max-width: 500px !important; max-height: auto !important; display:inline-block !important; text-align: left !important; } .img-info-small{ max-width: 100px !important; max-height: auto !important; } .img-video-small{ /*opacity: 0.5 !important;*/ position:relative; margin-top: 20px !important; background-color: black !important; width: 240px !important; height: 144px !important; box-shadow: 0px 2px 1px 0px #95a5a6 inset; -webkit-box-shadow: 0px 2px 1px 0px #95a5a6 inset; -moz-box-shadow: 0px 2px 1px 0px #95a5a6 inset; -o-box-shadow: 0px 2px 1px 0px #95a5a6 inset; } .img-video-cover{ /*opacity: 0.5 !important;*/ position:absolute; top:20px; background-color: rgba(0,0,0,0.4) !important; width: 240px !important; height: 144px !important; } .img-video-cover-2{ /*opacity: 0.5 !important;*/ position:absolute; left:62px; top:20px; background-color: rgba(0,0,0,0.4) !important; width: 240px !important; height: 144px !important; } .img-video-cover:hover{ background-color: rgba(0,0,0,0.2) !important; } .play{ opacity: 0.5; position:absolute; top:30px; left:75px; /*background-color: rgba(255,255,255,0.5) !important;*/ width: 80px !important; height: 80px !important; font-size: 80px; color: white; } .play:hover { opacity: 0.8; } .img-video-small:hover{ opacity:1.0 !important; } .paragraph{ text-align: justify; } .author{ font-style: italic; color: #F6AB02; } .inline{ } .link-info{ font-size: 14px !important; } .link-info-full{ font-size: 16px !important; } a:hover{ text-decoration: none !important; } .new-info{ max-width: 500px !important; max-height: auto !important; } .top-margin{ margin-top: 25px !important; } .top-padding{ padding-top: 20px !important; } .left-margin{ margin-left: 25px !important; } .left-margin-small{ margin-left: 20px !important; } .left-margin-large{ margin-left: 100px !important; } .no-padding{ padding:0 !important; margin-top: 0!important; } .bottom-border{ margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 2px #ecf0f1 solid !important; } .bottom-grey-border{ margin-bottom: 5px !important; background-color:transparent !important; border-bottom: 1px #bdc3c7 solid !important; padding-bottom: 3px; } .top-green-border{ padding-top: 5px; margin-top: 10px !important; background-color:transparent !important; border-top: 2px #125C67 solid !important; } .bottom-green-border{ padding-bottom: 5px; margin-bottom: 10px !important; background-color:transparent !important; border-bottom: 2px #125C67 solid !important; } .top-padding-narrow{ padding-top: 5px !important; } li{ float: center !important; } .fade{ background-color: rgba(0,0,0,.5) !important; } .top-padding{ padding-top: 10% !important; } .top-padding-medium{ padding-top: 10px !important; } /*.modal-content{ min-width:1280px !important; }*/ .bold{ font-weight: bold !important; } .padding-medium{ padding-top: 0px !important; padding-left: 40px !important; padding-bottom: 0px !important; padding-right: 40px !important; } .input-medium{ width: 75% !important; } .input-short{ width: 50% !important; } .input-long{ width: 100% !important; } .input-font-size{ font-size: 20px !important; } .bottom-margin{ margin-bottom: 5px !important } .bottom-margin-narrow{ margin-bottom: 20px !important } .right-margin{ margin-right: 40px !important } .right-margin-narrow{ margin-right: 20px !important } .right-margin-tiny{ margin-right: 5px !important } .right-margin-very-small{ margin-right: 5px !important } .margin-very-small{ margin: 5px !important } .padding-very-small{ padding: 5px !important; } .margin-small{ margin: 10px !important } .td-long{ width: 240px !important; font-size: 18px !important; } .td-long-extra{ width: 480px !important; } .jumbo{ font-size: 100px !important; } .font-grey{ color:#bdc3c7 !important; } .padding-small{ padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .right-border{ border-style: block !important; border-color: grey !important; border-right-width: 10px !important; } .socmed-login-btn{ width: 180px !important; } .fb-bg{ background-color:#20488C !important; } .fb-bg:hover{ background-color:#0C336A !important; } .twitter-bg{ background-color:#66C7ED !important; } .twitter-bg:hover{ background-color:#1BA3D7 !important; } .link-register{ color: #E84C3D !important; } .link-register:hover{ color: #F39C11 !important; font-weight: bold !important; } .tab-selected{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } .tab-option{ background-color: transparent !important; } .tab-option:hover, .tab-option:active{ background-color: #E8E8E8!important; border-bottom-color: #f1c40f ; border-bottom-width: 4px; border-bottom-style: solid !important; margin: 0px !important; } a.link-tab{ background-color: transparent !important; padding-top: 0px !important; padding-bottom: 0px !important; } .value-icon{ max-height: 120px !important; width: auto; } .tab-pane{ display: none !important; visibility: hidden !important; } .active{ display: block !important; visibility: visible !important; } yellow{ color: #f1c40f !important; font-weight: bold !important; } underline{ text-decoration: underline !important; } bold{ font-weight: bold !important; } .bottom-border-narrow{ padding-bottom: 10px !important; background-color:transparent !important; border-bottom: 1px #ecf0f1 solid !important; } .top-border-narrow{ padding-top: 10px !important; background-color:transparent !important; border-top: 1px #ecf0f1 solid !important; } .fade-away:hover{ color: #bdc3c7 !important; } .image-circle{ width:100px !important; height:100px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } .image-circle-3{ width:90px !important; height:90px !important; border-radius: 300px; border-color: #f1c40f !important; border-style: solid !important; border-width: 2px !important; } hr.primary{ border-color : #f1c40f !important; } .partner-logo{ height:29px !important; width:auto !important; margin-top: 20px !important; margin-bottom: 20px! important; } .notch { border-top: 10px solid #000; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 0; _border-right-color: pink; _border-left-color: pink; _filter: chroma(color=pink); } .callout { position: relative; margin: 18px 0; padding: 18px 20px; background-color: #eef4f9; /* easy rounded corners for modern browsers */ -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .callout .notch { position: absolute; top: -10px; left: 20px; margin: 0; border-top: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #eef4f9; padding: 0; width: 0; height: 0; /* ie6 height fix */ font-size: 0; line-height: 0; /* ie6 transparent fix */ _border-right-color: pink; _border-left-color: pink; _filter: chroma(color=pink); } .address-map{ background-image: url('../img/bg.jpg'); background-color: #053F5E; /*background-color: #f39c12;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; margin-top : 0px !important; margin-bottom : 0px !important; margin-right : 0px !important; padding: 0px !important; /*585x344*/ background-repeat: no-repeat; } .no-right-padding{ padding-right: 0px !important; } .top-padding-big{ padding-top: 80px !important; } .no-top-padding{ padding-top: 0px !important; } .no-bottom-padding{ padding-bottom: 0px !important; } .no-right-margin{ margin-right: 0px !important; } .no-top-margin{ margin-top: 0px !important; } .no-bottom-margin{ margin-bottom: 0px !important; } .right-padding{ padding-right: 30px !important; } .top-padding{ padding-top: 30px !important; } .bottom-padding{ padding-bottom: 30px !important; } .top-padding-narrow{ padding-top: 10px !important; } .bottom-padding-narrow{ padding-bottom: 10px !important; } .left-padding{ padding-left: 30px !important; } img.level-icon{ width:40px !important; height: auto !important; padding-top: 10px !important; } img.subject-icon{ width:100px !important; height: auto !important; padding-top: 10px !important; } img.subject-icon:hover{ /*width:100px !important; height: auto !important;*/ } .icon-link:hover{ color: #f1c40f !important; } .narrow-section{ padding-top: 10px !important; padding-bottom: 10px !important; margin-top: 0 !important; margin-bottom: 0 !important; } li.slider-content{ width:240px !important; margin-right: 20px !important; } .sliders{ } .top-radius{ border-top-right-radius: 5px !important; border-top-left-radius: 5px !important; } .bottom-radius{ border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important; } .bottom-radius-narrow{ border-bottom-right-radius: 2px !important; border-bottom-left-radius: 2px !important; } .top-radius-narrow{ border-top-right-radius: 5px !important; border-top-left-radius: 5px !important; } .lists{ list-style-type: none !important; } .list-title{ background-color: #c0392b !important; margin-top: 0 !important; } h5{ font-size: 14px ; } .white-bg{ background-color: #ecf0f1 !important; } .white-bg-2{ background-color: #bdc3c7 !important; } .white-text{ color: white; } .share-btn{ padding:5px 10px 5px 10px !important; width:100px !important; border-radius: 2px !important; background-color:#20488C !important; } .tweet-btn{ padding:5px 10px 5px 10px !important; width:100px !important; border-radius: 2px !important; background-color:#66C7ED !important; } .tweet-btn:hover{ } .clock-padding{ padding:5px 10px 5px 10px !important; width:140px !important; border-radius: 2px !important; } .subscribe-btn{ padding:5px 10px 5px 10px !important; width:140px !important; border-radius: 2px !important; background-color:#c0392b!important; } .subscribe-btn:hover{ background-color:#e74c3c !important; } .comment-field{ border-radius: 2px !important; -webkit-box-shadow: -1px -1px 1px 0 #7f8c8d,1px 1px 1px 0 #7f8c8d !important; } .latihan{ left:15px; right:100px; } .790-px{ width: 740px !important; } .option:hover{ background-color: #f39c12 !important; border-radius: 2px !important; } .square-circle{ height:80px !important; width: 80px !important; border-radius: 100px !important; } .score{ font-size: 60px !important; } .no-left-padding{ padding-left: 0 !important; } .no-right-padding{ padding-right: 0 !important; } .no-right-margin{ margin-right: 0 !important; } .no-left-margin{ margin-left: 0 !important; } .tiny-left-padding{ padding-left: 7px !important; } #profil-text{ display: none; } #profil-img{ display: none; } .pagination{ margin:0 !important; min-width: 240px !important; } #animator{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/animator-bg.png); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #director{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/director-bg.png); background-color: #2090A1; /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #teacher{ position: relative; width: 100%; text-align: center; color: #fff; background-image: url(../img/hiring/teacher-bg.png); /*background-color: #199FB3;*/ /*background-color: #2090A1;*/ background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .medium-text{ font-size: 18px !important; } textarea{ min-height:140px !important; }
0.352871
0.061143
body { /* fallback for old browsers */ --gradient-fallback: #FC466B; /* Chrome 10-25, Safari 5.1-6 */ --gradient-webkit: -webkit-linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ --gradient-linear: linear-gradient(to right, #3F5EFB, #FC466B); background-color: #f9f9f9; color: #202020; font-family: "Poppins"; } main { width: min(95%, 1400px); margin: 0 auto; display: flex; flex-direction: column; align-items: center; } button { text-align: left; cursor: pointer; display: flex; align-items: center; padding: 1em; font-family: "Poppins"; color: #f9f9f9; background: var(--gradient-fallback); background: var(--gradient-webkit); background: var(--gradient-linear); border: none; border-radius: 4px; transition: 0.15s ease-out; } button:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 0 black; } button:active { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 0 black; } button img { width: 2em; height: 2em; padding-left: 0.6em; transition: 0.15s ease-out; } button:hover>img { transform: translate(-2px, -2px); filter: drop-shadow(3px 4px 0 black); } button:hover>span { font-weight: 500; } a { text-decoration: none; color: #222; transition: 0.1s linear; } a:hover { transform: translate(-2px, -2px); } .main-button { font-size: 0.8em; padding: 1em; color: gray; display: flex; align-items: center; } .main-button img { width: 2.2em; height: 2.2em; padding-left: 0.8em; transition: 0.15s ease-out; } .main-button img:hover { transform: translate(-2px, -2px); filter: drop-shadow(3px 4px 0 black); } .main-button img:active { transform: translate(-1px, -1px); filter: drop-shadow(2px 2px 0 black); } #other-button { display: none; align-items: center; } .header { position: sticky; z-index: 100; top: 0; background-color: #f9f9f9; display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px grey; height: 8vh; padding: 0 2vw; } .logotype { display: flex; align-items: center; } .logotype img { width: 36px; height: 36px; padding-right: min(2vw, 10px); } .hero { width: min(100%, 1000px); margin: 0 auto; text-align: left; } .splide { border-radius: 5px; margin: 4vh auto; } .splide__slide img { border-radius: 5px; width: 100%; height: auto; } .splide::before { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 5px; box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25); pointer-events: none; content: ''; } .splide__arrow:hover { transform: translateY(-15px) !important; } .cta { display: flex; justify-content: space-between; align-items: center; } .cta p { line-height: 1.2em; max-width: 76%; } .content-section { width: min(100%, 1000px); padding-top: 10vh; display: flex; flex-direction: column; align-items: center; } .title { padding-bottom: 1vh; font-size: 1.6em; text-align: center; text-transform: uppercase; } .small-separator { width: 6em; height: 4px; margin: 0 auto; background: var(--gradient-fallback); background: var(--gradient-webkit); background: var(--gradient-linear); border-radius: 20%; } .features-grid { padding-top: 3vh; display: grid; justify-content: center; grid-template-columns: 49% 49%; grid-template-rows: auto; column-gap: 2%; row-gap: 2vh; } .feature-element { box-shadow: 0 0 6px 0 rgba(123, 123, 123, 0.05); border-radius: 3px; background-color: white; display: grid; grid-template-columns: 30% 70%; height: auto; } .feature-img { background-color: lightgray; padding: 2vh 0; } .feature-img img { border-radius: 3px 0 0 3px; width: 100%; height: 100%; object-fit: cover; } .feature-text { display: flex; flex-direction: column; justify-content: center; padding: 0 2vw 0 min(4vw, 20px); } .feature-text h1 { padding-bottom: 2vh; font-size: 1.4em; } .feature-text p { line-height: 1.2em; } .feature-text { flex-direction: column; } .more-text { text-align: center; align-self: center; } .subtitle { padding-top: 1vh; font-size: 0.6em; color: rgba(0, 0, 0, 0.4); } .support-information { height: 16em; width: min(100%, 760px); display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; text-align: center; } .support-information p { font-weight: 300; line-height: 1.3em; } .support-information a img { transition: 0.1s linear; } .support-information a:hover img { filter: drop-shadow(4px 4px 0 black); } .policy { width: min(95%, 860px); margin: 0 auto; display: flex; flex-direction: column; align-items: flex-start; } .policy p { font-weight: 300; font-size: 1.2em; line-height: 1.2em; padding: 0.8em 0; } footer { border-top: solid 1px grey; font-size: 0.8em; color: grey; margin-top: 3em; padding: 3vh 0; width: min(100%, 1000px); display: flex; justify-content: space-between; align-items: center; } @media only screen and (max-width: 980px) { .cta { align-items: center; flex-direction: column; } .cta p { max-width: 90%; text-align: center; margin-bottom: 4vh; } .features-grid { grid-template-columns: 100%; grid-template-rows: auto; } } @media only screen and (max-width: 480px) { .main-button { display: none; } .header { justify-content: center; } .title { font-size: 1.4em; } .feature-text p { line-height: 1.4em; font-size: 0.8em; } footer { flex-direction: column; align-items: flex-start; height: 3em; } footer>span { padding-bottom: 2em; } .policy-link { order: 1; padding-bottom: 4em; } } @media (prefers-color-scheme: dark) { body { background-color: #202020; color: #f9f9f9; } .subtitle { color: rgba(200, 200, 200, 0.8); } .feature-element { background-color: rgb(60, 60, 60); } .header { background-color: #202020; } .feature-img { background-color: rgb(160, 160, 160); } a { color: #f9f9f9; } }
css/style.css
body { /* fallback for old browsers */ --gradient-fallback: #FC466B; /* Chrome 10-25, Safari 5.1-6 */ --gradient-webkit: -webkit-linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ --gradient-linear: linear-gradient(to right, #3F5EFB, #FC466B); background-color: #f9f9f9; color: #202020; font-family: "Poppins"; } main { width: min(95%, 1400px); margin: 0 auto; display: flex; flex-direction: column; align-items: center; } button { text-align: left; cursor: pointer; display: flex; align-items: center; padding: 1em; font-family: "Poppins"; color: #f9f9f9; background: var(--gradient-fallback); background: var(--gradient-webkit); background: var(--gradient-linear); border: none; border-radius: 4px; transition: 0.15s ease-out; } button:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 0 black; } button:active { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 0 black; } button img { width: 2em; height: 2em; padding-left: 0.6em; transition: 0.15s ease-out; } button:hover>img { transform: translate(-2px, -2px); filter: drop-shadow(3px 4px 0 black); } button:hover>span { font-weight: 500; } a { text-decoration: none; color: #222; transition: 0.1s linear; } a:hover { transform: translate(-2px, -2px); } .main-button { font-size: 0.8em; padding: 1em; color: gray; display: flex; align-items: center; } .main-button img { width: 2.2em; height: 2.2em; padding-left: 0.8em; transition: 0.15s ease-out; } .main-button img:hover { transform: translate(-2px, -2px); filter: drop-shadow(3px 4px 0 black); } .main-button img:active { transform: translate(-1px, -1px); filter: drop-shadow(2px 2px 0 black); } #other-button { display: none; align-items: center; } .header { position: sticky; z-index: 100; top: 0; background-color: #f9f9f9; display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px grey; height: 8vh; padding: 0 2vw; } .logotype { display: flex; align-items: center; } .logotype img { width: 36px; height: 36px; padding-right: min(2vw, 10px); } .hero { width: min(100%, 1000px); margin: 0 auto; text-align: left; } .splide { border-radius: 5px; margin: 4vh auto; } .splide__slide img { border-radius: 5px; width: 100%; height: auto; } .splide::before { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 5px; box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25); pointer-events: none; content: ''; } .splide__arrow:hover { transform: translateY(-15px) !important; } .cta { display: flex; justify-content: space-between; align-items: center; } .cta p { line-height: 1.2em; max-width: 76%; } .content-section { width: min(100%, 1000px); padding-top: 10vh; display: flex; flex-direction: column; align-items: center; } .title { padding-bottom: 1vh; font-size: 1.6em; text-align: center; text-transform: uppercase; } .small-separator { width: 6em; height: 4px; margin: 0 auto; background: var(--gradient-fallback); background: var(--gradient-webkit); background: var(--gradient-linear); border-radius: 20%; } .features-grid { padding-top: 3vh; display: grid; justify-content: center; grid-template-columns: 49% 49%; grid-template-rows: auto; column-gap: 2%; row-gap: 2vh; } .feature-element { box-shadow: 0 0 6px 0 rgba(123, 123, 123, 0.05); border-radius: 3px; background-color: white; display: grid; grid-template-columns: 30% 70%; height: auto; } .feature-img { background-color: lightgray; padding: 2vh 0; } .feature-img img { border-radius: 3px 0 0 3px; width: 100%; height: 100%; object-fit: cover; } .feature-text { display: flex; flex-direction: column; justify-content: center; padding: 0 2vw 0 min(4vw, 20px); } .feature-text h1 { padding-bottom: 2vh; font-size: 1.4em; } .feature-text p { line-height: 1.2em; } .feature-text { flex-direction: column; } .more-text { text-align: center; align-self: center; } .subtitle { padding-top: 1vh; font-size: 0.6em; color: rgba(0, 0, 0, 0.4); } .support-information { height: 16em; width: min(100%, 760px); display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; text-align: center; } .support-information p { font-weight: 300; line-height: 1.3em; } .support-information a img { transition: 0.1s linear; } .support-information a:hover img { filter: drop-shadow(4px 4px 0 black); } .policy { width: min(95%, 860px); margin: 0 auto; display: flex; flex-direction: column; align-items: flex-start; } .policy p { font-weight: 300; font-size: 1.2em; line-height: 1.2em; padding: 0.8em 0; } footer { border-top: solid 1px grey; font-size: 0.8em; color: grey; margin-top: 3em; padding: 3vh 0; width: min(100%, 1000px); display: flex; justify-content: space-between; align-items: center; } @media only screen and (max-width: 980px) { .cta { align-items: center; flex-direction: column; } .cta p { max-width: 90%; text-align: center; margin-bottom: 4vh; } .features-grid { grid-template-columns: 100%; grid-template-rows: auto; } } @media only screen and (max-width: 480px) { .main-button { display: none; } .header { justify-content: center; } .title { font-size: 1.4em; } .feature-text p { line-height: 1.4em; font-size: 0.8em; } footer { flex-direction: column; align-items: flex-start; height: 3em; } footer>span { padding-bottom: 2em; } .policy-link { order: 1; padding-bottom: 4em; } } @media (prefers-color-scheme: dark) { body { background-color: #202020; color: #f9f9f9; } .subtitle { color: rgba(200, 200, 200, 0.8); } .feature-element { background-color: rgb(60, 60, 60); } .header { background-color: #202020; } .feature-img { background-color: rgb(160, 160, 160); } a { color: #f9f9f9; } }
0.488771
0.079068
body { font-family: 'PlayfairDisplay-Regular,PlayfairDisplay-Regular,AdobeInvisFont,MyriadPro-Regular'; background-color: rgba(250, 244, 233, 1); } h1, h2, h3, h4, h5, h6 { font-family: 'PlayfairDisplay-Regular,PlayfairDisplay-Regular,AdobeInvisFont,MyriadPro-Regular'; } .btn-xl { padding: 1rem 3rem; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1rem; border-radius : 0rem!important; } .bg-black { background-color: #000 !important; } .rounded-pill { border-radius: 5rem; } .navbar-custom { padding-top: 1rem; padding-bottom: 1rem; } .navbar-custom .navbar-brand { font-size: 2rem; letter-spacing: 0.1rem; font-weight: 700; color: rgba(250, 244, 233, 1); } .navbar-custom .navbar-brand:hover { color: #4b0b04; } .navbar-custom .navbar-nav .nav-item .nav-link { font-size: 1rem; font-weight: 700; letter-spacing: 0.1rem; color: rgba(250, 244, 233, 1); } .navbar-custom .navbar-nav .nav-item .nav-link:hover { color: #4b0b04; } header.masthead { position: relative; overflow: hidden; padding-top: 15%; padding-bottom: 70%; background: url("../img/01.jpg"); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; } header.masthead .masthead-content { z-index: 1; position: relative; } header.masthead .masthead-content .masthead-heading { font-size: 4rem; transform: translateY(100px); animation: slideUp .8s ease forwards; opacity: 0; } header.masthead .masthead-content .masthead-subheading { font-size: 1.1rem; transform: translateY(300px); animation: slideUp .8s ease-in-out forwards .2s; opacity: 0; } header.masthead .masthead-content .container .btn { transform: translateY(50px); animation: slideUp .8s ease-in-out forwards .4s; opacity: 0; } header.masthead .bg-circle { z-index: 0; position: absolute; border-radius: 100%; background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%); } header.masthead .bg-circle-1 { height: 90rem; width: 90rem; bottom: -55rem; left: -55rem; } header.masthead .bg-circle-2 { height: 50rem; width: 50rem; top: -25rem; right: -25rem; } header.masthead .bg-circle-3 { height: 20rem; width: 20rem; bottom: -10rem; right: 5%; } header.masthead .bg-circle-4 { height: 30rem; width: 30rem; top: -5rem; right: 35%; } @media (max-width: 992px) { .navbar-nav { width: 0px; } } @media (min-width: 992px) { header.masthead { padding-top: 15%; padding-bottom: 70%; } } @media (max-width: 992px) { header.masthead .masthead-content .masthead-heading { font-size: 3rem; } } @media (max-width: 768px) { header.masthead .masthead-content .masthead-heading { font-size: 2rem; } } /* .display-4 { transform: translateY(50px); animation: expandLeft .8s ease-in-out forwards .4s; opacity: 0; } */ .bg-primary { background-color: #ee0979 !important; } .btn-primary { background-color: rgba(33, 31, 31, 1); border-color: rgba(33, 31, 31, 1); } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #FF311C !important; border-color: #FF311C !important; } .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); } .btn-secondary { background-color: #FF311C; border-color: #FF311C; } .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: rgba(33, 31, 31, 1) !important; border-color: rgba(33, 31, 31, 1) !important; } .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(33, 31, 31, 1); } .btn-thirdary { background-color: white; border-color: white; color: #FF311C; } .btn-thirdary:active, .btn-thirdary:focus, .btn-thirdary:hover { background-color: #FF311C !important; border-color: #FF311C !important; color: white; } .btn-thirdary:focus { box-shadow: 0 0 0 0.2rem #FF311C; } .unlimited_services { padding-bottom: 2rem; } .unlimited_services h2{ color: rgb(32, 21, 87); } .unlimited_services h4{ color: rgb(32, 21, 87); font-size: 1.1rem; padding-bottom: 1rem; } .unlimited_services > center > h2{ padding-bottom: 1rem; } .portfolio > div { width: 100%; cursor: pointer; overflow: hidden; } .portfolio img { transition: all 0.3s ease-in-out; width: 100%; transform: scale(1); opacity: 0; animation: wink .8s ease-in-out forwards .8s; } .portfolio img:hover { transform: scale(1.1); } .portfolio div { padding-top: 15px; padding-bottom: 15px; } .pricing-detail { background-color: #F5F3EF; } .pricing h2 { background-color: #EAE2D9; } .pricing { padding-bottom: 3rem; } footer { background: url("../img/12.png"); background-size: 100% 100%; background-repeat: no-repeat; padding-top: 1rem; padding-bottom: 1rem; } .smsize{ font-size: 1.1rem; padding: 1% 23%; } .img13 { width: 100%; position: relative; margin-top: -23rem; } .img2 { position: absolute; margin-top: -2rem; right: 3rem; width: 13rem; } .img2_a { position: absolute; margin-top: -2rem; right: 40vw; width: 13rem; } .img3 { position: absolute; width: 35rem; /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards .2s; opacity: 0; */ } .img4 { width: 25rem; /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards .4s; opacity: 0; */ } .img11 { width: 100%; position: relative; margin-top: -4rem; } .i-laptop { font-size: 40px; } .section-dolor { background-color: white; } .section-dolor i { color: #FF311C; font-size: 1.4rem; } .section-pricing { background-color: white; } .h-dolor { padding-bottom: 1rem; color: rgb(32, 21, 87); /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1s; opacity: 0; */ } .p-dolor { font-size: 1.1rem; /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.2s; opacity: 0; */ } .p-5 div { /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.4s; opacity: 0; */ } .p-5 a { /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.6s; opacity: 0; */ } .h-portfolio { font-size:2.5rem; padding-top: 4rem; padding-bottom: 1rem; color: rgb(32, 21, 87); animation: wink .8s ease-in-out forwards .2s; opacity: 0; } .h-pricing { font-size:2.5rem; padding-top: 4rem; padding-bottom: 1rem; color: rgb(32, 21, 87); /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards 0.2s; opacity: 0; */ } /*.pricing div:nth-child(3) { transform: translateY(300px); animation: expandRight .4s ease-in-out forwards 0.2s; opacity: 0; } .pricing div:nth-child(2) { transform: translateY(300px); animation: expandRight 1.4s ease-in-out forwards 0.8s; opacity: 0; } .pricing div:nth-child(1) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards 1.2s; opacity: 0; } */ .h-pricing-2 { font-size:2.5rem; color: rgb(32, 21, 87); padding: 2rem; text-align: center; } footer > .container { text-align: center; width: 60%; } .p-footer { font-size: 2rem; font-weight: bold; padding-top: 7rem; } /* .unlimited_services .row div:nth-child(1) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .2s; opacity: 0; } .unlimited_services .row div:nth-child(2) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .4s; opacity: 0; } .unlimited_services .row div:nth-child(3) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .6s; opacity: 0; } .unlimited_services .row div:nth-child(4) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .2s; opacity: 0; } .unlimited_services .row div:nth-child(5) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .4s; opacity: 0; } .unlimited_services .row div:nth-child(6) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .6s; opacity: 0; } */ @keyframes slideIn { 0% { transform: translateX(500px) scale(.2); opacity: 0; } 100% { transform: translateX(0px) scale(1); opacity: 1; } } @keyframes slideUp { 0% { transform: translateY(300px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes expandLeft { 0% { transform: translateX(1400px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes expandRight { 0% { transform: translateX(-1400px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes wink { 0% { opacity: 0; } 100% { opacity: 1; } }
css/one-page-wonder.css
body { font-family: 'PlayfairDisplay-Regular,PlayfairDisplay-Regular,AdobeInvisFont,MyriadPro-Regular'; background-color: rgba(250, 244, 233, 1); } h1, h2, h3, h4, h5, h6 { font-family: 'PlayfairDisplay-Regular,PlayfairDisplay-Regular,AdobeInvisFont,MyriadPro-Regular'; } .btn-xl { padding: 1rem 3rem; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1rem; border-radius : 0rem!important; } .bg-black { background-color: #000 !important; } .rounded-pill { border-radius: 5rem; } .navbar-custom { padding-top: 1rem; padding-bottom: 1rem; } .navbar-custom .navbar-brand { font-size: 2rem; letter-spacing: 0.1rem; font-weight: 700; color: rgba(250, 244, 233, 1); } .navbar-custom .navbar-brand:hover { color: #4b0b04; } .navbar-custom .navbar-nav .nav-item .nav-link { font-size: 1rem; font-weight: 700; letter-spacing: 0.1rem; color: rgba(250, 244, 233, 1); } .navbar-custom .navbar-nav .nav-item .nav-link:hover { color: #4b0b04; } header.masthead { position: relative; overflow: hidden; padding-top: 15%; padding-bottom: 70%; background: url("../img/01.jpg"); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; } header.masthead .masthead-content { z-index: 1; position: relative; } header.masthead .masthead-content .masthead-heading { font-size: 4rem; transform: translateY(100px); animation: slideUp .8s ease forwards; opacity: 0; } header.masthead .masthead-content .masthead-subheading { font-size: 1.1rem; transform: translateY(300px); animation: slideUp .8s ease-in-out forwards .2s; opacity: 0; } header.masthead .masthead-content .container .btn { transform: translateY(50px); animation: slideUp .8s ease-in-out forwards .4s; opacity: 0; } header.masthead .bg-circle { z-index: 0; position: absolute; border-radius: 100%; background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%); } header.masthead .bg-circle-1 { height: 90rem; width: 90rem; bottom: -55rem; left: -55rem; } header.masthead .bg-circle-2 { height: 50rem; width: 50rem; top: -25rem; right: -25rem; } header.masthead .bg-circle-3 { height: 20rem; width: 20rem; bottom: -10rem; right: 5%; } header.masthead .bg-circle-4 { height: 30rem; width: 30rem; top: -5rem; right: 35%; } @media (max-width: 992px) { .navbar-nav { width: 0px; } } @media (min-width: 992px) { header.masthead { padding-top: 15%; padding-bottom: 70%; } } @media (max-width: 992px) { header.masthead .masthead-content .masthead-heading { font-size: 3rem; } } @media (max-width: 768px) { header.masthead .masthead-content .masthead-heading { font-size: 2rem; } } /* .display-4 { transform: translateY(50px); animation: expandLeft .8s ease-in-out forwards .4s; opacity: 0; } */ .bg-primary { background-color: #ee0979 !important; } .btn-primary { background-color: rgba(33, 31, 31, 1); border-color: rgba(33, 31, 31, 1); } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #FF311C !important; border-color: #FF311C !important; } .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); } .btn-secondary { background-color: #FF311C; border-color: #FF311C; } .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: rgba(33, 31, 31, 1) !important; border-color: rgba(33, 31, 31, 1) !important; } .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(33, 31, 31, 1); } .btn-thirdary { background-color: white; border-color: white; color: #FF311C; } .btn-thirdary:active, .btn-thirdary:focus, .btn-thirdary:hover { background-color: #FF311C !important; border-color: #FF311C !important; color: white; } .btn-thirdary:focus { box-shadow: 0 0 0 0.2rem #FF311C; } .unlimited_services { padding-bottom: 2rem; } .unlimited_services h2{ color: rgb(32, 21, 87); } .unlimited_services h4{ color: rgb(32, 21, 87); font-size: 1.1rem; padding-bottom: 1rem; } .unlimited_services > center > h2{ padding-bottom: 1rem; } .portfolio > div { width: 100%; cursor: pointer; overflow: hidden; } .portfolio img { transition: all 0.3s ease-in-out; width: 100%; transform: scale(1); opacity: 0; animation: wink .8s ease-in-out forwards .8s; } .portfolio img:hover { transform: scale(1.1); } .portfolio div { padding-top: 15px; padding-bottom: 15px; } .pricing-detail { background-color: #F5F3EF; } .pricing h2 { background-color: #EAE2D9; } .pricing { padding-bottom: 3rem; } footer { background: url("../img/12.png"); background-size: 100% 100%; background-repeat: no-repeat; padding-top: 1rem; padding-bottom: 1rem; } .smsize{ font-size: 1.1rem; padding: 1% 23%; } .img13 { width: 100%; position: relative; margin-top: -23rem; } .img2 { position: absolute; margin-top: -2rem; right: 3rem; width: 13rem; } .img2_a { position: absolute; margin-top: -2rem; right: 40vw; width: 13rem; } .img3 { position: absolute; width: 35rem; /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards .2s; opacity: 0; */ } .img4 { width: 25rem; /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards .4s; opacity: 0; */ } .img11 { width: 100%; position: relative; margin-top: -4rem; } .i-laptop { font-size: 40px; } .section-dolor { background-color: white; } .section-dolor i { color: #FF311C; font-size: 1.4rem; } .section-pricing { background-color: white; } .h-dolor { padding-bottom: 1rem; color: rgb(32, 21, 87); /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1s; opacity: 0; */ } .p-dolor { font-size: 1.1rem; /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.2s; opacity: 0; */ } .p-5 div { /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.4s; opacity: 0; */ } .p-5 a { /* transform: translateY(300px); animation: slideUp .8s ease-in-out forwards 1.6s; opacity: 0; */ } .h-portfolio { font-size:2.5rem; padding-top: 4rem; padding-bottom: 1rem; color: rgb(32, 21, 87); animation: wink .8s ease-in-out forwards .2s; opacity: 0; } .h-pricing { font-size:2.5rem; padding-top: 4rem; padding-bottom: 1rem; color: rgb(32, 21, 87); /* transform: translateY(300px); animation: expandRight .8s ease-in-out forwards 0.2s; opacity: 0; */ } /*.pricing div:nth-child(3) { transform: translateY(300px); animation: expandRight .4s ease-in-out forwards 0.2s; opacity: 0; } .pricing div:nth-child(2) { transform: translateY(300px); animation: expandRight 1.4s ease-in-out forwards 0.8s; opacity: 0; } .pricing div:nth-child(1) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards 1.2s; opacity: 0; } */ .h-pricing-2 { font-size:2.5rem; color: rgb(32, 21, 87); padding: 2rem; text-align: center; } footer > .container { text-align: center; width: 60%; } .p-footer { font-size: 2rem; font-weight: bold; padding-top: 7rem; } /* .unlimited_services .row div:nth-child(1) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .2s; opacity: 0; } .unlimited_services .row div:nth-child(2) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .4s; opacity: 0; } .unlimited_services .row div:nth-child(3) { transform: translateY(300px); animation: expandLeft 1.8s ease-in-out forwards .6s; opacity: 0; } .unlimited_services .row div:nth-child(4) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .2s; opacity: 0; } .unlimited_services .row div:nth-child(5) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .4s; opacity: 0; } .unlimited_services .row div:nth-child(6) { transform: translateY(300px); animation: expandRight 1.8s ease-in-out forwards .6s; opacity: 0; } */ @keyframes slideIn { 0% { transform: translateX(500px) scale(.2); opacity: 0; } 100% { transform: translateX(0px) scale(1); opacity: 1; } } @keyframes slideUp { 0% { transform: translateY(300px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes expandLeft { 0% { transform: translateX(1400px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes expandRight { 0% { transform: translateX(-1400px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes wink { 0% { opacity: 0; } 100% { opacity: 1; } }
0.494385
0.053552
.inner-page-banner { padding: 6px 4px !important; } .breadcrumbs-area h1 { font-size: 2.6rem !important; } .sb-featured-img { height: 200px !important; width: 350px !important; } .sb-latest-img { height: 88px !important; width: 106px !important; } .sb-insta-img { height: 80px !important; width: 110px !important; } .sb-aboutme-img { height: 170px !important; width: 200px !important; } ul.instagram-feed-figure img { width: 231px !important; height: 189px !important; } .recipe_img { height: 250px !important; height: 366px !important; } .recipe_title, .item-title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .recipe_short_desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .recipe_category_name, .ctg-name { text-transform: uppercase; } .error-content-box.no-result-found { border: 1px solid #f65058; padding: 17px 0px 1px 0px !important; margin-top: 4px !important; } .error-content-box.no-result-found h5 { font-size: 20px; font-weight: 600; font-style: italic; color: #808080; } .noResultLink { text-align: center; margin-top: 13px; } .noResultLink a.btn-danger { padding: 11px 30px; font-size: 14px; } .ing-cont { background-color: #fff; padding: 13px 10px; margin-bottom: 8px; } .ing-cont i { color: #ff4a52 !important; } i.empty { color: #d9d9d9 !important; } .alert-success { color: #ffffff; background-color: #ff5057; border-color: #ff5057; } .alert-success h4 { text-transform: capitalize!important; margin: 7px; } .dg-main-content { background: #507e86 !important; color: #fff !important; max-width: 490px; min-height: 154px !important; } .dg-content { font-size: 19px !important; padding: 16px 0px !important; } .dg-btn--cancel { color: #fefefe !important; background-color: #da3434 !important; } .dg-btn--ok { color: #fff !important; background-color: #da3434 !important; border-color: #da3434 !important; }
public/css/front-custom.css
.inner-page-banner { padding: 6px 4px !important; } .breadcrumbs-area h1 { font-size: 2.6rem !important; } .sb-featured-img { height: 200px !important; width: 350px !important; } .sb-latest-img { height: 88px !important; width: 106px !important; } .sb-insta-img { height: 80px !important; width: 110px !important; } .sb-aboutme-img { height: 170px !important; width: 200px !important; } ul.instagram-feed-figure img { width: 231px !important; height: 189px !important; } .recipe_img { height: 250px !important; height: 366px !important; } .recipe_title, .item-title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .recipe_short_desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .recipe_category_name, .ctg-name { text-transform: uppercase; } .error-content-box.no-result-found { border: 1px solid #f65058; padding: 17px 0px 1px 0px !important; margin-top: 4px !important; } .error-content-box.no-result-found h5 { font-size: 20px; font-weight: 600; font-style: italic; color: #808080; } .noResultLink { text-align: center; margin-top: 13px; } .noResultLink a.btn-danger { padding: 11px 30px; font-size: 14px; } .ing-cont { background-color: #fff; padding: 13px 10px; margin-bottom: 8px; } .ing-cont i { color: #ff4a52 !important; } i.empty { color: #d9d9d9 !important; } .alert-success { color: #ffffff; background-color: #ff5057; border-color: #ff5057; } .alert-success h4 { text-transform: capitalize!important; margin: 7px; } .dg-main-content { background: #507e86 !important; color: #fff !important; max-width: 490px; min-height: 154px !important; } .dg-content { font-size: 19px !important; padding: 16px 0px !important; } .dg-btn--cancel { color: #fefefe !important; background-color: #da3434 !important; } .dg-btn--ok { color: #fff !important; background-color: #da3434 !important; border-color: #da3434 !important; }
0.284377
0.079389
.markdown-preview-view h1::before{ content: 'H1'; position: absolute; font-size: 0.7rem; font-family: var(--default-font); width: auto; left: -24px; padding: 0px 2px; top: 25px; opacity: 0.5; } .markdown-preview-view h2::before{ content: 'H2'; position: absolute; font-size: 0.7rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 23px; opacity: 0.5; } .markdown-preview-view h3::before{ content: 'H3'; position: absolute; font-size: 0.65rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 19px; opacity: 0.5; } .markdown-preview-view h4::before{ content: 'H4'; position: absolute; font-size: 0.6rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h5::before{ content: 'H5'; position: absolute; font-size: 0.6rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h6::before{ content: 'H6'; position: absolute; font-family: var(--default-font); font-size: 0.6rem; width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h1:hover::before, .markdown-preview-view h2:hover::before, .markdown-preview-view h3:hover::before, .markdown-preview-view h4:hover::before, .markdown-preview-view h5:hover::before, .markdown-preview-view h6:hover::before { font-weight: unset; border: none; border-radius: unset; font-family: var(--default-font); } div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header { color: transparent !important; background: none; } span.cm-formatting.cm-formatting-header { font-size: 0.4em !important; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-1::after { content: 'H1'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h1-color); position: absolute; top: -1px; left: -10px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-2::after { content: 'H2'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h2-color); position: absolute; top: -1px; left: -6px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-3::after { content: 'H3'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h3-color); position: absolute; top: -1px; left: -2px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-4::after { content: 'H4'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h4-color); position: absolute; top: -1px; left: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-5::after { content: 'H5'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h5-color); position: absolute; top: -1px; left: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-6::after { content: 'H6'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h6-color); position: absolute; top: -1px; left: 0; }
Demonstration_TIPS_for_Blue-Topaz/.obsidian/snippets/Display H1-H6 instead of # in edit mode.css
.markdown-preview-view h1::before{ content: 'H1'; position: absolute; font-size: 0.7rem; font-family: var(--default-font); width: auto; left: -24px; padding: 0px 2px; top: 25px; opacity: 0.5; } .markdown-preview-view h2::before{ content: 'H2'; position: absolute; font-size: 0.7rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 23px; opacity: 0.5; } .markdown-preview-view h3::before{ content: 'H3'; position: absolute; font-size: 0.65rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 19px; opacity: 0.5; } .markdown-preview-view h4::before{ content: 'H4'; position: absolute; font-size: 0.6rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h5::before{ content: 'H5'; position: absolute; font-size: 0.6rem; font-family: var(--default-font); width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h6::before{ content: 'H6'; position: absolute; font-family: var(--default-font); font-size: 0.6rem; width: auto; left: -25px; padding: 0px 2px; top: 20px; opacity: 0.5; } .markdown-preview-view h1:hover::before, .markdown-preview-view h2:hover::before, .markdown-preview-view h3:hover::before, .markdown-preview-view h4:hover::before, .markdown-preview-view h5:hover::before, .markdown-preview-view h6:hover::before { font-weight: unset; border: none; border-radius: unset; font-family: var(--default-font); } div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header { color: transparent !important; background: none; } span.cm-formatting.cm-formatting-header { font-size: 0.4em !important; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-1::after { content: 'H1'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h1-color); position: absolute; top: -1px; left: -10px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-2::after { content: 'H2'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h2-color); position: absolute; top: -1px; left: -6px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-3::after { content: 'H3'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h3-color); position: absolute; top: -1px; left: -2px; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-4::after { content: 'H4'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h4-color); position: absolute; top: -1px; left: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-5::after { content: 'H5'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h5-color); position: absolute; top: -1px; left: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-formatting.cm-formatting-header.cm-formatting-header-6::after { content: 'H6'; font-size: 0.7rem; font-family: var(--default-font); color: var(--h6-color); position: absolute; top: -1px; left: 0; }
0.684897
0.093306
pre[class*="language-"]:before { content:" "; position:absolute; -webkit-border-radius:50%; border-radius:50%; background:#fc625d; width:12px; height:12px; left:10px; top:10px; -webkit-box-shadow:20px 0 #fdbc40,40px 0 #35cd4b; box-shadow:20px 0 #fdbc40,40px 0 #35cd4b; z-index:2 } pre[class*="language-"] { background:#21252b; border-radius:5px; font:15px/22px"Microsoft YaHei",Arial,Sans-Serif; line-height:1.4; margin-bottom:1.6em; max-width:100%; overflow:; text-shadow:none; color:#000; box-shadow:0 10px 30px 0 rgba(0,0,0,.4) } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar { height:10x !important; width:10x !important; background-color:#1d1f21 !important } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3) !important; border-radius:10px !important; background-color:#21252b !important } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar-thumb { border-radius:10px !important; -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .5) !important; background-color:#21252b !important } pre[class*="language-"] code[class*="language-"] { background:#1d1f21; color:#fff; word-break:break-word; font-family:'Source code[class*="language-"] Pro', monospace, Helvetica, Tahoma, Arial, STXihei, "STHeiti Light", "Microsoft YaHei", sans-serif; padding:2px; text-shadow:none; border-radius:0 0 5px 5px; cursor:auto; /*max-height: calc(100vh - 250px);*/ overflow-y: scroll; } pre[class*="language-"] code[class*="language-"][data-rel]:before { color:#fff; content:attr(data-rel); height:38px; line-height:38px; background:#21252b; font-size:16px; position:absolute; margin-top:-45px; left:0; width:100%; font-family:'Ubuntu', sans-serif; font-weight:bold; /*padding:0 80px;*/ text-indent:15px; text-align:center; float:left; z-index:1; border-radius:5px 5px 0 0; border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-right-radius:0; border-bottom-left-radius:0; pointer-events:none } .hljs-ln-line span::-moz-selection,.hljs-ln-line::-moz-selection { background:#fff; color:#21252b } .hljs-ln-line span::selection,.hljs-ln-line::selection { background:#fff; color:#21252b } .hljs { display:block; overflow-x:auto; padding:.5em; color:#abb2bf; background:#282c34; max-height: 600px; } } .hljs-comment,.hljs-quote { color:#5c6370; font-style:italic } .hljs-doctag,.hljs-formula,.hljs-keyword { color:#c678dd } .hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst { color:#e06c75 } .hljs-literal { color:#56b6c2 } .hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string { color:#98c379 } .hljs-built_in,.hljs-class .hljs-title { color:#e6c07b } .hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable { color:#d19a66 } .hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title { color:#61aeee } .hljs-emphasis { font-style:italic } .hljs-strong { font-weight:700 } .hljs-link { text-decoration:underline } .hljs-ln { margin:6px 0 0 0 !important } td.hljs-ln-numbers { display: none; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; text-align:center; color:#888f96; background:#1d1f21; font-family:'Source code[class*="language-"] Pro', monospace, Helvetica, Tahoma, Arial, STXihei, "STHeiti Light", "Microsoft YaHei", sans-serif; vertical-align:top; position:absolute; left:0; width:30px } .hljs-ln-code[class*="language-"] .hljs-ln-line { margin-left:25px; padding-left:5px } .hljs-ln-code[class*="language-"] .hljs-ln-line:hover { background-color:rgba(255, 255, 255, .1) } @keyframes elastic { 0% { transform:scale(0) } 55% { transform:scale(1) } 70% { transform:scale(.98) } 100% { transform:scale(1) } } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } pre[class*="language-"] .content{ width: 40%; margin: 5rem auto; position: relative; } #post-content .code[class*="language-"]-block-fullscreen{ padding-top: 32px; position:fixed; width: 80vw; height: 80vh; min-height: 80vh; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:9999999; box-shadow: 0 0 20px 0 rgba(255,255,255,.4); animation:elastic 1s; overflow: hidden; } .code[class*="language-"]-block-fullscreen code[class*="language-"] { --widthA:100%; --widthB:calc(var(--widthA) - 30px); height:var(--widthB); min-height:99%; overflow-y:scroll; height:100%; } .code[class*="language-"]-block-fullscreen-html-scroll { overflow:hidden }
wp-content/plugins/Pure-Highlightjs/highlight/styles/macstyleP.css
pre[class*="language-"]:before { content:" "; position:absolute; -webkit-border-radius:50%; border-radius:50%; background:#fc625d; width:12px; height:12px; left:10px; top:10px; -webkit-box-shadow:20px 0 #fdbc40,40px 0 #35cd4b; box-shadow:20px 0 #fdbc40,40px 0 #35cd4b; z-index:2 } pre[class*="language-"] { background:#21252b; border-radius:5px; font:15px/22px"Microsoft YaHei",Arial,Sans-Serif; line-height:1.4; margin-bottom:1.6em; max-width:100%; overflow:; text-shadow:none; color:#000; box-shadow:0 10px 30px 0 rgba(0,0,0,.4) } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar { height:10x !important; width:10x !important; background-color:#1d1f21 !important } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3) !important; border-radius:10px !important; background-color:#21252b !important } pre[class*="language-"] code[class*="language-"]::-webkit-scrollbar-thumb { border-radius:10px !important; -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .5) !important; background-color:#21252b !important } pre[class*="language-"] code[class*="language-"] { background:#1d1f21; color:#fff; word-break:break-word; font-family:'Source code[class*="language-"] Pro', monospace, Helvetica, Tahoma, Arial, STXihei, "STHeiti Light", "Microsoft YaHei", sans-serif; padding:2px; text-shadow:none; border-radius:0 0 5px 5px; cursor:auto; /*max-height: calc(100vh - 250px);*/ overflow-y: scroll; } pre[class*="language-"] code[class*="language-"][data-rel]:before { color:#fff; content:attr(data-rel); height:38px; line-height:38px; background:#21252b; font-size:16px; position:absolute; margin-top:-45px; left:0; width:100%; font-family:'Ubuntu', sans-serif; font-weight:bold; /*padding:0 80px;*/ text-indent:15px; text-align:center; float:left; z-index:1; border-radius:5px 5px 0 0; border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-right-radius:0; border-bottom-left-radius:0; pointer-events:none } .hljs-ln-line span::-moz-selection,.hljs-ln-line::-moz-selection { background:#fff; color:#21252b } .hljs-ln-line span::selection,.hljs-ln-line::selection { background:#fff; color:#21252b } .hljs { display:block; overflow-x:auto; padding:.5em; color:#abb2bf; background:#282c34; max-height: 600px; } } .hljs-comment,.hljs-quote { color:#5c6370; font-style:italic } .hljs-doctag,.hljs-formula,.hljs-keyword { color:#c678dd } .hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst { color:#e06c75 } .hljs-literal { color:#56b6c2 } .hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string { color:#98c379 } .hljs-built_in,.hljs-class .hljs-title { color:#e6c07b } .hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable { color:#d19a66 } .hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title { color:#61aeee } .hljs-emphasis { font-style:italic } .hljs-strong { font-weight:700 } .hljs-link { text-decoration:underline } .hljs-ln { margin:6px 0 0 0 !important } td.hljs-ln-numbers { display: none; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; text-align:center; color:#888f96; background:#1d1f21; font-family:'Source code[class*="language-"] Pro', monospace, Helvetica, Tahoma, Arial, STXihei, "STHeiti Light", "Microsoft YaHei", sans-serif; vertical-align:top; position:absolute; left:0; width:30px } .hljs-ln-code[class*="language-"] .hljs-ln-line { margin-left:25px; padding-left:5px } .hljs-ln-code[class*="language-"] .hljs-ln-line:hover { background-color:rgba(255, 255, 255, .1) } @keyframes elastic { 0% { transform:scale(0) } 55% { transform:scale(1) } 70% { transform:scale(.98) } 100% { transform:scale(1) } } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } pre[class*="language-"] .content{ width: 40%; margin: 5rem auto; position: relative; } #post-content .code[class*="language-"]-block-fullscreen{ padding-top: 32px; position:fixed; width: 80vw; height: 80vh; min-height: 80vh; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:9999999; box-shadow: 0 0 20px 0 rgba(255,255,255,.4); animation:elastic 1s; overflow: hidden; } .code[class*="language-"]-block-fullscreen code[class*="language-"] { --widthA:100%; --widthB:calc(var(--widthA) - 30px); height:var(--widthB); min-height:99%; overflow-y:scroll; height:100%; } .code[class*="language-"]-block-fullscreen-html-scroll { overflow:hidden }
0.327561
0.0666
.r { background: red; } body { font-family: sans-serif; } table.runselect { border: thick solid #003355; border-collapse: collapse; } table.runselect th, table.runselect td { border: thin solid #003355; } table.runs { /* width: 1200px; */ width: 840px; border: thick solid #003355; border-collapse: collapse; background: #f0f0ff; margin: 3px; } table.runs tr { } table.runs th, table.runs td { text-align: center; font-size: 10pt; } table.runs th { border: thin solid #003355; } table.runs td { border-left: thin solid #003355; border-right: thin solid #003355; } table.runs td a { text-decoration: none; } table.bads { /* width: 800px; */ border: thick solid #003355; border-collapse: collapse; background: #f0f0ff; margin: 3px; } table.bads tr { border: thin solid #003355; }c table.bads th, table.bads td { text-align: center; font-size: 10pt; } table.bads th { border: thin solid #003355; padding: 1px 3px; font-size: 10pt; } table.bads td { /* border-left: thin solid #003355; border-right: thin solid #003355;*/ border: thin solid #003355; text-align: right; padding: 1px 20px; } table.bads td a { text-decoration: none; } tr.bads { background: #fff0f0; } th.typehead { width: 80px; } td.dbplot { width: 80px; } div.plot { display: block; border: thick solid #003355; background: #f0f0ff; padding: 10px 10px 10px 10px; } div.plot { } /* allows tooltips in <div> */ div.ttp { position: relative; z-index: 24; } div.ttp:hover { z-index: 25; } div.ttp div.tt { position: absolute; top: 2em; left: -3000px; z-index: 25; /* The default tooltip style */ border: 1px solid blue; background-color: white; color: black; font-size: 8pt; } div.ttp:hover div.tt { left: 0px; } /* allows div to be inline but NOT break safari popups */ .bl,.bc { display: block; padding: 1px 1px 1px 1px; margin: 0px 1px 1px 1px; /* font-size: 8pt; */ } .bc { float: center; } .bl { float: left; } .br { floar: right; } /* for right-side tooltips */ .rtt { margin-left: -100px; } table.runs td.run_num { border: thin solid #003355; text-align: center; vertical-align: middle; font-weight: bold; font-size: 14pt; } table.BEAM,table.MON,table.DCU,table.LMF,table.DCS { width: 100%; margin: 3px; border: thin solid black; border-collapse: collapse; } table.BEAM { background: #f0fff0; } table.MON { background: #fff0f0; } table.DCU { background: #aaf0f0; } table.LMF { background: #f0aaf0; } table.DCS { background: #f0f0aa; } td.noresults { text-align: left; font-weight: bold; font-style: italic; } div.pager a { color: #000077; font-style: normal; text-decoration: none; } div.pager a:hover { color: red; font-weight: bold; } div.pager strong { color: green; font-weight: bold; } .good a, .bad a { color: white; } .good { background: green; } .bad { background: red; }
OnlineDB/EcalCondDB/webapp/ecalconddb-compact.css
.r { background: red; } body { font-family: sans-serif; } table.runselect { border: thick solid #003355; border-collapse: collapse; } table.runselect th, table.runselect td { border: thin solid #003355; } table.runs { /* width: 1200px; */ width: 840px; border: thick solid #003355; border-collapse: collapse; background: #f0f0ff; margin: 3px; } table.runs tr { } table.runs th, table.runs td { text-align: center; font-size: 10pt; } table.runs th { border: thin solid #003355; } table.runs td { border-left: thin solid #003355; border-right: thin solid #003355; } table.runs td a { text-decoration: none; } table.bads { /* width: 800px; */ border: thick solid #003355; border-collapse: collapse; background: #f0f0ff; margin: 3px; } table.bads tr { border: thin solid #003355; }c table.bads th, table.bads td { text-align: center; font-size: 10pt; } table.bads th { border: thin solid #003355; padding: 1px 3px; font-size: 10pt; } table.bads td { /* border-left: thin solid #003355; border-right: thin solid #003355;*/ border: thin solid #003355; text-align: right; padding: 1px 20px; } table.bads td a { text-decoration: none; } tr.bads { background: #fff0f0; } th.typehead { width: 80px; } td.dbplot { width: 80px; } div.plot { display: block; border: thick solid #003355; background: #f0f0ff; padding: 10px 10px 10px 10px; } div.plot { } /* allows tooltips in <div> */ div.ttp { position: relative; z-index: 24; } div.ttp:hover { z-index: 25; } div.ttp div.tt { position: absolute; top: 2em; left: -3000px; z-index: 25; /* The default tooltip style */ border: 1px solid blue; background-color: white; color: black; font-size: 8pt; } div.ttp:hover div.tt { left: 0px; } /* allows div to be inline but NOT break safari popups */ .bl,.bc { display: block; padding: 1px 1px 1px 1px; margin: 0px 1px 1px 1px; /* font-size: 8pt; */ } .bc { float: center; } .bl { float: left; } .br { floar: right; } /* for right-side tooltips */ .rtt { margin-left: -100px; } table.runs td.run_num { border: thin solid #003355; text-align: center; vertical-align: middle; font-weight: bold; font-size: 14pt; } table.BEAM,table.MON,table.DCU,table.LMF,table.DCS { width: 100%; margin: 3px; border: thin solid black; border-collapse: collapse; } table.BEAM { background: #f0fff0; } table.MON { background: #fff0f0; } table.DCU { background: #aaf0f0; } table.LMF { background: #f0aaf0; } table.DCS { background: #f0f0aa; } td.noresults { text-align: left; font-weight: bold; font-style: italic; } div.pager a { color: #000077; font-style: normal; text-decoration: none; } div.pager a:hover { color: red; font-weight: bold; } div.pager strong { color: green; font-weight: bold; } .good a, .bad a { color: white; } .good { background: green; } .bad { background: red; }
0.441673
0.142381
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; font: 0.8em/1.2 Segoe UI,Arial,sans-serif; background: #333333; color: #AAAAAA; } header { height:50px; background:#111111; font-size:20px; font-weight:lighter} header h1 {display:inline-block; margin:12px; font-size: 20px; font-weight:lighter; color: #00ABEC} footer { clear: both; } /* forms */ fieldset { border: 1px solid #555555; margin: 10px 0; padding: 10px; } input[type=text] { display: inline-block; padding: 5px; background: #333333; color: #DDDDDD; border: 1px solid #555555; } button { display: block; width: 100px; padding: 3px; } a, a:visited, a:hover, a:active { color: #00ABEC; } h3 { font-size: 1.5em; font-weight: lighter; color:#FFFFFF; } h4 { font-size: 1.3em; font-weight: lighter; color:#FFFFFF; } h5 { font-size: 1.2em; font-weight: lighter; color:#DDDDDD; } ul li { list-style: none; margin: 3px 0; padding: 0; } #main { clear: both; } #result { width: 100%; padding: 10px; height:15px; margin: 1px 0; } .errorResult { border: 1px solid #DD0000; color: #DD0000; } .successResult { border: 1px solid #00DD00; color: #00DD00; } .tile { background:#444444; margin:1px 20px; padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) } .header { margin: 0 0 15px 0; padding: 5px; width: 340px;} .label { margin: 0 0 15px 0; padding: 5px; width: 340px; color:#000000;} #queueLength { font-size:64px; font-weight:lighter; color:#00ABEC} .deviceInfo { margin:5px 0; padding:5px; background:#222222; text-wrap: normal; word-wrap: break-word; } .deviceInfo label { display: inline-block; min-width: 75px; font-weight: bold; color:#DDDDDD; } .deviceInfo .deviceData { margin: 5px 0 } .deviceInfo a {float: right; margin-right:10px;}
src/LaunchPad.Iot.Insight.WebService/wwwroot/css/site.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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; font: 0.8em/1.2 Segoe UI,Arial,sans-serif; background: #333333; color: #AAAAAA; } header { height:50px; background:#111111; font-size:20px; font-weight:lighter} header h1 {display:inline-block; margin:12px; font-size: 20px; font-weight:lighter; color: #00ABEC} footer { clear: both; } /* forms */ fieldset { border: 1px solid #555555; margin: 10px 0; padding: 10px; } input[type=text] { display: inline-block; padding: 5px; background: #333333; color: #DDDDDD; border: 1px solid #555555; } button { display: block; width: 100px; padding: 3px; } a, a:visited, a:hover, a:active { color: #00ABEC; } h3 { font-size: 1.5em; font-weight: lighter; color:#FFFFFF; } h4 { font-size: 1.3em; font-weight: lighter; color:#FFFFFF; } h5 { font-size: 1.2em; font-weight: lighter; color:#DDDDDD; } ul li { list-style: none; margin: 3px 0; padding: 0; } #main { clear: both; } #result { width: 100%; padding: 10px; height:15px; margin: 1px 0; } .errorResult { border: 1px solid #DD0000; color: #DD0000; } .successResult { border: 1px solid #00DD00; color: #00DD00; } .tile { background:#444444; margin:1px 20px; padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) } .header { margin: 0 0 15px 0; padding: 5px; width: 340px;} .label { margin: 0 0 15px 0; padding: 5px; width: 340px; color:#000000;} #queueLength { font-size:64px; font-weight:lighter; color:#00ABEC} .deviceInfo { margin:5px 0; padding:5px; background:#222222; text-wrap: normal; word-wrap: break-word; } .deviceInfo label { display: inline-block; min-width: 75px; font-weight: bold; color:#DDDDDD; } .deviceInfo .deviceData { margin: 5px 0 } .deviceInfo a {float: right; margin-right:10px;}
0.395718
0.135146
@import url(./fonts.css); @import url(./partials/_variables.css); @import url(./partials/_global.css); @import url(./partials/popups.css); .header .menu .navbar .navbar-brand{ border-radius:100%; } .header .menu .navbar { text-align: center; display: inline-block; } .navbar { text-align: center; } .header .menu .nav-item .nav-link { padding: .5rem; color: var(--my-white); text-align: center; } .section { height: fit-content; min-height: 100vh; } h1,h2,h3,h4{ font: normal 700 25px/20px var(--rubik); } .nav-emoji { /* position: relative; */ position: fixed; left: 10rem; } .fit-image{ max-width: 100%; object-fit: cover; height: 15rem; /* only if you want fixed height */ } .site-main { overflow-x: hidden; } /* Start Nav */ /* Padding */ .navbar{ background-color: var(--my-black); /* box-shadow: 0px 2px 10px black; */ } .header .active a{ font: var(--gradient-light); } .header .menu .navbar .navbar-brand{ padding: 0 .5rem 0 0rem; border-radius:100%; } .header .menu .navbar { padding: 1rem; } .header .menu .nav-item .nav-link { font: normal 500 25px/2px "Rubik"; padding: 1.3rem; color: var(--my-white); } .header .menu .navbar-nav a:hover { background: var(--gradient-light); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.2s ease 0s; } /* End Nav */ /* Start Banner */ .site-main .site-banner { background: var(--primary-color) no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; } .site-main .site-banner .site-title{ font-weight: 500; text-align: center; padding-top: 6rem; height: 100vh; min-height: fit-content; } .site-main .site-banner .site-title h3 { font-weight: 500; font-size: 1.5rem; padding-left: 10%; padding-right: 10%; } .site-main .site-banner .site-title h1 { font-size: 3rem; } .site-main .site-banner .site-title h4 { font-size: 1.2rem; } .site-main .site-banner .banner-image > img { width: 100%; } .site-main .site-banner .site-button button { padding-left: 50rem; } /* End Banner */ /* Start About */ .site-main .about { height: fit-content; min-height: 100%; padding: 5rem 0rem 5rem; background: var(--my-black) no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: var(--my-white); text-align: center; } .site-main .about .about-title h2 > span { display:block; font: normal bold 49px/60px "Rubik"; transition: all 0.8s ease 0s; padding-top: 5%; } .site-main .about .about-title .paragraph > p { padding-top: 1rem; padding-right: 10%; padding-left: 10%; color: var(--my-white); } .site-main .about .para > a { color: var(--tertiary-color); } .site-main .about .about-title h2 > span:hover { color: var(--tertiary-color); transition: all 0.5s ease 0s; } .site-main .about .about-img { border: 10px solid var(--tertiary-color); border-radius: 50%; width:50%; margin-left: auto; margin-right: auto; box-shadow: 0px 2px 20px black; } .site-main .about .about-image img{ transition: all .8s ease; border:8px solid var(--tertiary-color); } .site-main .about .about-image img:hover{ transition: all 0.8s ease; transform: scale(1.1); } /* End About */ /* Start Experience */ .site-main .section .experience { height: fit-content; min-height: 100%; } .site-main .experience { height:max-content; padding: 5rem 0rem; background: var(--secondary-color); } .site-main .experience .jobs .img img{ width: 25rem; } .site-main .experience .title-text { transition: all .8s ease; color: var(--my-white); text-align: center; } .site-main .experience .title-text:hover { transition: all 0.5s ease; color: var(--my-black); } .site-main .experience .button-group button { background: transparent; border: none; font: normal 500 15px/50px var(--rubik); color: #f0faf994; } .site-main .experience .button-group button + button { padding-left: 3rem; } .site-main .experience .grid .jobs >.title h4{ font: normal 700 25px/20px var(--rubik); line-height: 1.3rem; color: var(--my-white); } .site-main .experience .title-text h1:hover{ font: normal 700 25px/12px var(--rubik); color: var(--my-black); } .site-main .experience .text-secondary p { color: var(--my-black); opacity: 60%; } .site-main .experience .img img{ transition: all .8s ease; border:6px solid transparent; box-shadow: var(--box-shadow); height: 15rem; width: 22rem; object-fit: cover; } .site-main .experience .img img:hover{ transition: all 0.5s ease 0s; transform: scale(.9); border:6px solid var(--p-bright); filter:brightness(.7) } /* End Experience */ /* Start Projects */ .site-main .projects .img img{ width: 25rem; } .site-main .projects { padding: 5rem 0rem; background: var(--primary-color); height: max-content; min-height: 100%; } .site-main .projects .title-text { transition: all .8s ease; color: var(--my-black); } .site-main .projects .title-text:hover { transition: all 0.5s ease; color: var(--my-white); } .site-main .projects .button-group button { background: transparent; border: none; font: normal 500 15px/50px var(--rubik); text-align: center; margin-left: auto; margin-right: auto; } .site-main .projects .button-group button + button { padding-left: 3rem; } .site-main .projects .grid .projs >.title h4{ font: normal 700 25px/20px var(--rubik); line-height: 1.5rem; } .site-main .projects .title-text h1:hover{ font: normal 700 25px/12px var(--rubik); color: var(--my-white); } .site-main .projects .text-secondary p { color: var(--my-white); opacity: 60%; } .projs > img { width: 20rem; } .svg > img { width: 20rem; } .site-main .projects img{ transition: all .8s ease; border:6px solid transparent; box-shadow: var(--box-shadow); height: 15rem; width: 22rem; object-fit: cover; } .site-main .projects .img img:hover{ transition: all 0.5s ease 0s; transform: scale(.9); border:6px solid var(--secondary-color); filter:brightness(.7) } /* End Projects */ /* Start Contact */ .site-main .contact .title-text { transition: all .8s ease; color: var(--my-black); } .site-main .contact .title-text:hover { transition: all 0.5s ease; color: var(--secondary-color); } .site-main .contact { padding: 5rem 0rem; background: var(--tertiary-color); height: max-content; min-height: 100vh; } .site-main .contact .row { display: block; margin-left: auto; margin-right: auto; } .site-main .socials{ padding: 0rem 1rem; } .site-main .contact .socials img{ transition: all .8s ease; } .site-main .contact .socials img:hover{ transform: scale(1.1); } .site-main .contact h2{ font:bold 500 80px/20px var(--rubik); margin-bottom: 10% } /* End Contact */
css/style-mobile.css
@import url(./fonts.css); @import url(./partials/_variables.css); @import url(./partials/_global.css); @import url(./partials/popups.css); .header .menu .navbar .navbar-brand{ border-radius:100%; } .header .menu .navbar { text-align: center; display: inline-block; } .navbar { text-align: center; } .header .menu .nav-item .nav-link { padding: .5rem; color: var(--my-white); text-align: center; } .section { height: fit-content; min-height: 100vh; } h1,h2,h3,h4{ font: normal 700 25px/20px var(--rubik); } .nav-emoji { /* position: relative; */ position: fixed; left: 10rem; } .fit-image{ max-width: 100%; object-fit: cover; height: 15rem; /* only if you want fixed height */ } .site-main { overflow-x: hidden; } /* Start Nav */ /* Padding */ .navbar{ background-color: var(--my-black); /* box-shadow: 0px 2px 10px black; */ } .header .active a{ font: var(--gradient-light); } .header .menu .navbar .navbar-brand{ padding: 0 .5rem 0 0rem; border-radius:100%; } .header .menu .navbar { padding: 1rem; } .header .menu .nav-item .nav-link { font: normal 500 25px/2px "Rubik"; padding: 1.3rem; color: var(--my-white); } .header .menu .navbar-nav a:hover { background: var(--gradient-light); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.2s ease 0s; } /* End Nav */ /* Start Banner */ .site-main .site-banner { background: var(--primary-color) no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; } .site-main .site-banner .site-title{ font-weight: 500; text-align: center; padding-top: 6rem; height: 100vh; min-height: fit-content; } .site-main .site-banner .site-title h3 { font-weight: 500; font-size: 1.5rem; padding-left: 10%; padding-right: 10%; } .site-main .site-banner .site-title h1 { font-size: 3rem; } .site-main .site-banner .site-title h4 { font-size: 1.2rem; } .site-main .site-banner .banner-image > img { width: 100%; } .site-main .site-banner .site-button button { padding-left: 50rem; } /* End Banner */ /* Start About */ .site-main .about { height: fit-content; min-height: 100%; padding: 5rem 0rem 5rem; background: var(--my-black) no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: var(--my-white); text-align: center; } .site-main .about .about-title h2 > span { display:block; font: normal bold 49px/60px "Rubik"; transition: all 0.8s ease 0s; padding-top: 5%; } .site-main .about .about-title .paragraph > p { padding-top: 1rem; padding-right: 10%; padding-left: 10%; color: var(--my-white); } .site-main .about .para > a { color: var(--tertiary-color); } .site-main .about .about-title h2 > span:hover { color: var(--tertiary-color); transition: all 0.5s ease 0s; } .site-main .about .about-img { border: 10px solid var(--tertiary-color); border-radius: 50%; width:50%; margin-left: auto; margin-right: auto; box-shadow: 0px 2px 20px black; } .site-main .about .about-image img{ transition: all .8s ease; border:8px solid var(--tertiary-color); } .site-main .about .about-image img:hover{ transition: all 0.8s ease; transform: scale(1.1); } /* End About */ /* Start Experience */ .site-main .section .experience { height: fit-content; min-height: 100%; } .site-main .experience { height:max-content; padding: 5rem 0rem; background: var(--secondary-color); } .site-main .experience .jobs .img img{ width: 25rem; } .site-main .experience .title-text { transition: all .8s ease; color: var(--my-white); text-align: center; } .site-main .experience .title-text:hover { transition: all 0.5s ease; color: var(--my-black); } .site-main .experience .button-group button { background: transparent; border: none; font: normal 500 15px/50px var(--rubik); color: #f0faf994; } .site-main .experience .button-group button + button { padding-left: 3rem; } .site-main .experience .grid .jobs >.title h4{ font: normal 700 25px/20px var(--rubik); line-height: 1.3rem; color: var(--my-white); } .site-main .experience .title-text h1:hover{ font: normal 700 25px/12px var(--rubik); color: var(--my-black); } .site-main .experience .text-secondary p { color: var(--my-black); opacity: 60%; } .site-main .experience .img img{ transition: all .8s ease; border:6px solid transparent; box-shadow: var(--box-shadow); height: 15rem; width: 22rem; object-fit: cover; } .site-main .experience .img img:hover{ transition: all 0.5s ease 0s; transform: scale(.9); border:6px solid var(--p-bright); filter:brightness(.7) } /* End Experience */ /* Start Projects */ .site-main .projects .img img{ width: 25rem; } .site-main .projects { padding: 5rem 0rem; background: var(--primary-color); height: max-content; min-height: 100%; } .site-main .projects .title-text { transition: all .8s ease; color: var(--my-black); } .site-main .projects .title-text:hover { transition: all 0.5s ease; color: var(--my-white); } .site-main .projects .button-group button { background: transparent; border: none; font: normal 500 15px/50px var(--rubik); text-align: center; margin-left: auto; margin-right: auto; } .site-main .projects .button-group button + button { padding-left: 3rem; } .site-main .projects .grid .projs >.title h4{ font: normal 700 25px/20px var(--rubik); line-height: 1.5rem; } .site-main .projects .title-text h1:hover{ font: normal 700 25px/12px var(--rubik); color: var(--my-white); } .site-main .projects .text-secondary p { color: var(--my-white); opacity: 60%; } .projs > img { width: 20rem; } .svg > img { width: 20rem; } .site-main .projects img{ transition: all .8s ease; border:6px solid transparent; box-shadow: var(--box-shadow); height: 15rem; width: 22rem; object-fit: cover; } .site-main .projects .img img:hover{ transition: all 0.5s ease 0s; transform: scale(.9); border:6px solid var(--secondary-color); filter:brightness(.7) } /* End Projects */ /* Start Contact */ .site-main .contact .title-text { transition: all .8s ease; color: var(--my-black); } .site-main .contact .title-text:hover { transition: all 0.5s ease; color: var(--secondary-color); } .site-main .contact { padding: 5rem 0rem; background: var(--tertiary-color); height: max-content; min-height: 100vh; } .site-main .contact .row { display: block; margin-left: auto; margin-right: auto; } .site-main .socials{ padding: 0rem 1rem; } .site-main .contact .socials img{ transition: all .8s ease; } .site-main .contact .socials img:hover{ transform: scale(1.1); } .site-main .contact h2{ font:bold 500 80px/20px var(--rubik); margin-bottom: 10% } /* End Contact */
0.29088
0.050988
.userinfo{} .userinfo .set-head{ position:relative; margin-right:20px;} .userinfo .set-head a{width: 100px;height: 100px;border-radius: 50%; display:block;} .userinfo .set-head img{width: 100px;height: 100px;border-radius: 50%; position: absolute;} .userinfo .set-head span{ background:url(../images/header-cover.png); width:93px; height:30px; line-height:30px; text-align:center; color:#fff;position: absolute;bottom: 0;left: 3px;z-index: 1;opacity: .9; font-size:12px} .userinfo .info-detail{} .userinfo .info-detail h1 a{ font-size:18px;font-weight: bold; line-height:2;} .userinfo .info-detail p,.userinfo .info-detail p a{ line-height:2;} .userinfo .info-detail p span{ margin-right:20px;} .userinfo .info-detail p label{ float:left} .userinfo .info-detail p a.icon-userinfo-20{ background:url(../images/icon-userinfo-20.png) no-repeat 0 -20px; width:20px; height:20px; display:inline-block; margin-right:5px; margin-top:5px;float:left} .userinfo .info-detail p a.icon-userinfo-20.a2{ background-position:-20px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a3{ background-position:-40px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a4{ background-position:-60px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a1.cur{ background-position:0 0;} .userinfo .info-detail p a.icon-userinfo-20.a2.cur{ background-position:-20px 0;} .userinfo .info-detail p a.icon-userinfo-20.a3.cur{ background-position:-40px 0;} .userinfo .info-detail p a.icon-userinfo-20.a4.cur{ background-position:-60px 0;} /*正在进行中的需求*/ .demand-ing{} .demand-ing td{ } .demand-ing td img{ text-align:left; width:160px; height:110px; padding-right:20px;} .demand-ing td.info{ text-align:left; border-right: 1px #fff solid;} .demand-ing td.info h4{ font-size:16px; font-weight:normal; line-height:2; width:100%; margin-bottom:5px;} .demand-ing td.info h4 a{ display:block; max-width:295px;} .demand-ing td.info h4 a span{ margin-right:3px;} .demand-ing td.info p{ line-height:25px; height:50px; overflow:hidden;color:#666666;} .demand-ing td.stage{ text-align:center;border-right: 1px #fff solid; color:#999;} .demand-ing td.action{ color:#c1bfbf;text-align:center} .demand-ing td.action a{ color:#3186dd; padding:0 6px;} .no-order{ text-align:center; padding:20px 0;} .no-order p{ color:#666;} .no-order .btn{height: 40px;line-height: 40px;padding: 0 50px;font-size: 16px;background-color: #ff6600;display: inline-block;color: #fff;text-align: center;border-radius: 5px;} /*推荐供应商*/ .co-demand{ overflow:hidden} .co-demand .overwidth{ width:110%;} .co-demand dl{ float: left; width:377px; padding:10px 15px; border:1px solid #ddd; margin-right:20px; } .co-demand dl dt{ float:left; margin-right:15px;} .co-demand dl dt div{ width:90px; height:90px;overflow:hidden;margin-right:15px;border-radius:50%;line-height: 0; text-align: center; vertical-align: middle; display: table-cell; background:#fff; border:2px solid #E1DCDC;} .co-demand dl dt img{ max-width:90px; max-height:90px; margin-top: expression( 90-this.height/2); *margin-top:expression(90-this.height/2)/*IE6,7*/;} .co-demand dl dd {float:left; width:190px;} .co-demand dl dd h4{ font-variant:normal; font-size:14px; margin-top:12px; } .co-demand dl dd h4 a{ display:block;max-width:100%;} .co-demand dl dd p{ line-height:2; color:#666666; overflow:hidden; font-size:12px} .co-demand dl dd p.tags{ color:#3186dd;} .co-demand dl dd p.tags span{ padding:0 5px;} .co-demand dl .btn{ margin-top:3px; float: right;margin-top:17px;} .co-demand dl .btn a{ display: block; text-align:center; border:1px solid #dddddd; width:60px; background:#f4f4f4; font-size:12px; color:#666666; border-radius: 2px; height:24px; line-height:24px; margin-bottom:5px; }
frontend/web/css/buyer-index.css
.userinfo{} .userinfo .set-head{ position:relative; margin-right:20px;} .userinfo .set-head a{width: 100px;height: 100px;border-radius: 50%; display:block;} .userinfo .set-head img{width: 100px;height: 100px;border-radius: 50%; position: absolute;} .userinfo .set-head span{ background:url(../images/header-cover.png); width:93px; height:30px; line-height:30px; text-align:center; color:#fff;position: absolute;bottom: 0;left: 3px;z-index: 1;opacity: .9; font-size:12px} .userinfo .info-detail{} .userinfo .info-detail h1 a{ font-size:18px;font-weight: bold; line-height:2;} .userinfo .info-detail p,.userinfo .info-detail p a{ line-height:2;} .userinfo .info-detail p span{ margin-right:20px;} .userinfo .info-detail p label{ float:left} .userinfo .info-detail p a.icon-userinfo-20{ background:url(../images/icon-userinfo-20.png) no-repeat 0 -20px; width:20px; height:20px; display:inline-block; margin-right:5px; margin-top:5px;float:left} .userinfo .info-detail p a.icon-userinfo-20.a2{ background-position:-20px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a3{ background-position:-40px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a4{ background-position:-60px -20px;} .userinfo .info-detail p a.icon-userinfo-20.a1.cur{ background-position:0 0;} .userinfo .info-detail p a.icon-userinfo-20.a2.cur{ background-position:-20px 0;} .userinfo .info-detail p a.icon-userinfo-20.a3.cur{ background-position:-40px 0;} .userinfo .info-detail p a.icon-userinfo-20.a4.cur{ background-position:-60px 0;} /*正在进行中的需求*/ .demand-ing{} .demand-ing td{ } .demand-ing td img{ text-align:left; width:160px; height:110px; padding-right:20px;} .demand-ing td.info{ text-align:left; border-right: 1px #fff solid;} .demand-ing td.info h4{ font-size:16px; font-weight:normal; line-height:2; width:100%; margin-bottom:5px;} .demand-ing td.info h4 a{ display:block; max-width:295px;} .demand-ing td.info h4 a span{ margin-right:3px;} .demand-ing td.info p{ line-height:25px; height:50px; overflow:hidden;color:#666666;} .demand-ing td.stage{ text-align:center;border-right: 1px #fff solid; color:#999;} .demand-ing td.action{ color:#c1bfbf;text-align:center} .demand-ing td.action a{ color:#3186dd; padding:0 6px;} .no-order{ text-align:center; padding:20px 0;} .no-order p{ color:#666;} .no-order .btn{height: 40px;line-height: 40px;padding: 0 50px;font-size: 16px;background-color: #ff6600;display: inline-block;color: #fff;text-align: center;border-radius: 5px;} /*推荐供应商*/ .co-demand{ overflow:hidden} .co-demand .overwidth{ width:110%;} .co-demand dl{ float: left; width:377px; padding:10px 15px; border:1px solid #ddd; margin-right:20px; } .co-demand dl dt{ float:left; margin-right:15px;} .co-demand dl dt div{ width:90px; height:90px;overflow:hidden;margin-right:15px;border-radius:50%;line-height: 0; text-align: center; vertical-align: middle; display: table-cell; background:#fff; border:2px solid #E1DCDC;} .co-demand dl dt img{ max-width:90px; max-height:90px; margin-top: expression( 90-this.height/2); *margin-top:expression(90-this.height/2)/*IE6,7*/;} .co-demand dl dd {float:left; width:190px;} .co-demand dl dd h4{ font-variant:normal; font-size:14px; margin-top:12px; } .co-demand dl dd h4 a{ display:block;max-width:100%;} .co-demand dl dd p{ line-height:2; color:#666666; overflow:hidden; font-size:12px} .co-demand dl dd p.tags{ color:#3186dd;} .co-demand dl dd p.tags span{ padding:0 5px;} .co-demand dl .btn{ margin-top:3px; float: right;margin-top:17px;} .co-demand dl .btn a{ display: block; text-align:center; border:1px solid #dddddd; width:60px; background:#f4f4f4; font-size:12px; color:#666666; border-radius: 2px; height:24px; line-height:24px; margin-bottom:5px; }
0.35768
0.138433
:host { --brand-color: #ff4630; --button-color: #ff4630; --button-hover-color: #ee2812; --outline-button-hover-color: #FFFBEA; --text-color: #2b2b2b; --disabled-text-color: #52575C; --font-size: 1rem; --column-gap: 15px; --main-bg-color: #fbfbfb; --z-index: 1000; --main-font: "Libre Franklin", sans-serif; display: inline-block; } :host * { font-family: var(--main-font); } :host .nav-item { padding: 0 0.625rem; } :host .nav-link { color: var(--text-color); font-size: var(--font-size); font-weight: 600; line-height: 1.2; text-decoration: none; transition: color 0.216s ease; } :host .nav-link:visited { color: var(--text-color); } :host .nav-link:hover, :host .nav-link:hover .material-icons { color: var(--brand-color); } :host .btn { align-items: center; border-radius: 0.25rem; cursor: pointer; display: flex; justify-content: space-between; padding: 0.5rem 1rem; transition: background 0.216s ease, color 0.216s ease; } :host .btn-transparent { background: none; border: none; display: flex; font-size: var(--font-size); padding: 0; } :host .dropdown-container { position: relative; } :host .dropdown-items { background-color: var(--main-bg-color); border-radius: 0.5rem 0 0.5rem 0.5rem; box-shadow: 0 0 0.5rem rgba(37, 40, 43, 0.12); cursor: pointer; left: 0; padding: 0; position: absolute; top: 2.5rem; width: 16rem; } :host .dropdown-items.open { list-style: none; opacity: 1; transition: opacity 0.1s ease-in; visibility: visible; } :host .dropdown-items.hidden { opacity: 0; visibility: hidden; } :host .dropdown-items .dropdown-item { align-items: center; color: var(--disabled-text-color); display: flex; font-size: 0.875rem; font-weight: 600; justify-content: start; min-height: 2rem; padding: 0.5rem 1rem; text-decoration: none; } :host .dropdown-items .dropdown-item:hover, :host .dropdown-items .dropdown-item:focus { background-color: rgba(255, 70, 48, 0.1); color: var(--brand-color); transition: background-color 0.1s ease-in; } :host .dropdown-items .dropdown-item .dropdown-item-description { color: var(--text-color); font-size: 0.75rem; line-height: 1rem; } /* Make sure material-icons class have its effect */ :host .material-icons { color: var(--text-color); direction: ltr; display: inline-block; font-family: "Material Icons"; font-size: 24px; /* Preferred icon size */ font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1; text-transform: none; white-space: nowrap; word-wrap: normal; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: "liga"; }
packages/dropdown-component/src/components/dc-dropdown/dc-dropdown.css
:host { --brand-color: #ff4630; --button-color: #ff4630; --button-hover-color: #ee2812; --outline-button-hover-color: #FFFBEA; --text-color: #2b2b2b; --disabled-text-color: #52575C; --font-size: 1rem; --column-gap: 15px; --main-bg-color: #fbfbfb; --z-index: 1000; --main-font: "Libre Franklin", sans-serif; display: inline-block; } :host * { font-family: var(--main-font); } :host .nav-item { padding: 0 0.625rem; } :host .nav-link { color: var(--text-color); font-size: var(--font-size); font-weight: 600; line-height: 1.2; text-decoration: none; transition: color 0.216s ease; } :host .nav-link:visited { color: var(--text-color); } :host .nav-link:hover, :host .nav-link:hover .material-icons { color: var(--brand-color); } :host .btn { align-items: center; border-radius: 0.25rem; cursor: pointer; display: flex; justify-content: space-between; padding: 0.5rem 1rem; transition: background 0.216s ease, color 0.216s ease; } :host .btn-transparent { background: none; border: none; display: flex; font-size: var(--font-size); padding: 0; } :host .dropdown-container { position: relative; } :host .dropdown-items { background-color: var(--main-bg-color); border-radius: 0.5rem 0 0.5rem 0.5rem; box-shadow: 0 0 0.5rem rgba(37, 40, 43, 0.12); cursor: pointer; left: 0; padding: 0; position: absolute; top: 2.5rem; width: 16rem; } :host .dropdown-items.open { list-style: none; opacity: 1; transition: opacity 0.1s ease-in; visibility: visible; } :host .dropdown-items.hidden { opacity: 0; visibility: hidden; } :host .dropdown-items .dropdown-item { align-items: center; color: var(--disabled-text-color); display: flex; font-size: 0.875rem; font-weight: 600; justify-content: start; min-height: 2rem; padding: 0.5rem 1rem; text-decoration: none; } :host .dropdown-items .dropdown-item:hover, :host .dropdown-items .dropdown-item:focus { background-color: rgba(255, 70, 48, 0.1); color: var(--brand-color); transition: background-color 0.1s ease-in; } :host .dropdown-items .dropdown-item .dropdown-item-description { color: var(--text-color); font-size: 0.75rem; line-height: 1rem; } /* Make sure material-icons class have its effect */ :host .material-icons { color: var(--text-color); direction: ltr; display: inline-block; font-family: "Material Icons"; font-size: 24px; /* Preferred icon size */ font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1; text-transform: none; white-space: nowrap; word-wrap: normal; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: "liga"; }
0.445288
0.087175
.contenedora { width: 80%; margin-left: 10%; background-color: rgb(67, 61, 94); display: flex; justify-content: space-between; margin-top: 36px; border-radius: 12px; } .izquierda { width: 35%; padding: 24px; display: grid; text-align: center; } .derecha { width: 45%; display: table; } .imagen { width: 360px; margin-left: auto; border-radius: 8px; max-height: 500px; } .titulo { width: 360px; margin-left: auto; margin-top: 24px; color: rgb(0, 89, 255); font-size: 24px; margin-bottom: 0; } .titulo-der { text-align: center; font-size: 26px; color: white; font-weight: bold; padding: 24px; margin-top: 24px; } .span-info { font-weight: bold; color: rgb(143, 143, 143); font-size: 18px; } .p-info { color: rgb(88, 175, 187); margin-left: 12px; font-size: 18px; } .infor { width: 80%; margin-left: 10%; } /* <div class="c-panel"> <div class="borrar"> <img class="img-panel" src="../imgs/logo/trash.png" alt=""> </div> <div class="editar"> <img class="img-panel" src="../imgs/logo/edit.png" alt=""> </div> </div> */ .c-panel { display: flex; width: 80%; margin-left: 10%; background-color: rgb(57, 51, 85); border-radius: 8px; justify-content: space-evenly; margin-top: 100px; padding: 18px 0; } .img-panel { width: 48px; } .borrar { opacity: 90%; } .editar { opacity: 90%; } .borrar:hover { cursor: pointer; opacity: 100%; animation:spin 4s linear 4; } .editar:hover { cursor: pointer; opacity: 100%; animation:spin 4s linear 4; } @keyframes spin { 0% { transform: rotate(15deg); } 100% { transform: rotate(-30deg); } } /* <div class="contenedor"> <div class="izquierda"> <img class="imagen" src="../imgs/movies/{{$movie['picture']}}" alt=""> <p class="titulo">{{$movie['title']}}</p> </div> <div class="derecha"> <span class="span-info">Director: </span><p class="p-info">{{$movie['director']}}</p> <span class="span-info">Year: </span><p class="p-info">{{$movie['year']}}</p> </div> </div> */
public/css/movie.css
.contenedora { width: 80%; margin-left: 10%; background-color: rgb(67, 61, 94); display: flex; justify-content: space-between; margin-top: 36px; border-radius: 12px; } .izquierda { width: 35%; padding: 24px; display: grid; text-align: center; } .derecha { width: 45%; display: table; } .imagen { width: 360px; margin-left: auto; border-radius: 8px; max-height: 500px; } .titulo { width: 360px; margin-left: auto; margin-top: 24px; color: rgb(0, 89, 255); font-size: 24px; margin-bottom: 0; } .titulo-der { text-align: center; font-size: 26px; color: white; font-weight: bold; padding: 24px; margin-top: 24px; } .span-info { font-weight: bold; color: rgb(143, 143, 143); font-size: 18px; } .p-info { color: rgb(88, 175, 187); margin-left: 12px; font-size: 18px; } .infor { width: 80%; margin-left: 10%; } /* <div class="c-panel"> <div class="borrar"> <img class="img-panel" src="../imgs/logo/trash.png" alt=""> </div> <div class="editar"> <img class="img-panel" src="../imgs/logo/edit.png" alt=""> </div> </div> */ .c-panel { display: flex; width: 80%; margin-left: 10%; background-color: rgb(57, 51, 85); border-radius: 8px; justify-content: space-evenly; margin-top: 100px; padding: 18px 0; } .img-panel { width: 48px; } .borrar { opacity: 90%; } .editar { opacity: 90%; } .borrar:hover { cursor: pointer; opacity: 100%; animation:spin 4s linear 4; } .editar:hover { cursor: pointer; opacity: 100%; animation:spin 4s linear 4; } @keyframes spin { 0% { transform: rotate(15deg); } 100% { transform: rotate(-30deg); } } /* <div class="contenedor"> <div class="izquierda"> <img class="imagen" src="../imgs/movies/{{$movie['picture']}}" alt=""> <p class="titulo">{{$movie['title']}}</p> </div> <div class="derecha"> <span class="span-info">Director: </span><p class="p-info">{{$movie['director']}}</p> <span class="span-info">Year: </span><p class="p-info">{{$movie['year']}}</p> </div> </div> */
0.396769
0.098425