D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
home
/
markniuj
/
bazmeasar.com
/
css
/
Filename :
table.css
back
Copy
body { background-color: none; } A {text-decoration: none;} table { border-collapse: collapse; background-color: none; width: 100%; } tr:nth-child(even){background-color: none;} tr:hover {background-color: #ddd;} th, td { text-align: left; padding: 10px; } tr:nth-child(even) {background-color: #f2f2f2; } .categories-card { padding: 10px; border: solid #6b6b6b 1px; border-style: dotted; } .speakers-card { padding: 10px; border: solid #6b6b6b 1px; border-style: dotted; margin: 5px; } ul { padding: 10px; background-color: #ddd list-style-type: none; } .box-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; display: inline-flex; flex-direction: row; margin-top: 50px; margin-bottom: 50px; border: 1px solid cornflowerblue; } .three-box-main-heading { font-size: 55px; color: #1d2828; line-height: 60px; max-width: 950px; margin-left: auto; margin-right: auto; margin-top: 25px; margin-bottom: 25px; font-weight: 700; } .box-col{ background-color: aliceblue; width: 33.33%; margin-left: 3px; } .box-data-heading{ background-color: black; width: 100%; font-size: 22px; color: aliceblue; line-height: 25px; padding: 8px; } .box-data{ padding: 15px; background-color: aliceblue; color: rgb(71, 72, 72); } .box-button { padding: 8px; width: 160px; display: flex; flex-direction: column; height: 37px; float: right; border: #1d2828 solid 0px; border-radius: 5px; } .box-button a{ color: #a10000; text-decoration: none; float: right; padding-right: 30px; } .box-button a:hover{ color: #111111; float: right; padding-right: 30px; } .box-foot{ font-size: 18px; color: white; line-height: 20px; padding: 10px; text-align: center; background-color: rgb(103, 0, 0); }