Making the optical appearance of the "read more" buttons similar to menu

Refs #92
This commit is contained in:
Christian Wolf 2018-01-18 12:31:45 +01:00
parent 2354486045
commit 2378e6b319
2 changed files with 34 additions and 0 deletions

View File

@ -289,6 +289,30 @@ Additional content
}
p.readmore
{
text-align: right;
font-size: smaller;
}
.btn
{
border-radius: 0pt;
}
.readmore > .btn
{
font-size: inherit;
background-image: none;
border: none;
text-shadow: unset;
}
p.readmore > .btn > span[class^="icon-"]
{
display: none;
}
/*
* Debug

View File

@ -187,6 +187,16 @@ table.alternating tr:nth-child(1) {
table.alternating tr:nth-child(1) a {
color: <?php echo $params{'licolor3'}; ?>;
}
.readmore > .btn
{
color: <?php echo $params{'fgcolor1'};?>;
background-color: <?php echo $params{'bgcolor1'}; ?>;
}
.readmore > .btn:hover
{
color: <?php echo $params{'fgcolor3'};?>;
background-color: <?php echo $params{'bgcolor3'}; ?>;
}
</style>
<!--