mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Reorganise the file structure into a project tree
This commit is contained in:
91
app/media/css/tables.css
Normal file
91
app/media/css/tables.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user