4d9900f2628d5d036f463616bb39a34d3c9877fd
[ebuildfind.git] / static / css / layout.css
blob4d9900f2628d5d036f463616bb39a34d3c9877fd
1 /*
2 -----------------------------------------------
3 Grey Box Method - Layout CSS
4 ----------------------------------------------- */
6 body {
7 background: #FFF;
8 color: #333;
9 font-size: 11px;
12 h7 { font-size: 11px; font-weight: normal;}
14 .post { overflow : hidden; }
16 /* anchors
17 ----------------------------------------------- */
19 /* 960 grid system container background
20 ----------------------------------------------- */
22 /* headings
23 ----------------------------------------------- */
25 #header {
26 font-size: 13px;
27 background: #5218EC;
28 padding: 5px;
29 margin-bottom: 50px;
32 /* search-box
33 ----------------------------------------------- */
35 #search-box {
36 text-align: center;
39 #search-box img {
40 margin-bottom: 20px;
44 #search-box div {
45 margin: 10px;
46 margin-bottom: 40px;
49 #results {
50 margin-bottom: 40px;
53 /* bottom
54 ----------------------------------------------- */
55 #bottom {
56 text-align: center;
59 /* results
60 ----------------------------------------------- */
61 .ebuild {
62 background-color: #DDDDFF;
63 margin: 0px;
64 padding: 10px;
65 margin-bottom: 10px;
68 ul, li {
69 list-style-type: none;
70 margin: 0px;
71 padding: 0px;
75 .ebuild:hover {
76 background-color: #7A5ADA;
77 color: black;
80 .ebuild {
81 font-size: 1.2em;
84 .ebuild .description {
85 font-size: 1.5em;
88 .ebuild .homepage {
89 float: right;
92 .ebuild .path {
93 float: left;
94 font-weight: bold;