You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.1 KiB
54 lines
1.1 KiB
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Styles for Magazine+'s more links.
|
||
|
*/
|
||
|
.node ul.links {
|
||
|
padding: 10px 0;
|
||
|
margin: 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
.node ul.links li a {
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
padding: 15px 30px;
|
||
|
color: #ffffff;
|
||
|
display: inline-block;
|
||
|
line-height: 1;
|
||
|
-webkit-transition: all 0.2s ease-in-out;
|
||
|
-moz-transition: all 0.2s ease-in-out;
|
||
|
-ms-transition: all 0.2s ease-in-out;
|
||
|
-o-transition: all 0.2s ease-in-out;
|
||
|
transition: all 0.2s ease-in-out;
|
||
|
margin: 10px 5px 10px 0;
|
||
|
text-align: center;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
border-color: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.headings-wide-spacing-enabled .node ul.links li a {
|
||
|
letter-spacing: 0.25em;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
.node ul.links li a:hover,
|
||
|
.node ul.links li a:focus {
|
||
|
color: #ffffff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.node ul.links li a.active {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.node ul.inline li {
|
||
|
padding: 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.node ul.inline li a {
|
||
|
margin: 0 20px 10px 0;
|
||
|
}
|
||
|
.node .comment-forbidden a:last-child {
|
||
|
margin: 0 10px 10px 10px;
|
||
|
}
|
||
|
.node .comment-forbidden a:first-child {
|
||
|
margin: 0 10px 10px 0;
|
||
|
}
|