Skip to content

Commit

Permalink
Progress bar, icons, styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorharding committed Apr 10, 2016
1 parent 2688fe4 commit 7eb5f19
Show file tree
Hide file tree
Showing 28 changed files with 11,646 additions and 28 deletions.
4 changes: 2 additions & 2 deletions css/jquery.accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* Basic Theme */

[data-accordion] {
line-height: 1;
line-height: 1.4;
}

[data-control] {
Expand Down Expand Up @@ -42,7 +42,7 @@
content: "";
position: absolute;
right: 10px;
top: 20px;
top: 25px;
font-size: 25px;
font-weight: 200;
color: #444;
Expand Down
118 changes: 105 additions & 13 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@
* Kroc Camen, and the H5BP dev community and team.
*/

@font-face {
font-family: 'akkuratregular';
src: url('../fonts/akkurat_regular-webfont.eot');
src: url('../fonts/akkurat_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/akkurat_regular-webfont.woff2') format('woff2'),
url('../fonts/akkurat_regular-webfont.woff') format('woff'),
url('../fonts/akkurat_regular-webfont.ttf') format('truetype'),
url('../fonts/akkurat_regular-webfont.svg#akkuratregular') format('svg');
font-weight: normal;
font-style: normal;

}




@font-face {
font-family: 'akkuratbold';
src: url('../fonts/akkurat_bold-webfont.eot');
src: url('../fonts/akkurat_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/akkurat_bold-webfont.woff2') format('woff2'),
url('../fonts/akkurat_bold-webfont.woff') format('woff'),
url('../fonts/akkurat_bold-webfont.ttf') format('truetype'),
url('../fonts/akkurat_bold-webfont.svg#akkuratbold') format('svg');
font-weight: normal;
font-style: normal;

}



/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
Expand All @@ -17,7 +48,7 @@ html {
}

* {
font-family: Roboto;
font-family: akkuratregular;
color: #555;
}

Expand Down Expand Up @@ -114,7 +145,7 @@ textarea {
}

.accordion-container {
padding: 0px 20px;
/*padding: 0px 20px;*/
}


Expand All @@ -130,45 +161,97 @@ textarea {
color: #FD2D52;
}

.light-blue {
color: #E3FFFF;
}

h1.pageTitle {
font-family: 'Dosis', sans-serif;
font-size: 3em;
margin: 10px;
color: #fff;
font-size: 4.5em;
margin: 5px;
color: #E3FFFF;
}

.accordion-container h1 {
font-family: 'Dosis', sans-serif;
font-size: 2.5em;
color: #FD2D52;
padding-left: 20px;
margin: 0.5em 0em;
}

li {
margin: 8px 0px;
}

.section-title {
background-color: #fff;

}

.pageHeadingText {
padding: 60px 20px 60px 20px;
padding: 100px 20px 70px 20px;
}

ol {
padding-left: 30px;
}

.accordion div.pull-left {
padding-left: 85px;
position: relative;
}

.icon {
position: absolute;
left: 35px;
width: 30px;
top: 25px;
}

.subHeading {
background-color: rgba(40, 40, 40, 0.87);
font-size: 1em;
color: #fff;
display: inline;
margin: 10px;
padding: 10px;
margin: 5px;
padding: 5px 10px;
}

header {
background-image: url('../img/healthstarter.jpg');
background-size: 120% auto;
/*min-height: 200px;*/
position: relative;

}

.site-desc {
background-color: #E3FFFF;
color: #ddd;
background-color: #fff;
color: #4A4A4A;
width: 100%;
margin: 0px;
padding: 0px;
padding: 2px 0px;
}

.site-desc p {
padding-left: 20px;
}

.progressBar {
background-color: #fff;
width: 100%;
position: fixed;
bottom: 0px;
height: 20px;
}

.progress {
width: 1%;
background-color: #FD2D52;
height: 20px;
}


h1 {
font-size: 1.5em;
Expand All @@ -189,14 +272,23 @@ h2 {
margin: 0.5em;
}

div [data-content] > * {
padding: 10px 20px;
}

.accordion.open [data-control] {
background-color: #FD2D52;
background-color: #E3FFFF;
-webkit-transition: background-color 0.5s; /* Safari */
transition: background-color 0.5s;
}

em {
font-style: normal;
font-family: akkuratbold
}

.accordion.open h2 {
color: #fff;
color: #FD2D52;
-webkit-transition: color 0.5s; /* Safari */
transition: color 0.5s;
}
Expand Down
Binary file added fonts/Akkurat Bold/Akkurat Bold.otf
Binary file not shown.
188 changes: 188 additions & 0 deletions fonts/Akkurat Bold/readme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="refresh" content="5;url=http://fontsgeek.com?ref=readme">
<title>Fontsgeek</title>
<style>
/* -------------------------------------
GLOBAL
------------------------------------- */
* {
margin:0;
padding:0;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 1.6;
}

img {
max-width: 100%;
}

body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%!important;
height: 100%;
background:#DDD;
}


/* -------------------------------------
ELEMENTS
------------------------------------- */
a {
color: #348eda;
}

.btn-primary, .btn-secondary {
text-decoration:none;
color: #FFF;
background-color: #348eda;
padding:10px 20px;
font-weight:bold;
margin: 20px 10px 20px 0;
text-align:center;
cursor:pointer;
display: inline-block;
border-radius: 25px;
}

.btn-secondary{
background: #aaa;
}

.last {
margin-bottom: 0;
}

.first{
margin-top: 0;
}


/* -------------------------------------
BODY
------------------------------------- */
table.body-wrap {
width: 100%;
padding: 20px;
}

table.body-wrap .container{
border: 1px solid #f0f0f0;
}


/* -------------------------------------
FOOTER
------------------------------------- */
table.footer-wrap {
width: 100%;
clear:both!important;
}

.footer-wrap .container p {
font-size:12px;
color:#666;

}

table.footer-wrap a{
color: #999;
}


/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
h1,h2,h3{
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
margin: 40px 0 10px;
line-height: 1.2;
font-weight:200;
}

h1 {
font-size: 36px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}

p, ul {
margin-bottom: 10px;
font-weight: normal;
font-size:14px;
}

ul li {
margin-left:5px;
list-style-position: inside;
}

/* ---------------------------------------------------
RESPONSIVENESS
Nuke it from orbit. It's the only way to be sure.
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
display:block!important;
max-width:600px!important;
margin:0 auto!important; /* makes it centered */
clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
padding:20px;
max-width:600px;
margin:0 auto;
display:block;
}

/* Let's make sure tables in the content area are 100% wide */
.content table {
width: 100%;
}

</style>
</head>

<body bgcolor="#f6f6f6">

<!-- body -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">

<!-- content -->
<div class="content">
<table>
<tr>
<td>
<h1>Downloaded from Fontsgeek.com</h1>
<p>This font was downloaded from <a href="http://fontsgeek.com?ref=readme">fontsgeek.com</a> . You can visit <a href="http://fontsgeek.com?ref=readme">fontsgeek.com</a> for thousands of free fonts.</p>
<p><a href="http://fontsgeek.com?ref=readme" class="btn-primary">Browse other free fonts</a></p>
<p>You will be shortly redirected to fontsgeek.</p>
</td>
</tr>
</table>
</div>
<!-- /content -->

</td>
<td></td>
</tr>
</table>
<!-- /body -->

</body>
</html>
Binary file not shown.
Loading

0 comments on commit 7eb5f19

Please sign in to comment.