Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6813995
Screw you license!
ZephyrCNP75 Sep 13, 2014
3ecb717
Revert "Screw you license!"
ZephyrCNP75 Sep 13, 2014
0d35595
Test af forbindelse
RakNick Sep 13, 2014
435c2a4
Test
ZephyrCNP75 Sep 13, 2014
8798cd8
Remove test files
ZephyrCNP75 Sep 13, 2014
b703185
UPDATE CSS!!!
RakNick Sep 13, 2014
00469a0
Navigation changes
RakNick Sep 13, 2014
0055d45
Navigation now visible!
RakNick Sep 13, 2014
cee4a48
Navigation
RakNick Sep 13, 2014
2041b5c
Nav og logo
RakNick Sep 13, 2014
8f147a3
Små ændringer
RakNick Sep 13, 2014
229c945
Added stuff on forside
RakNick Sep 13, 2014
818c5d7
Added footer
ZephyrCNP75 Sep 15, 2014
7a5996f
Maybe black?
RakNick Sep 13, 2014
34b0b1f
NOT black
RakNick Sep 15, 2014
32e4ebd
Header
RakNick Sep 15, 2014
fc6268c
Footer updated
ZephyrCNP75 Sep 15, 2014
9aed930
Test, css, stuff,
RakNick Sep 15, 2014
aa4a1c7
Om os
ZephyrCNP75 Sep 15, 2014
affc8fd
Merge remote-tracking branch 'origin/master'
ZephyrCNP75 Sep 15, 2014
108c20f
Rettelse
ZephyrCNP75 Sep 15, 2014
0c3932e
Updated Om os
ZephyrCNP75 Sep 15, 2014
6baecd6
Merge pull request #1 from HenrikMHansen/Om-os
ZephyrCNP75 Sep 15, 2014
cd73e51
Nearly complete Om os
ZephyrCNP75 Sep 15, 2014
b4ea8f0
Merge remote-tracking branch 'origin/Om-os'
ZephyrCNP75 Sep 15, 2014
66ad898
Completed Contact
ZephyrCNP75 Sep 15, 2014
25de18a
Merge pull request #2 from HenrikMHansen/Kontakt
ZephyrCNP75 Sep 15, 2014
9c8c68f
Produkter
RakNick Sep 15, 2014
b3a9132
T
ZephyrCNP75 Sep 15, 2014
5f78642
Revert "T"
ZephyrCNP75 Sep 15, 2014
61cbf57
Merge remote-tracking branch 'origin/master'
ZephyrCNP75 Sep 15, 2014
d9f45ca
Referencer slides primitive
ZephyrCNP75 Sep 16, 2014
eb72f39
Removed lag
ZephyrCNP75 Sep 16, 2014
93f5482
Color on slides
ZephyrCNP75 Sep 16, 2014
5114611
Merge pull request #3 from HenrikMHansen/Referencer
ZephyrCNP75 Sep 16, 2014
ff87986
Merge pull request #4 from HenrikMHansen/Produkter
ZephyrCNP75 Sep 16, 2014
75d8e41
Different background css settings
ZephyrCNP75 Sep 16, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
216 changes: 200 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,63 @@ body {

header {
height:100px;
background:#dbdbdb;
background:white;
width:100%;
z-index:10;
position:fixed;
border-bottom:1px groove;
}


/***** Text *****/
p {
line-height:150%;
}

h1 {
font-size:48pt;
font-family: Museo-500;
margin:0 0 40px 0;
width:50%;
padding-top:50px;
color:#DFFOD8 !important;
}

h2 {
font-size:48pt;
font-family: Museo-500;
margin:0 0 40px 0;
width:150%;
padding-top:50px;
}

h3 {
font-size:48pt;
font-family: Museo-500;
margin:0 0 40px 0;
width:50%;
padding-top:50px;
color:#ffffcc;
}

h4 {
font-size:20pt;
}

a {
line-height:150%;
color:white;
font-family:text;
}

/****** Fonts ******/
@font-face {
font-family: 'Museo-500';
src: url('http://www.fontsaddict.com/fontface/museo-500.otf');
}
@font-face {
font-family:'text';
src: url(../fonts/OpenSans-Regular.ttf);
}


Expand All @@ -32,61 +85,192 @@ header {
background:#ebebeb;
height:300px;
}
#welcome {
margin-left:18%;
margin-top:10%
}


/***** Header *****/
#logo {
float:left;
height:100%;
width:20%;
margin-left:0.5%;
height:90%;
width:371px;
margin-left:10%;
margin-top:0.2%;
}

#nav {
float:right;
float:left;
display:block;
margin:50px 0 0 50px;
}

#nav a {
text-decoration:none;
color:#fff;
color:#000;
font-family:text;
}

#nav li {
list-style:none;
float:left;
margin-left:15px;
margin-left:65px;
padding-top:15px;
}

#link {
float:left;
display:block;
}
#link li {
list-style:none;
float:left;
margin-right:15px;
}
#link a {
text-decoration:none;
color:white;
font-family:text;
}


/***** Area ID *****/
#area1 {
background:red;
background-image:url(../img/4.jpg);
background-size:cover;
background-position:center;
width:100%;
height:100%;
height:350%;
color:white;
font-family:text;
border-top:1px groove white;
}

#area2 {
background:green;
background:url(../img/5.jpg);
background-size:cover;
background-position:center;
width:100%;
height:100%;
height:250%;
color:#404040;
font-family:text;
}

#area3 {
background:blue;
background:url(../img/2.jpg);
background-size:cover;
background-position:center;
width:100%;
height:100%;
height:250%;
color:white;
font-family:text;
border-top:1px groove white;
}

#area4 {
background:yellow;
background:url(../img/6.jpg);
background-size:cover;
background-position:center;
width:100%;
height:250%;
color:white;
font-family:text;
}

#footer {
background:#262628;
width:100%;
height:100%;
height:85%;
color:white;
font-family:text;
}


/***** General ID's *****/
#responsive {
position:relative;
top:0;
vertical-align:top;
left:100px;
}


/***** Main Classes *****/
.content {
width:960px;
margin:0 auto;
}
}


/***** Small classes *****/
.footerTd {
width:320px;
font-size:10pt;
text-align:center;
}

.userPic {
width:250px;
height:auto;
}

.userAndKontaktTd {
width:480px;
}

.contactPic {
width:100px;
height:auto;
}

.contactTd {
width:240px;
}


/***** Animations *****/




/***** Referencer *****/
#outerwrapper {
height:250px;
width:90%;
overflow:hidden;
}

#innerwrapper {
height:250px;
width:4000px;
}

.inner-slide {
height:250px;
width:350px;
float:left;
}

#left, #right {
cursor:pointer;
position:relative;
}

#left {
left:-424px;
top:23px;
}

#right {
left:434px;
top:23px;
}

.odd {
background:red;
}

.even {
background:gray;
}
Binary file added favicon.ico
Binary file not shown.
Binary file added fonts/OpenSans-Regular.ttf
Binary file not shown.
Binary file added img/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/RESPONSIVE THEME.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/handshake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading