Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc-git authored Jul 5, 2024
1 parent a5742ba commit 308342a
Showing 1 changed file with 132 additions and 30 deletions.
162 changes: 132 additions & 30 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,36 +55,6 @@
}


.QuestionsHeading {
margin-left:auto;
margin-right:auto;
padding-top:5px;
width:80%;
background-color:#c0c744;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.Questions {
margin-left:auto;
margin-right:auto;
padding-top:5px;
padding-bottom:10px;
padding-left:15px;
width:80%;
font-size:.95em;
background-color: #f2f3d9;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 4px 4px 5px #888888;
}



.tooltipr .tooltipRtext {
display: none;
width: 200px;
Expand Down Expand Up @@ -385,3 +355,135 @@ box-shadow: 4px 4px 5px #888888;
background-color: #f8f8f8;
border-radius: 6px;
}

/* ********************** End Message Styling from 221 Textbook ******************* */

.Emphasis {
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:15px;
background-color: #FFFF99;
border-top:7px solid #FFCC66;
border-radius:8px;
width: 95%;
box-shadow: 4px 4px 5px #888888;
}

.QuestionsHeading {
margin-left:auto;
margin-right:auto;
padding-top:5px;
width:80%;
background-color:#c0c744;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.Questions {
margin-left:auto;
margin-right:auto;
padding-top:5px;
padding-bottom:10px;
padding-left:15px;
width:80%;
font-size:.95em;
background-color: #f2f3d9;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 4px 4px 5px #888888;
}

.DocHeading {
margin-left:auto;
margin-right:auto;
padding-top:5px;
width:80%;
background-color:#FF6347;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.Doc {
margin-left:auto;
margin-right:auto;
width:80%;
font-size:.95em;
background-color: #F8F8FF;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 4px 4px 5px #888888;
}

.SummaryHeading {
margin-left:auto;
margin-right:auto;
width:80%;
background-color:#7da849;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
padding-top:5px;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.Summary {
margin-left:auto;
margin-right:auto;
width:80%;
font-size:.95em;
background-color: #dce9cc;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 4px 4px 5px #888888;
}

.RecapHeading {
margin-left:auto;
margin-right:auto;
padding-top:5px;
width:80%;
background-color:#7da849;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.SoftwareHeading {
margin-left:auto;
margin-right:auto;
padding-top:5px;
width:80%;
background-color:#3D724B;
color:#E8F2FC;
text-align:center;
border-top-left-radius: 12px 20px;
border-top-right-radius: 12px 20px;
font-size:1.3em;
min-height: 22px;
box-shadow: 4px 4px 5px #888888;
}

.Software {
margin-left:auto;
margin-right:auto;
width:80%;
font-size:.95em;
background-color: #E8F2FC;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 4px 4px 5px #888888;
}

0 comments on commit 308342a

Please sign in to comment.