главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorIvan Davydov <lotigara@lotigara.ru>2025-03-20 18:00:01 +0300
committerIvan Davydov <lotigara@lotigara.ru>2025-03-20 18:00:01 +0300
commitf9d08843e323f5473c4ef5e45e988b7542262567 (patch)
treecca2fa2260cdb1ffd4e92431fdc25b140a1d0200 /main.css
parent330f0b978ca2f3635fdd1ca5ea79e1ffd959301c (diff)
Add Git support from a PR in the upstream and customize for my website
Diffstat (limited to 'main.css')
-rw-r--r--main.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/main.css b/main.css
new file mode 100644
index 0000000..63670fe
--- /dev/null
+++ b/main.css
@@ -0,0 +1,16 @@
+body{font-family:Georgia,"Times New Roman",Times,serif;margin:0;padding:0;background-color:#F3F3F3;}
+ #divbodyholder{padding:5px;background-color:#DDD;width:100%;max-width:874px;margin:24px auto;}
+ #divbody{border:solid 1px #ccc;background-color:#fff;padding:0px 48px 24px 48px;top:0;}
+ .headerholder{background-color:#f9f9f9;border-top:solid 1px #ccc;border-left:solid 1px #ccc;border-right:solid 1px #ccc;}
+ .header{width:100%;max-width:800px;margin:0px auto;padding-top:24px;padding-bottom:8px;}
+ .content{margin-bottom:5%;}
+ .nomargin{margin:0;}
+ .description{margin-top:10px;border-top:solid 1px #666;padding:10px 0;}
+ h3{font-size:20pt;width:100%;font-weight:bold;margin-top:32px;margin-bottom:0;}
+ .clear{clear:both;}
+ #footer{padding-top:10px;border-top:solid 1px #666;color:#333333;text-align:center;font-size:small;font-family:"Courier New","Courier",monospace;}
+ a{text-decoration:none;color:#003366 !important;}
+ a:visited{text-decoration:none;color:#336699 !important;}
+ blockquote{background-color:#f9f9f9;border-left:solid 4px #e9e9e9;margin-left:12px;padding:12px 12px 12px 24px;}
+ blockquote img{margin:12px 0px;}
+ blockquote iframe{margin:12px 0px;}