mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 08:55:46 +01:00
Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.
This commit is contained in:
11
skin/blank-muttator.xhtml
Normal file
11
skin/blank-muttator.xhtml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="chrome://muttator/skin/vimperator.css"/>
|
||||
</head>
|
||||
<body/>
|
||||
</html>
|
||||
11
skin/blank-vimperator.xhtml
Normal file
11
skin/blank-vimperator.xhtml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="chrome://vimperator/skin/vimperator.css"/>
|
||||
</head>
|
||||
<body/>
|
||||
</html>
|
||||
16
skin/content.css
Normal file
16
skin/content.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
.liberator-frame-indicator {
|
||||
-moz-binding: url(chrome://vimperator/content/bindings.xml#frame);
|
||||
}
|
||||
|
||||
#liberator-frame-indicator {
|
||||
background-color: red;
|
||||
opacity: 0.5;
|
||||
z-index: 999
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user