mirror of
https://github.com/tsmagnum/Hyper-V-Report.git
synced 2026-04-17 23:53:26 +02:00
Add files via upload
This commit is contained in:
committed by
GitHub
parent
cce26d18f3
commit
5dd5e5e007
46
Style/StyleCSS-Minimal.ps1
Normal file
46
Style/StyleCSS-Minimal.ps1
Normal file
@@ -0,0 +1,46 @@
|
||||
$header = @"
|
||||
<style>
|
||||
body
|
||||
{
|
||||
background-color: White;
|
||||
font-size: 12px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 0.5px solid;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: CornflowerBlue;
|
||||
color: white;
|
||||
padding: 6px;
|
||||
border: 0.5px solid;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 6px;
|
||||
margin: 0px;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
h1{
|
||||
background-color: CornflowerBlue;
|
||||
color:white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2{
|
||||
background-color: CornflowerBlue;
|
||||
color:white;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
"@
|
||||
Reference in New Issue
Block a user