summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 23:50:48 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 23:50:48 +0100
commit5c7359365f87a8032b9e91d9a50aa9990b9ebb46 (patch)
tree7baeb8d9d13686cb3e5836510787f40eed6aa348 /style.css
downloadyoutube-dl-5c7359365f87a8032b9e91d9a50aa9990b9ebb46.tar.gz
youtube-dl-5c7359365f87a8032b9e91d9a50aa9990b9ebb46.tar.xz
youtube-dl-5c7359365f87a8032b9e91d9a50aa9990b9ebb46.zip
Initial pages commit, using the wiki contents
Diffstat (limited to 'style.css')
-rw-r--r--style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 000000000..ab31f686d
--- /dev/null
+++ b/style.css
@@ -0,0 +1,25 @@
+body {
+	font-family: sans-serif;
+	margin-left: 10%;
+	margin-right: 10%;
+	margin-top: 2ex;
+	margin-bottom: 3ex;
+	background-color: white;
+	color: black;
+}
+.note {
+	text-align: center;
+	font-size: x-small;
+}
+h1 {
+	color: #006699;
+	text-align: center;
+	border: 1px solid #dddddd;
+	background: #eeeeee;
+}
+h2 {
+	color: #006699;
+}
+tt {
+	background: #dddddd;
+}