Skip to content

Instantly share code, notes, and snippets.

@MrRopain
Last active November 13, 2016 00:34
Show Gist options
  • Save MrRopain/ca84b1c3d3756877af437a8f5b4170eb to your computer and use it in GitHub Desktop.
Save MrRopain/ca84b1c3d3756877af437a8f5b4170eb to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
.widget-EventList {
list-style: none;
font-family: 'Ubuntu';
font-weight: bold;
font-size: 20px;
}
.widget-EventList li {
width: 100%;
background-color: rgba(33, 33, 33, 0.33);
border-radius: 5px;
margin-bottom: 5px;
padding: 4px;
color: #fff;
}
.widget-EventList .message {
text-transform: uppercase;
text-shadow:
-1px -1px 0 #6001ff,
1px -1px 0 #6001ff,
-1px 1px 0 #6001ff,
1px 1px 0 #6001ff;
}
.widget-EventList .tag {
float: right;
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment