diff options
author | nodiscc <nodiscc@gmail.com> | 2014-11-21 21:16:02 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-11-21 21:16:02 +0100 |
commit | a58240ce8d0e1bdb814e24ae4dc9584dda2dd6f7 (patch) | |
tree | 3c3e3c1d0e48fa6fccb1ba5544f8572e42ff4db6 /inc/shaarli.css | |
parent | 9bd6089b57bc62b904df47f5105be05a9747d798 (diff) | |
parent | d741c9fc16d80cbb99c192a816c1643a12a38266 (diff) | |
download | Shaarli-a58240ce8d0e1bdb814e24ae4dc9584dda2dd6f7.tar.gz Shaarli-a58240ce8d0e1bdb814e24ae4dc9584dda2dd6f7.tar.zst Shaarli-a58240ce8d0e1bdb814e24ae4dc9584dda2dd6f7.zip |
Merge pull request #62 from pikzen/linkurl
Added a link to the visible URL in the link list
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 28394ed5..bc428f74 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -24,6 +24,10 @@ input, textarea { | |||
24 | 24 | ||
25 | } | 25 | } |
26 | 26 | ||
27 | a { | ||
28 | text-decoration: none; | ||
29 | } | ||
30 | |||
27 | h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; } | 31 | h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; } |
28 | /* I don't give a shit about IE. He can't understand selectors such as input[type='submit']. */ | 32 | /* I don't give a shit about IE. He can't understand selectors such as input[type='submit']. */ |
29 | 33 | ||
@@ -69,9 +73,9 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; } | |||
69 | 73 | ||
70 | /* Small tab on the left of each link with edit/delete buttons. */ | 74 | /* Small tab on the left of each link with edit/delete buttons. */ |
71 | .button_edit, .button_delete { border-radius:0; box-shadow:none; border-style:none; border-width:0; padding:0; background:none; } | 75 | .button_edit, .button_delete { border-radius:0; box-shadow:none; border-style:none; border-width:0; padding:0; background:none; } |
72 | .linkeditbuttons { | 76 | .linkeditbuttons { |
73 | position:absolute; | 77 | position:absolute; |
74 | left:-1px; | 78 | left:-1px; |
75 | padding:4px 2px 2px 2px; | 79 | padding:4px 2px 2px 2px; |
76 | background-color:#f0f0f0; | 80 | background-color:#f0f0f0; |
77 | 81 | ||
@@ -111,7 +115,7 @@ cursor:pointer; | |||
111 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); | 115 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); |
112 | width:auto; | 116 | width:auto; |
113 | padding:0 10px 5px 10px; | 117 | padding:0 10px 5px 10px; |
114 | margin: auto; | 118 | margin: auto; |
115 | } | 119 | } |
116 | 120 | ||
117 | #pageheader a | 121 | #pageheader a |
@@ -306,7 +310,7 @@ font-size:9pt; | |||
306 | background-color: transparent; | 310 | background-color: transparent; |
307 | background-color: rgba(0, 0, 0, 0.4); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */ | 311 | background-color: rgba(0, 0, 0, 0.4); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */ |
308 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); /* IE6IE9 */ | 312 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); /* IE6IE9 */ |
309 | text-shadow:2px 2px 1px #000000; | 313 | text-shadow:2px 2px 1px #000000; |
310 | } | 314 | } |
311 | 315 | ||
312 | /* Minimal customisation for jQuery widgets */ | 316 | /* Minimal customisation for jQuery widgets */ |
@@ -338,7 +342,7 @@ box-shadow:2px 2px 20px 2px #333333; | |||
338 | 342 | ||
339 | div.daily | 343 | div.daily |
340 | { | 344 | { |
341 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; | 345 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; |
342 | background-color: #E6D6BE; | 346 | background-color: #E6D6BE; |
343 | /* Background paper texture by BashCorpo: | 347 | /* Background paper texture by BashCorpo: |
344 | http://www.bashcorpo.dk/textures.php | 348 | http://www.bashcorpo.dk/textures.php |
@@ -357,7 +361,7 @@ div.daily | |||
357 | #daily_col3 { float:left;position:relative; width:33%;} | 361 | #daily_col3 { float:left;position:relative; width:33%;} |
358 | 362 | ||
359 | div.dailyAbout | 363 | div.dailyAbout |
360 | { | 364 | { |
361 | float:left; | 365 | float:left; |
362 | border: 1px solid black; | 366 | border: 1px solid black; |
363 | font-size: 8pt; | 367 | font-size: 8pt; |
@@ -365,21 +369,21 @@ div.dailyAbout | |||
365 | left:10px; | 369 | left:10px; |
366 | top: 15px; | 370 | top: 15px; |
367 | padding: 5px 5px 5px 5px; | 371 | padding: 5px 5px 5px 5px; |
368 | text-align:center; | 372 | text-align:center; |
369 | } | 373 | } |
370 | div.dailyAbout a { color: #890500; } | 374 | div.dailyAbout a { color: #890500; } |
371 | div.dailyTitle | 375 | div.dailyTitle |
372 | { | 376 | { |
373 | font-weight: bold; | 377 | font-weight: bold; |
374 | font-size: 44pt; | 378 | font-size: 44pt; |
375 | text-align:center; | 379 | text-align:center; |
376 | padding:10px 20px 0px 20px; | 380 | padding:10px 20px 0px 20px; |
377 | } | 381 | } |
378 | div.dailyDate | 382 | div.dailyDate |
379 | { | 383 | { |
380 | font-size: 12pt; | 384 | font-size: 12pt; |
381 | font-weight:bold; | 385 | font-weight:bold; |
382 | text-align:center; | 386 | text-align:center; |
383 | padding:0px 20px 30px 20px; | 387 | padding:0px 20px 30px 20px; |
384 | } | 388 | } |
385 | 389 | ||
@@ -393,19 +397,19 @@ div.dailyEntry | |||
393 | div.dailyEntry a { text-decoration:none; color: #890500; } | 397 | div.dailyEntry a { text-decoration:none; color: #890500; } |
394 | div.dailyEntryTags { font-size:7.75pt; } | 398 | div.dailyEntryTags { font-size:7.75pt; } |
395 | div.dailyEntryTitle { font-size:18pt; font-weight:bold;} | 399 | div.dailyEntryTitle { font-size:18pt; font-weight:bold;} |
396 | div.dailyEntryThumbnail | 400 | div.dailyEntryThumbnail |
397 | { | 401 | { |
398 | width:100%; | 402 | width:100%; |
399 | text-align:center; | 403 | text-align:center; |
400 | background-color:rgb(128,128,128); | 404 | background-color:rgb(128,128,128); |
401 | background:url(../images/50pc_transparent.png); | 405 | background:url(../images/50pc_transparent.png); |
402 | padding:4px 0px 2px 0px; | 406 | padding:4px 0px 2px 0px; |
403 | } | 407 | } |
404 | div.dailyEntryDescription | 408 | div.dailyEntryDescription |
405 | { | 409 | { |
406 | margin-top: 10px; | 410 | margin-top: 10px; |
407 | margin-bottom: 30px; | 411 | margin-bottom: 30px; |
408 | text-align:justify; | 412 | text-align:justify; |
409 | overflow:auto; | 413 | overflow:auto; |
410 | } | 414 | } |
411 | 415 | ||
@@ -415,7 +419,7 @@ div.dailyEntryDescription | |||
415 | } | 419 | } |
416 | 420 | ||
417 | /* For lazy images loading in picture wall. | 421 | /* For lazy images loading in picture wall. |
418 | Using http://www.appelsiini.net/projects/lazyload | 422 | Using http://www.appelsiini.net/projects/lazyload |
419 | */ | 423 | */ |
420 | .lazyimage { display:none; } | 424 | .lazyimage { display:none; } |
421 | 425 | ||
@@ -464,7 +468,7 @@ div.dailyDate { font-size: 11pt;padding:0px; display:block; } | |||
464 | div.dailyEntryTitle { font-size:16pt; font-weight:bold;} | 468 | div.dailyEntryTitle { font-size:16pt; font-weight:bold;} |
465 | div.dailyEntryDescription { font-size:10pt; } | 469 | div.dailyEntryDescription { font-size:10pt; } |
466 | 470 | ||
467 | } | 471 | } |
468 | 472 | ||
469 | /* Highlight search results */ | 473 | /* Highlight search results */ |
470 | .highlight { background-color: #FFFF33; } | 474 | .highlight { background-color: #FFFF33; } |