/public/css/app.css
CSS | 147 lines | 107 code | 26 blank | 14 comment | 0 complexity | a181e5222bfc17b1578945ae588937d9 MD5 | raw file
1body { 2 padding-top: 60px; 3} 4 5.date { 6 font-size: 11px; 7 color: #aaa; 8} 9 10.author { 11 color: #aaa; 12} 13 14.title { 15 padding: 5px 0 15px 0; 16 display: block; 17 font-size: 24px; 18} 19 20/*.container {*/ 21/*width: 820px!important;*/ 22/*}*/ 23 24.article, .comment { 25 padding: 15px 0; 26 border-top: 1px solid #e8e8e8; 27} 28 29#votes-container { 30 margin-left: 10px; 31} 32 33#votes-container div { 34 margin-top: 8px; 35} 36 37.addthis_toolbox { 38 height:32px; 39} 40 41.recentStuffWidget { 42 position: relative; 43 padding: 5px 15px; 44 background-color: white; 45 border: 1px solid #DDD; 46 -webkit-border-radius: 4px; 47 -moz-border-radius: 4px; 48 border-radius: 4px; 49} 50 51.masthead { 52 padding: 70px 0 80px; 53 margin-bottom: 0; 54 color: white; 55} 56 57.jumbotron { 58 position: relative; 59 padding: 40px 0; 60 color: white; 61 text-align: center; 62 text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075); 63 background: #020031; 64 background: -moz-linear-gradient(45deg, #020031 0%, #6D3353 100%); 65 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6D3353)); 66 background: -webkit-linear-gradient(45deg, #020031 0%,#6D3353 100%); 67 background: -o-linear-gradient(45deg, #020031 0%,#6D3353 100%); 68 background: -ms-linear-gradient(45deg, #020031 0%,#6D3353 100%); 69 background: linear-gradient(45deg, #020031 0%,#6D3353 100%); 70 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); 71 -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2); 72 -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); 73 box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2); 74} 75 76.jumbotron .container { 77 position: relative; 78 z-index: 2; 79} 80 81.jumbotron h1 { 82 font-size: 80px; 83 font-weight: bold; 84 letter-spacing: -1px; 85 line-height: 1; 86} 87 88.jumbotron p { 89 font-size: 24px; 90 font-weight: 300; 91 line-height: 1.25; 92 margin-bottom: 30px; 93} 94 95.masthead h1 { 96 font-size: 120px; 97 line-height: 1; 98 letter-spacing: -2px; 99} 100 101.masthead p { 102 font-size: 40px; 103 font-weight: 200; 104 line-height: 1.25; 105} 106 107.radial-center { 108 /* fallback */ 109 background-color: #FFFF19; 110 /*background-image: url(images/radial_bg.png);*/ 111 background-position: center center; 112 background-repeat: no-repeat; 113 114 /* Safari 4-5, Chrome 1-9 */ 115 /* Can't specify a percentage size? Laaaaaame. */ 116 background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FF0000 ), to(#FFFF19)); 117 118 /* Safari 5.1+, Chrome 10+ */ 119 background: -webkit-radial-gradient(circle, #FF0000 , #FFFF19); 120 121 /* Firefox 3.6+ */ 122 background: -moz-radial-gradient(circle, #FF0000 , #FFFF19); 123 124 /* IE 10 */ 125 background: -ms-radial-gradient(circle, #FF0000 , #FFFF19); 126 127 /* Opera cannot do radial gradients yet */ 128 129 border: 2px solid #d3d3d3; 130} 131 132/*#moveMaps .page-header, #clickMaps .page-header,#aggregated .page-header {*/ 133/**/ 134/*}*/ 135 136.radial-center h1{ 137 -webkit-text-stroke: 1px #a9a9a9; 138 color: white; 139} 140 141.navbar .brand { 142 background-image: url('../img/app_icon.png'); 143 background-repeat: no-repeat; 144 padding-left: 57px; 145 background-position-x: 18px; 146 background-position-Y: 3px; 147}