cleanup css for 'others'
This commit is contained in:
2
config.js
Normal file
2
config.js
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
config.source="example_links.txt";
|
||||||
|
config.columns=3;
|
||||||
31
example_links.txt
Normal file
31
example_links.txt
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# News
|
||||||
|
|
||||||
|
[Hesari](http://www.hs.fi)
|
||||||
|
[YLE](http://www.yle.fi/uutiset)
|
||||||
|
[Ilmatieteenlaitos](http://www.fmi.fi/)
|
||||||
|
[Weather.fi](http://www.weather.fi/)
|
||||||
|
## In Radio
|
||||||
|
[Paiva tunnissa](http://areena.yle.fi/1-2269602)
|
||||||
|
[Radiouutiset](areena.yle.fi/1-1440981)
|
||||||
|
|
||||||
|
# Media
|
||||||
|
|
||||||
|
[IMDB](http://www.imdb.com/)
|
||||||
|
[Areena](http://areena.yle.fi/tv/a-o)
|
||||||
|
|
||||||
|
# Fun
|
||||||
|
|
||||||
|
[Viivi ja Wagner](http://www.helsinginsanomat.fi/viivijawagner/)
|
||||||
|
[xkcd](http://www.xkcd.com/)
|
||||||
|
[Perry Bible Fellowship](http://www.pbfcomics.com/)
|
||||||
|
[Cyanide and Happiness](http://www.explosm.net/comics)
|
||||||
|
[Fingerpori](http://www.hs.fi/fingerpori/)
|
||||||
|
|
||||||
|
# Google
|
||||||
|
|
||||||
|
[Google](http://www.google.com/ig?hl=en)
|
||||||
|
[Gmail](http://www.gmail.com)
|
||||||
|
[Gcalendar](https://www.google.com/calendar/render)
|
||||||
|
[Gmaps](http://maps.google.com/)
|
||||||
|
[Drive](http://drive.google.com)
|
||||||
|
|
||||||
48
index.html
48
index.html
@@ -3,19 +3,13 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=320" />
|
<meta name="viewport" content="width=320" />
|
||||||
<STYLE type="text/css">
|
<STYLE type="text/css">
|
||||||
BODY { scrollbar-face-color: #9C9CFF;
|
BODY { font-size: 14px; }
|
||||||
font-family: monospace;
|
TABLE { width: 100%; }
|
||||||
color: #9C9CFF;
|
HR { height:5px; border: 0px;}
|
||||||
background-color: #3939DE;
|
TD { vertical-align: top; width: 10%; }
|
||||||
font-size:12px;}
|
LI {
|
||||||
PRE { border: solid black 0px; }
|
text-indent:-1.3em;
|
||||||
HR { color: #9C9CFF; width:100%; border-width:0;height:5px;background-color:#9C9CFF;}
|
|
||||||
TABLE { background-color: #9C9CFF; width: 100%; border-spacing: 10px;
|
|
||||||
border-collapse: separate;}
|
|
||||||
TD { background-color: #3939DE; vertical-align: top; padding: 0px; width: 25%;}
|
|
||||||
LI { text-indent:-1.3em;
|
|
||||||
padding-left:1.4em;
|
padding-left:1.4em;
|
||||||
font-size:12px;
|
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
@@ -24,18 +18,16 @@
|
|||||||
content:"-";
|
content:"-";
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
A:link { text-decoration:none;font-size:12px;color:#9C9CFF; }
|
A:link { text-decoration:none; color: #000000; }
|
||||||
A:visited { text-decoration:none;font-size:12px;color:#9C9CFF;}
|
A:visited { text-decoration:none; color: #000000; }
|
||||||
A:hover { color:#ffffff; }
|
A:hover { text-decoration: underline; }
|
||||||
A:focus { color:#ffffff; }
|
A:focus { text-decoration: underline; }
|
||||||
#filter { font-family: monospace;
|
#filter { width: 90%; }
|
||||||
color:#9C9CFF; background-color: #3939DE; width: 90%;
|
.head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; }
|
||||||
text-align: center; }
|
|
||||||
.head { font-size: 14px; text-align:left; padding-left:1em; padding-top: 0.2em; margin-bottom: -0.5em; }
|
|
||||||
.tickbox { display: block; float: right; }
|
.tickbox { display: block; float: right; }
|
||||||
LI.nolink:before {
|
LI.nolink:before {
|
||||||
content:" ";
|
content:" ";
|
||||||
padding-right: 1.3em;
|
padding-right: 1.0em;
|
||||||
}
|
}
|
||||||
</STYLE>
|
</STYLE>
|
||||||
<script language="javascript">
|
<script language="javascript">
|
||||||
@@ -203,19 +195,19 @@ function toggle_blank() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
document.onkeyup=move_cursor;
|
||||||
var linkReg=/([^\[]*)\[([^\]]+)\]\(([^\)]+)\)(.*)/;
|
var linkReg=/([^\[]*)\[([^\]]+)\]\(([^\)]+)\)(.*)/;
|
||||||
var linkPlain=/(.*)(http[^\s]+)(.*)/;
|
var linkPlain=/(.*)(http[^\s]+)(.*)/;
|
||||||
var linkList=[];
|
var linkList=[];
|
||||||
var hitList=[];
|
var hitList=[];
|
||||||
var config = {
|
var config = {
|
||||||
title:'MDLinks',
|
title:'MDLinks', // title of site
|
||||||
source:'links.txt',
|
source:'links.txt', // file for links
|
||||||
search:true,
|
search:true, // include search bar
|
||||||
columns:4,
|
columns:4, // number of columns for link table
|
||||||
style:null,
|
style:null, // file to load css from
|
||||||
favicon:null
|
favicon:null // link to favicon file
|
||||||
};
|
};
|
||||||
document.onkeyup=move_cursor;
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script language="javascript" src="config.js"></script>
|
<script language="javascript" src="config.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user