mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Feat : Added new hr style
This commit is contained in:
parent
0f04c24e6b
commit
6bbb253922
1 changed files with 7 additions and 15 deletions
|
@ -133,19 +133,11 @@ nav {
|
||||||
/* hr Style for heading*/
|
/* hr Style for heading*/
|
||||||
|
|
||||||
hr.heading {
|
hr.heading {
|
||||||
overflow: visible; /* For IE */
|
height: 20px;
|
||||||
padding: 0;
|
width: 60%;
|
||||||
border: none;
|
background-image: radial-gradient(
|
||||||
border-top: medium double #00303C;
|
farthest-side at 50% -50%,
|
||||||
color: #00303C;
|
hsla(0, 0%, 0%, 0.5),
|
||||||
text-align: center;
|
hsla(0, 0%, 0%, 0));
|
||||||
}
|
|
||||||
hr.heading {
|
|
||||||
content: "§";
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -0.7em;
|
|
||||||
font-size: 1.5em;
|
|
||||||
padding: 0 10em;
|
|
||||||
background: #00303C;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue