D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skyconb
/
bak time
/
css
/
Filename :
custom.css
back
Copy
/* @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); */ @font-face { font-family: Poppins; src: url("../fonts/Poppins-Regular.ttf"); } html * { font-family: "Poppins", sans-serif; } .main-box { text-align: center; padding: 20px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 40px; } .main-box a, .main-box a:hover { color: #fff; text-decoration: none; } .mb-dull { background-color: #8f8f2c; } .mb-red { background-color: #d36f2e; } .mb-pink { background-color: #ff2f71; } .mb-yell { background-color: #ca8012; } .mb-green { background-color: #168e18; } .mb-purple { background-color: #e79c14; } .mb-maroon { background-color: #c33a3a; } .mb-secondary { background-color: #3c3c3c; } .main-box h5 { font-size: 18px; font-weight: 300; text-transform: uppercase; } /*============================================== CHAT WINDOW STYLES =============================================*/ .chat-widget-main { max-height: 500px; padding: 20px; overflow: auto; } .chat-widget-left:after { top: 100%; left: 10%; border: solid transparent; content: " "; position: absolute; border-top-color: #6792d5; border-width: 15px; margin-left: -15px; } .chat-widget-left { width: 100%; height: auto; padding: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; border: 1px solid #6792d5; font-size: 14px; } .chat-widget-right:after { top: 100%; right: 10%; border: solid transparent; content: " "; position: absolute; border-top-color: #d51111; border-width: 15px; margin-left: -15px; } .chat-widget-right { width: 100%; height: auto; padding: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; border: 1px solid #d51111; font-size: 14px; } .chat-widget-name-left { color: #6792d5; margin-top: 30px; margin-left: 60px; text-align: left; font-weight: 900; padding-bottom: 20px; font-size: 16px; } .chat-widget-name-right { color: #d51111; margin-top: 30px; margin-right: 60px; font-size: 16px; text-align: right; font-weight: 900; padding-bottom: 20px; } /*============================================== Reviews Styles =============================================*/ #reviews { min-height: 180px; background-color: #64a2db; padding: 15px; } #reviews h4 { color: #fff; line-height: 30px; font-size: 16px; } #reviews .user-img { border: 2px solid #fff; overflow: hidden; border-radius: 50%; display: inline-block; } #reviews .img-u { max-height: 90px; max-width: 90px; } #reviews .c-black { color: #fff; font-style: italic; font-size: 20px; padding: 5px; } /*============================================== NOTICE BOX STYLES =============================================*/ .noti-box { min-height: 100px; color: #fff; padding: 20px; } .noti-box .icon-box { display: block; float: left; margin: 0 15px 10px 0; width: 70px; height: 70px; line-height: 75px; vertical-align: middle; text-align: center; font-size: 40px; } .bg-color-black { background-color: #424242; color: #fff; } .main-text { font-size: 25px; font-weight: 600; } .color-bottom-txt { font-size: 16px; line-height: 30px; } .panel-back { background-color: #929292; } /*========================================== GALLERY/ PORTFOLIO STYLES =====================================================*/ #port-folio { padding-top: 10px; padding-bottom: 100px; } .portfolio-item { border: 1px solid #000; margin: 3px; } .portfolio-item p { padding: 12px; color: #fff; line-height: 25px; } .portfolio-item .overlay { background-color: #000; text-align: center; padding-bottom: 30px; } /*========================================== GALLERY/ PORTFOLIO FILTER STYLES =====================================================*/ ul#filters { padding: 0px; } #filters { margin: 3% 0; padding: 0; list-style: none; text-align: center; } #filters li { display: -webkit-inline-box; } #filters li span { display: block; padding: 5px 4px; text-decoration: none; color: #d51111; cursor: pointer; font-size: 18px; } #port-folio .portfolio-item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width: 100%; opacity: 0.2; float: left; overflow: hidden; } /****my css*******/ .rowmargin { margin-bottom: 100px !important; } fieldset.scheduler-border { border: 1px groove #ddd !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow: 0px 0px 0px 0px #000; } legend.scheduler-border { font-size: 1.2em !important; font-weight: bold !important; text-align: left !important; width: auto; padding: 0 10px; border-bottom: none; } /*****end of my css******/