Visual Studio Code

Jaydeep K Mungalpara 0 Reputation points
2023-10-19T16:08:06.0266667+00:00
"<div 
    style='
        display: inline-block;
        position: relative;
        float:right;
        margin: 5px;
        background: linear-gradient(135deg, rgba(60,60,68,1) 0%, rgba(70,70,78,1) 100%);"
        &"box-shadow: inset 3px -3px 3px 0px rgba(80,80,90,1), inset -3px 3px 3px 0px "&varSelectedTheme.LinealGradient1&";"
        //&"box-shadow: inset 3px 3px 3px 0px #1e2126, inset -3px -3px 3px 0px rgba(80,80,90,1);"
        &"border-radius:15px;
        padding: 20px;
        text-align: left;
        font-size: 25px;
        color: rgba(189, 189, 189, 1)'>
        
        "&ThisItem.Text&"

        <div 
            style='
                text-align: right;
                color: "&varSelectedTheme.LinealGradient1&";
                font-size:16px;
                padding-top: 10px;'>
            "&Text(ThisItem.Time, "hh:mm")&"</div>

        </div>"
"data:image/svg+xml;utf8, " & EncodeUrl(
    "<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.2' viewBox='0 0 100 100' >"


//triangle
&"<path d='M0 0 100 0 0 100Z' fill='"&varSelectedTheme.LinealGradient1&"'/>"



&"</svg>"
)
"
<div 
    style='
        display: inline-block;
        position: relative;
        margin: 5px;
        background: linear-gradient(135deg, rgba(60,60,68,1) 0%, rgba(70,70,78,1) 100%);"
        &"box-shadow: inset 3px 3px 3px 0px "&varSelectedTheme.LinealGradient2&", inset -3px -3px 3px 0px rgba(80,80,90,1);"
        //&"box-shadow: inset 3px 3px 3px 0px #1e2126, inset -3px -3px 3px 0px rgba(80,80,90,1);"
        &"border-radius:15px;
        padding: 20px;
        text-align: left;
        font-size: 25px;
        color: rgba(189, 189, 189, 1)'>
        
        "&Substitute(ThisItem.Text, "\n", "<br>")&"

        <div 
            style='
                text-align: right;
                color: "&varSelectedTheme.LinealGradient2&";
                font-size:16px;
                padding-top: 10px;'>
            "&Text(ThisItem.Time, "hh:mm")&"</div>

        </div>"


"data:image/svg+xml;utf8, " & EncodeUrl(
    "<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.2' viewBox='0 0 100 100' >"


//triangle
&"<path d='M0 0 100 0 100 100Z' fill='"&varSelectedTheme.LinealGradient2&"'/>"



&"</svg>"
)
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,238 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.