forked from LiveCarta/LiveCartaWP
new header
This commit is contained in:
@@ -304,138 +304,6 @@
|
||||
max-width: 640px;
|
||||
}
|
||||
|
||||
header {
|
||||
background: #fff;
|
||||
}
|
||||
header .main-logo {
|
||||
height: 24px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 10px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
header .main-logo {
|
||||
left: 30px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
header .main-logo.law-logo {
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
header .header-menu ul li a {
|
||||
color: #0c4e91;
|
||||
font-weight: bold;
|
||||
}
|
||||
header .header-menu ul li a:hover {
|
||||
color: #0c4e91;
|
||||
border-bottom-color: #0c4e91;
|
||||
}
|
||||
header .header-menu ul li a.selected {
|
||||
color: #0c4e91;
|
||||
border-bottom-color: #0c4e91;
|
||||
}
|
||||
header .header-menu ul li.active a {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .header-menu ul li.active a:hover {
|
||||
border-bottom-color: #ff6b00;
|
||||
}
|
||||
header .sign-block a {
|
||||
color: #ff6b00;
|
||||
font-weight: bold;
|
||||
}
|
||||
header .sign-block a:hover {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a, header .sign-block .signed-user {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a:hover, header .sign-block .signed-user:hover {
|
||||
color: #ff6b00;
|
||||
border-bottom-color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a .icon-caret, header .sign-block > a .icon-account-settings, header .sign-block .signed-user .icon-caret, header .sign-block .signed-user .icon-account-settings {
|
||||
color: #0c4e91;
|
||||
}
|
||||
header .sign-block .button.bordered {
|
||||
color: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
border-radius: 20px;
|
||||
height: 40px;
|
||||
line-height: 36px;
|
||||
}
|
||||
header .sign-block .button.bordered:hover {
|
||||
border: 2px solid #ff6b00;
|
||||
background: #ff6b00;
|
||||
color: #fff;
|
||||
}
|
||||
header .sign-block .button.mp-top-left {
|
||||
color: #fff;
|
||||
border: none;
|
||||
background: #ff6b00;
|
||||
box-shadow: none;
|
||||
border-radius: 20px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
header .sign-block .button.mp-top-left:hover {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
}
|
||||
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
|
||||
background: #134d94;
|
||||
}
|
||||
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
|
||||
background: #1965c1;
|
||||
}
|
||||
header .mobile-menu .btn-toggle-menu {
|
||||
color: #333;
|
||||
text-shadow: none;
|
||||
}
|
||||
header .mobile-menu .btn-toggle-menu:hover {
|
||||
color: #999;
|
||||
}
|
||||
header .mobile-nav .mm-bg {
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
header .mobile-nav .header-menu li a {
|
||||
color: #0c4e91;
|
||||
}
|
||||
header .mobile-nav .header-menu li a:hover {
|
||||
color: #0c4e91;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a {
|
||||
color: #333;
|
||||
}
|
||||
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover {
|
||||
color: #333;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
header .mobile-nav .sign-block .button.bordered {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
}
|
||||
header .mobile-nav .sign-block .button.mp-top-left {
|
||||
background: #fff;
|
||||
color: #ff6b00;
|
||||
border-radius: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
border: none;
|
||||
}
|
||||
header .mobile-nav .sign-block .button.mp-top-left:hover {
|
||||
background: #ff6b00;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
footer.v2 {
|
||||
color: #fff;
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -143,138 +143,6 @@
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
header {
|
||||
background: #fff;
|
||||
}
|
||||
header .main-logo {
|
||||
height: 24px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 10px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
header .main-logo {
|
||||
left: 30px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
header .main-logo.law-logo {
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
header .header-menu ul li a {
|
||||
color: #0c4e91;
|
||||
font-weight: bold;
|
||||
}
|
||||
header .header-menu ul li a:hover {
|
||||
color: #0c4e91;
|
||||
border-bottom-color: #0c4e91;
|
||||
}
|
||||
header .header-menu ul li a.selected {
|
||||
color: #0c4e91;
|
||||
border-bottom-color: #0c4e91;
|
||||
}
|
||||
header .header-menu ul li.active a {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .header-menu ul li.active a:hover {
|
||||
border-bottom-color: #ff6b00;
|
||||
}
|
||||
header .sign-block a {
|
||||
color: #ff6b00;
|
||||
font-weight: bold;
|
||||
}
|
||||
header .sign-block a:hover {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a, header .sign-block .signed-user {
|
||||
color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a:hover, header .sign-block .signed-user:hover {
|
||||
color: #ff6b00;
|
||||
border-bottom-color: #ff6b00;
|
||||
}
|
||||
header .sign-block > a .icon-caret, header .sign-block > a .icon-account-settings, header .sign-block .signed-user .icon-caret, header .sign-block .signed-user .icon-account-settings {
|
||||
color: #0c4e91;
|
||||
}
|
||||
header .sign-block .button.bordered {
|
||||
color: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
border-radius: 20px;
|
||||
height: 40px;
|
||||
line-height: 36px;
|
||||
}
|
||||
header .sign-block .button.bordered:hover {
|
||||
border: 2px solid #ff6b00;
|
||||
background: #ff6b00;
|
||||
color: #fff;
|
||||
}
|
||||
header .sign-block .button.mp-top-left {
|
||||
color: #fff;
|
||||
border: none;
|
||||
background: #ff6b00;
|
||||
box-shadow: none;
|
||||
border-radius: 20px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
header .sign-block .button.mp-top-left:hover {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
}
|
||||
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
|
||||
background: #134d94;
|
||||
}
|
||||
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
|
||||
background: #1965c1;
|
||||
}
|
||||
header .mobile-menu .btn-toggle-menu {
|
||||
color: #333;
|
||||
text-shadow: none;
|
||||
}
|
||||
header .mobile-menu .btn-toggle-menu:hover {
|
||||
color: #999;
|
||||
}
|
||||
header .mobile-nav .mm-bg {
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
header .mobile-nav .header-menu li a {
|
||||
color: #0c4e91;
|
||||
}
|
||||
header .mobile-nav .header-menu li a:hover {
|
||||
color: #0c4e91;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a {
|
||||
color: #333;
|
||||
}
|
||||
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover {
|
||||
color: #333;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
header .mobile-nav .sign-block .button.bordered {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
}
|
||||
header .mobile-nav .sign-block .button.mp-top-left {
|
||||
background: #fff;
|
||||
color: #ff6b00;
|
||||
border-radius: 0;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
border: none;
|
||||
}
|
||||
header .mobile-nav .sign-block .button.mp-top-left:hover {
|
||||
background: #ff6b00;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
footer.v2 {
|
||||
color: #fff;
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0763 13.94C17.5458 10.7875 19.1528 6.89554 24.2461 11.8117C25.71 13.2247 27.0274 14.5606 28.4731 16.0012C29.5508 17.0753 31.7443 18.701 31.6545 21.1852C31.5699 23.5212 29.5303 25.4178 27.0402 25.1934C24.2633 24.9431 23.4398 22.5637 25.0278 22.2831C25.9062 22.1279 25.8581 22.5744 26.468 22.8887C29.1085 24.2492 30.7714 20.2143 28.4993 19.1512C26.5408 18.2349 25.3738 20.1082 23.515 21.9439C20.543 24.8786 16.9 29.9481 13.3339 26.5144L5.06482 18.1531C2.96137 15.3815 5.47854 10.7951 9.46244 11.6871C10.7062 11.9656 11.2557 12.6695 11.9158 13.3281C13.3732 14.7829 14.6828 16.0522 16.1303 17.5271C16.8536 18.2641 17.4831 18.8238 18.2147 19.5567C18.8746 20.2174 19.9596 20.8476 18.9719 22.043C17.5369 22.4814 17.3451 21.1729 15.861 21.3373C14.8353 21.4506 14.0427 22.3889 14.0471 23.429C14.051 24.4268 15.4108 27.1326 18.3118 24.2165L24.1296 18.446C24.447 18.1526 24.7291 17.8417 25.1238 17.5637C25.4584 17.328 25.901 17.1992 26.2419 16.8721C25.7064 16.0498 22.0004 12.3416 21.3101 11.9436C18.956 10.5868 16.8182 14.5303 15.4858 15.3206L14.076 13.9406L14.0763 13.94ZM5.41609 9.28621C6.06346 7.58687 8.68132 5.48936 10.6029 4.48789C18.3571 0.447016 27.2166 3.33437 30.8934 9.70634C25.8263 4.70292 17.775 2.36948 10.8449 5.66102C9.77051 6.17129 8.84967 6.68313 7.96838 7.26864C6.94085 7.95109 6.35931 8.65366 5.41609 9.28621ZM35.8276 20.2443C37.2821 9.81947 29.3143 1.21752 20.2235 0.136622C9.51838 -1.13657 1.28231 6.67842 0.149149 15.6799C-1.17526 26.2006 6.50814 34.76 15.7491 35.8667C25.5341 37.0386 34.4147 30.3706 35.8276 20.2443Z" fill="#124C95"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9845 21.6519C11.1838 21.1877 9.09744 18.9418 8.23153 18.1252C7.42847 17.3681 4.94019 15.6023 6.72156 13.7915C8.59776 11.8843 10.4604 14.3715 11.2781 15.1671C12.2114 16.0755 14.2796 17.8051 14.8627 18.7295C13.3253 19.6588 12.6325 19.7609 11.9847 21.6516L11.9845 21.6519ZM14.0029 13.4179L15.446 14.7837C16.81 14.0015 18.9984 10.0991 21.4081 11.4416C22.1147 11.8354 25.9084 15.5056 26.4565 16.3191C26.1076 16.6428 25.6546 16.7705 25.312 17.0035C24.908 17.2786 24.6192 17.5863 24.2943 17.8767L18.3389 23.5875C15.369 26.4735 13.9773 23.7957 13.9733 22.8082C13.9691 21.7788 14.7801 20.8503 15.8301 20.7381C17.3491 20.5757 17.5457 21.8704 19.0146 21.4365C20.0257 20.2535 18.9147 19.6301 18.2395 18.9759C17.4905 18.2506 16.846 17.6967 16.1058 16.9673C14.6243 15.5077 13.2835 14.2515 11.7916 12.8118C11.1161 12.1597 10.5533 11.4631 9.28016 11.1877C5.20201 10.3049 2.6253 14.8439 4.77851 17.5869L13.2432 25.8617C16.8936 29.2601 20.6229 24.2428 23.6652 21.3385C25.568 19.522 26.7626 17.668 28.7674 18.5746C31.0932 19.6265 29.391 23.6199 26.688 22.2735C26.0637 21.9627 26.113 21.5205 25.2137 21.6741C23.5879 21.9521 24.4312 24.3066 27.2737 24.5543C29.8227 24.7765 31.9107 22.8995 31.9972 20.5876C32.0894 18.1288 29.844 16.5202 28.7405 15.4573C27.2609 14.0315 25.9124 12.7094 24.4136 11.311C19.1997 6.44575 17.5547 10.2974 14.0032 13.4174L14.0029 13.4179Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0465 21.9997C12.7115 20.0131 13.4222 19.9057 15 18.9289C14.4019 17.9571 12.2791 16.1395 11.3213 15.1852C10.4821 14.349 8.57058 11.7352 6.64512 13.7395C4.81697 15.6422 7.37058 17.4982 8.19473 18.2938C9.08366 19.1517 11.2245 21.5122 12.0462 22L12.0465 21.9997Z" fill="#124C95"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.58476C5.96257 8.95983 6.55604 8.26517 7.60465 7.59066C8.50428 7.01196 9.44375 6.50607 10.5402 6.00174C17.6124 2.74849 25.8289 5.05453 31 10C27.2477 3.70215 18.2062 0.848389 10.2932 4.84226C8.33222 5.83182 5.66065 7.90519 5 9.58476Z" fill="#85A3C7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user