diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-19 00:02:22 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-19 00:02:22 +0200 |
commit | ab2fe89a0132e50b6b431082e01a90e1c6bf2fb8 (patch) | |
tree | e4d5c0939a78bc60cce9474d0c4bb26ac9e2565b | |
parent | change color of lb-top lb-bottom text to black (diff) | |
download | web-ab2fe89a0132e50b6b431082e01a90e1c6bf2fb8.tar.xz |
modify meta-bottom
-rw-r--r-- | blog/themes/typo/SVGs/meta-bottom_else.svg | 75 | ||||
-rw-r--r-- | blog/themes/typo/phokus_else/images/meta-bottom_else.png | bin | 0 -> 1583 bytes | |||
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 4 |
3 files changed, 77 insertions, 2 deletions
diff --git a/blog/themes/typo/SVGs/meta-bottom_else.svg b/blog/themes/typo/SVGs/meta-bottom_else.svg new file mode 100644 index 0000000..8953735 --- /dev/null +++ b/blog/themes/typo/SVGs/meta-bottom_else.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="551" + height="200" + id="svg6365" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/captain/etna/pfe/web/blog/themes/typo/SVGs" + sodipodi:docname="meta-bottom_else.svg"> + <defs + id="defs6367" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.1088929" + inkscape:cx="275.5" + inkscape:cy="100" + inkscape:document-units="px" + inkscape:current-layer="layer1" + height="200px" + width="551px" + inkscape:window-width="1232" + inkscape:window-height="996" + inkscape:window-x="40" + inkscape:window-y="0" /> + <metadata + id="metadata6370"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:#e05b29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1" + id="rect2091" + width="551" + height="200" + x="0" + y="0" /> + <path + style="fill:#f8cd89;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1" + d="M 547.02294,0.0022149373 L 547.02294,190.27463 C 547.02294,193.43013 544.81867,195.97285 542.08063,195.97579 L 8.9490088,196.54808 C 6.2109686,196.55102 4.0066981,194.01303 4.0066981,190.85753 L 3.9770617,0.022026237 C 4.0213014,0.046440937 547.02294,-0.011825663 547.02294,0.0022149373 z " + id="rect6374" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:#f9dbab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1" + d="M 541.92547,0.0021534707 L 541.92547,184.99558 C 541.92547,188.06354 539.76259,190.53571 537.07595,190.53856 L 13.953134,191.09498 C 11.266496,191.09784 9.1036076,188.63027 9.1036076,185.56231 L 9.0745283,0.021415171 C 9.1179371,0.045152471 541.92547,-0.011497529 541.92547,0.0021534707 z " + id="path6379" + sodipodi:nodetypes="ccccccc" /> + </g> +</svg> diff --git a/blog/themes/typo/phokus_else/images/meta-bottom_else.png b/blog/themes/typo/phokus_else/images/meta-bottom_else.png Binary files differnew file mode 100644 index 0000000..5fb351d --- /dev/null +++ b/blog/themes/typo/phokus_else/images/meta-bottom_else.png diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index 98e978a..e01f439 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -224,7 +224,7 @@ h2 { width: 501px;
}
.meta {
- background: #c2e5ff url(../../images/theme/meta-bottom.gif) no-repeat 0 100%;
+ background: #c2e5ff url(../../images/theme/meta-bottom_else.png) no-repeat 0 100%;
margin: 20px 0 -10px -25px;
padding-bottom: 19px;
}
@@ -246,7 +246,7 @@ h2 { }
.post.toggle-content-off {
display: block;
- background: url(../../images/theme/meta-bottom.gif) no-repeat 0 100%;
+ background: url(../../images/theme/meta-bottom_else.png) no-repeat 0 100%;
}
.post.toggle-content-off .post-content {
display: none;
|