Skip to content

Instantly share code, notes, and snippets.

@YamilG
Created March 30, 2011 09:51
Show Gist options
  • Save YamilG/894149 to your computer and use it in GitHub Desktop.
Save YamilG/894149 to your computer and use it in GitHub Desktop.
alternative blipea style
p.bliptext {
font-family: "helvetica neue";
font-size: 14px;
line-height: 1.5em;
color: #333;
width: 510px;
}
#sidebar {
display: none;
}
#main {
width: 650px;
}
#container {
width: 650px;
height: 100%;
}
#header {
height: 30px;
width: 100%;
}
div.search-box-top {
display: none;
}
#logo img {
height: 40px;
margin-top: -10px;
}
#nav li a {
font-size: 10px;
font-weight: bold;
}
#menutop {
width: 650px;
}
#nav {
margin-right: -170px;
}
#menu-blips ul li {
height: 19px;
margin-bottom: -5px;
padding-right: 10px;
padding-left: 10px;
}
#menu-blips {
padding-bottom: 0;
margin-bottom: 5px;
margin-top: -30px;
padding: 0;
display: none;
}
#menu-blips ul {
margin-bottom: -10px;
}
li.menu-blips-selected {
margin-bottom: 0;
}
ul li a {
margin: 0;
padding: 0;
height: 20px;
}
p.bliptext img {
width: 16px;
height: 16px;
margin-bottom: -4px
;
}
body {
font-family: "helvetica neue";
font-size: 14px;
line-height: 1.5em;
color: #333;
margin: 0px;
}
#footer {
display: none;
}
#pagination {
margin-top: 30px;
}
html {
margin: 0;
}
tbody tr td {
height: 30px;
}
td label h3 {
display: none;
}
span.counter {
display: none;
}
#content {
margin: 0;
width: 625px;
}
#checkboxes {
margin-top: 8px;
}
#url_box img {
width: 12px;
}
div.userthumb a img {
height: 50px;
}
div.options {
margin-right: -20px;
margin-top: -10px;
}
a.reply_blip {
font-weight: bold;
color: #666;
}
div.options a {
font-weight: bold;
color: #999;
}
a.favorite {
font-weight: bold;
color: #999;
}
#comments_off_268194 a img {
width: 12px;
margin-bottom: -3px;
}
div.blip_container {
width: 600px;
background-color: #fcfcfc;
border: 1px solid #ccc;
border-color: #f2f2f2;
}
#forma table {
margin-top: 0;
width: 595px;
}
#forma {
height: 120px;
margin-top: -30px;
margin-bottom: -20px;
}
#control-play {
position: relative;
top: -42px;
right: 200px;
}
#control-stop {
position: relative;
top: -42px;
right: 200px;
}
#blip_textarea {
width: 575px;
background-image: -moz-linear-gradient(
center bottom,
rgb(250,250,250) 0%,
rgb(255,255,255) 100%
);
background: -webkit-gradient(
linear, left bottom, left top,
color-stop(0, rgb(250,250,250)),
color-stop(1, rgb(255,255,255))
);
font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ccc;
padding: 10px;
outline: none;
}
#new_blips_notice {
width: 590px;
}
#refresh img {
height: 12px;
width: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment