diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-31 15:36:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-31 15:36:04 +0100 |
commit | 1990517b2263a080946853ed697a6d687262ae80 (patch) | |
tree | 8f676a051a25c65bf2130235e6b30e3f53030154 /src/Acme/DemoBundle/Resources/public | |
parent | c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf (diff) | |
download | wallabag-1990517b2263a080946853ed697a6d687262ae80.tar.gz wallabag-1990517b2263a080946853ed697a6d687262ae80.tar.zst wallabag-1990517b2263a080946853ed697a6d687262ae80.zip |
remove Acme and AppBundle
Diffstat (limited to 'src/Acme/DemoBundle/Resources/public')
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/css/demo.css | 101 | ||||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/blue-arrow.png | bin | 181 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/field-background.gif | bin | 63 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/logo.gif | bin | 1698 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/search.png | bin | 737 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif | bin | 3530 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif | bin | 4053 -> 0 bytes | |||
-rw-r--r-- | src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif | bin | 4770 -> 0 bytes |
8 files changed, 0 insertions, 101 deletions
diff --git a/src/Acme/DemoBundle/Resources/public/css/demo.css b/src/Acme/DemoBundle/Resources/public/css/demo.css deleted file mode 100644 index 4dd2f16c..00000000 --- a/src/Acme/DemoBundle/Resources/public/css/demo.css +++ /dev/null | |||
@@ -1,101 +0,0 @@ | |||
1 | body { | ||
2 | font-size: 14px; | ||
3 | font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; | ||
4 | } | ||
5 | h1.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 | } | ||
22 | p { | ||
23 | line-height: 20px; | ||
24 | padding-bottom: 20px; | ||
25 | } | ||
26 | ul#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 | } | ||
diff --git a/src/Acme/DemoBundle/Resources/public/images/blue-arrow.png b/src/Acme/DemoBundle/Resources/public/images/blue-arrow.png deleted file mode 100644 index fa82d4b4..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/blue-arrow.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/field-background.gif b/src/Acme/DemoBundle/Resources/public/images/field-background.gif deleted file mode 100644 index 7c0efc10..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/field-background.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/logo.gif b/src/Acme/DemoBundle/Resources/public/images/logo.gif deleted file mode 100644 index 703cf45f..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/logo.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/search.png b/src/Acme/DemoBundle/Resources/public/images/search.png deleted file mode 100644 index 3c88b6a4..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/search.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif b/src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif deleted file mode 100644 index 931179a7..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif b/src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif deleted file mode 100644 index 0623de54..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif b/src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif deleted file mode 100644 index b9018b11..00000000 --- a/src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif +++ /dev/null | |||
Binary files differ | |||