Some initial last.fm integration

This commit is contained in:
Remy
2011-07-29 00:41:01 -07:00
parent 726e9f5e5e
commit 470d07c7e3
6 changed files with 118 additions and 6 deletions

View File

@@ -163,8 +163,31 @@ div.progress-container {
float: left;
background: white;
}
a.center {
color: blue;
text-align: center;
}
div.progress-container > div {
background-color: #ACE97C;
height: 12px
}
}
.cloud{
padding: 0px;
font-size:16px;
}
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud { padding: 2px; line-height: 1.5em; text-align: center; }
#cloud a { padding: 0px; }
#cloud { margin: 0; }
#cloud li { display: inline; }