diff --git a/themes/orange.css b/themes/orange.css new file mode 100644 index 00000000..dc8b4c01 --- /dev/null +++ b/themes/orange.css @@ -0,0 +1,12 @@ +@import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Caption:700); +html,body{background:#663300;font:13pt "PT Sans",sans-serif;text-align:center} +a:link,a:visited{color:#888;text-decoration:none} +a:hover,a:active{color:#aaa;text-decoration:underline} +article{background:#CC9900;text-align:left;width:85%;margin:80px auto;border-radius:10px;-moz-border-radius:10px} +article h1{background:#CC6600;text-align:center;border-bottom:1px solid #7A7A00;font:bold 35pt "PT Sans Caption","PT Sans",sans-serif;margin:0;padding:5px;border-radius:10px;-moz-border-radius:10px} +article p{margin:0;padding:10px 15px} +footer{position:fixed;bottom:0;left:0;width:100%;border-top:1px solid #7A7A00;background:#333300;user-select:none;-moz-user-select:none;-webkit-user-select:none} +footer p,footer a{display:block;margin:0;text-shadow:0 0 10px #ccc} +footer a:link,footer a:visited{color:#aaa} +footer a:hover,footer a:active{color:#eee} +::selection,::-moz-selection{background:#663300} \ No newline at end of file diff --git a/users/adam.json b/users/adam.json new file mode 100644 index 00000000..2766a96f --- /dev/null +++ b/users/adam.json @@ -0,0 +1,5 @@ +{ + "copyright": "Ad@m", + "url": "http://adamscode.sourceforge.net", + "theme": "orange" +} \ No newline at end of file