Skip to content

Commit d1d8832

Browse files
committed
import files from @kheegan
1 parent 140d594 commit d1d8832

17 files changed

+475
-262
lines changed

README.md

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# workshops
2-
Websites of BCCP workshops
1+
# workshops
2+
Websites of BCCP workshops

cosmostats.css

100644100755
Lines changed: 45 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ body {
2222
}
2323

2424
/* links */
25-
/*
2625
a, a:visited {
2726
color: #5A93C9;
2827
background: inherit;
@@ -37,10 +36,8 @@ a:hover {
3736
a.style1 {
3837
color: #FF0000
3938
}
40-
*/
4139

4240
/* headers */
43-
/*
4441
h1, h2, h3 {
4542
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
4643
font-weight: Bold;
@@ -77,7 +74,7 @@ ul, ol {
7774
margin: 5px 20px;
7875
padding: 0 20px;
7976
}
80-
*/
77+
8178
/* images */
8279
img {
8380
background: #FAFAFA;
@@ -314,7 +311,7 @@ input.button {
314311
height: 402px;
315312
width: 790px;
316313
margin: 0 auto;
317-
background: #FFF url(images/61805819-044.+Blue+Campanile+and+Golden+Gate+at+Sunset_crop2.jpg) no-repeat center center;
314+
background: #FFF url(images/fiberspec_jan2018.jpg) no-repeat center center;
318315
/*background: #FFF url(images/neutrino_bc_1.jpg) no-repeat center center;
319316
/*background: #FFF url(potential_images/skiing-wide.jpg) no-repeat center center; */
320317
/*background: #FFF url(images/sewell_olympic_resized.jpg) no-repeat center center;*/
@@ -369,26 +366,16 @@ input.button {
369366
padding: 0; margin: 10px 0 0 10px;
370367
display: inline;
371368
}
372-
#main p {
373-
margin-top: 0.6em;
374-
margin-bottom: 0.6em;
375-
376-
}
377369
#main h1 {
378-
margin-top: 1em;
379-
font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
370+
margin-top: 10px;
371+
font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
380372
color: #2B73D0;
381-
/* background : #c0c0c0;*/
382-
/* padding: 5px 0 5px 5px; */
383-
border-bottom: 2px #8f8f8f solid;
373+
padding: 5px 0 5px 5px;
384374
}
385-
386375
#main ul li {
387376
list-style-image: url(images/bullet.gif);
388-
list-style-position: inside;
389-
margin-top: 1em;
390-
margin-bottom: 0.5em;
391377
}
378+
392379
.post-footer {
393380
background: url(images/post.jpg);
394381
padding: 5px; margin: 20px 10px 0 10px;
@@ -436,10 +423,10 @@ input.button {
436423
#sidebar ul.sidemenu li a {
437424
text-decoration: none;
438425
background-image: none;
439-
/*color: #666666; */
426+
color: #666666;
440427
}
441428
#sidebar ul.sidemenu li a:hover {
442-
/*color: #1773BC; */
429+
color: #1773BC;
443430
}
444431

445432
/* footer */
@@ -507,6 +494,43 @@ input.button {
507494
text-align: center;
508495
}
509496

497+
498+
.arrow-up {
499+
width: 0;
500+
height: 0;
501+
border-left: 5px solid transparent;
502+
border-right: 5px solid transparent;
503+
504+
border-bottom: 5px solid black;
505+
}
506+
507+
.arrow-down {
508+
width: 0;
509+
height: 0;
510+
border-left: 20px solid transparent;
511+
border-right: 20px solid transparent;
512+
513+
border-top: 20px solid #f00;
514+
}
515+
516+
.arrow-right {
517+
width: 0;
518+
height: 0;
519+
border-top: 60px solid transparent;
520+
border-bottom: 60px solid transparent;
521+
522+
border-left: 60px solid green;
523+
}
524+
525+
.arrow-left {
526+
width: 0;
527+
height: 0;
528+
border-top: 10px solid transparent;
529+
border-bottom: 10px solid transparent;
530+
531+
border-right:10px solid blue;
532+
}
533+
510534
/* alignment classes */
511535
.float-left { float: left; }
512536
.float-right { float: right; }
Binary file not shown.

images/content.jpg

100644100755
File mode changed.

images/dots.jpg

100644100755
File mode changed.

images/email-icon.jpg

100644100755
File mode changed.

images/fiberspec_jan2018.jpg

152 KB
Loading

images/footer-bottom.jpg

100644100755
File mode changed.

images/footer-dots.jpg

100644100755
File mode changed.

images/header-bg.jpg

100644100755
File mode changed.

0 commit comments

Comments
 (0)