Files
phasicFlow/doc/code-documentation/html/customdoxygen.css

64 lines
957 B
CSS
Raw Normal View History

2023-03-27 10:16:23 -07:00
#titlearea
{
background-color: rgb(243, 243, 243);
padding-top: 8px;
}
#projectlogo
{
padding-left: 15px;
padding-right: 10px;
}
#titlearea, #projectname, #projectbrief, #projectnumber
{
font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
}
#projectname
{
font-size: 220%;
}
2023-04-02 14:53:54 -07:00
2023-03-27 10:16:23 -07:00
#projectname a
{
2023-04-02 14:53:54 -07:00
text-decoration: none;
2023-03-27 10:16:23 -07:00
color: rgba(0, 0, 0, 0.75);
}
#projectname a:hover, #projectbrief a:hover
{
2023-04-02 14:53:54 -07:00
text-decoration: underline;
2023-03-27 10:16:23 -07:00
color: rgba(0, 0, 0, 1);
}
#projectbrief
{
font-size: 150%;
2023-04-14 10:28:41 -07:00
padding-left: 15px;
2023-03-27 10:16:23 -07:00
}
#projectbrief a
{
color: rgba(0, 0, 0, 0.65);
}
#projectnumber a
{
font-size: 160%;
}
#titlearea::before
{
padding-left: 300px;
position: absolute;
left: 18%;
top: 40px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
2025-01-10 13:02:07 +03:30
content: "C++ Source Code Documentation for version 1.0";
2023-03-27 10:16:23 -07:00
font-size: 180%;
}