summaryrefslogtreecommitdiff
path: root/contrib/site-emc/css/main.css
blob: e179339bf5b6763c13c3f7b5c00114e4524ee73f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
body {
  background-image: url(../images/background.png);
  background-repeat: repeat;
}
*/

a:hover img {
  opacity: 0.6;
}

#player-container {
  width: 1280px;
  max-width: 95%;
}

#thats-all-folks {
  width: 100%;
}