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%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore article {
|
.lore article:not(#mainLore) {
|
||||||
margin: 15px 0px;
|
margin: 15px 0px;
|
||||||
scroll-margin-top: 110px;
|
scroll-margin-top: 110px;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore th a,
|
.lore th a,
|
||||||
@@ -304,36 +306,14 @@ blockquote a {
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
bottom: 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,
|
.lore #awakening img,
|
||||||
#professor img,
|
#professor img,
|
||||||
#onceAwake img,
|
#onceAwake img,
|
||||||
#deimos img,
|
#deimos img,
|
||||||
#warWithin img {
|
#warWithin img,
|
||||||
|
#secondDream div img {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 12%;
|
margin-top: 12%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article id="mainLore">
|
||||||
<h1>Comment commence <em>Warframe</em>?</h1>
|
<h1>Comment commence <em>Warframe</em>?</h1>
|
||||||
|
|
||||||
<p>Depuis l’année 2024, les nouveaux joueurs ont accès à deux débuts qui finissent par converger.
|
<p>Depuis l’année 2024, les nouveaux joueurs ont accès à deux débuts qui finissent par converger.
|
||||||
|
|||||||
Reference in New Issue
Block a user