]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Acme/DemoBundle/Resources/public/css/demo.css
symfony is there
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / Resources / public / css / demo.css
CommitLineData
93fd4692
NL
1body {
2 font-size: 14px;
3 font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
4}
5h1.title {
6 font-size: 45px;
7 padding-bottom: 30px;
8}
9.sf-reset h2 {
10 font-weight: bold;
11 color: #FFFFFF;
12 /* Font is duplicated of body (sans-serif) */
13 font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
14
15 margin-bottom: 10px;
16 background-color: #aacd4e;
17 padding: 2px 4px;
18 display: inline-block;
19 text-transform: uppercase;
20
21}
22p {
23 line-height: 20px;
24 padding-bottom: 20px;
25}
26ul#demo-list a {
27 background: url(../images/blue-arrow.png) no-repeat right 6px;
28 padding-right: 10px;
29 margin-right: 30px;
30}
31#symfony-header {
32 position: relative;
33 padding: 30px 30px 20px 30px;
34}
35.sf-reset .symfony-blocks-welcome {
36 overflow: hidden;
37}
38.sf-reset .symfony-blocks-welcome > div {
39 background-color: whitesmoke;
40 float: left;
41 width: 240px;
42 margin-right: 14px;
43 text-align: center;
44 padding: 26px 20px;
45}
46.sf-reset .symfony-blocks-welcome > div.block-demo {
47 margin-right: 0;
48}
49.sf-reset .symfony-blocks-welcome .illustration {
50 padding-bottom: 20px;
51}
52.sf-reset .symfony-blocks-help {
53 overflow: hidden;
54}
55.sf-reset .symfony-blocks-help {
56 margin-top: 30px;
57 padding: 18px;
58 border: 1px solid #E6E6E6;
59}
60.sf-reset .symfony-blocks-help > div {
61 width: 254px;
62 float: left;
63}
64.flash-message {
65 padding: 10px;
66 margin: 5px;
67 margin-top: 15px;
68 background-color: #ffe;
69}
70.sf-reset .error {
71 color: red;
72}
73#login label, #contact_form label {
74 display: block;
75 float: left;
76 width: 90px;
77}
78.sf-reset ul#menu {
79 float: right;
80 margin-bottom: 20px;
81 padding-left: 0;
82}
83.sf-reset #menu li {
84 padding-left: 0;
85 margin-right: 10px;
86 display: inline;
87}
88.sf-reset a,
89.sf-reset li a {
90 color: #08C;
91 text-decoration: none;
92}
93.sf-reset a:hover,
94.sf-reset li a:hover {
95 color: #08C;
96 text-decoration: underline;
97}
98.sf-reset .symfony-content pre {
99 white-space: pre;
100 font-family: monospace;
101}