Skip to content

Commit

Permalink
Create charts.css
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored May 15, 2024
1 parent cd2f051 commit f8dfc45
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions Braille_Patterns/charts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
table { border-spacing: 0; border-collapse: collapse;
border-style: solid; border-color: black; border-width: 1px; }
th, td { border-spacing: 0;
border-style: solid; border-color: teal; border-width: 1px;
color: black; vertical-align: top; }
td { font-size: 120%; text-align: Center; vertical-align: top; width: 48px ;
font-family: "Symbola",Georgia,"Times New Roman",Serif;
}

table.headerTable {
border-color: white;
border-width: 0px;
font-size: 120%;
width: 100%;
}
td.headerLeft {
border-color: white;
border-width: 0px;
text-align: left;
font-size: 120%;
width: 1%;
font-family: monospace;
}
td.headerCenter {
border-color: white;
border-width: 0px;
text-align: center;
font-size: 120%;
width: 99%;
}
td.headerRight {
border-color: white;
border-width: 0px;
text-align: right;
font-size: 120%;
width: 1%;
font-family: monospace;
}

td.new, td.cellwnew, td.cellnew {
background-color: #FFFFCC;
}

chart {background-color: red;}

td.p { color: #000000; background-color: #7777FF }
td.s { color: #000000; background-color: #BBBBFF }
td.t { color: #000000; background-color: #DDDDFF }
td.q { color: #000000; background-color: #FFFFFF }
td.ep { color: #000000; background-color: #FF5555 }
td.es { color: #000000; background-color: #FF7777 }
td.et { color: #000000; background-color: #FF9999 }
td.eq { color: #000000; background-color: #FFBBBB }
th { vertical-align: top; font-weight: bold }
th.x { vertical-align: top; font-weight: regular; text-align: Left }
tt { font-size: 50% }

td.name { text-align: left; vertical-align: middle; width: 96% }
body { background-color: #FFFFFF; }

td.g { font-size: 120%; text-align: Center; width: 72px; color: #808080; }
td.n { font-size: 120%; text-align: Center; width: 72px; color: #000000; background-color: #CCCCFF; }
td.z { font-size: 120%; text-align: Center; width: 72px; font-weight: bold; background-color: #EEEEEE; }
td.h { font-size: 120%; text-align: Left; color: #000000; background-color: #EEEEEE; }

0 comments on commit f8dfc45

Please sign in to comment.