procesaur commited on
Commit
9170d83
·
verified ·
1 Parent(s): 4938a23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -285,6 +285,20 @@ Gospodar prstenova: Povratak kralja
285
  </div>
286
  </div>
287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  <table style="width:100%;height:100%">
289
  <tr style="width:100%;height:100%">
290
  <td width=50%>
@@ -310,4 +324,103 @@ Gospodar prstenova: Povratak kralja
310
  <img src="cover.png" class="cover">
311
 
312
 
313
- <link rel="stylesheet" href="https://procesaur.github.io/css/hf.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  </div>
286
  </div>
287
 
288
+ <div class="inline-flex flex-col avatar-cont">
289
+ <div class="avatar-title">Funding</div>
290
+ <a href="https://fondzanauku.gov.rs/">
291
+ <div class="flex">
292
+ <div class="avatar-cover"
293
+ style="background-image: url(https://fondzanauku.gov.rs/wp-content/uploads/2019/04/FZN-logo-primary-light-1170x396.png)">
294
+ </div>
295
+ </div>
296
+ <div class="avatar-name">Fond za Nauku</div>
297
+ <div class="avatar-handle">@fondzanauku_rs</div>
298
+ </a>
299
+ </div>
300
+ </div>
301
+
302
  <table style="width:100%;height:100%">
303
  <tr style="width:100%;height:100%">
304
  <td width=50%>
 
324
  <img src="cover.png" class="cover">
325
 
326
 
327
+ <style>
328
+ .ffeat: {
329
+ color:red
330
+ }
331
+
332
+ .cover {
333
+ width: 100%;
334
+ margin-bottom: 5pt
335
+ }
336
+
337
+ .highlight-container, .highlight {
338
+ position: relative;
339
+ text-decoration:none
340
+ }
341
+
342
+ .highlight-container {
343
+ display: inline-block;
344
+ }
345
+
346
+ .avatar-cont {
347
+ line-height: 1.5;
348
+ padding-right:50px;
349
+ }
350
+
351
+ .avatar-title{
352
+ text-align: center;
353
+ margin-top: 3px;
354
+ font-size: 16px;
355
+ font-weight: 800;
356
+ }
357
+
358
+ .avatar-name{
359
+ text-align: center;
360
+ font-size: 16px;
361
+ font-weight: 800;
362
+ }
363
+
364
+ .avatar-handle{
365
+ text-align: center;
366
+ font-size: 14px;
367
+ }
368
+
369
+ .avatar-cover{
370
+ display:DISPLAY_1;
371
+ margin-left: auto;
372
+ margin-right: auto;
373
+ width: 92px;
374
+ height:92px;
375
+ border-radius: 50%;
376
+ background-position: center;
377
+ background-size: contain;
378
+ background-repeat: no-repeat;
379
+ }
380
+
381
+ .highlight{
382
+ color:white;
383
+ text-transform:uppercase;
384
+ font-size: 16pt;
385
+ }
386
+
387
+ .highlight-container{
388
+ padding:5px 10px
389
+ }
390
+
391
+ .highlight-container:before {
392
+ content: " ";
393
+ display: block;
394
+ height: 100%;
395
+ width: 100%;
396
+ margin-left: 0px;
397
+ margin-right: 0px;
398
+ position: absolute;
399
+ background: #e80909;
400
+ transform: rotate(2deg);
401
+ top: -1px;
402
+ left: -1px;
403
+ border-radius: 20% 25% 20% 24%;
404
+ padding: 10px 18px 18px 10px;
405
+ }
406
+
407
+ div.grb, #zastava>table {
408
+ position:absolute;
409
+ top:0px;
410
+ left: 0px;
411
+ margin:0px
412
+ }
413
+
414
+ div.grb>img, #zastava>table{
415
+ margin:0px
416
+ }
417
+
418
+ #zastava {
419
+ position: relative;
420
+ margin-bottom:120px
421
+ }
422
+
423
+ p {
424
+ font-size:14pt
425
+ }
426
+ </style>