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;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
<article id="mainLore">
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user