mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Views now working, basic construction complete
This commit is contained in:
79
media/css/tables.css
Normal file
79
media/css/tables.css
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
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 {
|
||||
margin: 0 auto;
|
||||
border-right: 1px solid #CCC;
|
||||
border-left: 1px solid #CCC
|
||||
}
|
||||
|
||||
caption,th,td {
|
||||
border-left: 0;
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
caption,thead th,tfoot th,tfoot td {
|
||||
background-color: #E63C1E;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
thead th {
|
||||
background-color: #C30;
|
||||
color: #FFB3A6;
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user