take care some files are modifier because of the local environnement.
[ebuildfind.git] / static / css / layout.css
blobf1c901d5239a7993599ed69c96f77ad0cd01f2d2
1 /*
2 -----------------------------------------------
3 Grey Box Method - Layout CSS
4 ----------------------------------------------- */
6 body {
7 background: #FFF;
8 color: #333;
9 font-size: 11px;
10 padding: 50px 0 40px;
13 h7 { font-size: 11px; font-weight: normal;}
15 .post { overflow : hidden; }
17 /* anchors
18 ----------------------------------------------- */
20 /* 960 grid system container background
21 ----------------------------------------------- */
23 /* headings
24 ----------------------------------------------- */
26 /* search-box
27 ----------------------------------------------- */
29 #search-box {
30 text-align: center;
33 #search-box img {
34 margin-bottom: 20px;
38 #search-box div {
39 margin: 10px;
40 margin-bottom: 40px;
43 #results {
44 margin-bottom: 40px;
47 /* bottom
48 ----------------------------------------------- */
49 #bottom {
50 text-align: center;
53 /* results
54 ----------------------------------------------- */
55 .ebuild {
56 background-color: #DDDDFF;
57 margin: 0px;
58 padding: 10px;
59 margin-bottom: 10px;
62 ul, li {
63 list-style-type: none;
64 margin: 0px;
65 padding: 0px;
69 .ebuild:hover {
70 background-color: #7A5ADA;
71 color: black;
74 .ebuild {
75 font-size: 1.2em;
78 .ebuild .description {
79 font-size: 1.5em;
82 .ebuild .homepage {
83 float: right;
86 .ebuild .path {
87 float: left;