aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css79
1 files changed, 49 insertions, 30 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 6d2c1db..9f5409c 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -5,19 +5,19 @@
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
- src: url('../fonts/source-code-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */
+ src: url('../fonts/source-code-pro-v14-latin-regular.eot');
+ /* IE9 Compact Modes */
src: local(''),
- url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix')
- format('embedded-opentype'),
- /* IE6-IE8 */ url('../fonts/source-code-pro-v14-latin-regular.woff2')
- format('woff2'),
+ url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
+ /* IE6-IE8 */
+ url('../fonts/source-code-pro-v14-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
- url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'),
- /* Modern Browsers */ url('../fonts/source-code-pro-v14-latin-regular.ttf')
- format('truetype'),
+ url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'),
+ /* Modern Browsers */
+ url('../fonts/source-code-pro-v14-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
- url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro')
- format('svg'); /* Legacy iOS */
+ url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro') format('svg');
+ /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@@ -25,19 +25,19 @@
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
- src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */
+ src: url('../fonts/source-sans-pro-v14-latin-regular.eot');
+ /* IE9 Compact Modes */
src: local(''),
- url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix')
- format('embedded-opentype'),
- /* IE6-IE8 */ url('../fonts/source-sans-pro-v14-latin-regular.woff2')
- format('woff2'),
+ url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
+ /* IE6-IE8 */
+ url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
- url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'),
- /* Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.ttf')
- format('truetype'),
+ url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'),
+ /* Modern Browsers */
+ url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
- url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro')
- format('svg'); /* Legacy iOS */
+ url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg');
+ /* Legacy iOS */
}
ul#nav {
@@ -54,16 +54,19 @@ body#home header ul#nav {
body#about header ul#nav {
width: 403.2px;
}
+
ul#nav li {
font-size: 12px;
margin: 1.5em;
- width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
- text-align: center; /* If you want the text to be centered */
+ width: 20%;
+ /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
+ text-align: center;
+ /* If you want the text to be centered */
white-space: nowrap;
}
p#position {
- font-size: 16px;
+ font-size: 16px;
}
body#home {
@@ -74,9 +77,14 @@ body#about {
max-width: 570px;
}
-ol#vinyls li, ul.tv li, ul.movies li, ul.web li, ul.currentread li {
+ol#vinyls li,
+ul.tv li,
+ul.movies li,
+ul.web li,
+ul.currentread li {
font-family: 'Source Code Pro';
}
+
li.nostyle {
list-style-type: none;
}
@@ -90,9 +98,10 @@ p,
ul {
font-family: 'Source Sans Pro';
}
+
section#resume h1:after {
- content: ' // Dylan Bolger';
- color: #d3d3d3;
+ content: ' // Dylan Bolger';
+ color: #d3d3d3;
}
section#intro h1:after {
@@ -101,9 +110,9 @@ section#intro h1:after {
}
div.project.strengthy h3:after {
- font-style: normal;
- content: ' # Python (Flask), HTML, CSS and JS';
- color: #d3d3d3;
+ font-style: normal;
+ content: ' # Python (Flask), HTML, CSS and JS';
+ color: #d3d3d3;
}
div.project.streamfinder h3:after {
@@ -119,6 +128,12 @@ div.project.js h3:after {
color: #d3d3d3;
}
+div.project.shell h3:after {
+ font-style: normal;
+ content: ' # Shell';
+ color: #d3d3d3;
+}
+
div.project.css h3:after {
font-style: normal;
content: ' /* CSS */';
@@ -189,6 +204,7 @@ header {
padding-left: 0px;
margin: auto;
}
+
/*make uls clean*/
section ul {
padding-left: 0px;
@@ -209,13 +225,16 @@ section h1 {
html {
background-color: #313134;
}
+
body {
color: white;
}
+
a {
color: #0074d9;
}
+
a:hover {
color: white;
}
-}
+} \ No newline at end of file