User:76561197969631737/vector-2022.css: Difference between revisions

From Against the Storm Official Wiki
(Created page with "→‎Walkthrough tooltips: .walkthrough-step { background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 3px; padding: 10px 15px 10px 50px; position: relative; } .walkthrough-step img { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); } .walkthrough-step p { margin-left: 35px; }")
 
m (76561198012490491 moved page User:Aeredor/vector-2022.css to User:76561197969631737/vector-2022.css: Automatically moved page while merging the account "Aeredor" to "Aeredor")
 

Latest revision as of 16:18, 13 December 2023

/* Walkthrough tooltips */
.walkthrough-step {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px 10px 50px;
  position: relative;
}
.walkthrough-step img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.walkthrough-step p {
  margin-left: 35px;
}