switched back to whoosh with haystack
[ebuildfind.git] / static / css / layout.css
blobd6d81ba2366bc2672368bafc556626dc671650ab
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;
93 .ebuild:hover .path {
94 color: #00FF00;
97 .ebuild .path {
98 float: left;
99 font-weight: bold;
102 .info {
103 background: #5218EC;
104 color: black;
108 .info a {
109 color : #00FF00;
110 text-decoration: none;
113 .info a:hover {
114 color : #00FF00;
115 text-decoration: underline;
119 #bottom {
120 background: #5218EC;
121 color: black;