modification des styles id des articles pour s'appliquer sur tout les articles sauf celui de la page principale Lore
This commit is contained in:
@@ -257,9 +257,11 @@ blockquote {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.lore article {
|
||||
.lore article:not(#mainLore) {
|
||||
margin: 15px 0px;
|
||||
scroll-margin-top: 110px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.lore th a,
|
||||
@@ -304,36 +306,14 @@ blockquote a {
|
||||
position: sticky;
|
||||
left: 15px;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.lore #awakening,
|
||||
#vorsPrize,
|
||||
#professor,
|
||||
#onceAwake,
|
||||
#deimos,
|
||||
#secondDream,
|
||||
#natah,
|
||||
#risingTide,
|
||||
#warWithin,
|
||||
#chainsOfHarrow,
|
||||
#apostasy,
|
||||
#sacrifice,
|
||||
#newWar {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.lore #secondDream div img {
|
||||
padding: 10px;
|
||||
margin-top: 13%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.lore #awakening img,
|
||||
#professor img,
|
||||
#onceAwake img,
|
||||
#deimos img,
|
||||
#warWithin img {
|
||||
#warWithin img,
|
||||
#secondDream div img {
|
||||
padding: 10px;
|
||||
margin-top: 12%;
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user