mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
Updated pane CSS to override websites' styles
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
transform: translateX(110%); /* Pane is hidden */
|
||||
transition: .2s !important;
|
||||
text-align: initial !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane[opened]
|
||||
@@ -46,6 +47,8 @@
|
||||
.tabsAside.pane > header
|
||||
{
|
||||
margin: 20px 40px !important;
|
||||
line-height: initial !important;
|
||||
height: initial !important;
|
||||
}
|
||||
.tabsAside.pane > header > div
|
||||
{
|
||||
@@ -58,6 +61,10 @@
|
||||
margin: 10px 0px !important;
|
||||
font-weight: normal !important;
|
||||
font-size: 21pt !important;
|
||||
direction: initial !important;
|
||||
color: inherit !important;
|
||||
line-height: initial !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > div > button
|
||||
@@ -74,16 +81,43 @@
|
||||
.tabsAside.pane > header > div > nav > div
|
||||
{
|
||||
box-shadow: 0px 4px 5px -2px rgba(100, 100, 100, .5) !important;
|
||||
cursor: initial !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > div > nav > p
|
||||
{
|
||||
margin: 10px !important;
|
||||
font-family: inherit !important;
|
||||
font-size: inherit !important;
|
||||
line-height: initial !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > div > nav > p > small
|
||||
{
|
||||
font-size: inherit !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > div > nav > p > a
|
||||
{
|
||||
text-decoration: none;
|
||||
font-size: inherit !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > a
|
||||
{
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.tabsAside.pane > header > hr
|
||||
{
|
||||
border: 1px solid #8a8a8a !important;
|
||||
direction: initial !important;
|
||||
color: inherit !important;
|
||||
height: initial !important;
|
||||
margin: 6.5px 0px !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > section > h2
|
||||
@@ -110,6 +144,7 @@
|
||||
.tabsAside.pane > section > div > div:first-child > small
|
||||
{
|
||||
color: gray !important;
|
||||
font-size: smaller !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > section > div > div:first-child > span
|
||||
@@ -120,6 +155,7 @@
|
||||
.tabsAside.pane > section > div > div:first-child > a
|
||||
{
|
||||
font-size: 11pt !important;
|
||||
line-height: initial !important;
|
||||
}
|
||||
|
||||
.tabsAside.pane > section > div > div:first-child > div
|
||||
@@ -205,6 +241,7 @@
|
||||
overflow: hidden !important;
|
||||
margin: auto 0px !important;
|
||||
margin-right: 10px !important;
|
||||
line-height: initial !important;
|
||||
}
|
||||
.tabsAside.pane > section > div > div:last-child > div:hover > div > span
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user