Author: flukers
Date: 2010-03-03 23:49:20 +0100 (Wed, 03 Mar 2010)
New Revision: 28372

Added:
   plugins/sfDoctrineSimpleForumPlugin/trunk/web/images/subtoolbar_bg.gif
Modified:
   plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
Log:
- committing css and images/subtoolbar_bg.gif

Modified: plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
===================================================================
--- plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css       
2010-03-03 22:48:45 UTC (rev 28371)
+++ plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css       
2010-03-03 22:49:20 UTC (rev 28372)
@@ -1,8 +1,5 @@
-# Source : http://www.zurb.com/blog_uploads/0000/0485/buttons-02.html
-
-
+/* Source : http://www.zurb.com/blog_uploads/0000/0485/buttons-02.html
 /* Awesome Buttons */
-
 .awesome, .awesome:visited {
        background: #222 url(../images/alert-overlay.png) repeat-x; 
        display: inline-block; 
@@ -11,6 +8,7 @@
        text-decoration: none;
        -moz-border-radius: 5px; 
        -webkit-border-radius: 5px;
+       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        border-bottom: 1px solid rgba(0,0,0,0.25);
@@ -37,6 +35,7 @@
        .orange.awesome:hover                                                   
{ background-color: #d45500; }
        .yellow.awesome, .yellow.awesome:visited                { 
background-color: #ffb515; }
        .yellow.awesome:hover                                                   
{ background-color: #fc9200; }
+
     
 
        #thread_table th {
@@ -409,3 +408,64 @@
     margin: 0 0 8px 0;
     padding-left: 6px;
 }
+
+
+.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid 
#ddd;}
+.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
+.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
+.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
+.error a {color:#8a1f11;}
+.notice a {color:#514721;}
+.success a {color:#264409;}
+
+
+.box {
+
+margin-bottom:5px;
+padding:0 0 5px;
+width:250px;
+background: #ffffff;
+border: 2px solid #CFD7E1;
+}
+
+.box h3
+{
+
+    background: #EDF0F3;
+    padding: 8px 8px 8px 8px;
+    font-size: 1.1em;
+    color: #005EA8;
+    font-weight:bold;
+    margin: 0;
+       
+}
+.list_links
+{ 
+       position:relative; 
+       margin-top: 10px; 
+       border-top:none; 
+}
+.link_links li { position:relative; }
+.list_links a 
+{
+       display:block;
+       font-size:11px;
+       padding:3px 5px 2px 15px;
+       text-decoration:none;
+       color: #005EA8;
+       font-weight: normal;
+}
+
+.list_links a:hover  { background-color:#EDF0F3; color:#CC0000; }
+
+.subtoolbar
+{      
+       font-size: 11pt;
+       color: #fff;
+       font-weight: bold;
+       margin: 10px 0 10px 0;
+       padding:0.4em 0.6em 0.4em;
+       position:relative;
+       background:#3385AD url(../images/subtoolbar_bg.gif) repeat-x scroll 
left bottom;
+}
+

Added: plugins/sfDoctrineSimpleForumPlugin/trunk/web/images/subtoolbar_bg.gif
===================================================================
(Binary files differ)


Property changes on: 
plugins/sfDoctrineSimpleForumPlugin/trunk/web/images/subtoolbar_bg.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to