Aymanshafei (Talk | contribs) |
Aymanshafei (Talk | contribs) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | #menu:before, | ||
+ | #menu:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | } | ||
+ | |||
+ | #menu:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | #menu li:hover{background: rgba(255,255,255, 0.3) !important;} | ||
+ | #top_title{display:none !important;width:0px !important} | ||
+ | .fa-arrow-up:before { | ||
+ | content: "\f062"; | ||
+ | } | ||
+ | .fa-arrow-right:before { | ||
+ | content: "\f061"; | ||
+ | } | ||
+ | .active { | ||
+ | border: 1px solid #fff; | ||
+ | background: rgba(255,255,255, 0.3) !important; | ||
+ | } | ||
+ | #myBtn { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 50px; | ||
+ | right: 10px; | ||
+ | z-index: 99; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: transparent; | ||
+ | color: #ffffff; | ||
+ | cursor: pointer; | ||
+ | padding: 5px 10px 5px 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
+ | #myBtn:hover{ | ||
+ | color:#777; | ||
+ | } | ||
+ | .price-table { | ||
+ | padding-top:50px; | ||
+ | font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif | ||
+ | } | ||
#sideMenu{ | #sideMenu{ | ||
display:none | display:none | ||
Line 9: | Line 51: | ||
.team-item{ | .team-item{ | ||
− | + | ||
margin-bottom: 50px; | margin-bottom: 50px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.team-img{ | .team-img{ | ||
− | width: | + | width: 75%; |
max-height: 220px; | max-height: 220px; | ||
min-height: 220px; | min-height: 220px; | ||
+ | border-radius:50% | ||
} | } | ||
.team-item-name{ | .team-item-name{ | ||
Line 22: | Line 65: | ||
margin-bottom: 0px !important; | margin-bottom: 0px !important; | ||
padding-top: 20px !important; | padding-top: 20px !important; | ||
− | color: # | + | color: #ffffff !important; |
} | } | ||
.team-item-id{ | .team-item-id{ | ||
− | color: # | + | color: #ffffff !important; |
font-size: 11px !important; | font-size: 11px !important; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
Line 203: | Line 246: | ||
height: 2px; | height: 2px; | ||
width: 50px; | width: 50px; | ||
− | margin: 0px auto | + | margin: 0px auto 30px; |
} | } | ||
Line 229: | Line 272: | ||
color: #fff; | color: #fff; | ||
font-size: 30px; | font-size: 30px; | ||
− | padding: 0px 15px | + | padding: 0px 5px 15px 5px; |
height: auto; | height: auto; | ||
font-weight: 200; | font-weight: 200; | ||
Line 245: | Line 288: | ||
.navbar-fixed-top .navbar-toggle .icon-bar { | .navbar-fixed-top .navbar-toggle .icon-bar { | ||
− | background-color: # | + | background-color: #fff; |
} | } | ||
Line 255: | Line 298: | ||
background-color: transparent; | background-color: transparent; | ||
border-color: transparent; | border-color: transparent; | ||
− | padding-top: | + | padding-top: 17px; |
} | } | ||
Line 714: | Line 757: | ||
margin: 15px; | margin: 15px; | ||
} | } | ||
+ | |||
.price-title, | .price-title, | ||
.price-list { | .price-list { | ||
Line 766: | Line 810: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#menu li { | #menu li { | ||
float: left; | float: left; | ||
− | + | background-color: rgba(14, 31, 39,0.9); | |
− | + | ||
position: relative; | position: relative; | ||
+ | display:block; | ||
} | } | ||
#menu a { | #menu a { | ||
float: left; | float: left; | ||
− | padding: 12px | + | padding: 12px 10px; |
color: #fff; | color: #fff; | ||
text-transform: uppercase; | text-transform: uppercase; |
Latest revision as of 19:40, 29 October 2017