summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 14:10:59 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 14:10:59 -0300
commitd03c34ce2d1ab87a22c74b13fe63d8a08ee4f207 (patch)
tree54f6d03d8e4ccbe94ad4ef76c509673441667009 /templates
parentff874f513ede01790f377ef71a79fe8e9c590ddf (diff)
downloadaskbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.tar.gz
askbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.tar.bz2
askbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.zip
Mas diseño, idioma, etc.
Diffstat (limited to 'templates')
-rw-r--r--templates/content/images/logo.pngbin5103 -> 4972 bytes
-rw-r--r--templates/content/images/originals/logo.svg12
-rw-r--r--templates/content/style/style.css4
3 files changed, 8 insertions, 8 deletions
diff --git a/templates/content/images/logo.png b/templates/content/images/logo.png
index e2c97c8b..b5501337 100644
--- a/templates/content/images/logo.png
+++ b/templates/content/images/logo.png
Binary files differ
diff --git a/templates/content/images/originals/logo.svg b/templates/content/images/originals/logo.svg
index 41b308da..29c53f60 100644
--- a/templates/content/images/originals/logo.svg
+++ b/templates/content/images/originals/logo.svg
@@ -76,7 +76,7 @@
xml:space="preserve"
style="font-size:35.70877075px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:semi-condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed"
x="154.2048"
- y="530.07758"
+ y="532.07758"
id="text2396"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bruno/repos/preguntalo/templates/content/images/text2424.png"
@@ -85,12 +85,12 @@
sodipodi:role="line"
id="tspan2398"
x="154.2048"
- y="530.07758">Preguntalo</tspan></text>
+ y="532.07758">Preguntalo</tspan></text>
<text
xml:space="preserve"
style="font-size:12.09910297px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:semi-condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed"
x="303.99615"
- y="540.42242"
+ y="542.42242"
id="text2400"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bruno/repos/preguntalo/templates/content/images/text2424.png"
@@ -99,13 +99,13 @@
sodipodi:role="line"
id="tspan2402"
x="303.99615"
- y="540.42242"
+ y="542.42242"
style="font-size:12.09910297px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:semi-condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#808080;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed">.com.uy</tspan></text>
<text
xml:space="preserve"
style="font-size:10.5875988px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:semi-condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed"
x="157.2961"
- y="500.24216"
+ y="502.24216"
id="text2424"
inkscape:export-filename="/home/bruno/repos/preguntalo/templates/content/images/text2424.png"
inkscape:export-xdpi="90"
@@ -114,6 +114,6 @@
sodipodi:role="line"
id="tspan2426"
x="157.2961"
- y="500.24216">Si no lo sabes ¿?#*!...</tspan></text>
+ y="502.24216">Si no lo sabes ¿?#*!...</tspan></text>
</g>
</svg>
diff --git a/templates/content/style/style.css b/templates/content/style/style.css
index 73683b16..bfbd603a 100644
--- a/templates/content/style/style.css
+++ b/templates/content/style/style.css
@@ -93,9 +93,9 @@ blockquote
#navBar .nav a {color:#333; background-color:#F9F7ED; padding:0px 12px 3px 12px; height:25px; line-height:30px;margin-left:10px; font-size:15px; font-weight:400; text-decoration:none;display: block;float: left;}
#navBar .nav a:hover {text-decoration:underline}
#navBar .nav a.on {height:24px;line-height:28px;border:1px solid green; background:green; color:#FFF; font-weight:600; text-decoration:none}
-#navBar .nav a.special {font-size:15px; color:green; font-weight:bold; text-decoration:none; }
+#navBar .nav a.special {font-size:15px; color:white;background:grey; font-weight:bold; text-decoration:none;}
#navBar .nav a.special:hover {text-decoration:underline;}
-#navBar .nav div.focus {float:right; padding-right:0px;}
+#navBar .nav div.focus {position:absolute; top:4px; padding-right:0px;}
/*搜索栏*/
#searchBar {background-color:green;padding:5px;}
#searchBar .content { }