ചെക്ക് യൂസർമാർ, emailconfirmed, സമ്പർക്കമുഖ കാര്യനിർവാഹകർ, kiteuser, oversight, കാര്യനിർവാഹകർ, അപ്ലോഡ് സഹായി മേള തിരുത്തുന്നവർ
750
തിരുത്തലുകൾ
(ചെ.)No edit summary |
No edit summary |
||
വരി 24: | വരി 24: | ||
expensiveCalls = expensiveCalls + 1 -- Increment for each existence check | expensiveCalls = expensiveCalls + 1 -- Increment for each existence check | ||
table.insert(output, string.format( | table.insert(output, string.format( | ||
'<div style="text-align: center; padding: 0.75em; font-weight: normal; line-height: 1.15; font-size: 1.05em; margin-bottom: 0.2em; min-width: 120px; max-width: 250px; flex: 1 1 0px; margin-right: 1px;">' .. | '<div style="text-align: center; padding: 0.75em; font-weight: normal; line-height: 1.15; font-size: 1.05em; margin-bottom: 0.2em; min-width: 120px; max-width: 250px; flex: 1 1 0px; margin-right: 1px; ' .. | ||
'background: linear-gradient(135deg, #E3FDFD, #CBF1F5); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">' .. | |||
'<span aria-hidden="true" role="presentation">[[File:%s|45px|link=%s|frameless|center]]</span>' .. | '<span aria-hidden="true" role="presentation">[[File:%s|45px|link=%s|frameless|center]]</span>' .. | ||
' | '<a href="%s" style="text-decoration: none; color: #2C3E50;"><b>%s</b></a>' .. | ||
'</div>', | |||
grade.file, pageTitle, pageTitle, grade.label | grade.file, pageTitle, pageTitle, grade.label | ||
)) | )) | ||
വരി 35: | വരി 37: | ||
if #output > 0 then | if #output > 0 then | ||
return string.format( | return string.format( | ||
'<div style="margin:8px | '<div style="margin: 8px 0; background: #F8F9FA; padding-bottom: 10px; border-radius: 25px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); overflow: hidden;">' .. | ||
'<div style="color:#fff;padding:14px 10px | '<div style="color: #fff; padding: 14px 10px; margin: 0; border-bottom: 1px solid #ccc; background: linear-gradient(135deg, #1ABC9C, #16A085); border-radius: 25px 25px 0 0;">' .. | ||
'<p style="padding: | '<p style="padding: 0 10px; margin: 0; font-weight: bold; font-size: 1.4em; text-align: center; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);">%s</p>' .. | ||
'</div>' .. | '</div>' .. | ||
'<div style="display: flex; flex-flow: row wrap; justify-content: space-evenly; width: 95%%;" role="navigation">%s</div>' .. | '<div style="display: flex; flex-flow: row wrap; justify-content: space-evenly; padding: 15px; width: 95%%;" role="navigation">%s</div>' .. | ||
'</div>', | '</div>', | ||
args.MainTitle or "", table.concat(output) | args.MainTitle or "", table.concat(output) |
തിരുത്തലുകൾ