Files
clear-linux-documentation/source/scripts/_python/styles.css
T
Michael Vincerra 92c499067d Adds new scripts dir and Python bundle_lister.py. Includes:
- Local Makefile to be called from parent Makefile at source/
- README.md
- cloned_repo dir necessary for executing bundle_lister.py
- requirements.txt per developer standard
- template.html also necessary for executing bundle_lister.py

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
2018-12-19 09:25:46 -08:00

49 lines
1008 B
CSS

table {
margin: 32px;
border: 1px solid #e0e0e0;
border-collapse: collapse;
width: auto;
}
th {
font-family: IntelClear-Regular,Helvetica,Arial,sans-serif;
align-content: center;
padding: 5px;
border: #ccc solid 1px;
background-color: #555;
color: #fff;
text-transform: uppercase;
font-size: 18px;
}
tr {
padding-top: 20px ;
padding-bottom: 10px;
}
tbody tr:nth-child(odd) {
background-color: #e0e0e0;
}
.bundlename {
font-family: IntelClear-Regular,Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: bolder;
padding-left: 6px;
line-height: 18px;
padding-top:7px ;
padding-bottom: 5px;
}
.bundledesc {
font-family: IntelClear-Regular,Helvetica,Arial,sans-serif;
font: italic;
font-size: 16px;
padding-left: 6px;
line-height: 18px;
padding-top: 7px ;
padding-bottom: 5px;
}
ul, li {
margin-left: 8px;
/* padding: 0; */
padding-left: 5px;
padding-top: 2px;
line-height: 16px;
}