-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
135 lines (130 loc) · 6.46 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*header style*/
#header {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80;
color: #4c4c4b; font-family: bookman old style; font-size: 14px; padding-bottom: 12px; padding-top: 15px; inline-size: 300px }
/*HOMEPAGE INDEX CSS SHEET*/
.div1{
img {border-radius: 8px; display: block; margin-left: auto; margin-right: auto; width: 25%;}
p1 {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80}
p1 {color: #4c4c4b; font-family: bookman old style;}
body {background-color: #ffebcd;}
h1 {color:#7b4b00; font-size:45px; font-family: georgia;}
h1 {background-color:#ffd24d; opacity: 0.7;
padding-top: 2px;
padding-bottom: 2px;}
h1 {outline-style: double; outline-color:#7b4b00}
h2 {color:#7b4b00; font-size:30px; font-family: georgia;}
h2 {background-color:#ffd24d; opacity: 0.7;
padding-top: 5px;
padding-bottom: 2px;}
h2 {outline-style: dashed; outline-color:#d3b565}
p {color: #4c4c4b; font-size: 19px; font-family: bookman old style;}
mark {color: #4c4c4b; font-size: 18px; font-family: bookman old style;}
blockquote {color:#7b4b00; font-size: 25px; font-family: palatino linotype;}
blockquote {background-color:#e1b166; border-left:6px solid #7b4b00}
dt {color: #4c4c4b; font-family: palatino linotype }
dt { background: #ffd24d; opacity: 0.7; padding: 5px;}
dt {outline-style: dotted; outline-color:white}
dd {color: #4c4c4b; font-family: bookman old style}
table {width:100%}
th {background-color:#e1b166 ;
color: white;}
tr:hover {background-color:#e7c084;}
table { border-collapse: collapse; width: 100%;}
table, th, td {
border: 1px dashed; color:#4c4c4b}
ul {list-style-type: square; list-style-position: inside; text-align: center; color: red; outline-style: dashed; outline-color: #e7c084}
footer {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80}
aside {width: 25%; padding-left: 15px; float: left;
font-style: italic; color: #4c4c4b; background-color:#e7c084;}
}
/*ABOUT US STYLE SHEET*/
.mydiv {
img {border-radius: 50px; display: block; margin-left: auto; margin-right: auto; width: 25%;}
body {background-color: #ffebcd;}
h1 {color:#7b4b00; font-size:45px; font-family: georgia;}
h1 {background-color:#ffd24d; opacity: 0.7;
padding-top: 2px;
padding-bottom: 2px;}
h1 {outline-style: double; outline-color:#7b4b00}
h2 {color:#7b4b00; font-size:30px; font-family: georgia;}
h2 {background-color:#ffd24d; opacity: 0.7;
padding-top: 5px;
padding-bottom: 2px;}
h2 {outline-style: dashed; outline-color:#d3b565}
p {color: #4c4c4b; font-size: 19px; font-family: bookman old style;}
/* aside*/
aside {width: 25%; padding-top: 13px; padding-bottom: 13px; padding-left: 15px; margin-left: 30px; float: right;
font-style: italic; color: #4c4c4b;
background-color:#e7c084;}
mark {color: #4c4c4b; font-size: 18px; font-family: bookman old style;}
blockquote {color:#7b4b00; font-size: 25px; font-family: palatino linotype;}
blockquote {background-color:#e1b166; border-left:6px solid #7b4b00}
dt {color: #4c4c4b; font-family: palatino linotype }
dt { background: #ffd24d; opacity: 0.7; padding: 5px;}
dt {outline-style: dotted; outline-color:white}
dd {color: #4c4c4b; font-family: bookman old style}
h3 {outline-style: dashed; outline-color:#d3b565; color:#7b4b00; font-family: palatino linotype; font-size:25px }
th {background-color:#e1b166 ;
color: white;}
tr {background-color:#e7c084;}
table { border-collapse: collapse; width: 100%;}
table, th, td {
border: 2px solid; border-color: white; color: #4c4c4b;}
ul {font-family: verdana; list-style-position: inside; text-align: center; color: #526a40; outline-style: dashed; outline-color: #b5ea8c}
footer {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80}
}
/*CHEESE RAFFLE STYLE SHEET*/
.div3{
img {border-radius: 50%; display: block; margin-left: auto; margin-right: auto; width: 50%;}
img:hover { transform: scaleX(-1);}
body {background-color: #ffebcd;}
h1 {color:#7b4b00; font-size:45px; font-family: georgia;}
h1 {background-color:#ffd24d; opacity: 0.7;
padding-top: 2px;
padding-bottom: 2px;}
h1 {outline-style: double; outline-color:#7b4b00}
h2 {color:#7b4b00; font-size:30px; font-family: georgia;}
h2 {background-color:#ffd24d; opacity: 0.7;
padding-top: 5px;
padding-bottom: 2px;}
h2 {outline-style: dashed; outline-color:#d3b565}
p {color: #4c4c4b; font-size: 19px; font-family: bookman old style;}
/* aside*/
aside p {width: 15%; padding-top: 13px; padding-bottom: 13px; padding-left: 15px; margin-left: 2px; margin-top: -8px; float: right;
font-style: italic; color: #4c4c4b;
background-color: #e7c084;}
mark {color: #4c4c4b; font-size: 18px; font-family: bookman old style;}
blockquote {color:#7b4b00; font-size: 25px; font-family: palatino linotype;}
blockquote {background-color:#e1b166; border-left:6px solid #7b4b00}
dt {color: #4c4c4b; font-family: palatino linotype }
dt { background: #ffd24d; opacity: 0.7; padding: 5px;}
dt {outline-style: dotted; outline-color:white}
dd {color: #4c4c4b; font-family: bookman old style}
h3 {outline-style: dashed; outline-color:#d3b565; color:#7b4b00; font-family: palatino linotype; font-size:25px }
th {background-color:#e1b166 ;
color: white;}
tr {background-color:#e7c084;}
table { border-collapse: collapse; width: 100%;}
table, th, td {
border: 2px solid; border-color: white; color: #4c4c4b;}
ul {font-family: verdana; list-style-position: inside; text-align: center; color: #526a40; outline-style: dashed; outline-color: #b5ea8c}
footer {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80}
ol {color: #4c4c4b; font-family: bookman old style}
}
/*navigation bar for index page*/
.topnav{
margin: 0;
font-family: bookman old style; overflow: hidden;}
a {float: right; color: #7b4b00; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px;}
a:hover {background-color: #ffebcd; color: black;}
a.active { background-color: #d3b565; color: #4c4c4b;}
/*end nav bar css*/
/*adventuremouse code*/
#avh {color: #526a40; background-color: #b5ea8c; font-size:35px; font-family: verdana; }
#adventuremouse {font-size: 12px; color: #526a40;
font-family: verdana; color: #526a40;}
/* js stuff */
#java {outline-style: dotted; outline-color: #d3b565; background-color:#ffdf80;
color: #4c4c4b; font-family: bookman old style; font-size: 14px; padding-bottom: 12px; padding-top: 15px; inline-size: 300px }
button {color:#7b4b00; background-color: #ffd24d; outline: solid; outline-color:#ffebcd;}
#java2 { font-family: bookman old style; float: left}