Skip to content

Commit

Permalink
🔄 Synced local 'assets' with remote 'assets'
Browse files Browse the repository at this point in the history
release-null
  • Loading branch information
jhudsl-robot committed Mar 22, 2023
1 parent 856d883 commit ac9f2e2
Show file tree
Hide file tree
Showing 9 changed files with 159 additions and 522 deletions.
48 changes: 48 additions & 0 deletions assets/AnVIL_style/anvil.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

/* AnVIL style */
/* Things below this comment are AnVIL customizations */

.trapezoid {
width: 132px;
text-align: center;
position: relative;
left: 10px;
border-right: 50px solid #012d72;
border-bottom: 50px solid #dbdbdb;
border-left: 50px solid #012d72;
box-sizing: content-box;
}
.trapezoid span {
position: absolute;
top: 8px;
bottom: 5px;
left: 5%;
color: #dbdbdb;
}

/* Module chunk shading --------------------------------------------*/
div.borrowed_chunk {
padding: 1em;
margin: 1em 0;
min-height: 120px;
background-repeat: no-repeat;
background-color: #eff7fe;
}

.hero-image-container {
height: 100px;
}

.page-inner {
padding-top: 60px !important;
}

.book .book-body .page-wrapper .page-inner section.normal h1,
.book .book-body .page-wrapper .page-inner section.normal h2,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4,
.book .book-body .page-wrapper .page-inner section.normal h5,
.book .book-body .page-wrapper .page-inner section.normal h6 {
margin-top: 1em;
margin-bottom: 1em;
}
1 change: 0 additions & 1 deletion assets/AnVIL_style/big-image_anvil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=10.0,initial-scale=1.0">
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script-->
<!--<script src="assets/hideOutput.js"></script>-->
<link href="assets/AnvIL_style/style.css" rel="stylesheet">
</head>


Expand Down
1 change: 0 additions & 1 deletion assets/GDSCN_style/big-image_gdscn.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=10.0,initial-scale=1.0">
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script-->
<!--<script src="assets/hideOutput.js"></script>-->
<link href="assets/GDSCN_style/style.css" rel="stylesheet">
</head>


Expand Down
Binary file modified assets/GDSCN_style/dasl_thin_main_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions assets/GDSCN_style/gdscn.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@

/* GDSCN style */
/* Change colors to match GDSCN logo */
/* Things below this comment are GDSCN customizations */

.hero-image-container {
height: 100px;
}

.page-inner {
padding-top: 60px !important;
}

.book .book-body .page-wrapper .page-inner section.normal h1,
.book .book-body .page-wrapper .page-inner section.normal h2,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4,
.book .book-body .page-wrapper .page-inner section.normal h5,
.book .book-body .page-wrapper .page-inner section.normal h6 {
margin-top: 1em;
margin-bottom: 1em;
}

:root {
--highlight-txt-color: #73b263;
--main-txt-color: #274731;
}

.trapezoid {
width: 132px;
text-align: center;
position: relative;
left: 10px;
border-right: 50px solid --main-txt-color;
border-bottom: 50px solid #dbdbdb;
border-left: 50px solid --main-txt-color;
box-sizing: content-box;
}
.trapezoid span {
position: absolute;
top: 8px;
bottom: 5px;
left: 5%;
color: #dbdbdb;
}

/* Module chunk shading --------------------------------------------*/
div.borrowed_chunk {
padding: 1em;
margin: 1em 0;
min-height: 120px;
background-repeat: no-repeat;
background-color: #eff7fe;
}

.book .book-body .page-wrapper .page-inner section.normal a {
color: var(--highlight-txt-color);
}

.title {
color: var(--main-txt-color);
}

.section.level1 > p:first-of-type:first-letter { /*drop cap for first p beneath level 1 headers only within class .section*/
color: var(--main-txt-color);
}

.book .book-summary a {
color: var(--main-txt-color);
}

/* all TOC list items, basically */
.book .book-summary ul.summary li a,
.book .book-summary ul.summary li span {
color: var(--main-txt-color);
}

.summary a:hover {
color: var(--highlight-txt-color) !important;
}

.book .book-summary ul.summary li.active>a { /*active TOC links*/
color: var(--highlight-txt-color) !important;
border-color: var(--highlight-txt-color);
}

.trapezoid {
border-right: 50px solid var(--main-txt-color);
border-left: 50px solid var(--main-txt-color);
}

div.notice, div.dictionary, div.reflection {
border: 4px var(--highlight-txt-color);
border-style: solid;
}

.footer {
color: var(--main-txt-color);
}
Loading

0 comments on commit ac9f2e2

Please sign in to comment.