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)
Restored revision 448918 by MarketPliers (talk)
Tags: twinkle Undo
MarketPliers (talk | contribs)
mNo edit summary
 
(5 intermediate revisions 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: auto 3fr 1fr auto;
grid-template-columns: 3fr 1fr;
grid-template-areas:
grid-template-areas:
"tlrod  .          .      trrod"
"header    header  "
"left  header    header  right"
"blackboard welcome "
"left  blackboard welcome right"
"texts      texts  "
"left  texts      texts  right"
"portals    portals ";
"left  portals    portals right"
"blrod .          .      brrod";
color: #C2A314;
color: #C2A314;
background: #192D2C;
}
}


Line 31: Line 29:
}
}


.template-portal-soycripture > .content {
.template-portal-soycripture h2:not(.header-heading) {
background: #192D2C;
}
 
.template-portal-soycripture > .content > h2:not(.header-heading) {
font-weight: bold;
font-weight: bold;
background: #214044;
background: #214044;
Line 41: Line 35:
padding: 0.6rem 1rem;
padding: 0.6rem 1rem;
margin-bottom: 0.5rem;
margin-bottom: 0.5rem;
color: #C2A314;
}
}


.template-portal-soycripture > .content > .header {
.template-portal-soycripture > .header {
border-left: 5px solid #C2A314;
border-left: 5px solid #C2A314;
background: #214044;
background: #214044;
Line 49: Line 44:
}
}


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


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


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


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

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;
}