lwmem/docs/static/css/common.css

65 lines
1.3 KiB
CSS
Raw Normal View History

2019-12-08 09:50:16 +01:00
/* Center aligned text */
2019-12-07 03:49:49 +01:00
.center {
2019-12-28 10:54:55 +01:00
text-align: center;
2019-12-08 09:50:16 +01:00
}
/* Paragraph with main links on index page */
2019-12-28 14:06:20 +01:00
.index-links {
2019-12-28 10:54:55 +01:00
text-align: center;
2019-12-28 14:06:20 +01:00
margin-top: 10px;
2019-12-08 09:50:16 +01:00
}
.index-links a {
2019-12-28 10:54:55 +01:00
display: inline-block;
border: 1px solid #0E4263;
2019-12-28 13:23:12 +01:00
padding: 5px 20px;
2020-07-18 21:43:20 +02:00
margin: 2px 5px;
2019-12-28 10:54:55 +01:00
background: #2980B9;
border-radius: 4px;
color: #FFFFFF;
2019-12-08 09:50:16 +01:00
}
2019-12-28 14:06:20 +01:00
.index-links a:hover, .index-links a:active {
2019-12-28 10:54:55 +01:00
background: #0E4263;
2019-12-08 09:50:16 +01:00
}
2020-07-18 21:43:20 +02:00
/* Table header p w/0 margin */
2019-12-28 14:06:20 +01:00
.index-links a table thead th {
2019-12-28 10:54:55 +01:00
vertical-align: middle;
2019-12-08 09:50:16 +01:00
}
table thead th p {
2019-12-28 10:54:55 +01:00
margin: 0;
}
2020-08-21 14:52:20 +02:00
.table-nowrap td {
white-space: normal !important;
}
2019-12-28 10:54:55 +01:00
/* Breathe output changes */
.breathe-sectiondef.container {
background: #f9f9f9;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #efefef;
}
.breathe-sectiondef.container .breathe-sectiondef-title {
background: #2980b9;
color: #FFFFFF;
padding: 4px;
margin: -10px -10px 0 -10px;
}
.breathe-sectiondef.container .function,
.breathe-sectiondef.container .member,
.breathe-sectiondef.container .class,
.breathe-sectiondef.container .type {
border-bottom: 1px solid #efefef;
}
.breathe-sectiondef.container .function:last-child,
.breathe-sectiondef.container .member:last-child,
.breathe-sectiondef.container .class:last-child,
.breathe-sectiondef.container .type:last-child {
border-bottom: none;
margin-bottom: 0;
}
/*# sourceMappingURL=common.css.map */