Skip to content

Commit

Permalink
Colours frokm local
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Nov 25, 2024
1 parent 0503e63 commit 512899a
Show file tree
Hide file tree
Showing 4 changed files with 986 additions and 36 deletions.
85 changes: 85 additions & 0 deletions docs/client/winchester/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
/* Strategy */


/* Strategy Slider */

/* #uc-page-id-strategy #priorities-stripe #priorities-stripe ul li {
background-color: Var(--cobalt-blue);
padding: 20px;
width: 200px;
border-radius: 15px;
}
#uc-page-id-strategy #priorities-stripe #priorities-stripe .page-title {
color: var(--white);
font-size: 1.5rem;
}
#uc-page-id-strategy #priorities-stripe #priorities-stripe .edit-mode-page {
overflow: hidden;
}
#uc-page-id-strategy #priorities-stripe .jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 100%;
}
#uc-page-id-strategy #priorities-stripe #priorities-stripe .edit-mode-page p {
color: var(--white);
}
#priorities-stripe-wrap {
height: 400px;
}
#uc-page-id-strategy .jcarousel-list, #uc-page-id-strategy .jcarousel-clip, #uc-page-id-strategy .jcarousel-container, #uc-page-id-strategy .jcarousel-skin-tango, #uc-page-id-strategy #priorities-stripe {
height: 100%;
} */


/* Custom Strategy Page */

#uc-page-id-strategy .row.content>.row,
#uc-page-id-strategy .row.content>.row .home-content-wrap,
#uc-page-id-strategy .row.content>.row .section {
max-width: unset;
width: 100%;
margin:0;
}

#uc-page-id-strategy h1 { background: unset; }

#uc-page-id-strategy h1 { max-width: 80%; }
#uc-page-id-strategy h2 { margin:0;}
#uc-page-id-strategy .wrapper .content .row .content-wrap p { font-size: unset; line-height:1em;}
#uc-page-id-strategy #introduction h2 {
margin-bottom: 1.5rem;
}
#uc-page-id-strategy h2,
#uc-page-id-strategy.content .row .content-wrap h2 {
text-shadow: unset;
color: inherit;
}

@media screen and (max-width: 470px) {
#uc-page-id-strategy body {
font-size: 31.25%;
}
#uc-page-id-strategy .content {
margin-top: 0;
padding: 0px 0 0px;
width: 100%;
}

#uc-page-id-strategy .wrapper .content .row .content-wrap p {
font-size: 0.8em;
}

}

#uc-page-id-strategy .row.top, .row.top-union {
max-width: 100%;
overflow: hidden;
}
#uc-page-id-strategy .top-social div.mmu-search-icon {
display: none;
}
21 changes: 3 additions & 18 deletions docs/client/winchester/parallax.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@

/* Hello test*/
:root {
--organisation: #004aad;
--logo-dark: #558dc4;
--logo-light: #83a6d0;
--yellow: #ffde59;
--orange: #ff914d;
--red: #cb1a1a;
--purple: #7d2ae8;
/* --hero-height: 900px; */
--hero-height: 100vh;
--line-thickness: 12px;
--line-wiggle-room: 150px;
--max-column-width: 1440px;
}

body {
margin: 0;
font-family:'Josefin Sans',sans-serif!important;
Expand Down Expand Up @@ -502,4 +485,6 @@ section#introduction {
{
font-size: 1.4rem;
}
}
}


21 changes: 3 additions & 18 deletions overides/adambardsley.co.uk/client/winchester/parallax.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@

/* Hello test*/
:root {
--organisation: #004aad;
--logo-dark: #558dc4;
--logo-light: #83a6d0;
--yellow: #ffde59;
--orange: #ff914d;
--red: #cb1a1a;
--purple: #7d2ae8;
/* --hero-height: 900px; */
--hero-height: 100vh;
--line-thickness: 12px;
--line-wiggle-room: 150px;
--max-column-width: 1440px;
}

body {
margin: 0;
font-family:'Josefin Sans',sans-serif!important;
Expand Down Expand Up @@ -502,4 +485,6 @@ section#introduction {
{
font-size: 1.4rem;
}
}
}


Loading

0 comments on commit 512899a

Please sign in to comment.