Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UCSC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2023 Competition
UCSC
Commits
4bb27eeb
Commit
4bb27eeb
authored
1 year ago
by
Tyler Gaw
Browse files
Options
Downloads
Patches
Plain Diff
changed table background for readability, titles have outline
parent
df60fd6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
static/custom_style.css
+15
-1
15 additions, 1 deletion
static/custom_style.css
static/home.css
+17
-0
17 additions, 0 deletions
static/home.css
wiki/pages/contribution.html
+6
-12
6 additions, 12 deletions
wiki/pages/contribution.html
with
38 additions
and
13 deletions
static/custom_style.css
+
15
−
1
View file @
4bb27eeb
/*
Custom style specifications
*/
:root
{
--blue-green
:
#124660
;
--dropdown-bg
:
#05557d
;
--dark-green
:
#1B9476
;
--light-green
:
#8BD59E
;
--cold-white
:
#C7DBC2
;
--warm-white
:
#F4EBD6
;
}
;
/* attributions.html */
.log-items
{
...
...
@@ -43,3 +50,10 @@ background-color: blueviolet;
.nested-notebook-list
{
list-style-type
:
circle
;
}
.table
{
color
:
var
(
--warm-white
);
}
thead
,
tbody
{
background-color
:
var
(
--blue-green
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/home.css
+
17
−
0
View file @
4bb27eeb
:root
{
--blue-green
:
#124660
;
--dropdown-bg
:
#05557d
;
--dark-green
:
#1B9476
;
--light-green
:
#8BD59E
;
--cold-white
:
#C7DBC2
;
--warm-white
:
#F4EBD6
;
}
;
#homecontainer
{
background-color
:
#007f68
;
background-clip
:
padding-box
;
...
...
@@ -38,6 +48,13 @@ body {
#title
{
text-align
:
center
;
text-shadow
:
-1px
-1px
0
var
(
--blue-green
),
/* Top-left */
1px
-1px
0
var
(
--blue-green
),
/* Top-right */
-1px
1px
0
var
(
--blue-green
),
/* Bottom-left */
1px
1px
0
var
(
--blue-green
);
/* Bottom-right */
color
:
var
(
--warm-green
);
}
.facts
{
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/contribution.html
+
6
−
12
View file @
4bb27eeb
...
...
@@ -6,20 +6,14 @@
{% block page_content %}
<html
lang=
"en"
>
<div
style=
"height: 20px;"
></div>
<body>
<div
class=
"container mt-5"
>
<div
class=
"bodyParagraph container mt-5"
>
<h1
class=
"display-3"
>
Software Contribution
</h1>
<h2
class=
"display-5 text-muted"
>
The Chameleon Project
</h2>
<p
class=
"lead"
>
<p
class=
"
bodyParagraph
lead"
>
The genetic toolkit at our disposal is rapidly expanding, yet the application of such tools is greatly limited to a small set
of genetically tractable model organisms. Overcoming the barriers to genetic tractability in non-model organisms will advance
...
...
@@ -44,23 +38,23 @@
the Chameleon project with the motivation to provide an automated platform for future iGEM teams to more effectively
engineer non-model species.
</p>
</div>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"
></script>
</body>
</html>
<body>
<div
class=
"container mt-5"
>
<h1
class=
"display-3"
>
Parts Contribution
</h1>
<h2
class=
"display-5 text-muted"
>
Constructs for use in
<i>
Microcystis aeruginosa
</i></h2>
<p
class=
"lead"
>
</p></div>
<div
style=
"height: 20px;"
></div>
<table
class=
"table content table-bordered"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment