diff options
Diffstat (limited to 'src/css/mordred.css')
-rw-r--r-- | src/css/mordred.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/css/mordred.css b/src/css/mordred.css index 23674ee..dc050c2 100644 --- a/src/css/mordred.css +++ b/src/css/mordred.css | |||
@@ -63,6 +63,17 @@ body { | |||
63 | margin-top: 28px; | 63 | margin-top: 28px; |
64 | } | 64 | } |
65 | 65 | ||
66 | @media print { | ||
67 | |||
68 | .footer { | ||
69 | display: none; | ||
70 | } | ||
71 | .breadcrumbs { | ||
72 | display: none; | ||
73 | } | ||
74 | |||
75 | } | ||
76 | |||
66 | /* Responsive: Portrait tablets and up */ | 77 | /* Responsive: Portrait tablets and up */ |
67 | @media screen and (min-width: 768px) { | 78 | @media screen and (min-width: 768px) { |
68 | .container { | 79 | .container { |
@@ -82,3 +93,47 @@ body { | |||
82 | margin-bottom: 10px; | 93 | margin-bottom: 10px; |
83 | } | 94 | } |
84 | } | 95 | } |
96 | |||
97 | h3.resumesection { | ||
98 | background-color: #999999; | ||
99 | font-family: Geneva, Arial, Helvetica, sans-serif; | ||
100 | color: #FFFFFF; | ||
101 | font-size: 12px; | ||
102 | letter-spacing: 12px; | ||
103 | text-align: center; | ||
104 | margin-bottom: 6px; | ||
105 | |||
106 | } | ||
107 | .job ul li { | ||
108 | line-height: 12pt; | ||
109 | |||
110 | font-size: 10pt; | ||
111 | } | ||
112 | #porthead { | ||
113 | padding-left: 8px; | ||
114 | padding-top: 6px; | ||
115 | |||
116 | } | ||
117 | .titletitle { | ||
118 | padding-left: 6px; | ||
119 | } | ||
120 | .techskills { | ||
121 | padding-left: 6px; | ||
122 | line-height: 10pt; | ||
123 | font-size: 12pt; | ||
124 | } | ||
125 | .job { | ||
126 | font-size:12pt; | ||
127 | padding-left: 6px; | ||
128 | } | ||
129 | .jobskillslist { | ||
130 | font-size: 6pt; | ||
131 | font-style: italic; | ||
132 | margin-top: -12px; padding-top: 0px; | ||
133 | margin-bottom: 10px; | ||
134 | margin-left: 10px; | ||
135 | } | ||
136 | |||
137 | .lead ul li { | ||
138 | display: inline; | ||
139 | } | ||