Hima 5 vuotta sitten
vanhempi
commit
cdfc7afe55

+ 18 - 21
src/app/Internal-Page/internal-page-content/internal-page-content.component.css

@@ -3,11 +3,12 @@ input,button {
 }
 
 .contentPage-w {
-    width: 100%;
-    display: inline-block;
-    padding: 20px;
-    border: 1px solid #e3dbd0;
-    margin: 30px 0;
+    width: 95%;
+    display: block;
+    
+    border-top: 0;
+    margin: 0 auto;
+    padding: 10px 20px;
     background: rgba(255, 255, 255, 0.5);
 }
 
@@ -95,11 +96,7 @@ input,button {
     font-weight: bold;
 }
 
-.dateW {
-    color: #fff;
-    text-shadow: 0px 0px 2px #000;
-    font-weight: bold;
-}
+
 
 .internalPage-w .internalHeader-w .notificationList-w .profileData-w .dropdown-toggle::after {
     margin: -1px 10px;
@@ -154,7 +151,7 @@ input,button {
 
 .pagesHeader-w {
     width: 100%;
-    background-color: #dac4a6;
+    background: rgba(227,219,208, 0.3);
     margin-top: -6px;
     position: relative;
 }
@@ -274,13 +271,13 @@ input,button {
 
 .slider {
     width: 100%;
-    height: 500px;
+    height: 439px;
     padding: 10px 0;
 }
 
 .slider img {
     width: 100%;
-    height: 500px;
+    height: 430px;
 }
 
 .slider  .extra {
@@ -309,17 +306,18 @@ input,button {
 
 .servicesContent-w {
     width: 100%;
-    padding: 40px 0;
+    padding: 0;
 }
 
 .servicesContent-w .serviceItem-w {
     width: 100%;
-    height: 150px;
-    padding: 20px 10px;
+    height: 140px;
+    padding: 18px 10px;
     margin: 10px 0;
+    margin-left: -10px;
     color: #fff;
     text-align: center;
-    background: radial-gradient(#e5e5e5, #bda380);
+    background: linear-gradient(#dedede,#bda380, #c0a786);;
     border-bottom: 4px solid #00a99d;
     transition: all 0.5s;
 }
@@ -330,6 +328,7 @@ input,button {
 
 .servicesContent-w .serviceItem-w img {
     width: 50px;
+    height: 50px;
 }
 
 
@@ -360,12 +359,12 @@ input,button {
 
 .eventPart-w {
     width: 100%;
-    height: 80px;
 }
 
 .eventPart-w .event {
     width: 100%;
     height: 55px;
+    margin: 5px 0;
     background-color: #f3f0f0;
 }
 
@@ -400,7 +399,7 @@ input,button {
 }
 .contentsData-w {
     width: 100%;
-    padding: 20px 0;
+    padding-top: 13px;
 }
 
 .contentsData-w .joinUs-w,
@@ -549,7 +548,6 @@ input,button {
 
 .secondServices-w {
     width: 100%;
-    padding: 20px 0;
     display: inline-block;
 }
 
@@ -615,7 +613,6 @@ input,button {
 .tabs {
     width: 100%;
     display: inline-block;
-    padding: 20px 0;
 }
 
 .tabs .lastTab-w {

+ 40 - 8
src/app/Internal-Page/internal-page-header/internal-page-header.component.css

@@ -5,7 +5,7 @@ input,button {
 .internalHeader-w {
     width: 100%;
     height: 35px;
-    background-color: #e3dfdf;
+    background: rgba(185, 183, 183, 0.8);
 
     /* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
     background-size: cover; */
@@ -56,12 +56,14 @@ input,button {
     color: #ccc;
     padding: 0 5px;
     height: 30px;
+    margin-top: 2px;
 }
 
 .internalHeader-w .searchBtn {
     background-color: #fff;
     border: none;
     height: 30px;
+    margin-top: 2px;
 }
 
 .profileData-w img {
@@ -79,13 +81,17 @@ input,button {
     text-shadow: 0px 0px 2px #000;
     font-weight: bold;
     margin-right: -25px;
+    font-size: 14px;
+    margin-top: 2px;
+    margin-right: 15px;
 }
 
 .dateW {
     color: #fff;
     text-shadow: 0px 0px 2px #000;
     font-weight: bold; 
-    display:inline-block  
+    display:inline-block;
+    font-size: 14px;  
 }
 
 .internalPage-w .internalHeader-w .notificationList-w .profileData-w .dropdown-toggle::after {
@@ -110,6 +116,7 @@ input,button {
 
 .logoHeader-w .rightLogo-w {
     text-align: right;
+    margin-right: 27px;
 }
 
 .logoHeader-w .rightLogo-w img {
@@ -119,6 +126,7 @@ input,button {
 
 .logoHeader-w .leftLogo-w img {
     margin-top: 15px;
+    margin-left: 20px;
 }
 
 .logoHeader-w .center h2 {
@@ -142,9 +150,11 @@ input,button {
 
 .pagesHeader-w {
     width: 100%;
-    background-color: #E3DBD0;
+    /* background-color: #E3DBD0; */
+    background: rgba(214, 189, 154, 0.3);
     margin-top: -6px;
     position: relative;
+    height: 50px;
 }
 
 .pagesHeader-w .dropdown-toggle:empty::after {
@@ -158,6 +168,7 @@ input,button {
     align-items: center;
     justify-content: center;
     padding: .5rem 1rem;
+    height: 50px;
 }
 
 .pagesHeader-w navbar a {
@@ -183,7 +194,7 @@ input,button {
     background-color: inherit;
     font: inherit;
     margin: 0;
-    font-weight: bold;
+    font-weight: 600;
 }
 
 .pagesHeader-w .dropdown .dropbtn {
@@ -284,7 +295,8 @@ input,button {
     background-color: #FAFAFA;
     cursor: pointer;
     transition: all 0.5s; */
-    margin: 2px 10px;
+
+    /* margin: 2px 10px;
     padding: 5px;
     padding: 2px 5px;
     color: #03887f;
@@ -292,11 +304,24 @@ input,button {
     width: 30px;
     border: 1px solid #bda380;
     height: 30px;
-    /* border-radius: 5px; */
     background-color: #FAFAFA;
     cursor: pointer;
     transition: all 0.5s;
-    display: inline-block; 
+    display: inline-block;  */
+
+    margin: 4px 10px;
+    padding: 5px;
+    padding: 0px 3px;
+    color: #03887f;
+    font-weight: bold;
+    width: 25px;
+    border: 1px solid #bda380;
+    height: 25px;
+    background-color: #FAFAFA;
+    cursor: pointer;
+    transition: all 0.5s;
+    display: inline-block;
+    margin-left: 20px;
 }
 
 .ar:hover{
@@ -402,7 +427,7 @@ input,button {
     }
 
     .buttonW {
-        margin-right: -40px;
+        margin-right: -50px;
     }
 
     .logoHeader-w .center h2 {
@@ -447,6 +472,10 @@ input,button {
     .dropdown-toggle::after {
         display: none;
     }
+
+    .en,.ar{
+        margin-left: 0;
+    }
 }
 
 @media (min-width: 767px) and (max-width: 991px) {
@@ -475,4 +504,7 @@ input,button {
     .dropdown-toggle::after {
         display: none;
     }
+    .buttonW {
+        margin-right: 0;
+    }
 }