summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:54:32 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:54:32 +0100
commita3597997e872b043318f0322d0ac1cc510157576 (patch)
tree054979bef7f130308aff4eee87a17f8a94dcf1e7
parenttry another background color (diff)
downloadlumberjaph-a3597997e872b043318f0322d0ac1cc510157576.tar.gz
remove unused stuff; add new css for projects
Diffstat (limited to '')
-rw-r--r--_layouts/default.html4
-rw-r--r--static/css/project.css32
-rw-r--r--static/css/screen.css1
3 files changed, 32 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f1c40fe..8bb46b1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,13 +6,9 @@
<meta name="author" content="franck cuny" />
<link href="http://feeds.feedburner.com/ImALumberjaph" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" />
- <!--syntax highlighting CSS-->
- <link rel="stylesheet" href="/static/css/syntax.css" />
-
<!--Homepage CSS-->
<link rel="stylesheet" href="/static/css/screen.css" media="screen, projection" />
-
<link href="/favicon.ico" rel="shortcut icon" />
<link rel="openid2.provider" href="http://www.google.com/accounts/o8/ud?source=profiles" />
<link rel="openid2.local_id" href="http://www.google.com/profiles/franck.cuny" />
diff --git a/static/css/project.css b/static/css/project.css
new file mode 100644
index 0000000..1732ef8
--- /dev/null
+++ b/static/css/project.css
@@ -0,0 +1,32 @@
+@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
+@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
+body {
+ background-color: #bfbfbf;
+ color: #222;
+ line-height: 1.4em;
+ font-family: 'Droid Sans',Verdana, sans-serif;
+ text-align: center;
+}
+#container {
+ background: #ffffff;
+ border-style: solid;
+ border-width: 1px;
+ padding: 1em;
+ font-size: 110%;
+ text-align: justify;
+ width: 50em;
+ margin: 3em auto 2em auto;
+ line-height: 1.5em;
+}
+h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; }
+h1 .small { font-size: 0.4em; }
+h1 a { text-decoration: none }
+h2 { font-size: 1.5em; color: #3e9ab7; }
+h3 { font-size: 1.2em; color: #3e9ab7; }
+a { color: #3e9ab7; }
+.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
+.download { float: right; }
+pre { background: #000; color: #fff; padding: 15px;}
+hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
+.footer { text-align:center; padding-top:30px; font-style: italic;}
+.code {background: #f0f0f0; color: eee; padding: 15px; }
diff --git a/static/css/screen.css b/static/css/screen.css
index 91694e3..10c1a41 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -2,7 +2,6 @@
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
body {
-/* background-color: #edf1f3; */
background-color: #bfbfbf;
color: #222;
line-height: 1.4em;