LatestDuplicate_Working / static /LegendPageStyle.css
Marthee's picture
Upload 5 files
3de2740
/*Narbar on top of the page of the legend*/
.graynavbarLegend{
background-color: #b2b2b2;
height: 35px;
position: fixed;
width: 100%;
}
.graynavbarLegend label{
float: left;
display: block;
color: black;
text-align: center;
/* padding: 7px 16px; */
text-decoration: none;
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
margin-left: 7px;
}
.graynavbarLegend .label2{
color: blue;
}
/*Sorting buttons*/
.sortbutton{
background-color: transparent;
border: transparent;
}
/******************************/
#createdTimeDiv{
vertical-align: top;
display: inline-block;
}
#prjname, #prjpart, #prjsec{
font-size: 15px;
font-family: "acumin-pro", sans-serif;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
font-weight: bold;
}
.legendtime{
margin-left: 54%;
}
.legendtime .EditTime{
margin-left: 90px;
}
#legendtimediv{
margin-left: 17%;
display: inline-block;
/* float: right; */
/* position: absolute; */
}
#legendtimediv:before {
content: '';
width: 10%;
min-width: 100px;
max-width: 200px;
display: inline-block;
}
#legendmodtime{
margin-left: 50px;
}
#legendmodtime:hover , #legendtime:hover , #legend:hover{
cursor: pointer;
}
#legendlbldivwhole:hover{
background-color: lightblue;
cursor: pointer;
font-family: "acumin-pro", sans-serif;
}
#legendlbldivwhole{
font-family: "acumin-pro", sans-serif;
}
.legendclass{
color: blue;
text-decoration-line: underline;
max-width: 40ch;
width:40ch;
word-wrap: break-word;
}
#allprjdiv{
position: absolute;
margin-top: 40px;
z-index: -1;
}
.infotip{
justify-content: center;
font-family: "acumin-pro", sans-serif;
color:red;
}
#CreatesortDesc , #EditsortDesc , #CreatesortAsc, #EditsortAsc{
margin-top: 5px;
}
#CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
color:gray;
cursor: pointer;
}