Reorganise the file structure into a project tree

This commit is contained in:
2011-03-11 12:58:50 +00:00
parent 58b1691638
commit 3686aa7523
226 changed files with 7 additions and 5 deletions

91
app/media/css/tables.css Normal file
View File

@@ -0,0 +1,91 @@
/*
http://icant.co.uk/csstablegallery/index.php?css=71
Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 04/04/2008 10:51 AM
*/
table {
color: #7F7F7F;
font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
border-collapse: collapse
}
table,caption {
border-right: 1px solid #CCC;
border-left: 1px solid #CCC
}
caption,th,td {
border-left: 0;
padding: 10px
}
caption,thead th {
background-color: #858585;
color: #FFF;
font-weight: bold;
text-transform: uppercase
}
tfoot th,tfoot td {
background-color: #858585;
color: #FFF;
font-size: 1px;
font-weight: bold;
text-transform: uppercase
}
thead th {
background-color: #858585;
color: white;
text-align: center
}
tbody th {
padding: 20px 10px
}
tbody tr.odd {
background-color: #F7F7F7;
color: #666
}
tbody a {
padding: 1px 2px;
color: #333;
text-decoration: none;
border-bottom: 1px dotted #E63C1E
}
tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
color: #666
}
tbody tr:hover {
background-color: #EEE;
color: #333
}
tbody tr:hover a {
background-color: #FFF
}
tbody td+td+td+td a {
color: #C30;
font-weight: bold;
border-bottom: 0
}
tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
color: #E63C1E
}
body a:active, body a:hover, body a:focus, body a:visited {
color: #E63C1E;
text-decoration: none;
}