Compare commits

...

22 Commits

Author SHA1 Message Date
7a5d5f62e9 Changed bookmarks - 2021-10-08 2021-10-08 16:00:16 +02:00
0a52845854 Changed bookmarks - 2021-07-29 2021-07-29 16:00:05 +02:00
862949bc39 Changed bookmarks - 2021-07-28 2021-07-28 16:00:02 +02:00
9df06947fd Changed bookmarks - 2021-07-25 2021-07-25 11:08:42 +02:00
b03da2502a Changed bookmarks - 2021-07-20 2021-07-20 16:00:04 +02:00
8966d03366 Changed bookmarks - 2021-06-21 2021-06-21 16:00:14 +02:00
ed2be30386 Changed bookmarks - 2021-04-25 2021-04-25 16:00:11 +02:00
32068f6db6 Changed bookmarks - 2021-04-23 2021-04-23 16:00:15 +02:00
cbccadc473 Changed bookmarks - 2021-03-27 2021-03-27 16:00:10 +01:00
dc3b9fe13e Changed bookmarks - 2021-02-22 2021-02-22 16:00:46 +01:00
b01f42e544 Changed bookmarks - 2021-02-18 2021-02-18 16:00:11 +01:00
618f683e3a Changed bookmarks - 2021-01-02 2021-01-02 16:00:38 +01:00
6e647cbefa Changed bookmarks - 2020-12-29 2020-12-29 17:02:25 +01:00
13b65aefa2 Changed bookmarks - 2020-12-14 2020-12-14 16:00:44 +01:00
0bb018b6c6 Changed bookmarks - 2020-10-08 2020-10-08 08:38:28 +02:00
5d59db9f90 Changed bookmarks - 2020-09-17 2020-09-17 16:00:44 +02:00
896363d244 Changed bookmarks - 2020-09-16 2020-09-16 16:00:44 +02:00
2b82e44ede Add some margin bellow search bar 2020-09-01 22:56:02 +02:00
5f5e8c5a2b Center search bar 2020-09-01 22:51:53 +02:00
760f19fbb9 Update CSS : better tags 2020-09-01 22:38:39 +02:00
27beb7efc2 Changed bookmarks - 2020-09-01 2020-09-01 22:35:55 +02:00
54637689d3 Add header 2020-09-01 22:34:40 +02:00
5 changed files with 453 additions and 394 deletions

Binary file not shown.

View File

@@ -1,23 +1,20 @@
h1.title {
font-size: 48px;
font-family: chancery,cursive,LiSu,sans-serif;
}
.tag {
background-color: transparent;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 100%;
}
input {
input#search {
display: block;
margin: auto;
margin-bottom: 20px;
width: 400px;
margin: 10px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-position: 10px 12px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
-webkit-transition: width .4s ease-in-out;
transition: width .4s ease-in-out;
padding: 12px 20px 12px 20px;
}

View File

@@ -1055,14 +1055,13 @@ h2.footnotes{
background-color: #EDEDED;
border: 1px solid #EDEDED;
color: #939393;
cursor: pointer;
display: block;
float: right;
font-size: 80%;
font-weight: normal;
margin: 0 3px;
padding: 1px 2px;
border-radius: 10px;
border-radius: 5px;
}
.tag .FLAGGED {

17
header.org Normal file
View File

@@ -0,0 +1,17 @@
#+TITLE: Bookmarks
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/bookmarks.css"/>
#+HTML_HEAD: <script src="./js/jquery.min.js"></script>
#+HTML_HEAD: <script src="./js/bootstrap.min.js"></script>
#+HTML_HEAD: <script src="./js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script src="./js/readtheorg.js"></script>
#+HTML_HEAD: <script src="./js/bookmarks.js"></script>
#+OPTIONS: toc:nil
#+OPTIONS: html-postamble:nil
#+begin_export html
<input type="text" id="search" placeholder="Type to search">
#+end_export

File diff suppressed because it is too large Load Diff