Sha256: c68c70b48b2d8f61b090e2e8d7d5820697e82978134b1145746f755942311347

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

body {
  font-size : 1em;
  line-height : 1.5em;
}

img {
  border : 0;
}

#urls {
  list-style-type : none;
  width : 600px;
}

ul.comments {
  list-style-type : none;
}

li {
  clear : both;
  float : left;
  padding : 10px 20px 10px 10px;
  width : 100%;
}

div.icon {
  float : left;
  margin : 0 0.5em 0 0;
}

a:link {
  color : #000;
}

a:visited {
  color : #808080;
}

a:link, a:visited, a:active {
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

div.name {
  float : left;
  font-style : italic;
  margin-right : 0.5em;
}

img.thumb, li object {
  float : left;
  margin-right : 10px;
}

.clickable {
  border-right : 4px solid green;
}

span.host {
  color : #808080;
  font-family : monospace;
}

span.via {
  font-size : 0.75em;
}

span.via:before {
  content : " \2190 \ ";
}

fieldset {
  border : 0;
  margin : 0;
  padding : 0;
}

fieldset#add p {
  margin : 0.25em;
}

fieldset#add label {
  float : left;
  width : 100px;
}

span.date {
  color : #808080;
  font-size : 0.75em;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  clear : both;
  float : right;
  width : auto;
}

/* iphone */
@media screen and (max-device-width : 480px) {

  body {
    margin : 0;
    padding : 0;
    font-size : 1.25em;
    line-height : normal;
  }

  #urls {
    margin : 0;
    padding-left : 0;
    width : 290px;
  }

  #urls>li {
    overflow : hidden;
    border-bottom : 1px solid #ccc;
  }

  input#q {
    width : 110px;
  }

  input#url, input#via {
    width : 160px;
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
murlsh-1.2.1 public/css/screen.css
murlsh-1.2.0 public/css/screen.css
murlsh-1.1.0 public/css/screen.css