CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

User:MarketPliers/Portal:Soycripture/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
MarketPliers (talk | contribs)
mNo edit summary
MarketPliers (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.template-portal-soycripture {
.template-portal-soycripture {
grid-template-rows: repeat(6, auto);
grid-template-rows: repeat(4, auto);
grid-template-columns: 3rem 3fr 1fr 3rem;
grid-template-columns: 3fr 1fr;
grid-template-areas:
grid-template-areas:
"left  .          .      right"
"header    header  "
"left  header    header  right"
"blackboard welcome "
"left  blackboard welcome right"
"texts      texts  "
"left  texts      texts  right"
"portals    portals ";
"left  portals    portals right"
"left .          .        right";
color: #C2A314;
color: #C2A314;
background: #192D2C;
}
}



Latest revision as of 19:08, 27 July 2026

.template-portal-soycripture {
	grid-template-rows: repeat(4, auto);
	grid-template-columns: 3fr 1fr;
	grid-template-areas:
		"header     header  "
		"blackboard welcome "
		"texts      texts   "
		"portals    portals ";
	color: #C2A314;
	background: #192D2C;
}

.template-portal-soycripture .scroll-edge {
	background: linear-gradient(to right, #0D1719 0%, #214044 50%,#0D1719 100%);
}

.template-portal-soycripture .scroll-edge#left {
	grid-area: left;
	border-left: .25rem solid #C2A314;
}

.template-portal-soycripture .scroll-edge#right {
	grid-area: right;
	border-right: .25rem solid #C2A314;
}

.template-portal-soycripture .scroll-rod {
	background: linear-gradient(to left, #C2A314 0%, #C2A314 15%, #C2A314 50%, #927A10 70%, #927A10 80%, #C2A314 100%);
}

.template-portal-soycripture h2:not(.header-heading) {
	font-weight: bold;
	background: #214044;
	border-radius: 2rem;
	padding: 0.6rem 1rem;
	margin-bottom: 0.5rem;
	color: #C2A314;
}

.template-portal-soycripture > .header {
	border-left: 5px solid #C2A314;
	background: #214044;
	border-radius: 15rem 0 0 15rem;
}

.template-portal-soycripture > .header > .header-heading {
	text-shadow: 1px 1px #927A10;
	font-size: 1.5rem;
	padding: 0;
	margin-bottom: 0;
	color: #C2A314;
}

.template-portal-soycripture > .blackboard {
	grid-area: blackboard;
}

.template-portal-soycripture > .welcome {
	grid-area: welcome;
}

.template-portal-soycripture > .texts {
	grid-area: texts;
}


.template-portal-soycripture a:link,
.template-portal-soycripture a:visited,
.template-portal-soycripture a:hover,
.template-portal-soycripture a:active {
  text-decoration: none; 
  color: #C2A314;
}