[Logilogi-svn] SF.net SVN: logilogi: [317] projects/ogog/trunk/public
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2007-05-25 11:53:14
|
Revision: 317
http://logilogi.svn.sourceforge.net/logilogi/?rev=317&view=rev
Author: wybow
Date: 2007-05-25 04:53:10 -0700 (Fri, 25 May 2007)
Log Message:
-----------
Added image to show when images are missing, and added images center-css
Modified Paths:
--------------
projects/ogog/trunk/public/stylesheets/ogog.css
Added Paths:
-----------
projects/ogog/trunk/public/images/image_error.jpg
projects/ogog/trunk/public/images/image_error.svg
Added: projects/ogog/trunk/public/images/image_error.jpg
===================================================================
(Binary files differ)
Property changes on: projects/ogog/trunk/public/images/image_error.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: projects/ogog/trunk/public/images/image_error.svg
===================================================================
--- projects/ogog/trunk/public/images/image_error.svg (rev 0)
+++ projects/ogog/trunk/public/images/image_error.svg 2007-05-25 11:53:10 UTC (rev 317)
@@ -0,0 +1,77 @@
+<?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="200"
+ height="30"
+ id="svg1982"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="/home/wybo/ogog/docs/misc"
+ sodipodi:docname="image_error.svg">
+ <defs
+ id="defs1984" />
+ <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.8"
+ inkscape:cx="115.13496"
+ inkscape:cy="-14.338985"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="200px"
+ height="30px"
+ inkscape:window-width="914"
+ inkscape:window-height="626"
+ inkscape:window-x="1285"
+ inkscape:window-y="55" />
+ <metadata
+ id="metadata1987">
+ <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="opacity:1;fill:#eee;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13006"
+ width="198.7807"
+ height="28.810146"
+ x="0.62482095"
+ y="0.59529847"
+ rx="0"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:18.64875412px;font-style:normal;font-weight:normal;fill:#b1b1b1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="31.931181"
+ y="20.447647"
+ id="text3839"><tspan
+ sodipodi:role="line"
+ id="tspan3841"
+ x="31.931181"
+ y="20.447647">Image missing</tspan></text>
+ </g>
+</svg>
Modified: projects/ogog/trunk/public/stylesheets/ogog.css
===================================================================
--- projects/ogog/trunk/public/stylesheets/ogog.css 2007-05-25 10:57:48 UTC (rev 316)
+++ projects/ogog/trunk/public/stylesheets/ogog.css 2007-05-25 11:53:10 UTC (rev 317)
@@ -419,6 +419,11 @@
#viewpoints table td.tag {
margin-left: 0.5em;
}
+div.post img {
+ display: block;
+ text-align: center;
+ margin: 0 auto;
+}
/* Cloud */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|