resume.github.com/css/resume.css

137 lines
4.2 KiB
CSS
Raw Normal View History

2011-02-06 17:36:30 +03:00
/*
---------------------------------------------------------------------------------
STRIPPED DOWN RESUME TEMPLATE
html resume
v0.9: 5/28/09
design and code by: thingsthatarebrown.com
(matt brown)
---------------------------------------------------------------------------------
*/
.msg { padding: 10px; background: #222; position: relative; }
2011-04-09 18:50:21 +04:00
.msg h1 { color: #fff; }
2011-02-06 17:36:30 +03:00
.msg a { margin-left: 20px; background: #408814; color: white; padding: 4px 8px; text-decoration: none; }
.msg a:hover { background: #266400; }
/* //-- yui-grids style overrides -- */
2011-04-03 14:03:07 +04:00
body { font-family: Georgia, Garamond, "Times New Roman", Times, serif; color: #444; }
2011-02-06 17:36:30 +03:00
#inner { padding: 10px 80px; margin: 80px auto; background: #f5f5f5; border: solid #666; border-width: 8px 0 2px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }
/* //-- header, body, footer -- */
2011-04-03 14:03:07 +04:00
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #ccc; }
2011-02-06 17:36:30 +03:00
#hd h2 { text-transform: uppercase; letter-spacing: 2px; }
#bd, #ft { margin-bottom: 2em; }
/* //-- footer -- */
#ft { padding: 1em 0 5em 0; font-size: 92%; border-top: 1px solid #ccc; text-align: center; }
2011-04-03 14:03:07 +04:00
#ft p { margin-bottom: 0; text-align: center; }
2011-02-06 17:36:30 +03:00
/* //-- core typography and style -- */
#hd h1 { font-size: 48px; text-transform: uppercase; letter-spacing: 3px; }
2011-04-03 14:03:07 +04:00
h2 { font-size: 152%; }
2011-02-06 17:36:30 +03:00
h3, h4 { font-size: 122%; }
h1, h2, h3, h4 { color: #333; }
p { font-size: 100%; line-height: 18px; padding-right: 3em; }
2011-04-03 14:03:07 +04:00
a { color: #990003; }
2011-02-06 17:36:30 +03:00
a:hover { text-decoration: none; }
strong { font-weight: bold; }
li { line-height: 24px; border-bottom: 1px solid #ccc; }
2011-04-03 14:03:07 +04:00
.enlarge { font-size: 144%; padding-right: 6.5em; line-height: 24px; }
.enlarge span { color: #000; }
.contact-info { margin-top: 7px; text-align: right; font-size: 12px; position: relative; float: left; width: 100%; }
.contact-info a { position: relative; float: left; width: 100%; }
.contact-info img { float: right; border: 1px solid #ccc; width: 150px; height: 150px; margin: -24px 0 14px; }
2011-02-06 17:36:30 +03:00
.first h2 { font-style: italic; }
2011-04-03 14:03:07 +04:00
.last { border-bottom: 0; }
2011-02-06 17:36:30 +03:00
/* //-- section styles -- */
2011-04-03 14:03:07 +04:00
#pdf { display: block; float: left; background: #666; color: #fff; padding: 6px 50px 6px 12px; margin-bottom: 6px; text-decoration: none; }
#pdf:hover { background: #222; }
2011-02-06 17:36:30 +03:00
.org, .job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.org a, .job a { border: none; text-decoration: none; }
2011-04-03 14:03:07 +04:00
.org h4, .job h4 { position: absolute; top: 0.35em; right: 0; }
.org p, .job p { margin: 0.75em 0 3em 0; }
2011-02-06 17:36:30 +03:00
.last { border: none; }
2011-04-03 14:03:07 +04:00
.talent { width: 32%; float: left; }
2011-02-06 17:36:30 +03:00
.talent h2 { margin-bottom: 6px; }
2011-04-03 14:03:07 +04:00
#srt-ttab { margin-bottom: 100px; text-align: center; }
#srt-ttab img.last { margin-top: 20px; }
2011-02-06 17:36:30 +03:00
/* --// override to force 1/8th width grids -- */
2011-04-03 14:03:07 +04:00
.yui-gf .yui-u { width: 80.2%; }
.yui-gf div.first { width: 12.3%; }
2011-02-06 17:36:30 +03:00
2011-04-03 14:03:07 +04:00
#username {
2011-02-06 17:36:30 +03:00
position: relative;
float: left;
height: 30px;
width: 75%;
border: 2px solid #444;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
2011-04-03 14:03:07 +04:00
font-family: Georgia, Garamond, "Times New Roman", Times, serif;
color: #444;
2011-02-06 17:36:30 +03:00
font-size: 18px;
padding: 5px;
}
2011-04-03 14:03:07 +04:00
#gen {
2011-02-06 17:36:30 +03:00
position: relative;
float: left;
margin-left: 10px;
width: 20%;
height: 44px;
2011-04-09 18:50:21 +04:00
font-family: Georgia, Garamond, "Times New Roman", Times, serif;
2011-04-03 14:03:07 +04:00
font-size: 18px;
color: #fff;
2011-02-06 17:36:30 +03:00
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.21, rgb(31,31,31)),
color-stop(0.61, rgb(51,51,51))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(31,31,31) 21%,
rgb(51,51,51) 61%
);
border: 1px solid #444;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
2011-04-03 14:03:07 +04:00
#gen:hover {
2011-02-06 17:36:30 +03:00
cursor: pointer;
}
.yui-gb ul {
width: 80%;
}
2011-02-06 17:36:30 +03:00
.yui-gb {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.enlarge-medium {
font-size: 15px;
}
2011-04-10 19:36:04 +04:00
noscript {
display: block;
margin-top: 30px;
font-size: 152%;
color: #990003;
}