File: line-guides.css

package info (click to toggle)
webdeveloper 1.2.5%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,364 kB
  • ctags: 1,608
  • sloc: makefile: 10
file content (32 lines) | stat: -rw-r--r-- 1,252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.web-developer-line-guide
{
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  clear: none !important;
  float: none !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: static !important;
  text-align: left !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
}

*::selection { background-color: transparent !important; }
*::-moz-selection { background-color: transparent !important; }

.web-developer-horizontal-line-guide { left: 0 !important; padding: 2px 0 !important; }
.web-developer-horizontal-line-guide div { height: 1px !important; width: 100% !important; }
.web-developer-line-guide { cursor: move !important; position: fixed !important; z-index: 2147483646 !important; }
.web-developer-vertical-line-guide { padding: 0 2px !important; top: 0 !important; }
.web-developer-vertical-line-guide div { height: 100% !important; width: 1px !important; }