comparison static/css/agora.css @ 151:c7be7def8b57

Bundles! (basic functionality) Changes made in this commit: * Added new dependencies (see pip-requirements) * Added new dependency and setup information to README * Deleted the included mptt app (in apps/mptt) in favour of just adding the dependency to pip-requirements (makes it easier to update, etc) * Changed the import convention to use `from apps.bundle.models import Bundle` rather than `from agora.apps.bundle.models import Bundle` because Celery was having problems with the latter style. Everything should still work. * Moved the syntax-highlighting and related code for snippets into separate HTML files so that they can be used by the bundle app And, of course, the ability to upload bundles. But wait! There's more! Changes still to come, for only $19.95 a month: * Bundle versioning * Automatic license integration (i.e. adding headers to files) * The ability to download bundles (zip, tar, etc) * Rating bundles * And much, much more! Batteries not included.
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 00:52:00 -0400
parents 6573617409e2
children aa9a594334c7
comparison
equal deleted inserted replaced
150:3db897f5acdc 151:c7be7def8b57
26 #billboard-below{height:20px;margin-bottom:10px;background-color:#ffffff;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));background-image:-moz-linear-gradient(top, #f0f0f0, #ffffff);background-image:-ms-linear-gradient(top, #f0f0f0, #ffffff);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(top, #f0f0f0, #ffffff);background-image:-o-linear-gradient(top, #f0f0f0, #ffffff);background-image:linear-gradient(top, #f0f0f0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);} 26 #billboard-below{height:20px;margin-bottom:10px;background-color:#ffffff;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));background-image:-moz-linear-gradient(top, #f0f0f0, #ffffff);background-image:-ms-linear-gradient(top, #f0f0f0, #ffffff);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(top, #f0f0f0, #ffffff);background-image:-o-linear-gradient(top, #f0f0f0, #ffffff);background-image:linear-gradient(top, #f0f0f0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);}
27 #header-below{border-top:1px solid #e6e6e6;height:30px;position:relative;z-index:101;background:#ffffff;} 27 #header-below{border-top:1px solid #e6e6e6;height:30px;position:relative;z-index:101;background:#ffffff;}
28 #breadcrumbs{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:5px;} 28 #breadcrumbs{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:5px;}
29 #info-box{margin-top:20px;clear:both;}#info-box h2{font-weight:normal;font-size:1.9em;} 29 #info-box{margin-top:20px;clear:both;}#info-box h2{font-weight:normal;font-size:1.9em;}
30 #content{width:960px;margin:0 auto;padding-bottom:30px;color:#333333;} 30 #content{width:960px;margin:0 auto;padding-bottom:30px;color:#333333;}
31 #footer{width:960px;margin:0 auto;text-align:center;padding:15px 0;} 31 #footer{clear:both;width:960px;margin:0 auto;text-align:center;padding-top:30px;padding-bottom:10px;}
32 h1,h2,h3,h4,h5,h6{padding:10px 0;} 32 h1,h2,h3,h4,h5,h6{padding:10px 0;}
33 h1{font-size:2.1em;} 33 h1{font-size:2.1em;}
34 h2{font-size:1.7em;} 34 h2{font-size:1.7em;}
35 p{padding-bottom:5px;} 35 p{padding-bottom:5px;}
36 .snippetform input[type=text],.snippetform textarea{width:698px;padding:5px;margin:10px 0;outline:none;border:1px solid #aaaaaa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:20px;}.snippetform input[type=text]:focus,.snippetform textarea:focus{border-color:#60cae1;} 36 .snippetform input[type=text],.snippetform textarea{width:698px;padding:5px;margin:10px 0;outline:none;border:1px solid #aaaaaa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:20px;}.snippetform input[type=text]:focus,.snippetform textarea:focus{border-color:#60cae1;}
55 form .form-input textarea{width:400px;} 55 form .form-input textarea{width:400px;}
56 form .form-input p{padding-top:10px;padding-bottom:0;} 56 form .form-input p{padding-top:10px;padding-bottom:0;}
57 form .errors{clear:both;} 57 form .errors{clear:both;}
58 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;} 58 dl dt{float:left;clear:left;font-weight:bold;padding-right:5px;}
59 dl dd{margin-left:200px;} 59 dl dd{margin-left:200px;}
60 #bundle-filebrowser{background:#fbfbfb;border:1px solid #e6e6e6;padding:10px;padding-bottom:0;width:208px;float:left;}#bundle-filebrowser ul{list-style-type:none;margin-left:0;}
61 #bundle-filebrowser li{margin-left:10px;}#bundle-filebrowser li.selected{font-weight:bold;}
62 #bundle-file{padding:0 20px;margin-left:220px;}#bundle-file h2{padding-top:0;}#bundle-file h2 small{color:#aaaaaa;font-size:0.7em;}
63 .bundle-folder{background-image:url('../img/folder.png');background-repeat:no-repeat;margin-left:0;padding-left:20px;}
60 .row{clear:both;} 64 .row{clear:both;}
61 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;} 65 .span3{width:300px;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-right:30px;}.span3:last-child{padding-right:0px !important;}
62 .snippet{width:670px;font-family:monospace;position:relative;}.snippet .code-lines{counter-reset:line;position:relative;left:40px;padding:10px;border:1px solid #e6e6e6;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.snippet .code-lines .line{word-wrap:break-word;counter-increment:line;white-space:pre-wrap;} 66 .snippet{width:670px;font-family:monospace;position:relative;}.snippet .code-lines{position:relative;left:40px;padding:10px;border:1px solid #e6e6e6;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.snippet .code-lines .line p{white-space:pre-wrap;}
63 .snippet .line-counters{position:absolute;top:0;font-weight:bold;}.snippet .line-counters p{width:30px;text-align:right;position:absolute;} 67 .snippet .line-counters{position:absolute;top:0;font-weight:bold;}.snippet .line-counters p{width:30px;text-align:right;position:absolute;}
64 .snippet.vibrant{}.snippet.vibrant .code-lines{color:#ffffff;background:#1b1b1b;} 68 .snippet.vibrant{}.snippet.vibrant .code-lines{color:#ffffff;background:#1b1b1b;}
65 .snippet.vibrant .c{color:#3A6EF2;font-style:italic;} 69 .snippet.vibrant .c{color:#3A6EF2;font-style:italic;}
66 .snippet.vibrant .err{color:#A61717;background-color:#E3D2D2;} 70 .snippet.vibrant .err{color:#A61717;background-color:#E3D2D2;}
67 .snippet.vibrant .k{color:#ffffff;font-weight:bold;} 71 .snippet.vibrant .k{color:#ffffff;font-weight:bold;}